Re: Change Desktop Right Click Menu Items



hmm,

now that i tried to use a new Script to convert into .jpg files:

FILES="`echo ${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}`"
for FILE in "${FILES}" ; do
  convert "${FILE}" -quality 75 "${FILE}".jpg
done

- now i noticed that this only works for files choosed in nautilus
windows grmpf

Am Freitag, den 12.08.2005, 15:59 +0200 schrieb Sven J.:
> Am Freitag, den 12.08.2005, 09:20 +0200 schrieb Christian Neumair:
> > Am Freitag, den 12.08.2005, 08:52 +0200 schrieb Sven J.:
> > > Am Mittwoch, den 10.08.2005, 16:20 +0200 schrieb Christian Neumair:
> > > > Am Dienstag, den 07.06.2005, 15:38 -0700 schrieb OliveAddict:
> > > > > Is it possible to add items to the desktop right click menu drawn by
> > > > > Nautilus?  I would like to add launchers for various applications.  I
> > > > > could not find anything in gconf or $HOME/.nautilus.
> > > > 
> > > > I suppose you mean the background context menu...this is rather
> > > > uncommon, and therefore can't be done in a quick n dirty way (i.e.
> > > > through scripts). 
> > > 
> > > perhaps nautilus-scripts can do the job.
> > > place a script in ~/.gnome2/nautilus-scripts and have fun :-)
> > 
> > Does that also work for clicks on the directory background?
> 
> Yes, works on the Desktop itself
> (http://poweroftwo.de/nautilus_scripts.jpg)
> as well, as on directory backgrounds.
> 
> br, Sven
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]