START Fbpanel refresh menu and tray AT START UP [solved]
Moderator: Forum moderators
- pp4mnklinux
- Posts: 1116
- Joined: Wed Aug 19, 2020 5:43 pm
- Location: Edinburgh
- Has thanked: 632 times
- Been thanked: 280 times
- Contact:
START Fbpanel refresh menu and tray AT START UP [solved]
Hello everybody:
I installed xfce 4.2 desktop in my xenial puppy and I'm really pleased with it, but there is a small problem.
I need one of the taskbars which start with the FbPanel and I dont know how to make it start at boot, so I am starting it manually.
I went to Start up control-control start up and put the exe file as it appears on Geany, but it didn't work.
Can u tell me how to make this program start at boot up so I can start this task bar automaticaly?
Thanks a lot (plz, give me step by step instructions)
_____________________________geany for this programm---------------
[Desktop Entry]
Encoding=UTF-8
Name=Fbpanel refresh menu and tray
Icon=fbpanel.png
Comment=fbpanel
Exec=pfbpanel refresh start
Terminal=false
Type=Application
Categories=X-Desktop;Favorite;
GenericName=Fbpanel
NoDisplay=false
__________________________________________________________
I installed xfce 4.2 desktop in my xenial puppy and I'm really pleased with it, but there is a small problem.
I need one of the taskbars which start with the FbPanel and I dont know how to make it start at boot, so I am starting it manually.
I went to Start up control-control start up and put the exe file as it appears on Geany, but it didn't work.
Can u tell me how to make this program start at boot up so I can start this task bar automaticaly?
Thanks a lot (plz, give me step by step instructions)
_____________________________geany for this programm---------------
[Desktop Entry]
Encoding=UTF-8
Name=Fbpanel refresh menu and tray
Icon=fbpanel.png
Comment=fbpanel
Exec=pfbpanel refresh start
Terminal=false
Type=Application
Categories=X-Desktop;Favorite;
GenericName=Fbpanel
NoDisplay=false
__________________________________________________________
Last edited by pp4mnklinux on Mon Oct 19, 2020 5:58 am, edited 1 time in total.
XFCE_FUSILLI . ===> https://puppyxfcefusilli.wordpress.com/
YouTube How_To . ==> https://bit.ly/f96ce_xfce_fusilli_HOWTO
Learning EASY OS . => https://easyos.org/
Re: START Fbpanel refresh menu and tray AT START UP
You can drag the .desktop file that you are viewing in Geany to /root/.config/autostart
You can click /root/Startup/ then autostart/ to get there.
There should be other .desktop files in the directory.
Or you can go to /root/Startup, right click in the dir and click New, Script
Edit the script and put something like this in the script:
You can click /root/Startup/ then autostart/ to get there.
There should be other .desktop files in the directory.
Or you can go to /root/Startup, right click in the dir and click New, Script
Edit the script and put something like this in the script:
Code: Select all
#!/bin/sh
exec pfbpanel refresh start
- pp4mnklinux
- Posts: 1116
- Joined: Wed Aug 19, 2020 5:43 pm
- Location: Edinburgh
- Has thanked: 632 times
- Been thanked: 280 times
- Contact:
Re: START Fbpanel refresh menu and tray AT START UP
Thanks a lot, I'll try.
Have a nice day, my friend (you are the people who make puppy the bigest)
_______added ______________________________
I included it in the .config autostart folder and problem solved.
"I could look like ubuntu but my heart is PUPPY "
Have a nice day, my friend (you are the people who make puppy the bigest)
_______added ______________________________
I included it in the .config autostart folder and problem solved.
"I could look like ubuntu but my heart is PUPPY "
XFCE_FUSILLI . ===> https://puppyxfcefusilli.wordpress.com/
YouTube How_To . ==> https://bit.ly/f96ce_xfce_fusilli_HOWTO
Learning EASY OS . => https://easyos.org/