View previous topic :: View next topic |
Author |
Message |
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Thu Mar 25, 2004 9:16 pm Post subject: script nautilus per voce menu "enqueue in xmms" |
|
|
Ricordo di aver letto da qualche parte dell'esistenza di uno script del genere per far apparire le voci "enqueue in xmms" e "play xmms" all'interno di nautilus.
Avrei intenzione di usarlo con beep-media-player.
Sapete dove trovarlo e come installarlo? _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
vificunero Apprentice
Joined: 25 Jul 2003 Posts: 244 Location: Milan Italy EU
|
|
Back to top |
|
|
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Sat Mar 27, 2004 8:05 pm Post subject: |
|
|
Ho dato uno sguardo ma sembra non funzionino con Nautilus 2.x.x _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
Gavrila Apprentice
Joined: 08 Jun 2003 Posts: 275
|
Posted: Sun Mar 28, 2004 12:56 am Post subject: |
|
|
a me questo va benone
Code: | #!/bin/bash
#
# Nautilus script -> open gedit
#
# Owner : Largey Patrick from Switzerland
# patrick.largey@nazeman.org
# www.nazeman.org
#
# Licence : GNU GPL
#
# Copyright (C) Nazeman
#
# Ver. 0.9-1 Date: 16.02.2002
# Add multiple file open in the same windows
#
# Ver: 0.9 Date: 27.10.2001
# Initial release
#
# Dependence : Nautilus (of course)
# Gnome-utils (gdialog)
#
quoted=$(echo -e "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | awk 'BEGIN {
FS = "\n" } { printf "\"%s\" ", $1 }' | sed -e s#\"\"##)
eval "xmms -e $quoted"
|
|
|
Back to top |
|
|
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Sun Mar 28, 2004 1:32 am Post subject: |
|
|
Già che ci siamo mi diresti anche come installarlo?
Basta copiarlo nella ~/.nautilus/scripts e renderlo eseguibile oppure c'è qualcos'altro da fare? _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
Gavrila Apprentice
Joined: 08 Jun 2003 Posts: 275
|
Posted: Sun Mar 28, 2004 1:43 am Post subject: |
|
|
mrfree wrote: | Già che ci siamo mi diresti anche come installarlo?
Basta copiarlo nella ~/.nautilus/scripts e renderlo eseguibile oppure c'è qualcos'altro da fare? |
~/gnome2/nautilus-scripts/
et voila'... e mo' buonanotte che sto crollando |
|
Back to top |
|
|
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Sun Mar 28, 2004 1:02 pm Post subject: |
|
|
Bene bene... sbagliavo directory
Cmq ho trovato parecchi script per nautilus e altre cosette interessanti su http://www.themedepot.org/ _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
|