Freedesktop.org

From miki
Revision as of 14:54, 1 March 2020 by Mip (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.