You are not logged in.
Pages: 1
I'm using xfdesktop and xfce4-panel because they are similar to what i'm used. But xfce4-panel doesn't start when using this script in the autostart:
#!/bin/bash
sleep 3 && xfdesktop
sleep 4 && xfce4-panel
sleep 2 && megasync
But when i start it in terminal it works. Why?
Last edited by hhh (2020-07-25 21:27:33)
Offline
...xfce4-panel doesn't start when using this script in the autostart:
#!/bin/bash sleep 3 && xfdesktop sleep 4 && xfce4-panel sleep 2 && megasync
But when i start it in terminal it works. Why?
How are you calling the script in your autostart?
Does the xfdesktop command need to be forked off, so the subsequent commands can be carried out?
sleep 3 && xfdesktop &
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I can't even tell if @Alderaan (Star Wars pun, baby), means BL's autostart.
No need for a script, commenting out tint2 and adding xfce4-panel and xfdesktop as forked commands has always worked for me. They shouldn't even need sleep...
xfdesktop &
xfce4-panel &
To be fair, I haven't used xfdesktop and the panel with Openbox in over a year. I could be spreading Fake News.
Offline
I'm using xfdesktop now and I can confirm that both it and xfce4-panel need to be forked with a final ampersand as damo and hhh say. Quite possibly megasync too.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
Yes it works now after the ampersand. Thanks.
Offline
Please mark your thread title [SOLVED] by editing the first post.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Offline
Pages: 1