启动应用程序文件夹位置

E_A*_*gel 4 backup launcher startup-applications .desktop

启动应用程序文件夹的位置在哪里?如果有当然。也许有一个配置文件,比如终端历史记录 (.bash_history) 。问题的原因是为全新安装获取备份。

Jac*_*ijm 6

(本地)启动应用程序的目录是~/.config/autostart. 启动应用程序.desktop在目录中创建文件,这些文件在登录时自动启动。

.desktop那里的文件可以包括以下行:

X-GNOME-Autostart-enabled=true
Run Code Online (Sandbox Code Playgroud)

但不一定。如果它们被启动应用程序禁用,文件将包含以下行:

X-GNOME-Autostart-enabled=false
Run Code Online (Sandbox Code Playgroud)

本地.desktop文件与全局文件

正如 Chai T.Rex 所提到的,启动启动器/etc/xdg/autostart适用于所有用户(也在登录时)。

然而:

如果启动器设置在 中/etc/xdg/autostart,但在本地禁用,则本地启动器会~/.config/autostart否决 中的启动器/etc/xdg/autostart