You are not logged in.
Pages: 1
I'm having a bit of a problem with Clementine.
I have it as a startup program. And, each time I log in it does start. No problems there. But, the fonts are always wrong. They are very small. So, I kill it and restart. Then, the fonts are fine.
So, I was thinking that if I delayed starting the app by a second or 2 it would come up with the right fonts (just guessing). I changed, in Application Autostart, the command from "clementine" to "sleep 2; clementine". Unfortunately, it doesn't startup at all now.
Tried "sleep 2 && clementine" as well. Same result.
What am I doing wrong?
Offline
You probably need to create a script and put that as the command.
Offline
if you want to use shell commands you need to launch a shell first eg:
/bin/sh -c 'sleep 5;xterm -e "while true;do printf "hello";done"'
Last edited by sixsixfive (2016-02-28 13:12:16)
Offline
Thanks!
The command in application autostart:
/bin/sh -c 'sleep 2'; clementine
seems to work just fine.
I have no idea why a delay is needed.
Offline
Thanks!
The command in application autostart:
/bin/sh -c 'sleep 2'; clementine
seems to work just fine.
I have no idea why a delay is needed.
For me, I had to enclose both commands (I use kalu as my preferred arch updater):
/bin/sh -c 'sleep 15;kalu &'
...the '&' is needed at the end there, otherwise the entire process stays in the task manager. It takes a few seconds for my wifi to connect and kalu will error if it can't update immediately.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 529.22 KiB (Peak: 530.5 KiB) ]