• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: February 19th, 2024

help-circle
  • IIRC, Voyager doesn’t provide any notification capability. (At least not the version I use from Droid-ify).

    It’s never bothered me, as the only things I want notifications for are extremely limited. But I get how others might want the option.

    It’s likely because regular Android notifications all go via Google services. I’m not sure why the dev doesn’t add the ability to use Ntfy.sh or any of the other non-Google options, though.

    There’s likely to be an existing feature request for it, though.



















  • Brewchin@lemmy.worldtolinuxmemes@lemmy.worldXDG_CONFIG_HOME
    link
    fedilink
    English
    arrow-up
    35
    ·
    2 months ago

    So much this. It’s like these clowns don’t read the XDG directory spec and think $XDG_CONFIG_HOME and $XDG_DATA_HOME are interchangeable, and even that cache files can be in either or both. No, one directory you need to backup for when things go sideways, and the other can go to /nev/dull.

    I’m not a fan of ~/.local/share/ being the data directory (two directories deep seems stupid), but it’s definitely where regular data belongs.

    Never mind developers who, in 2025, still think their project is special enough for a $HOME dotfile/dotdir or - somehow worse - those who put $XDG_CONFIG_HOME/<weird-name>/subdir/[subdir/]. The latter strikes me as well-meaning Windows developers trying to follow best-practice-like-Microsoft-does, but it makes my teeth itch.

    Rant over. :)