如何在linux mint中自动启动程序时指定日志。例如,我将 Dropbox 启动脚本更改为:
[Desktop Entry]
Name=Dropbox
GenericName=File Synchronizer
Comment=Sync your files across computers and to the web
Exec="export DBUS_SESSION_BUS_ADDRESS=''; dropbox start -i > /tmp/dropbox.log 2>&1"
Terminal=false
Type=Application
Icon=dropbox
Categories=Network;FileTransfer;
StartupNotify=true
但/tmp/dropbox.log
不存在。