Freedesktop.org: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page is about '''freedesktop.org''' is a project to work on interoperability and shared base technology for free software desktop environments for the X Window System and...") |
m (Mip moved page Freedesktop to Freedesktop.org) |
Latest revision as of 14:55, 1 March 2020
This page is about freedesktop.org is a project to work on interoperability and shared base technology for free software desktop environments for the X Window System and Wayland on Linux and other Unix-like operating systems.
Links
Autostart
Reference:
Autostart file location:
- /etc/xdg/autostart
- ~/.config/autostart
- Troubleshooting app not starting
- Check if .desktop file contains a
OnlyShowIn
entry. - Check if system-level autostart is not disabled at user-level. This is done by creating a user .desktop file with same name and with the key
Hidden=true
. - See reference for more.