In Xubuntu, how do I remove a startup application that was set in Menu –> Setting –> Settings Manager –> Sessions and Startup
without using the GUI? My startup command breaks the gui, and I need to disable it using the command line.
In Xubuntu, how do I remove a startup application that was set in Menu –> Setting –> Settings Manager –> Sessions and Startup
without using the GUI? My startup command breaks the gui, and I need to disable it using the command line.
Quoting the Xfce Docs ("Some of my applications are always started when I login"):
For example: open a terminal, type
then
rm
the files that you want to delete.You can disable autostart entries by hiding them with a higher-precedence entry.
If you don't have it yet, create your own
autostart
folder:and then create
.desktop
files matching the names of the ones you want to disable from/etc/xdg/autostart
(or other sources such as/usr/share/gnome/autostart
).For example, disabling print-applet: