2015年3月13日 星期五

[ArchLinux][Cinnamon] Startup program after booting

Menu -> Preferences -> Startup Applications
Shortcut (cinnamon-session-properties)
Input startup program

Method 1:
Add path :
~/.config/autostart/ibus-daemon.desktop

[Desktop Entry]
Type=Application
Exec=ibus-daemon -d -x
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[C]=ibus
Name=ibus
Comment[C]=ibus start
Comment=ibus start
X-GNOME-Autostart-Delay=0 

Method 2:
Add path :
~/.config/autostart/ibus-daemon.desktop

[Desktop Entry]
Type=Application
Exec=/home/happy/.config/autostart/start.sh
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[C]=ibus
Name=ibus
Comment[C]=ibus start
Comment=ibus start
X-GNOME-Autostart-Delay=0

Add path :
~/.config/autostart/start.sh

ibus-daemon -d -x

chmod a+x start.sh

Related Posts:

0 意見:

張貼留言