这是一个反复出现的问题,但我无法使一个程序 ( conky
) 在 GNOME 3 启动时自动启动。我~/.config/autostart
有以下文件:
cat ~/.config/autostart/conky.desktop
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=conky
Comment=A startup script for conky
Exec=~/bin/conky_startup
Terminal=true
~/bin/conky_startup
如下:
cat ~/bin/conky_startup
#!/usr/bin/env bash
/usr/bin/conky --pause 10 -c ~/conky/white_conky &
当我执行~/bin/conky_startup
conky 时,启动没有任何问题。但是,在启动时,脚本无法执行 conky。为什么?
答案1
我发现工作解决方案。
[Desktop Entry]
Name=Conky
GenericName=background monitor
Comment=Keep a background eye on your system
Exec=conky &
Terminal=false
Type=Application
Icon=conky
Categories=System;
StartupNotify=false
Name[en_US]=conky