| Author |
Message |
evil
Joined: 19 Nov 2005 Posts: 55
|
Posted: Wed 12 Apr 2006, 16:13 Post subject:
How to auto-start Gxine when Puppy boots |
|
Hi all,
I want to run Gxine (multimedia player) on start-up i.e when puppy boots up I want gxine also to appear without me having to type gxine in the command line for example.
So I though of typing 'gxine' in the start-up script /etc/rc.d/rc.local but it doesn't run it.
Am I doing this wrong?? Please help...
Many thanks
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Wed 12 Apr 2006, 17:51 Post subject:
|
|
edit /root/.xinitrc
Before the line
exec $CURRENTWM
enter this:
gxine &
or:
sleep 3 && gxine &
If you forget the "&" in the end, it will block all other applications, so you would have no desktop.
So don't forget the "&"
Mark
|
|
Back to top
|
|
 |
evil
Joined: 19 Nov 2005 Posts: 55
|
Posted: Thu 13 Apr 2006, 07:25 Post subject:
|
|
That works great.....cheers!!
How can I get it it to load to full screen?
There must be some parameters you can type in but 'man gxine' doesn't really help much!!
Thanks again
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Thu 13 Apr 2006, 12:04 Post subject:
|
|
http://www.murga.org/~puppy/viewtopic.php?p=46029#46029
Dotpup for Pseudo-fullscreen.
Mark
Last edited by MU on Sat 15 Apr 2006, 09:40; edited 3 times in total
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sat 15 Apr 2006, 08:12 Post subject:
|
|
I updated the script, it avoids the 3 second-delay in the beginning now.
Mark
|
|
Back to top
|
|
 |
evil
Joined: 19 Nov 2005 Posts: 55
|
Posted: Sun 23 Apr 2006, 15:02 Post subject:
|
|
Yeh that works great.....BUT....
I can see the menu down the bottom of the screen i.e the start button etc.
Anyways of hiding this when video is running!!
Many thanks once again.....
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sun 23 Apr 2006, 17:54 Post subject:
|
|
I think Jwm has an autohide-feature.
edit /root/.jwmrc
there you can replace:
| Code: | | <Tray autohide="false" insert="right" x="0" y="-1" border="1" height="26" > |
with:
| Code: | | <Tray autohide="true" insert="right" x="0" y="-1" border="1" height="26" > |
Then it should hide automatically.
Mark
|
|
Back to top
|
|
 |
eMeRy

Joined: 22 Jan 2006 Posts: 86 Location: Hungary,Europe
|
Posted: Mon 24 Apr 2006, 15:13 Post subject:
|
|
I 've also met this strange thing as xine plays movie fullscreen while jwm tray remains on screen. (It happened with xine-ui, gxine played fine - that had other disadvantage for me.)
The autohide trick works well as Mark explained or you can do it from menu: control panel, jwm configuration, taskbar, tray autohide option. (Un fortunately it does not work for me, but worth a try)
Anyway, after modification you must restart jwm.
It was annoying and inconvenient for me so I changed the window manager to xfce. You'll find more about xfce wm here:
http://www.murga.org/~puppy/viewtopic.php?t=6853&highlight=xfce
Xine and Xfce get on well...
eMeRy
|
|
Back to top
|
|
 |
|