Ubuntu开机起步桌面应用程序

Ubuntu开机启动桌面应用程序添加一个.desktop文件放到目录~/.config/autostart/下即可。下面是以dropbox.de

Ubuntu开机启动桌面应用程序

添加一个.desktop文件放到目录~/.config/autostart/下即可。

下面是以dropbox.desktop文件的内容作为一个例子:

[Desktop Entry]Name=DropboxGenericName=File SynchronizerComment=Sync your files across computers and to the webExec=dropbox start -iTerminal=falseType=ApplicationIcon=dropboxCategories=Network;FileTransfer;StartupNotify=false
?