B balanga Aug 10, 2018 #1 How do I get LXDE to automatically start certain programs when it starts up?
Minbari Aug 10, 2018 #2 You need a .desktop file to your ~/.config/autostart directory. If that file does not exist you'll need to create one. eg. firefox.desktop Code: [Desktop Entry] Type=Application Encoding=UTF-8 Name=Firefox Comment=Firefox Web Browser Exec=firefox or in in ~/.config/lxsession/LXDE/autostart file add the programs you want to autostart. eg. Code: @lxterminal @leafpad
You need a .desktop file to your ~/.config/autostart directory. If that file does not exist you'll need to create one. eg. firefox.desktop Code: [Desktop Entry] Type=Application Encoding=UTF-8 Name=Firefox Comment=Firefox Web Browser Exec=firefox or in in ~/.config/lxsession/LXDE/autostart file add the programs you want to autostart. eg. Code: @lxterminal @leafpad
OP B balanga Aug 21, 2018 Thread Starter #3 Minbari said: or in in ~/.config/lxsession/LXDE/autostart file add the programs you want to autostart. eg. Code: @lxterminal @leafpad Click to expand... How do I reference to Xfce Terminal ?
Minbari said: or in in ~/.config/lxsession/LXDE/autostart file add the programs you want to autostart. eg. Code: @lxterminal @leafpad Click to expand... How do I reference to Xfce Terminal ?
Minbari Aug 21, 2018 #4 I'm not using LXDE or xfce terminal so I don't know if this will work but did you try: Code: @xfce4-terminal
I'm not using LXDE or xfce terminal so I don't know if this will work but did you try: Code: @xfce4-terminal