# The files in here are part of the XDG autostart specification, and # they do (or at least can) override files in /etc/xdg/autostart/. # # (This whole file is commented out because "#" appears to be the # comment character in the XDG autostart desktop file format.) # # Some more pointers: # # https://wiki.archlinux.org/index.php/XDG_Autostart # https://wiki.archlinux.org/index.php/Desktop_entries # https://specifications.freedesktop.org/autostart-spec/\ # autostart-spec-latest.html # # ########################################################################## ### ### Disabling Gnome Keyring Daemon (so we can use gpg-agent instead). ### ########################################################################## # # https://unix.stackexchange.com/questions/271661/disable-gnome-keyring-daemon # has the details about this recipe. Basically, see gnome-keyring-* # in this directory. They turn off Gnome Keyring for the logged-in # user. # # ########################################################################## ### ### The "HPLIP Status Service" popup ### ########################################################################## # # Hacking the autostart system might be a way to solve the problem of # the box that pops up at startup every time saying this: # # ____________________________ # | | # | HPLIP Status Service | # | No system tray detected | # | Unable to start, exiting | # | | # | ______ | # | | | | # | | OK | | # | |______| | # | | # |____________________________| # # HP Systray is trying to launch before system systray is ready? Or # something like that? These sources seem to indicate so: # # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517365 # https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662 # # Recommendation was wait 45 seconds instead of 15 before launching. # See also these relevant-but-less-spot-on reports: # # https://answers.launchpad.net/hplip/+question/230146 # https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/1714659?comments=all # https://askubuntu.com/questions/101828/no-system-tray-detected-on-this-system # http://bbb-solutions.blogspot.com/2014/06/no-system-tray-detected-on-this-system.html # https://forum.ubuntuusers.de/topic/hplip-hplip-status-service-no-system-tray-dete/ # https://developer.toradex.com/knowledge-base/how-to-autorun-application-at-the-start-up-in-linux # # Places to look: # # - ~/.hplip/ # - ~/.config/autostart # - /etc/xdg/autostart/hplip-systray.desktop # ########################################################################## ### ### ### Other stuff. ### ### ### ########################################################################## # # Unrelated to the above, the reason gnome-keyring-ssh.desktop has # 'Hidden=true' is at https://mlohr.com/gpg-agent-ssh-gnome/.