Aqu*_*wer 9 startup configuration backup
这是gnome-session-properties命令。
我知道应用程序已经在~/.config/autostart.
我知道那里有文件,/etc但那些是 root。
我在gconf-editor.
我需要知道gnome-session-properties哪些应用程序被禁用和启用以自动启动存储在哪里,以便我可以备份该文件:)
谢谢!
Leo*_*Leo 13
如果你编辑里面的文件,~/.config/autostart/它们是这样写的:
[Desktop Entry]
Name=Dropbox
GenericName=File Synchronizer
Comment=Sync your files across computers and to the web
Exec=dropbox start -i
Hidden=false
Terminal=false
Type=Application
Icon=dropbox
Categories=Network;FileTransfer;
StartupNotify=false
X-GNOME-Autostart-enabled=false
Run Code Online (Sandbox Code Playgroud)
最后一行是指定应用程序是否已启用的行(通过gnome-session-properties启用和禁用应用程序并注意文件中该选项的更改自行检查)。
然后,您只需复制文件夹内的所有文件即可备份该配置。