Re: desktop file exec working firectory

2011-01-23 Thread Dj YB
On Sunday January 23 2011 16:25:41 Rex Dieter wrote: > Dj YB wrote: > > Hello, > > I am creating a desktop file for a service menu, and can't find out how > > to use the directory from which the action was launched. > > > > this is how it looks: > > > > Exec=convert %F `kdialog --title "save PDF"

Re: desktop file exec working firectory

2011-01-23 Thread Rex Dieter
Dj YB wrote: > Hello, > I am creating a desktop file for a service menu, and can't find out how to > use the directory from which the action was launched. > > this is how it looks: > > Exec=convert %F `kdialog --title "save PDF" --getsavefilename join.pdf`; > > this is how I want it to look: >

Re: desktop file exec working firectory

2011-01-23 Thread Rex Dieter
Dj YB wrote: > Hello, > I am creating a desktop file for a service menu, and can't find out how to > use the directory from which the action was launched. > > this is how it looks: > > Exec=convert %F `kdialog --title "save PDF" --getsavefilename join.pdf`; > > this is how I want it to look: >

desktop file exec working firectory

2011-01-22 Thread Dj YB
Hello, I am creating a desktop file for a service menu, and can't find out how to use the directory from which the action was launched. this is how it looks: Exec=convert %F `kdialog --title "save PDF" --getsavefilename join.pdf`; this is how I want it to look: Exec=convert %F `kdialog --title