You are not logged in.

#1 2010-02-04 17:14:39

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

mpd and gnome startup applications [SOLVED]

i am using mpd as a regular user (i couldnt get the permissions right when trying to follow the wiki's instructions)

so to start mpd i must execute:

mpd ~/.mpd/config

however, that doesnt work when pasted into gnome's startup applications, it also doesnt work when put under Exec= in a .desktop entry.

how can i make this executable so i dont have to type it? i'd rather not put it in .xinitrc

thanks.

Last edited by originalsurfmex (2010-02-04 17:43:01)

Offline

#2 2010-02-04 17:20:46

grimi
Member
Registered: 2009-12-27
Posts: 27

Re: mpd and gnome startup applications [SOLVED]

In .desktop/Exec= put this: bash -c "mpd ~/.mpd/config"

Regards.

Offline

#3 2010-02-04 17:42:31

prasetyams
Member
From: Jakarta
Registered: 2008-04-29
Posts: 74

Re: mpd and gnome startup applications [SOLVED]

Hello, I just tried using Gnome Startup Applications preferences, I add "mpd /home/username/.mpd/mpd.conf", it seems like it needs full pathname.


Where's my sig?

Offline

#4 2010-02-04 17:44:00

originalsurfmex
Member
Registered: 2008-11-13
Posts: 150

Re: mpd and gnome startup applications [SOLVED]

THANKS! the

bash -c "mpd ~/.mpd/config"

worked great.  i just put it in gnome startup applications.

Offline

Board footer

Powered by FluxBB