1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

updated menus for SHEXEC

This commit is contained in:
kojima
1999-05-01 23:15:43 +00:00
parent b7b8827769
commit 1962d931d5
37 changed files with 291 additions and 315 deletions

21
NEWS
View File

@@ -5,6 +5,18 @@ NEWS for veteran Window Maker users
--- 0.54.0 --- 0.54.0
root menu INCOMPATIBLE changes
------------------------------
EXEC <program> will execute the named program
SHEXEC <command> will execute the shell command.
If you want to execute something like blabla > /dev/null, then use SHEXEC
Dont forget to update your menus.
New Option For setstyle New Option For setstyle
----------------------- -----------------------
@@ -31,15 +43,6 @@ SmoothWorkspaceBack = YES/NO
will enable smoothing of scaled workspace background images. will enable smoothing of scaled workspace background images.
root menu
---------
EXEC <program> will execute the named program
SHEXEC <command> will execute the shell command.
If you want to execute something like blabla > /dev/null, then use SHEXEC
Application User Menu Path Changes Application User Menu Path Changes
---------------------------------- ----------------------------------

View File

@@ -22,6 +22,7 @@
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one * WORKSPACE_MENU - adds a submenu for workspace operations. Only one
* workspace_menu is allowed. * workspace_menu is allowed.
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -108,7 +109,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal..." LEGAL_PANEL "Legal..." LEGAL_PANEL
"System Console" EXEC xconsole "System Console" EXEC xconsole
"System Load" EXEC xosview || xload "System Load" SHEXEC xosview || xload
"Process List" EXEC xterm -e top "Process List" EXEC xterm -e top
"Manual Browser" EXEC xman "Manual Browser" EXEC xman
"Info" END "Info" END
@@ -118,7 +119,7 @@
"Workspaces" WORKSPACE_MENU "Workspaces" WORKSPACE_MENU
"Applications" MENU "Applications" MENU
"Graphics" MENU "Graphics" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -133,20 +134,20 @@
"Applications" END "Applications" END
"Editors" MENU "Editors" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editors" END "Editors" END
"Miscellaneous" MENU "Miscellaneous" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Miscellaneous" END "Miscellaneous" END
"Utils" MENU "Utils" MENU
"Calculator" EXEC xcalc "Calculator" EXEC xcalc
"Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file - "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Font Chooser" EXEC xfontsel "Font Chooser" EXEC xfontsel
"Terminal Emulator" EXEC xminicom "Terminal Emulator" EXEC xminicom
"Magnify" EXEC xmag "Magnify" EXEC xmag
@@ -156,10 +157,10 @@
"Utils" END "Utils" END
"Selection" MENU "Selection" MENU
"Copy" EXEC echo '%s' | wxcopy "Copy" SHEXEC echo '%s' | wxcopy
"Mail To" EXEC xterm -name mail -T "Pine" -e pine %s "Mail To" EXEC xterm -name mail -T "Pine" -e pine %s
"Navigate" EXEC netscape %s "Navigate" EXEC netscape %s
"Search in Manual" EXEC MANUAL_SEARCH(%s) "Search in Manual" SHEXEC MANUAL_SEARCH(%s)
"Selection" END "Selection" END
"Workspace" MENU "Workspace" MENU

View File

@@ -111,7 +111,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal..." LEGAL_PANEL "Legal..." LEGAL_PANEL
"Consola del Sistema" EXEC xconsole "Consola del Sistema" EXEC xconsole
"Càrrega del Sistema" EXEC xosview || xload "Càrrega del Sistema" SHEXEC xosview || xload
"Llista de Processos" EXEC xterm -e top "Llista de Processos" EXEC xterm -e top
"Manual d'instruccions" EXEC xman "Manual d'instruccions" EXEC xman
"Informació" END "Informació" END
@@ -120,7 +120,7 @@
"Escriptoris" WORKSPACE_MENU "Escriptoris" WORKSPACE_MENU
"Aplicacions" MENU "Aplicacions" MENU
"Gràfics" MENU "Gràfics" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -135,20 +135,20 @@
"Aplicacions" END "Aplicacions" END
"Editors" MENU "Editors" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editors" END "Editors" END
"Miscel·lani" MENU "Miscel·lani" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Miscel·lani" END "Miscel·lani" END
"Utilitats" MENU "Utilitats" MENU
"Calculadora" EXEC xcalc "Calculadora" EXEC xcalc
"Propietats de la finestra" EXEC xprop | xmessage -center -title 'xprop' -file - "Propietats de la finestra" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Sel·lecciona una Font" EXEC xfontsel "Sel·lecciona una Font" EXEC xfontsel
"Emulador de Terminal" EXEC xminicom "Emulador de Terminal" EXEC xminicom
"Lupa" EXEC xmag "Lupa" EXEC xmag
@@ -158,10 +158,10 @@
"Utilitats" END "Utilitats" END
"Sel·lecció" MENU "Sel·lecció" MENU
"Copiar" EXEC echo '%s' | wxcopy "Copiar" SHEXEC echo '%s' | wxcopy
"Enviar a" EXEC xterm -name mail -T "Pine" -e pine %s "Enviar a" EXEC xterm -name mail -T "Pine" -e pine %s
"Enviar al Navegador" EXEC netscape %s "Enviar al Navegador" EXEC netscape %s
"Buscar al Manual" EXEC MANUAL_SEARCH(%s) "Buscar al Manual" SHEXEC MANUAL_SEARCH(%s)
"Sel·lecció" END "Sel·lecció" END
"Escriptori" MENU "Escriptori" MENU

View File

@@ -97,7 +97,7 @@
"Joe" EXEC xterm -T 'Joe' -e joe "Joe" EXEC xterm -T 'Joe' -e joe
"Editory" END "Editory" END
"Rùzné" MENU "Rùzné" MENU
// "Xmcd" EXEC xmcd 2> /dev/null // "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Rùzné" END "Rùzné" END

View File

@@ -21,6 +21,7 @@
* WORKSPACE_MENU - tilføjer en undermenu med arbejdsbords- * WORKSPACE_MENU - tilføjer en undermenu med arbejdsbords-
* kommandoer. Kun WORKSPACE_MENU er tilladt. * kommandoer. Kun WORKSPACE_MENU er tilladt.
* EXEC <program> - kører et eksternt program. * EXEC <program> - kører et eksternt program.
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - afslutter WindowMaker (men ikke X). * EXIT - afslutter WindowMaker (men ikke X).
* RESTART [<window manager>] - genstarter WindowMaker eller starter en * RESTART [<window manager>] - genstarter WindowMaker eller starter en
* anden window manager. * anden window manager.
@@ -103,7 +104,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Copyright..." LEGAL_PANEL "Copyright..." LEGAL_PANEL
"Systemkonsol" EXEC xconsole "Systemkonsol" EXEC xconsole
"Systembelastning" EXEC xosview || xload "Systembelastning" SHEXEC xosview || xload
"Procesliste" EXEC xterm -e top "Procesliste" EXEC xterm -e top
"Brugsanvisninger" EXEC xman "Brugsanvisninger" EXEC xman
"Info" END "Info" END
@@ -113,7 +114,7 @@
"Arbejdsborde" WORKSPACE_MENU "Arbejdsborde" WORKSPACE_MENU
"Applikationer" MENU "Applikationer" MENU
"Grafik" MENU "Grafik" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -128,20 +129,20 @@
"Applikationer" END "Applikationer" END
"Tekstbehandling" MENU "Tekstbehandling" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"Emacs" EXEC xemacs || emacs "Emacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Tekstbehandling" END "Tekstbehandling" END
"Diverse" MENU "Diverse" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Diverse" END "Diverse" END
"Tilbehør" MENU "Tilbehør" MENU
"Lommeregner" EXEC xcalc "Lommeregner" EXEC xcalc
"Window Egenskaber" EXEC xprop | xmessage -center -title 'xprop' -file "Window Egenskaber" SHEXEC xprop | xmessage -center -title 'xprop' -file
"Vælg skrifttype" EXEC xfontsel "Vælg skrifttype" EXEC xfontsel
"Terminalemulator" EXEC xminicom "Terminalemulator" EXEC xminicom
"Forstørrelsesglas" EXEC xmag "Forstørrelsesglas" EXEC xmag
@@ -152,10 +153,10 @@
"Tilbehør" END "Tilbehør" END
"Markering" MENU "Markering" MENU
"Kopier" EXEC echo '%s' | wxcopy "Kopier" SHEXEC echo '%s' | wxcopy
"Send e-post" EXEC xterm -name mail -T "Pine" -e pine %s "Send e-post" EXEC xterm -name mail -T "Pine" -e pine %s
"Indtast URL" EXEC netscape %s "Indtast URL" EXEC netscape %s
"Søg i manual" EXEC MANUAL_SEARCH(%s) "Søg i manual" SHEXEC MANUAL_SEARCH(%s)
"Markering" END "Markering" END
"Arbejdsbord" MENU "Arbejdsbord" MENU

View File

@@ -12,6 +12,7 @@
// MENU - beginnt (Unter)menüdefinition // MENU - beginnt (Unter)menüdefinition
// END - beendet (Unter)menüdefinition // END - beendet (Unter)menüdefinition
// EXEC <program> - führt ein externes Programm aus // EXEC <program> - führt ein externes Programm aus
// SHEXEC <command> - executes a shell command (like gimp > /dev/null)
// EXIT - beendet den Fenstermanager // EXIT - beendet den Fenstermanager
// RESTART [<window manager>] - startet WindowMaker neu oder // RESTART [<window manager>] - startet WindowMaker neu oder
// startet einen anderen Fenstermanager. // startet einen anderen Fenstermanager.
@@ -43,11 +44,11 @@
"Info" MENU "Info" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Systemauslastung" EXEC xosview || xload "Systemauslastung" SHEXEC xosview || xload
"Prozeßtabelle" EXEC xterm -e top "Prozeßtabelle" EXEC xterm -e top
"Anleitungen" EXEC xman "Anleitungen" EXEC xman
"Info" END "Info" END
"XTerm" EXEC xterm -sb || color-xterm -sb || xterm -sb "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb
"XJed" EXEC xjed "XJed" EXEC xjed
"Arbeitsfläche" WORKSPACE_MENU "Arbeitsfläche" WORKSPACE_MENU
"Anwendungen" MENU "Anwendungen" MENU
@@ -67,14 +68,14 @@
"TkDesk" EXEC tkdesk "TkDesk" EXEC tkdesk
"Anwendungen" END "Anwendungen" END
"Editoren" MENU "Editoren" MENU
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editoren" END "Editoren" END
"Sonstiges" MENU "Sonstiges" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Sonstiges" END "Sonstiges" END
@@ -88,7 +89,7 @@
"Hilfsmittel" END "Hilfsmittel" END
"Markierung" MENU "Markierung" MENU
"email an" EXEC xterm -name mail -T "Pine" -e pine %s "email an" EXEC xterm -name mail -T "Pine" -e pine %s
"Navigate" EXEC netscape -noraise -remote \ "Navigate" SHEXEC netscape -noraise -remote \
'openURL(%s,new-window)' || netscape %s 'openURL(%s,new-window)' || netscape %s
"in Anleitung suchen" EXEC MANUAL_SEARCH(%s) "in Anleitung suchen" EXEC MANUAL_SEARCH(%s)
"Markierung" END "Markierung" END

View File

@@ -112,7 +112,7 @@
"Info..." INFO_PANEL "Info..." INFO_PANEL
"Legal..." LEGAL_PANEL "Legal..." LEGAL_PANEL
"System Console" EXEC xconsole "System Console" EXEC xconsole
"System Load" EXEC xosview || xload "System Load" SHEXEC xosview || xload
"Process List" EXEC xterm -e top "Process List" EXEC xterm -e top
"Βοήθεια" EXEC xman "Βοήθεια" EXEC xman
"Πληροφορίες" END "Πληροφορίες" END
@@ -121,7 +121,7 @@
"Επιφάνειες" WORKSPACE_MENU "Επιφάνειες" WORKSPACE_MENU
"Προγράμματα" MENU "Προγράμματα" MENU
"Γραφικά" MENU "Γραφικά" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -136,20 +136,20 @@
"Προγράμματα" END "Προγράμματα" END
"Κειμενογράφοι" MENU "Κειμενογράφοι" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Κειμενογράφοι" END "Κειμενογράφοι" END
"Διάφορα" MENU "Διάφορα" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Διάφορα" END "Διάφορα" END
"Εργαλεία" MENU "Εργαλεία" MENU
"Αριθμομηχανή" EXEC xcalc "Αριθμομηχανή" EXEC xcalc
"Ιδιότητες Παραθύρου" EXEC xprop | xmessage -center -title 'Ιδιότητες Παραθύρου' -file - "Ιδιότητες Παραθύρου" SHEXEC xprop | xmessage -center -title 'Ιδιότητες Παραθύρου' -file -
"Επιλογή Γραμματοσειράς" EXEC xfontsel "Επιλογή Γραμματοσειράς" EXEC xfontsel
"Εξομοιωτής Τερματικού" EXEC xminicom "Εξομοιωτής Τερματικού" EXEC xminicom
"Μεγέθυνση" EXEC xmag "Μεγέθυνση" EXEC xmag
@@ -160,7 +160,7 @@
"Εργαλεία" END "Εργαλεία" END
"Επιλογή" MENU "Επιλογή" MENU
"Αντιγραφή" EXEC echo '%s' | wxcopy "Αντιγραφή" SHEXEC echo '%s' | wxcopy
"Ταχυδρόμηση Προς" EXEC xterm -name mail -T "Pine" -e pine %s "Ταχυδρόμηση Προς" EXEC xterm -name mail -T "Pine" -e pine %s
"Εξερεύνηση στο διαδίκτυο" EXEC netscape %s "Εξερεύνηση στο διαδίκτυο" EXEC netscape %s
"Αναζήτηση Βοήθειας" EXEC MANUAL_SEARCH(%s) "Αναζήτηση Βοήθειας" EXEC MANUAL_SEARCH(%s)

View File

@@ -15,6 +15,7 @@
* END - finaliza una definición de (sub)menu * END - finaliza una definición de (sub)menu
* WORKSPACE_MENU - Añade el submenu para operaciones con el escritorio * WORKSPACE_MENU - Añade el submenu para operaciones con el escritorio
* EXEC <programa> - ejecuta un programa externo * EXEC <programa> - ejecuta un programa externo
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - sale del gestor de ventanas * EXIT - sale del gestor de ventanas
* RESTART [<Gestor de ventanas>] - rearrancar WindowMaker o arranca otro gestor de ventanas * RESTART [<Gestor de ventanas>] - rearrancar WindowMaker o arranca otro gestor de ventanas
* REFRESH - refrescar el escritorio * REFRESH - refrescar el escritorio
@@ -93,7 +94,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Consola del Sistema" EXEC xconsole "Consola del Sistema" EXEC xconsole
"Carga del Sistema" EXEC xosview || xload "Carga del Sistema" SHEXEC xosview || xload
"Lista de Procesos" EXEC xterm -e top "Lista de Procesos" EXEC xterm -e top
"Manual de usuario" EXEC xman "Manual de usuario" EXEC xman
"Info" END "Info" END
@@ -102,7 +103,7 @@
"Escritorios" WORKSPACE_MENU "Escritorios" WORKSPACE_MENU
"Aplicaciones" MENU "Aplicaciones" MENU
"Gráficos" MENU "Gráficos" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -117,20 +118,20 @@
"Aplicaciones" END "Aplicaciones" END
"Editores" MENU "Editores" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editores" END "Editores" END
"Miscelánea" MENU "Miscelánea" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Miscelánea" END "Miscelánea" END
"Utilidades" MENU "Utilidades" MENU
"Calculadora" EXEC xcalc "Calculadora" EXEC xcalc
"Propiedades de ventana" EXEC xprop | xmessage -center -title 'xprop' -file - "Propiedades de ventana" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Selector de Fuentes" EXEC xfontsel "Selector de Fuentes" EXEC xfontsel
"Emulador de Terminal" EXEC xminicom "Emulador de Terminal" EXEC xminicom
"Lupa" EXEC xmag "Lupa" EXEC xmag
@@ -141,10 +142,10 @@
"Utilidades" END "Utilidades" END
"Selección" MENU "Selección" MENU
"Copiar" EXEC echo '%s' | wxcopy "Copiar" SHEXEC echo '%s' | wxcopy
"Enviar a" EXEC xterm -name mail -T "Pine" -e pine %s "Enviar a" EXEC xterm -name mail -T "Pine" -e pine %s
"Navigar" EXEC netscape %s "Navigar" EXEC netscape %s
"Buscar en el Manual" EXEC MANUAL_SEARCH(%s) "Buscar en el Manual" SHEXEC MANUAL_SEARCH(%s)
"Selección" END "Selección" END
"Escritorio" MENU "Escritorio" MENU

View File

@@ -15,6 +15,7 @@
* END - end (sub)menu definition * END - end (sub)menu definition
* WORKSPACE_MENU - adds a submenu for workspace operations * WORKSPACE_MENU - adds a submenu for workspace operations
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -97,7 +98,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Järjestelmän konsoli" EXEC xconsole "Järjestelmän konsoli" EXEC xconsole
"Järjestelmän kuorma" EXEC xosview || xload "Järjestelmän kuorma" SHEXEC xosview || xload
"Prosessilista" EXEC xterm -e top "Prosessilista" EXEC xterm -e top
"Manuaalin selain" EXEC xman "Manuaalin selain" EXEC xman
"Info" END "Info" END
@@ -106,7 +107,7 @@
"Työtilat" WORKSPACE_MENU "Työtilat" WORKSPACE_MENU
"Sovellukset" MENU "Sovellukset" MENU
"Grafiikka" MENU "Grafiikka" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -121,20 +122,20 @@
"Sovellukset" END "Sovellukset" END
"Editorit" MENU "Editorit" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editorit" END "Editorit" END
"Muut" MENU "Muut" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Muut" END "Muut" END
"Työkalut" MENU "Työkalut" MENU
"Laskin" EXEC xcalc "Laskin" EXEC xcalc
"Ikkunoiden asetukset" EXEC xprop | xmessage -center -title 'xprop' -file - "Ikkunoiden asetukset" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Kirjasinlajin valitsin" EXEC xfontsel "Kirjasinlajin valitsin" EXEC xfontsel
"Pääte-emulaattori" EXEC xminicom "Pääte-emulaattori" EXEC xminicom
"Suurenuslasi" EXEC xmag "Suurenuslasi" EXEC xmag
@@ -145,10 +146,10 @@
"Työkalut" END "Työkalut" END
"Leikkaa-liimaa" MENU "Leikkaa-liimaa" MENU
"Kopioi" EXEC echo '%s' | wxcopy "Kopioi" SHEXEC echo '%s' | wxcopy
"Lähetä sähköpostilla" EXEC xterm -name mail -T "Pine" -e pine %s "Lähetä sähköpostilla" EXEC xterm -name mail -T "Pine" -e pine %s
"Selaa" EXEC netscape %s "Selaa" EXEC netscape %s
"Etsi manuaalista" EXEC MANUAL_SEARCH(%s) "Etsi manuaalista" SHEXEC MANUAL_SEARCH(%s)
"Leikkaa-liimaa" END "Leikkaa-liimaa" END
"Työtilat" MENU "Työtilat" MENU

View File

@@ -33,6 +33,8 @@
* *
* EXEC Execute un programme externe * EXEC Execute un programme externe
* *
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
*
* EXIT Quitte le gestionnaire de fenêtres * EXIT Quitte le gestionnaire de fenêtres
* *
* RESTART [<window manager>] Redémarre WindowMaker ou démarre un * RESTART [<window manager>] Redémarre WindowMaker ou démarre un
@@ -157,7 +159,7 @@
"Panneau d'informations" INFO_PANEL "Panneau d'informations" INFO_PANEL
"Panneau d'informations légales" LEGAL_PANEL "Panneau d'informations légales" LEGAL_PANEL
"Console système" EXEC xconsole "Console système" EXEC xconsole
"Charge système" EXEC xosview || xload "Charge système" SHEXEC xosview || xload
"Liste des processus" EXEC xterm -e top "Liste des processus" EXEC xterm -e top
"Butineur d'aide" EXEC xman "Butineur d'aide" EXEC xman
"Informations" END "Informations" END
@@ -167,7 +169,7 @@
"Espaces de travail" WORKSPACE_MENU "Espaces de travail" WORKSPACE_MENU
"Applications" MENU "Applications" MENU
"Graphismes" MENU "Graphismes" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -182,20 +184,20 @@
"Applications" END "Applications" END
"Editeurs" MENU "Editeurs" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editeurs" END "Editeurs" END
"Divers" MENU "Divers" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Divers" END "Divers" END
"Utilitaires" MENU "Utilitaires" MENU
"Calculatrice" EXEC xcalc "Calculatrice" EXEC xcalc
"Propriétés de la fenêtre" EXEC xprop | xmessage -center -title 'xprop' -file - "Propriétés de la fenêtre" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Sélecteur de polices" EXEC xfontsel "Sélecteur de polices" EXEC xfontsel
"Emulateur de terminal" EXEC xminicom "Emulateur de terminal" EXEC xminicom
"Loupe" EXEC xmag "Loupe" EXEC xmag
@@ -205,10 +207,10 @@
"Utilitaires" END "Utilitaires" END
"Sélection" MENU "Sélection" MENU
"Copier" EXEC echo '%s' | wxcopy "Copier" SHEXEC echo '%s' | wxcopy
"Envoyer à" EXEC xterm -name mail -T "Pine" -e pine %s "Envoyer à" EXEC xterm -name mail -T "Pine" -e pine %s
"Naviguer" EXEC netscape %s "Naviguer" EXEC netscape %s
"Rechercher dans le manuel" EXEC MANUAL_SEARCH(%s) "Rechercher dans le manuel" SHEXEC MANUAL_SEARCH(%s)
"Sélection" END "Sélection" END
"Espace de travail" MENU "Espace de travail" MENU

View File

@@ -12,6 +12,7 @@
// MENU - escomenza a definición do (sub)menú. // MENU - escomenza a definición do (sub)menú.
// END - remata a definición do (sub)menu. // END - remata a definición do (sub)menu.
// EXEC <programa> - executa un programa externo // EXEC <programa> - executa un programa externo
// SHEXEC <command> - executes a shell command (like gimp > /dev/null)
// EXIT - sae do xestor de fiestras // EXIT - sae do xestor de fiestras
// RESTART [<xestor de fiestras>] - reinicializa WindowMaker ou // RESTART [<xestor de fiestras>] - reinicializa WindowMaker ou
// arranca outro xestor de fiestras // arranca outro xestor de fiestras
@@ -44,7 +45,7 @@
"Información" MENU "Información" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Carga do sistema" EXEC xosview || xload "Carga do sistema" SHEXEC xosview || xload
"Lista de tarefas" EXEC rxvt -ls -fg white -bg black -fn vga -e top "Lista de tarefas" EXEC rxvt -ls -fg white -bg black -fn vga -e top
"Manual" EXEC xman "Manual" EXEC xman
"Información" END "Información" END
@@ -67,14 +68,14 @@
"TkDesk" EXEC tkdesk "TkDesk" EXEC tkdesk
"Aplicacións" END "Aplicacións" END
"Editores" MENU "Editores" MENU
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editores" END "Editores" END
"Variedade" MENU "Variedade" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Variedade" END "Variedade" END

View File

@@ -15,6 +15,7 @@
* END - end (sub)menu definition * END - end (sub)menu definition
* WORKSPACE_MENU - adds a submenu for workspace operations * WORKSPACE_MENU - adds a submenu for workspace operations
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -96,7 +97,7 @@
"òãéî" MENU "òãéî" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"System Load" EXEC xosview || xload "System Load" SHEXEC xosview || xload
"Process List" EXEC xterm -e top "Process List" EXEC xterm -e top
"Manual Browser" EXEC xman "Manual Browser" EXEC xman
"òãéî" END "òãéî" END
@@ -105,7 +106,7 @@
"äãåáò éáçøî" WORKSPACE_MENU "äãåáò éáçøî" WORKSPACE_MENU
"íéîåùé" MENU "íéîåùé" MENU
"ä÷éôøâ" MENU "ä÷éôøâ" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -120,20 +121,20 @@
"íéîåùé" END "íéîåùé" END
"íéëøåò" MENU "íéëøåò" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"íéëøåò" END "íéëøåò" END
"éììë" MENU "éììë" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"éììë" END "éììë" END
"íéìë" MENU "íéìë" MENU
"Calculator" EXEC xcalc "Calculator" EXEC xcalc
"Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file - "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Font Chooser" EXEC xfontsel "Font Chooser" EXEC xfontsel
"Terminal Emulator" EXEC xminicom "Terminal Emulator" EXEC xminicom
"Magnify" EXEC xmag "Magnify" EXEC xmag
@@ -144,10 +145,10 @@
"íéìë" END "íéìë" END
"äøéçá" MENU "äøéçá" MENU
"÷úòä" EXEC echo '%s' | wxcopy "÷úòä" SHEXEC echo '%s' | wxcopy
"...ì øàåãä çìù" EXEC xterm -name mail -T "Pine" -e pine %s "...ì øàåãä çìù" EXEC xterm -name mail -T "Pine" -e pine %s
"Navigate" EXEC netscape %s "Navigate" EXEC netscape %s
"Search in Manual" EXEC MANUAL_SEARCH(%s) "Search in Manual" SHEXEC MANUAL_SEARCH(%s)
"äøéçá" END "äøéçá" END
"äãåáò áçøî" MENU "äãåáò áçøî" MENU

View File

@@ -15,6 +15,7 @@
* END - end (sub)menu definition * END - end (sub)menu definition
* WORKSPACE_MENU - adds a submenu for workspace operations * WORKSPACE_MENU - adds a submenu for workspace operations
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -97,7 +98,7 @@
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal..." LEGAL_PANEL "Legal..." LEGAL_PANEL
"Sistemska konzola" EXEC xconsole "Sistemska konzola" EXEC xconsole
"Optereæenje sistema" EXEC xosview || xload "Optereæenje sistema" SHEXEC xosview || xload
"Lista procesa" EXEC xterm -e top "Lista procesa" EXEC xterm -e top
"Pretra¾ivaè manuala" EXEC xman "Pretra¾ivaè manuala" EXEC xman
"Informacije" END "Informacije" END
@@ -107,7 +108,7 @@
"Radni prostori" WORKSPACE_MENU "Radni prostori" WORKSPACE_MENU
"Programi" MENU "Programi" MENU
"Grafika" MENU "Grafika" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -122,20 +123,20 @@
"Programi" END "Programi" END
"Editori" MENU "Editori" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editori" END "Editori" END
"Razno" MENU "Razno" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Razno" END "Razno" END
"Pomoæni programi" MENU "Pomoæni programi" MENU
"Kalkulator" EXEC xcalc "Kalkulator" EXEC xcalc
"Informacije o prozoru" EXEC xprop | xmessage -center -title 'xprop' -file - "Informacije o prozoru" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Biraè fontova" EXEC xfontsel "Biraè fontova" EXEC xfontsel
"Emulator Terminala" EXEC xminicom "Emulator Terminala" EXEC xminicom
"Poveæalo" EXEC xmag "Poveæalo" EXEC xmag
@@ -146,10 +147,10 @@
"Pomoæni programi" END "Pomoæni programi" END
"Odabir" MENU "Odabir" MENU
"Kopiraj" EXEC echo '%s' | wxcopy "Kopiraj" SHEXEC echo '%s' | wxcopy
"Po¹alji e-po¹tu" EXEC xterm -name mail -T "Pine" -e pine %s "Po¹alji e-po¹tu" EXEC xterm -name mail -T "Pine" -e pine %s
"Otvori web-stranicu" EXEC netscape %s "Otvori web-stranicu" EXEC netscape %s
"Potra¾i u manualu" EXEC MANUAL_SEARCH(%s) "Potra¾i u manualu" SHEXEC MANUAL_SEARCH(%s)
"Odabir" END "Odabir" END
"Radni prostor" MENU "Radni prostor" MENU

Binary file not shown.

View File

@@ -12,6 +12,7 @@
// MENU - inizio della definizione di un sottomenu // MENU - inizio della definizione di un sottomenu
// END - fine della definizione di un sottomenu // END - fine della definizione di un sottomenu
// EXEC <programma> - esegue un programma // EXEC <programma> - esegue un programma
// SHEXEC <command> - executes a shell command (like gimp > /dev/null)
// EXIT - esce dal gestore di finestre (Window Manager) // EXIT - esce dal gestore di finestre (Window Manager)
// RESTART [<window manager>] - reinizializza WindowMaker o lancia un altro // RESTART [<window manager>] - reinizializza WindowMaker o lancia un altro
// window manager // window manager
@@ -44,11 +45,11 @@
"Informazioni" MENU "Informazioni" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Carico del Sistema" EXEC xosview || xload "Carico del Sistema" SHEXEC xosview || xload
"Lista dei Processi" EXEC xterm -e top "Lista dei Processi" EXEC xterm -e top
"Ricerca Manuali" EXEC xman "Ricerca Manuali" EXEC xman
"Informazioni" END "Informazioni" END
"XTerm" EXEC xterm -sb || color-xterm -sb || xterm -sb "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb
"XJed" EXEC xjed "XJed" EXEC xjed
"Area di lavoro" WORKSPACE_MENU "Area di lavoro" WORKSPACE_MENU
"Applicazioni" MENU "Applicazioni" MENU
@@ -68,14 +69,14 @@
"TkDesk" EXEC tkdesk "TkDesk" EXEC tkdesk
"Applicazioni" END "Applicazioni" END
"Editori" MENU "Editori" MENU
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editori" END "Editori" END
"Varie" MENU "Varie" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Varie" END "Varie" END
@@ -91,7 +92,7 @@
"Selezione" MENU "Selezione" MENU
"Invio posta a.." EXEC xterm -name mail -T "Pine" -e pine %s "Invio posta a.." EXEC xterm -name mail -T "Pine" -e pine %s
"Navigare" EXEC netscape -noraise -remote \ "Navigare" SHEXEC netscape -noraise -remote \
'openURL(%s,new-window)' || netscape %s 'openURL(%s,new-window)' || netscape %s
"Ricerca nei Manuali" EXEC MANUAL_SEARCH(%s) "Ricerca nei Manuali" EXEC MANUAL_SEARCH(%s)
"Selezione" END "Selezione" END

View File

@@ -17,6 +17,7 @@
* END - メニュー(サブメニュー)の定義の終了を示します。 * END - メニュー(サブメニュー)の定義の終了を示します。
* WORKSPACE_MENU - ワークスペースの操作のためのサブメニューを追加します。 * WORKSPACE_MENU - ワークスペースの操作のためのサブメニューを追加します。
* EXEC <program> - 外部プログラムの呼びだし * EXEC <program> - 外部プログラムの呼びだし
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - ウィンドウマネージャの終了 * EXIT - ウィンドウマネージャの終了
* RESTART [<window manager>] - WindowMakerの再起動か、または、別の * RESTART [<window manager>] - WindowMakerの再起動か、または、別の
* ウィンドウマネージャを起動します。 * ウィンドウマネージャを起動します。
@@ -102,7 +103,7 @@
"情報" MENU "情報" MENU
"Info パネル..." INFO_PANEL "Info パネル..." INFO_PANEL
"Legal パネル..." LEGAL_PANEL "Legal パネル..." LEGAL_PANEL
"システム負荷" EXEC xosview || xload "システム負荷" SHEXEC xosview || xload
"プロセス一覧" EXEC xterm -e top "プロセス一覧" EXEC xterm -e top
"マニュアルブラウザ" EXEC xman "マニュアルブラウザ" EXEC xman
"情報" END "情報" END
@@ -111,7 +112,7 @@
"ワークスペース" WORKSPACE_MENU "ワークスペース" WORKSPACE_MENU
"アプリケーション" MENU "アプリケーション" MENU
"グラフィックス" MENU "グラフィックス" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -127,20 +128,20 @@
"エディタ" MENU "エディタ" MENU
"Mule" EXEC mule "Mule" EXEC mule
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC kterm -e vi "VI" EXEC kterm -e vi
"エディタ" END "エディタ" END
"いろいろ" MENU "いろいろ" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"いろいろ" END "いろいろ" END
"ユーティリティ" MENU "ユーティリティ" MENU
"電卓" EXEC xcalc "電卓" EXEC xcalc
"プロパティ表示" EXEC xprop | xmessage -center -title 'xprop' -file - "プロパティ表示" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"フォントセレクタ" EXEC xfontsel "フォントセレクタ" EXEC xfontsel
"端末エミュレータ" EXEC xminicom "端末エミュレータ" EXEC xminicom
"眼鏡" EXEC xmag "眼鏡" EXEC xmag
@@ -151,10 +152,10 @@
"ユーティリティー" END "ユーティリティー" END
"セレクション" MENU "セレクション" MENU
"コピー" EXEC echo '%s' | wxcopy "コピー" SHEXEC echo '%s' | wxcopy
"Mail To" EXEC xterm -name mail -T "Pine" -e pine %s "Mail To" EXEC xterm -name mail -T "Pine" -e pine %s
"Netscape" EXEC netscape %s "Netscape" EXEC netscape %s
"マニュアル検索" EXEC MANUAL_SEARCH(%s) "マニュアル検索" SHEXEC MANUAL_SEARCH(%s)
"セレクション" END "セレクション" END
"ワークスペース" MENU "ワークスペース" MENU

View File

@@ -17,6 +17,7 @@
* END - (부)메뉴 정의를 마친다. * END - (부)메뉴 정의를 마친다.
* WORKSPACE_MENU - 워크스페이스 조작에 관한 서브메뉴를 추가한다. * WORKSPACE_MENU - 워크스페이스 조작에 관한 서브메뉴를 추가한다.
* EXEC <program> - 외부 프로그램을 실행한다. * EXEC <program> - 외부 프로그램을 실행한다.
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - 윈도우 매니저를 종료시킨다. * EXIT - 윈도우 매니저를 종료시킨다.
* RESTART [<window manager>] - Windowmaker를 다시시작하거나 다른 윈도우 * RESTART [<window manager>] - Windowmaker를 다시시작하거나 다른 윈도우
* 매니저를 실행시킨다. * 매니저를 실행시킨다.
@@ -98,11 +99,11 @@
"정 보" MENU "정 보" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"시스템 로드" EXEC xosview || xload "시스템 로드" SHEXEC xosview || xload
"프로세서 보기" EXEC xterm -e top "프로세서 보기" EXEC xterm -e top
"맨 페이지 보기" EXEC xman "맨 페이지 보기" EXEC xman
"정 보" END "정 보" END
// "XTerm" EXEC xterm -sb || color-xterm -sb || xterm -sb // "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb
"한 텀" EXEC hanterm -sb -sl 3000 -fg WHITE -bg black -hfn -kaist-iyagi-bold-r-normal--16-120-100-100-c-160-ksc5601.1987-0 "한 텀" EXEC hanterm -sb -sl 3000 -fg WHITE -bg black -hfn -kaist-iyagi-bold-r-normal--16-120-100-100-c-160-ksc5601.1987-0
"풀 그 림" MENU "풀 그 림" MENU
"터미널" MENU "터미널" MENU
@@ -126,7 +127,7 @@
"가 우" EXEC gau "가 우" EXEC gau
"LynX" EXEC hanterm -sb -sl 3000 -e lynx "LynX" EXEC hanterm -sb -sl 3000 -e lynx
"모질라" EXEC netscape "모질라" EXEC netscape
"포스트스크립트" EXEC gv %a(gv) || ghostview %a(Enter file to view) "포스트스크립트" SHEXEC gv %a(gv) || ghostview %a(Enter file to view)
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat) "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat)
"TkDesk" EXEC tkdesk "TkDesk" EXEC tkdesk
"X File Manager" EXEC xfm "X File Manager" EXEC xfm
@@ -134,7 +135,7 @@
"풀 그 림" END "풀 그 림" END
"문서편집" MENU "문서편집" MENU
"vi" EXEC hanterm -sb -sl 3000 -fg white -bg black -e vi "vi" EXEC hanterm -sb -sl 3000 -fg white -bg black -e vi
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"한글/X" EXEC hwpx "한글/X" EXEC hwpx
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
@@ -150,15 +151,15 @@
"Colormap" EXEC xcmap "Colormap" EXEC xcmap
"어플 종료시키기" EXEC xkill "어플 종료시키기" EXEC xkill
"클립보드" EXEC xclipboard "클립보드" EXEC xclipboard
"윈도우 속성" EXEC xprop | xmessage -center -title 'xprop' -file - "윈도우 속성" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"유틸리티" END "유틸리티" END
"Selection" MENU "Selection" MENU
"복사하기" EXEC echo '%s' | wxcopy "복사하기" SHEXEC echo '%s' | wxcopy
"메일 보내기" EXEC hanterm -name mail -T "Pine" -e pine %s "메일 보내기" EXEC hanterm -name mail -T "Pine" -e pine %s
"Navigate" EXEC netscape -noraise -remote \ "Navigate" SHEXEC netscape -noraise -remote \
'openURL(%s,new-window)' || netscape %s 'openURL(%s,new-window)' || netscape %s
"메뉴얼에서 찾기" EXEC MANUAL_SEARCH(%s) "메뉴얼에서 찾기" SHEXEC MANUAL_SEARCH(%s)
"Selection" END "Selection" END
"가상화면" WORKSPACE_MENU "가상화면" WORKSPACE_MENU
"작업공간" MENU "작업공간" MENU

View File

@@ -13,6 +13,7 @@
// END - beeindigd een (sub)menu definitie // END - beeindigd een (sub)menu definitie
// EXEC <programma> - voert een extern programma uit // EXEC <programma> - voert een extern programma uit
// EXIT - afsluiten windowmanager // EXIT - afsluiten windowmanager
// SHEXEC <command> - executes a shell command (like gimp > /dev/null)
// RESTART [<windowmanager>] - herstarts WindowMaker of start een andere // RESTART [<windowmanager>] - herstarts WindowMaker of start een andere
// windowmanager of // windowmanager of
// REFRESH - herteken het bureaublad // REFRESH - herteken het bureaublad
@@ -38,7 +39,7 @@
"Top" EXEC xterm -e top "Top" EXEC xterm -e top
"Handleidingszoeker" EXEC xman "Handleidingszoeker" EXEC xman
"Info" END "Info" END
"XTerm" EXEC xterm -sb || color-xterm -sb || xterm -sb "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb
"XJed" EXEC xjed "XJed" EXEC xjed
"Werkplaatsen" WORKSPACE_MENU "Werkplaatsen" WORKSPACE_MENU
"Applicaties" MENU "Applicaties" MENU
@@ -64,7 +65,7 @@
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editors" END "Editors" END
"Diverse" MENU "Diverse" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Diverse" END "Diverse" END

View File

@@ -17,6 +17,7 @@
* områder * områder
* EXEC <program> - starter et eksternt program. * EXEC <program> - starter et eksternt program.
* EXIT - Avslutter WindowMaker * EXIT - Avslutter WindowMaker
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* RESTART - [<window manager>] - restarter WindowMaker eller starter opp * RESTART - [<window manager>] - restarter WindowMaker eller starter opp
* annen "window manager". * annen "window manager".
* REFRESH - tegner opp skjermbildet på nytt. * REFRESH - tegner opp skjermbildet på nytt.
@@ -99,7 +100,7 @@
"Info" MENU "Info" MENU
"Lisens..." INFO_PANEL "Lisens..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"System Belastning" EXEC xosview || xload "System Belastning" SHEXEC xosview || xload
"Prosess Liste" EXEC xterm -e top "Prosess Liste" EXEC xterm -e top
"Manual leser" EXEC stepman "Manual leser" EXEC stepman
"Info" END "Info" END
@@ -108,7 +109,7 @@
"Arbeids-Områder" WORKSPACE_MENU "Arbeids-Områder" WORKSPACE_MENU
"Applikasjoner" MENU "Applikasjoner" MENU
"Grafikk" MENU "Grafikk" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -123,14 +124,14 @@
"Applikasjoner" END "Applikasjoner" END
"Tekst Redigering" MENU "Tekst Redigering" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Tekst Redigering" END "Tekst Redigering" END
"Diverse" MENU "Diverse" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Diverse" END "Diverse" END
@@ -145,10 +146,10 @@
"Verktøy" END "Verktøy" END
"Utvalg" MENU "Utvalg" MENU
"Kopier" EXEC echo '%s' | wxcopy "Kopier" SHEXEC echo '%s' | wxcopy
"Send e-mail" EXEC xterm -name mail -T "Pine" -e pine %s "Send e-mail" EXEC xterm -name mail -T "Pine" -e pine %s
"Gå til (www)" EXEC netscape %s "Gå til (www)" EXEC netscape %s
"Søke i manualer" EXEC MANUAL_SEARCH(%s) "Søke i manualer" SHEXEC MANUAL_SEARCH(%s)
"UtValg" END "UtValg" END
"Arbeidsområder" MENU "Arbeidsområder" MENU

View File

@@ -21,6 +21,7 @@
* WORKSPACE_MENU - adiciona menu para operações sobre Áreas de Trabalho * WORKSPACE_MENU - adiciona menu para operações sobre Áreas de Trabalho
* EXEC <programa> - executa um programa * EXEC <programa> - executa um programa
* EXIT - termina o gerenciador de janelas * EXIT - termina o gerenciador de janelas
* SHEXEC <command> - executa comando de shell (ex.: gimp > /dev/null)
* RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia * RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia
* outro gerenciador de janelas * outro gerenciador de janelas
* REFRESH - força repintagem da área de trabalho * REFRESH - força repintagem da área de trabalho
@@ -106,7 +107,7 @@
"Informações..." INFO_PANEL "Informações..." INFO_PANEL
"Informações Legais" LEGAL_PANEL "Informações Legais" LEGAL_PANEL
"Console do Sistema" EXEC xconsole "Console do Sistema" EXEC xconsole
"Carga do Sistema" EXEC xosview || xload "Carga do Sistema" SHEXEC xosview || xload
"Lista de Processos" EXEC xterm -e top "Lista de Processos" EXEC xterm -e top
"Leitor de Manual" EXEC xman "Leitor de Manual" EXEC xman
"Informações" END "Informações" END
@@ -115,7 +116,7 @@
"Áreas de Trabalho" WORKSPACE_MENU "Áreas de Trabalho" WORKSPACE_MENU
"Aplicações" MENU "Aplicações" MENU
"Gráficos" MENU "Gráficos" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -130,20 +131,20 @@
"Aplicações" END "Aplicações" END
"Editores" MENU "Editores" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Editores" END "Editores" END
"Diversos" MENU "Diversos" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Diversos" END "Diversos" END
"Utilitários" MENU "Utilitários" MENU
"Calculadora" EXEC xcalc "Calculadora" EXEC xcalc
"Propriedades da Janela" EXEC xprop | xmessage -center -title 'xprop' -file - "Propriedades da Janela" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Seletor de Fontes" EXEC xfontsel "Seletor de Fontes" EXEC xfontsel
"Emulador de Terminal" EXEC xminicom "Emulador de Terminal" EXEC xminicom
"Lente de Aumento" EXEC xmag "Lente de Aumento" EXEC xmag
@@ -154,10 +155,10 @@
"Utilitários" END "Utilitários" END
"Seleção" MENU "Seleção" MENU
"Copiar" EXEC echo '%s' | wxcopy "Copiar" SHEXEC echo '%s' | wxcopy
"eMail Para" EXEC xterm -name mail -T "Pine" -e pine %s "eMail Para" EXEC xterm -name mail -T "Pine" -e pine %s
"Navegar" EXEC netscape %s "Navegar" EXEC netscape %s
"Procurar Manual" EXEC MANUAL_SEARCH(%s) "Procurar Manual" SHEXEC MANUAL_SEARCH(%s)
"Seleção" END "Seleção" END
"Área de Trabalho" MENU "Área de Trabalho" MENU

View File

@@ -14,6 +14,7 @@
* END - заканчивает определение (под)меню * END - заканчивает определение (под)меню
* WORKSPACE_MENU - добавляет подменю для операций с Рабочим местом * WORKSPACE_MENU - добавляет подменю для операций с Рабочим местом
* EXEC <program> - выполняет внешнюю программу * EXEC <program> - выполняет внешнюю программу
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - завершает работу менеджера окон * EXIT - завершает работу менеджера окон
* RESTART [<window manager>] - перезапускает WindowMaker или запускает * RESTART [<window manager>] - перезапускает WindowMaker или запускает
* другой менеджер окон * другой менеджер окон
@@ -56,7 +57,7 @@
"Информация" MENU "Информация" MENU
"Info Panel..." INFO_PANEL "Info Panel..." INFO_PANEL
"Legal" LEGAL_PANEL "Legal" LEGAL_PANEL
"Нагрузка Системы" EXEC xosview || xload "Нагрузка Системы" SHEXEC xosview || xload
"Список Процессов" EXEC xterm -e top "Список Процессов" EXEC xterm -e top
"Просмотр Руководств" EXEC xman "Просмотр Руководств" EXEC xman
"Информация" END "Информация" END
@@ -66,7 +67,7 @@
"Рабочие места" WORKSPACE_MENU "Рабочие места" WORKSPACE_MENU
"Приложения" MENU "Приложения" MENU
"Графические" MENU "Графические" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -80,14 +81,14 @@
"TkDesk" EXEC tkdesk "TkDesk" EXEC tkdesk
"Приложения" END "Приложения" END
"Редакторы" MENU "Редакторы" MENU
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Редакторы" END "Редакторы" END
"Разное" MENU "Разное" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Разное" END "Разное" END
@@ -102,7 +103,7 @@
"Утилиты" END "Утилиты" END
"Выделение" MENU "Выделение" MENU
"Копировать" EXEC echo '%s' | wxcopy "Копировать" SHEXEC echo '%s' | wxcopy
"Отправить" EXEC xterm -name mail -T "Pine" -e pine %s "Отправить" EXEC xterm -name mail -T "Pine" -e pine %s
"Искать в Интернет" EXEC netscape %s "Искать в Интернет" EXEC netscape %s
"Искать в Руководствах" EXEC MANUAL_SEARCH(%s) "Искать в Руководствах" EXEC MANUAL_SEARCH(%s)

View File

@@ -21,6 +21,7 @@
* WORKSPACE_MENU - lägger till en undermeny med kommandon som påverkar * WORKSPACE_MENU - lägger till en undermeny med kommandon som påverkar
* arbetsbordet. Endast en workspace_menu är tillåten. * arbetsbordet. Endast en workspace_menu är tillåten.
* EXEC <program> - kör ett externt program. * EXEC <program> - kör ett externt program.
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - avslutar WindowMaker. * EXIT - avslutar WindowMaker.
* RESTART [<fönsterhanterare>] - startar WindowMaker eller annan * RESTART [<fönsterhanterare>] - startar WindowMaker eller annan
* fönsterhanterare. * fönsterhanterare.
@@ -105,7 +106,7 @@
"Informationsruta..." INFO_PANEL "Informationsruta..." INFO_PANEL
"Licens..." LEGAL_PANEL "Licens..." LEGAL_PANEL
"Systemkonsoll" EXEC xconsole "Systemkonsoll" EXEC xconsole
"Systembelastning" EXEC xosview || xload "Systembelastning" SHEXEC xosview || xload
"Processlista" EXEC xterm -e top "Processlista" EXEC xterm -e top
"Manualläsare" EXEC xman "Manualläsare" EXEC xman
"Info" END "Info" END
@@ -115,7 +116,7 @@
"Arbetsbord" WORKSPACE_MENU "Arbetsbord" WORKSPACE_MENU
"Program" MENU "Program" MENU
"Grafik" MENU "Grafik" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -130,20 +131,20 @@
"Program" END "Program" END
"Textredigerare" MENU "Textredigerare" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Textredigerare" END "Textredigerare" END
"Diverse" MENU "Diverse" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Diverse" END "Diverse" END
"Verktyg" MENU "Verktyg" MENU
"Miniräknare" EXEC xcalc "Miniräknare" EXEC xcalc
"Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file - "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Fontväljare" EXEC xfontsel "Fontväljare" EXEC xfontsel
"Terminalemulator" EXEC xminicom "Terminalemulator" EXEC xminicom
"Förstora" EXEC xmag "Förstora" EXEC xmag
@@ -154,7 +155,7 @@
"Verktyg" END "Verktyg" END
"Markering" MENU "Markering" MENU
"Kopiera" EXEC echo '%s' | wxcopy "Kopiera" SHEXEC echo '%s' | wxcopy
"Skicka e-mail" EXEC xterm -name mail -T "Pine" -e pine %s "Skicka e-mail" EXEC xterm -name mail -T "Pine" -e pine %s
"Gå till webbsida" EXEC netscape %s "Gå till webbsida" EXEC netscape %s
"Sök i manualer" EXEC MANUAL_SEARCH(%s) "Sök i manualer" EXEC MANUAL_SEARCH(%s)

View File

@@ -22,6 +22,7 @@
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one * WORKSPACE_MENU - adds a submenu for workspace operations. Only one
* workspace_menu is allowed. * workspace_menu is allowed.
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -105,7 +106,7 @@
"Informacije o programu..." INFO_PANEL "Informacije o programu..." INFO_PANEL
"Licenca..." LEGAL_PANEL "Licenca..." LEGAL_PANEL
"Sistemska konzola" EXEC xconsole "Sistemska konzola" EXEC xconsole
"Obremenitev sistema" EXEC xosview || xload "Obremenitev sistema" SHEXEC xosview || xload
"Seznam procesov" EXEC xterm -e top "Seznam procesov" EXEC xterm -e top
"Pomoè (Iskalec man strani)" EXEC xman "Pomoè (Iskalec man strani)" EXEC xman
"Informacije" END "Informacije" END
@@ -114,7 +115,7 @@
"Delovni prostori" WORKSPACE_MENU "Delovni prostori" WORKSPACE_MENU
"Aplikacije" MENU "Aplikacije" MENU
"Grafika" MENU "Grafika" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -129,20 +130,20 @@
"Aplikacije" END "Aplikacije" END
"Urejevalniki besedil" MENU "Urejevalniki besedil" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Urejevalniki besedil" END "Urejevalniki besedil" END
"Drugo" MENU "Drugo" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Drugo" END "Drugo" END
"Uporabi programi" MENU "Uporabi programi" MENU
"Kalkulator" EXEC xcalc "Kalkulator" EXEC xcalc
"Lastnosti oken" EXEC xprop | xmessage -center -title 'xprop' -file - "Lastnosti oken" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Pregled pisav" EXEC xfontsel "Pregled pisav" EXEC xfontsel
"Terminal emulator" EXEC xminicom "Terminal emulator" EXEC xminicom
"Povecevalno steklo" EXEC xmag "Povecevalno steklo" EXEC xmag
@@ -153,7 +154,7 @@
"Uporabni programi" END "Uporabni programi" END
"Izbira" MENU "Izbira" MENU
"Kopiraj" EXEC echo '%s' | wxcopy "Kopiraj" SHEXEC echo '%s' | wxcopy
"Po¹lji po po¹ti" EXEC xterm -name mail -T "Pine" -e pine %s "Po¹lji po po¹ti" EXEC xterm -name mail -T "Pine" -e pine %s
"Odpri WEB stran" EXEC netscape %s "Odpri WEB stran" EXEC netscape %s
"Poi¹èi v navodilih" EXEC MANUAL_SEARCH(%s) "Poi¹èi v navodilih" EXEC MANUAL_SEARCH(%s)

View File

@@ -19,6 +19,7 @@
* END - Alt)Menü tanımını bitirir * END - Alt)Menü tanımını bitirir
* WORKSPACE_MENU - Çalışma alanları için altmenüyü ekler * WORKSPACE_MENU - Çalışma alanları için altmenüyü ekler
* EXEC <program> - programı çalıştırır * EXEC <program> - programı çalıştırır
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - pencere denetçisinden çıkar. * EXIT - pencere denetçisinden çıkar.
* RESTART [<pencere denetçisi>] - Belirtilen pencere denetçisini * RESTART [<pencere denetçisi>] - Belirtilen pencere denetçisini
* yeniden başlatır. * yeniden başlatır.
@@ -91,7 +92,7 @@
"Copyright..." EXEC xmessage -center -font variable -title \ "Copyright..." EXEC xmessage -center -font variable -title \
'WindowMaker 'WM_VERSION -file $HOME/GNUstep/Library/WindowMaker/Copyright 'WindowMaker 'WM_VERSION -file $HOME/GNUstep/Library/WindowMaker/Copyright
"Sistem Konsolu" EXEC xconsole "Sistem Konsolu" EXEC xconsole
"Sistem Yükü" EXEC xosview || xload "Sistem Yükü" SHEXEC xosview || xload
"Süreç Dökümü" EXEC xterm -e top "Süreç Dökümü" EXEC xterm -e top
"Kılavuz Tarayıcısı" EXEC xman "Kılavuz Tarayıcısı" EXEC xman
"Bilgi" END "Bilgi" END
@@ -100,7 +101,7 @@
"Çalışma Alanları" WORKSPACE_MENU "Çalışma Alanları" WORKSPACE_MENU
"Uygulamalar" MENU "Uygulamalar" MENU
"Görüntü" MENU "Görüntü" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -115,20 +116,20 @@
"Uygulamalar" END "Uygulamalar" END
"Düzenleyiciler" MENU "Düzenleyiciler" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"Düzenleyiciler" END "Düzenleyiciler" END
"Çeşitli" MENU "Çeşitli" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"Çeşitli" END "Çeşitli" END
"Yardımcılar" MENU "Yardımcılar" MENU
"Hesap Makinası" EXEC xcalc "Hesap Makinası" EXEC xcalc
"Pencere Özellikleri" EXEC xprop | xmessage -center -title 'xprop' -file - "Pencere Özellikleri" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Yazı tipi Tarayıcısı" EXEC xfontsel "Yazı tipi Tarayıcısı" EXEC xfontsel
"Terminal Öykümcüsü" EXEC xminicom "Terminal Öykümcüsü" EXEC xminicom
"Büyüteç" EXEC xmag "Büyüteç" EXEC xmag
@@ -139,10 +140,10 @@
"Yardımcılar" END "Yardımcılar" END
"Seçim" MENU "Seçim" MENU
"Kopyala" EXEC echo '%s' | wxcopy "Kopyala" SHEXEC echo '%s' | wxcopy
"Mail ile gönder" EXEC xterm -name mail -T "Pine" -e pine %s "Mail ile gönder" EXEC xterm -name mail -T "Pine" -e pine %s
"Ağ'da tara" EXEC netscape %s "Ağ'da tara" EXEC netscape %s
"Kılavuzda ara" EXEC MANUAL_SEARCH(%s) "Kılavuzda ara" SHEXEC MANUAL_SEARCH(%s)
"Seçim" END "Seçim" END
"Çalışma Alanı" MENU "Çalışma Alanı" MENU

View File

@@ -22,6 +22,7 @@
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one * WORKSPACE_MENU - adds a submenu for workspace operations. Only one
* workspace_menu is allowed. * workspace_menu is allowed.
* EXEC <program> - executes an external program * EXEC <program> - executes an external program
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
* EXIT - exits the window manager * EXIT - exits the window manager
* RESTART [<window manager>] - restarts WindowMaker or start another * RESTART [<window manager>] - restarts WindowMaker or start another
* window manager * window manager
@@ -108,7 +109,7 @@
"信息面板..." INFO_PANEL "信息面板..." INFO_PANEL
"版权..." LEGAL_PANEL "版权..." LEGAL_PANEL
"系统控制台" EXEC xconsole "系统控制台" EXEC xconsole
"系统负载" EXEC xosview || xload "系统负载" SHEXEC xosview || xload
"进程列表" EXEC xterm -e top "进程列表" EXEC xterm -e top
"手册浏览器" EXEC xman "手册浏览器" EXEC xman
"信息" END "信息" END
@@ -121,10 +122,10 @@
"工作空间" WORKSPACE_MENU "工作空间" WORKSPACE_MENU
"选择" MENU "选择" MENU
"复制" EXEC echo '%s' | wxcopy "复制" SHEXEC echo '%s' | wxcopy
"发送邮件" EXEC xterm -name mail -T "Pine" -e pine %s "发送邮件" EXEC xterm -name mail -T "Pine" -e pine %s
"浏览" EXEC netscape %s "浏览" EXEC netscape %s
"查找手册" EXEC MANUAL_SEARCH(%s) "查找手册" SHEXEC MANUAL_SEARCH(%s)
"选择" END "选择" END
"工作空间" MENU "工作空间" MENU

View File

@@ -107,7 +107,7 @@
"資訊面板..." INFO_PANEL "資訊面板..." INFO_PANEL
"法律..." LEGAL_PANEL "法律..." LEGAL_PANEL
"系統主控台" EXEC xconsole "系統主控台" EXEC xconsole
"系統負載" EXEC xosview || xload "系統負載" SHEXEC xosview || xload
"行程清單" EXEC xterm -e top "行程清單" EXEC xterm -e top
"手冊瀏覽器" EXEC xman "手冊瀏覽器" EXEC xman
"資訊" END "資訊" END
@@ -116,7 +116,7 @@
"工作區" WORKSPACE_MENU "工作區" WORKSPACE_MENU
"應用程式" MENU "應用程式" MENU
"影像處理" MENU "影像處理" MENU
"Gimp" EXEC gimp >/dev/null "Gimp" SHEXEC gimp >/dev/null
"XV" EXEC xv "XV" EXEC xv
"XPaint" EXEC xpaint "XPaint" EXEC xpaint
"XFig" EXEC xfig "XFig" EXEC xfig
@@ -131,20 +131,20 @@
"應用程式" END "應用程式" END
"編輯器" MENU "編輯器" MENU
"XFte" EXEC xfte "XFte" EXEC xfte
"XEmacs" EXEC xemacs || emacs "XEmacs" SHEXEC xemacs || emacs
"XJed" EXEC xjed "XJed" EXEC xjed
"NEdit" EXEC nedit "NEdit" EXEC nedit
"Xedit" EXEC xedit "Xedit" EXEC xedit
"VI" EXEC xterm -e vi "VI" EXEC xterm -e vi
"編輯器" END "編輯器" END
"雜項" MENU "雜項" MENU
"Xmcd" EXEC xmcd 2> /dev/null "Xmcd" SHEXEC xmcd 2> /dev/null
"Xplaycd" EXEC xplaycd "Xplaycd" EXEC xplaycd
"Xmixer" EXEC xmixer "Xmixer" EXEC xmixer
"雜項" END "雜項" END
"公用程式" MENU "公用程式" MENU
"計算機" EXEC xcalc "計算機" EXEC xcalc
"Window Properties" EXEC xprop | xmessage -center -title 'xprop' -file - "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file -
"Font Chooser" EXEC xfontsel "Font Chooser" EXEC xfontsel
"Terminal Emulator" EXEC xminicom "Terminal Emulator" EXEC xminicom
"Magnify" EXEC xmag "Magnify" EXEC xmag
@@ -154,10 +154,10 @@
"公用程式" END "公用程式" END
"選取" MENU "選取" MENU
"複製" EXEC echo '%s' | wxcopy "複製" SHEXEC echo '%s' | wxcopy
"郵寄至" EXEC xterm -name mail -T "Pine" -e pine %s "郵寄至" EXEC xterm -name mail -T "Pine" -e pine %s
"Navigate" EXEC netscape %s "Navigate" EXEC netscape %s
"在手冊中搜尋" EXEC MANUAL_SEARCH(%s) "在手冊中搜尋" SHEXEC MANUAL_SEARCH(%s)
"選取" END "選取" END
"工作區" MENU "工作區" MENU

View File

@@ -3,7 +3,7 @@
("Info Panel...", INFO_PANEL), ("Info Panel...", INFO_PANEL),
("Legal...", LEGAL_PANEL), ("Legal...", LEGAL_PANEL),
("System Console", EXEC, "xconsole"), ("System Console", EXEC, "xconsole"),
("System Load", EXEC, "xosview || xload"), ("System Load", SHEXEC, "xosview || xload"),
("Process List", EXEC, "xterm -e top"), ("Process List", EXEC, "xterm -e top"),
("Manual Browser", EXEC, "xman") ("Manual Browser", EXEC, "xman")
), ),
@@ -13,7 +13,7 @@
("Workspaces", WORKSPACE_MENU), ("Workspaces", WORKSPACE_MENU),
("Applications", ("Applications",
("Graphics", ("Graphics",
("Gimp", EXEC, "gimp >/dev/null"), ("Gimp", SHEXEC, "gimp >/dev/null"),
("XV", EXEC, "xv"), ("XV", EXEC, "xv"),
("XPaint", EXEC, "xpaint"), ("XPaint", EXEC, "xpaint"),
("XFig", EXEC, "xfig") ("XFig", EXEC, "xfig")
@@ -28,20 +28,20 @@
), ),
("Editors", ("Editors",
("XFte", EXEC, "xfte"), ("XFte", EXEC, "xfte"),
("XEmacs", EXEC, "xemacs || emacs"), ("XEmacs", SHEXEC, "xemacs || emacs"),
("XJed", EXEC, "xjed"), ("XJed", EXEC, "xjed"),
("NEdit", EXEC, "nedit"), ("NEdit", EXEC, "nedit"),
("Xedit", EXEC, "xedit"), ("Xedit", EXEC, "xedit"),
("VI", EXEC, "xterm -e vi") ("VI", EXEC, "xterm -e vi")
), ),
("Miscellaneous", ("Miscellaneous",
("Xmcd", EXEC, "xmcd 2> /dev/null"), ("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
("Xplaycd", EXEC, "xplaycd"), ("Xplaycd", EXEC, "xplaycd"),
("Xmixer", EXEC, "xmixer") ("Xmixer", EXEC, "xmixer")
), ),
("Utils", ("Utils",
("Calculator", EXEC, "xcalc"), ("Calculator", EXEC, "xcalc"),
("Window Properties", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), ("Window Properties", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
("Font Chooser", EXEC, "xfontsel"), ("Font Chooser", EXEC, "xfontsel"),
("Terminal Emulator", EXEC, "xminicom"), ("Terminal Emulator", EXEC, "xminicom"),
("Magnify", EXEC, "xmag"), ("Magnify", EXEC, "xmag"),
@@ -51,7 +51,7 @@
("Clipboard", EXEC, "xclipboard") ("Clipboard", EXEC, "xclipboard")
), ),
("Selection", ("Selection",
("Copy", EXEC, "echo '%s' | wxcopy"), ("Copy", SHEXEC, "echo '%s' | wxcopy"),
("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"), ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
("Navigate", EXEC, "netscape %s"), ("Navigate", EXEC, "netscape %s"),
("Search in Manual", EXEC, "MANUAL_SEARCH(%s)") ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)")

View File

@@ -5,7 +5,7 @@
("Info Panel...", INFO_PANEL), ("Info Panel...", INFO_PANEL),
(Copyright..., LEGAL_PANEL), (Copyright..., LEGAL_PANEL),
(Systemkonsol, EXEC, xconsole), (Systemkonsol, EXEC, xconsole),
(Systembelastning, EXEC, "xosview || xload"), (Systembelastning, SHEXEC, "xosview || xload"),
(Procesliste, EXEC, "rxvt -fn 6x10 -geometry 80x50 -e top"), (Procesliste, EXEC, "rxvt -fn 6x10 -geometry 80x50 -e top"),
(Brugsanvisninger, EXEC, xman), (Brugsanvisninger, EXEC, xman),
(Kontrolpanel, EXEC, "control-panel"), (Kontrolpanel, EXEC, "control-panel"),
@@ -18,7 +18,7 @@
Programmer, Programmer,
( (
Grafik, Grafik,
(Gimp, EXEC, "gimp >/dev/null"), (Gimp, SHEXEC, "gimp >/dev/null"),
("Electric Eyes", EXEC, ee), ("Electric Eyes", EXEC, ee),
(XV, EXEC, xv), (XV, EXEC, xv),
(XPaint, EXEC, xpaint), (XPaint, EXEC, xpaint),
@@ -156,14 +156,14 @@
), ),
( (
Diverse, Diverse,
(Xmcd, EXEC, "xmcd 2> /dev/null"), (Xmcd, SHEXEC, "xmcd 2> /dev/null"),
(Xplaycd, EXEC, xplaycd), (Xplaycd, EXEC, xplaycd),
(Xmixer, EXEC, xmixer) (Xmixer, EXEC, xmixer)
), ),
( (
"Tilbeh\370r", "Tilbeh\370r",
(Lommeregner, EXEC, xcalc), (Lommeregner, EXEC, xcalc),
("Window Egenskaber", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), ("Window Egenskaber", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
("V\346lg skrifttype", EXEC, xfontsel), ("V\346lg skrifttype", EXEC, xfontsel),
(Terminalemulator, EXEC, xminicom), (Terminalemulator, EXEC, xminicom),
("Forst\370rrelsesglas", EXEC, xmag), ("Forst\370rrelsesglas", EXEC, xmag),
@@ -174,7 +174,7 @@
), ),
( (
Markering, Markering,
(Kopier, EXEC, "echo '%s' | wxcopy"), (Kopier, SHEXEC, "echo '%s' | wxcopy"),
("Send e-post", EXEC, "rxvt -name mail -T Pine -e pine %s"), ("Send e-post", EXEC, "rxvt -name mail -T Pine -e pine %s"),
("Indtast URL", EXEC, "netscape %s"), ("Indtast URL", EXEC, "netscape %s"),
("S\370g i manual", EXEC, "MANUAL_SEARCH(%s)") ("S\370g i manual", EXEC, "MANUAL_SEARCH(%s)")

View File

@@ -3,7 +3,7 @@
("Panneau d'informations", INFO_PANEL), ("Panneau d'informations", INFO_PANEL),
("Panneau d'informations légales", LEGAL_PANEL), ("Panneau d'informations légales", LEGAL_PANEL),
("Console système", EXEC, "xconsole"), ("Console système", EXEC, "xconsole"),
("Charge système", EXEC, "xosview || xload"), ("Charge système", SHEXEC, "xosview || xload"),
("Liste des processus", EXEC, "xterm -e top"), ("Liste des processus", EXEC, "xterm -e top"),
("Butineur d'aide", EXEC, "xman") ("Butineur d'aide", EXEC, "xman")
), ),
@@ -13,7 +13,7 @@
("Espaces de travail", WORKSPACE_MENU), ("Espaces de travail", WORKSPACE_MENU),
("Applications", ("Applications",
("Graphismes", ("Graphismes",
("Gimp", EXEC, "gimp >/dev/null"), ("Gimp", SHEXEC, "gimp >/dev/null"),
("XV", EXEC, "xv"), ("XV", EXEC, "xv"),
("XPaint", EXEC, "xpaint"), ("XPaint", EXEC, "xpaint"),
("XFig", EXEC, "xfig") ("XFig", EXEC, "xfig")
@@ -28,20 +28,20 @@
), ),
("Editeurs", ("Editeurs",
("XFte", EXEC, "xfte"), ("XFte", EXEC, "xfte"),
("XEmacs", EXEC, "xemacs || emacs"), ("XEmacs", SHEXEC, "xemacs || emacs"),
("XJed", EXEC, "xjed"), ("XJed", EXEC, "xjed"),
("NEdit", EXEC, "nedit"), ("NEdit", EXEC, "nedit"),
("Xedit", EXEC, "xedit"), ("Xedit", EXEC, "xedit"),
("VI", EXEC, "xterm -e vi") ("VI", EXEC, "xterm -e vi")
), ),
("Divers", ("Divers",
("Xmcd", EXEC, "xmcd 2> /dev/null"), ("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
("Xplaycd", EXEC, "xplaycd"), ("Xplaycd", EXEC, "xplaycd"),
("Xmixer", EXEC, "xmixer") ("Xmixer", EXEC, "xmixer")
), ),
("Utilitaires", ("Utilitaires",
("Calculatrice", EXEC, "xcalc"), ("Calculatrice", EXEC, "xcalc"),
("Propriétés de la fenêtre", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), ("Propriétés de la fenêtre", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
("Sélecteur de polices", EXEC, "xfontsel"), ("Sélecteur de polices", EXEC, "xfontsel"),
("Emulateur de terminal", EXEC, "xminicom"), ("Emulateur de terminal", EXEC, "xminicom"),
("Loupe", EXEC, "xmag"), ("Loupe", EXEC, "xmag"),
@@ -51,7 +51,7 @@
("Sélections", EXEC, "xclipboard") ("Sélections", EXEC, "xclipboard")
), ),
("Sélection", ("Sélection",
("Copier", EXEC, "echo '%s' | wxcopy"), ("Copier", SHEXEC, "echo '%s' | wxcopy"),
("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"), ("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"),
("Naviguer", EXEC, "netscape %s"), ("Naviguer", EXEC, "netscape %s"),
("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)") ("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)")

View File

@@ -5,7 +5,7 @@
("Info Panel...", INFO_PANEL), ("Info Panel...", INFO_PANEL),
(Legal..., LEGAL_PANEL), (Legal..., LEGAL_PANEL),
("Sistemska konzola", EXEC, xconsole), ("Sistemska konzola", EXEC, xconsole),
("Optere\346enje sistema", EXEC, "xosview || xload"), ("Optere\346enje sistema", SHEXEC, "xosview || xload"),
("Lista procesa", EXEC, "xterm -e top"), ("Lista procesa", EXEC, "xterm -e top"),
("Pretra\276iva\350 manuala", EXEC, xman) ("Pretra\276iva\350 manuala", EXEC, xman)
), ),
@@ -18,7 +18,7 @@
Programi, Programi,
( (
Grafika, Grafika,
(Gimp, EXEC, "gimp >/dev/null"), (Gimp, SHEXEC, "gimp >/dev/null"),
(XV, EXEC, xv), (XV, EXEC, xv),
(XPaint, EXEC, xpaint), (XPaint, EXEC, xpaint),
(XFig, EXEC, xfig) (XFig, EXEC, xfig)
@@ -38,7 +38,7 @@
( (
Editori, Editori,
(XFte, EXEC, xfte), (XFte, EXEC, xfte),
(XEmacs, EXEC, "xemacs || emacs"), (XEmacs, SHEXEC, "xemacs || emacs"),
(XJed, EXEC, xjed), (XJed, EXEC, xjed),
(NEdit, EXEC, nedit), (NEdit, EXEC, nedit),
(Xedit, EXEC, xedit), (Xedit, EXEC, xedit),
@@ -46,7 +46,7 @@
), ),
( (
Razno, Razno,
(Xmcd, EXEC, "xmcd 2> /dev/null"), (Xmcd, SHEXEC, "xmcd 2> /dev/null"),
(Xplaycd, EXEC, xplaycd), (Xplaycd, EXEC, xplaycd),
(Xmixer, EXEC, xmixer) (Xmixer, EXEC, xmixer)
), ),
@@ -55,7 +55,7 @@
(Kalkulator, EXEC, xcalc), (Kalkulator, EXEC, xcalc),
( (
"Info o prozoru", "Info o prozoru",
EXEC, SHEXEC,
"xprop | xmessage -center -title 'xprop' -file -" "xprop | xmessage -center -title 'xprop' -file -"
), ),
("Bira\350 fontova", EXEC, xfontsel), ("Bira\350 fontova", EXEC, xfontsel),
@@ -68,7 +68,7 @@
), ),
( (
Odabir, Odabir,
(Kopiraj, EXEC, "echo '%s' | wxcopy"), (Kopiraj, SHEXEC, "echo '%s' | wxcopy"),
("Po\271alji e-mail", EXEC, "xterm -name mail -T Pine -e pine %s"), ("Po\271alji e-mail", EXEC, "xterm -name mail -T Pine -e pine %s"),
("Otvori web", EXEC, "netscape %s"), ("Otvori web", EXEC, "netscape %s"),
("Potra\276i u manualu", EXEC, "MANUAL_SEARCH(%s)") ("Potra\276i u manualu", EXEC, "MANUAL_SEARCH(%s)")

View File

@@ -3,7 +3,7 @@
("Info Panel...", INFO_PANEL), ("Info Panel...", INFO_PANEL),
("Legal...", LEGAL_PANEL), ("Legal...", LEGAL_PANEL),
("Console di sistema", EXEC, "xconsole"), ("Console di sistema", EXEC, "xconsole"),
("Carico del Sistema", EXEC, "xosview || xload"), ("Carico del Sistema", SHEXEC, "xosview || xload"),
("Lista dei Processi", EXEC, "xterm -e top"), ("Lista dei Processi", EXEC, "xterm -e top"),
("Ricerca Manuali", EXEC, "xman") ("Ricerca Manuali", EXEC, "xman")
), ),
@@ -13,7 +13,7 @@
("Workspace", WORKSPACE_MENU), ("Workspace", WORKSPACE_MENU),
("Programmi", ("Programmi",
("Grafica", ("Grafica",
("Gimp", EXEC, "gimp >/dev/null"), ("Gimp", SHEXEC, "gimp >/dev/null"),
("XV", EXEC, "xv"), ("XV", EXEC, "xv"),
("XPaint", EXEC, "xpaint"), ("XPaint", EXEC, "xpaint"),
("XFig", EXEC, "xfig") ("XFig", EXEC, "xfig")
@@ -23,27 +23,25 @@
("LyX", EXEC, "lyx"), ("LyX", EXEC, "lyx"),
("Netscape", EXEC, "netscape"), ("Netscape", EXEC, "netscape"),
("Ghostview", EXEC, "ghostview %a(Enter file to view)"), ("Ghostview", EXEC, "ghostview %a(Enter file to view)"),
("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"),
view)"),
("TkDesk", EXEC, "tkdesk") ("TkDesk", EXEC, "tkdesk")
), ),
("Editor", ("Editor",
("XFte", EXEC, "xfte"), ("XFte", EXEC, "xfte"),
("XEmacs", EXEC, "xemacs || emacs"), ("XEmacs", SHEXEC, "xemacs || emacs"),
("XJed", EXEC, "xjed"), ("XJed", EXEC, "xjed"),
("NEdit", EXEC, "nedit"), ("NEdit", EXEC, "nedit"),
("Xedit", EXEC, "xedit"), ("Xedit", EXEC, "xedit"),
("VI", EXEC, "xterm -e vi") ("VI", EXEC, "xterm -e vi")
), ),
("Varie", ("Varie",
("Xmcd", EXEC, "xmcd 2> /dev/null"), ("Xmcd", SHEXEC, "xmcd 2> /dev/null"),
("Xplaycd", EXEC, "xplaycd"), ("Xplaycd", EXEC, "xplaycd"),
("Xmixer", EXEC, "xmixer") ("Xmixer", EXEC, "xmixer")
), ),
("Utilità", ("Utilità",
("Calcolatrice", EXEC, "xcalc"), ("Calcolatrice", EXEC, "xcalc"),
("Proprietà finestra", EXEC, "xprop | xmessage -center -title 'xprop' ("Proprietà finestra", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"),
-file -"),
("Selezione Font", EXEC, "xfontsel"), ("Selezione Font", EXEC, "xfontsel"),
("Emulatore di terminale", EXEC, "xminicom"), ("Emulatore di terminale", EXEC, "xminicom"),
("Lente", EXEC, "xmag"), ("Lente", EXEC, "xmag"),
@@ -53,10 +51,10 @@ view)"),
("Clipboard", EXEC, "xclipboard") ("Clipboard", EXEC, "xclipboard")
), ),
("Selezione", ("Selezione",
("Copia", EXEC, "echo '%s' | wxcopy"), ("Copia", SHEXEC, "echo '%s' | wxcopy"),
("Spedisci a...", EXEC, "xterm -name mail -T Pine -e pine %s"), ("Spedisci a...", EXEC, "xterm -name mail -T Pine -e pine %s"),
("Naviga", EXEC, "netscape %s"), ("Naviga", EXEC, "netscape %s"),
("Cerca nei Manuali", EXEC, "MANUAL_SEARCH(%s)") ("Cerca nei Manuali", SHEXEC, "MANUAL_SEARCH(%s)")
), ),
("Workspace", ("Workspace",
("Nascondi gli altri", HIDE_OTHERS), ("Nascondi gli altri", HIDE_OTHERS),
@@ -68,54 +66,34 @@ view)"),
("Cancella Sessione salvata", CLEAR_SESSION) ("Cancella Sessione salvata", CLEAR_SESSION)
), ),
("Visualizzazione", ("Visualizzazione",
("Temi", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Themes ("Temi", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ("Stili", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
("Stili", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Styles ("Set di Icone", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
("Set di Icone", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/IconSets
~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
("Sfondo", ("Sfondo",
("Tinta unita", ("Tinta unita",
("Nero", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), ("Nero", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
("Blu-Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, ("Blu-Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"),
\"#505075\")'"), ("Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'"),
("Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, ("Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#180090\")'"),
\"#243e6c\")'"), ("Viola", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"),
("Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid,
\"#180090\")'"),
("Viola", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid,
\"#554466\")'"),
("Beige", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"), ("Beige", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"),
("Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, ("Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"),
\"#333340\")'"), ("Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'")
("Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid,
\"#400020\")'")
), ),
("Sfumato", ("Sfumato",
("Tramonto", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, ("Tramonto", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"),
deepskyblue4, black, deepskyblue4, tomato4)'"), ("Cielo", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'"),
("Cielo", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, ("Sfumature Blu", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'"),
white)'"), ("Sfumature Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'"),
("Sfumature Blu", EXEC, "wdwrite WindowMaker WorkspaceBack ("Sfumature Viola", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'"),
'(vgradient, \"#7080a5\", \"#101020\")'"), ("Sfumature Beige", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'"),
("Sfumature Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack ("Sfumature Grigie", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"),
'(vgradient, \"#746ebc\", \"#242e4c\")'"), ("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
("Sfumature Viola", EXEC, "wdwrite WindowMaker WorkspaceBack
'(vgradient, \"#654c66\", \"#151426\")'"),
("Sfumature Beige", EXEC, "wdwrite WindowMaker WorkspaceBack
'(vgradient, \"#a09060\", \"#302010\")'"),
("Sfumature Grigie", EXEC, "wdwrite WindowMaker WorkspaceBack
'(vgradient, \"#636380\", \"#131318\")'"),
("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack
'(vgradient, \"#600040\", \"#180010\")'")
), ),
("Immagini", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Backgrounds ("Immagini", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
), ),
("Salva il tema", EXEC, "getstyle -t ("Salva il tema", EXEC, "getstyle -t ~/GNUstep/Library/WindowMaker/Themes/\"%a(Nome Tema)\""),
~/GNUstep/Library/WindowMaker/Themes/\"%a(Nome Tema)\""), ("Salva il set icone", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets/\"%a(Nome IconSet)\"")
("Salva il set icone", EXEC, "geticonset
~/GNUstep/Library/WindowMaker/IconSets/\"%a(Nome IconSet)\"")
), ),
("Esci", ("Esci",
("Riavvia", RESTART), ("Riavvia", RESTART),

View File

@@ -3,7 +3,7 @@
("信息面板...", INFO_PANEL), ("信息面板...", INFO_PANEL),
("版权...", LEGAL_PANEL), ("版权...", LEGAL_PANEL),
("系统控制台", EXEC, "xconsole"), ("系统控制台", EXEC, "xconsole"),
("系统负载", EXEC, "xosview || xload"), ("系统负载", SHEXEC, "xosview || xload"),
("进程列表", EXEC, "xterm -e top"), ("进程列表", EXEC, "xterm -e top"),
("手册浏览器", EXEC, "xman") ("手册浏览器", EXEC, "xman")
), ),
@@ -13,10 +13,10 @@
("程序", OPEN_MENU, "| wmconfig --output wmaker 2>/dev/null"), ("程序", OPEN_MENU, "| wmconfig --output wmaker 2>/dev/null"),
("工作空间", WORKSPACE_MENU), ("工作空间", WORKSPACE_MENU),
("选择", ("选择",
("复制", EXEC, "echo '%s' | wxcopy"), ("复制", SHEXEC, "echo '%s' | wxcopy"),
("发送邮件", EXEC, "xterm -name mail -T Pine -e pine %s"), ("发送邮件", EXEC, "xterm -name mail -T Pine -e pine %s"),
("浏览", EXEC, "netscape %s"), ("浏览", EXEC, "netscape %s"),
("查找手册", EXEC, "MANUAL_SEARCH(%s)") ("查找手册", SHEXEC, "MANUAL_SEARCH(%s)")
), ),
("工作空间", ("工作空间",
("隐藏其他", HIDE_OTHERS), ("隐藏其他", HIDE_OTHERS),

View File

@@ -1633,6 +1633,9 @@ wShowGNUstepPanel(WScreen *scr)
WMReleaseColor(color); WMReleaseColor(color);
XSetForeground(dpy, scr->mono_gc, 0);
XFillRectangle(dpy, WMGetPixmapMaskXID(pixmap), scr->mono_gc, 0, 0,
130, 130);
drawGNUstepLogo(dpy, WMGetPixmapMaskXID(pixmap), 130, 130, 1, 1); drawGNUstepLogo(dpy, WMGetPixmapMaskXID(pixmap), 130, 130, 1, 1);
panel->gstepL = WMCreateLabel(panel->win); panel->gstepL = WMCreateLabel(panel->win);

View File

@@ -57,10 +57,6 @@ static void paintButton(WCoreWindow *button, WTexture *texture,
static void updateTitlebar(WFrameWindow *fwin); static void updateTitlebar(WFrameWindow *fwin);
static void remakeTexture(WFrameWindow *fwin, int state, int newWidth);
static void updateTexture(WFrameWindow *fwin);
WFrameWindow* WFrameWindow*
wFrameWindowCreate(WScreen *scr, int wlevel, int x, int y, wFrameWindowCreate(WScreen *scr, int wlevel, int x, int y,
@@ -142,9 +138,7 @@ wFrameWindowUpdateBorders(WFrameWindow *fwin, int flags)
if (flags & WFF_TITLEBAR) { if (flags & WFF_TITLEBAR) {
fwin->top_width = theight; fwin->top_width = theight;
fwin->flags.need_texture1_remake = 1; fwin->flags.need_texture_remake = 1;
fwin->flags.need_texture2_remake = 1;
fwin->flags.need_texture3_remake = 1;
if (wPreferences.new_style) { if (wPreferences.new_style) {
if (fwin->left_button) { if (fwin->left_button) {
@@ -251,9 +245,7 @@ wFrameWindowUpdateBorders(WFrameWindow *fwin, int flags)
XMapRaised(dpy, fwin->titlebar->window); XMapRaised(dpy, fwin->titlebar->window);
fwin->flags.need_texture1_remake = 1; fwin->flags.need_texture_remake = 1;
fwin->flags.need_texture2_remake = 1;
fwin->flags.need_texture3_remake = 1;
} }
} }
checkTitleSize(fwin); checkTitleSize(fwin);
@@ -280,9 +272,7 @@ wFrameWindowUpdateBorders(WFrameWindow *fwin, int flags)
XMapWindow(dpy, fwin->resizebar->window); XMapWindow(dpy, fwin->resizebar->window);
XLowerWindow(dpy, fwin->resizebar->window); XLowerWindow(dpy, fwin->resizebar->window);
fwin->flags.need_texture1_remake = 1; fwin->flags.need_texture_remake = 1;
fwin->flags.need_texture2_remake = 1;
fwin->flags.need_texture3_remake = 1;
} else { } else {
if (height+fwin->top_width+fwin->bottom_width != fwin->core->height) { if (height+fwin->top_width+fwin->bottom_width != fwin->core->height) {
wCoreConfigure(fwin->resizebar, 0, height + fwin->top_width, wCoreConfigure(fwin->resizebar, 0, height + fwin->top_width,
@@ -415,11 +405,8 @@ updateTitlebar(WFrameWindow *fwin)
} }
} }
if (wPreferences.new_style || fwin->titlebar->width!=w) { if (wPreferences.new_style || fwin->titlebar->width!=w)
fwin->flags.need_texture1_remake = 1; fwin->flags.need_texture_remake = 1;
fwin->flags.need_texture2_remake = 1;
fwin->flags.need_texture3_remake = 1;
}
wCoreConfigure(fwin->titlebar, x, 0, w, theight); wCoreConfigure(fwin->titlebar, x, 0, w, theight);
} }
@@ -659,13 +646,12 @@ updateTexture(WFrameWindow *fwin)
handleButtonExpose(&fwin->right_button->descriptor, NULL); handleButtonExpose(&fwin->right_button->descriptor, NULL);
} }
} }
XFlush(dpy);
} }
static void static void
remakeTexture(WFrameWindow *fwin, int state, int newWidth) remakeTexture(WFrameWindow *fwin, int state)
{ {
Pixmap pmap, lpmap, rpmap; Pixmap pmap, lpmap, rpmap;
@@ -686,7 +672,7 @@ remakeTexture(WFrameWindow *fwin, int state, int newWidth)
right = fwin->right_button && !fwin->flags.hide_right_button right = fwin->right_button && !fwin->flags.hide_right_button
&& !fwin->flags.rbutton_dont_fit; && !fwin->flags.rbutton_dont_fit;
width = newWidth+1; width = fwin->core->width+1;
renderTexture(fwin->screen_ptr, fwin->title_texture[state], renderTexture(fwin->screen_ptr, fwin->title_texture[state],
width, fwin->titlebar->height, width, fwin->titlebar->height,
@@ -701,7 +687,7 @@ remakeTexture(WFrameWindow *fwin, int state, int newWidth)
} }
} }
if (fwin->resizebar_texture && fwin->resizebar_texture[0] if (fwin->resizebar_texture && fwin->resizebar_texture[0]
&& fwin->resizebar && state == fwin->flags.state) { && fwin->resizebar && state == 0) {
FREE_PIXMAP(fwin->resizebar_back[0]); FREE_PIXMAP(fwin->resizebar_back[0]);
@@ -709,7 +695,8 @@ remakeTexture(WFrameWindow *fwin, int state, int newWidth)
renderResizebarTexture(fwin->screen_ptr, renderResizebarTexture(fwin->screen_ptr,
fwin->resizebar_texture[0], fwin->resizebar_texture[0],
newWidth, fwin->resizebar->height, fwin->resizebar->width,
fwin->resizebar->height,
fwin->resizebar_corner_width, fwin->resizebar_corner_width,
&pmap); &pmap);
@@ -735,36 +722,25 @@ wFrameWindowPaint(WFrameWindow *fwin)
if (fwin->flags.is_client_window_frame) if (fwin->flags.is_client_window_frame)
fwin->flags.justification = wPreferences.title_justification; fwin->flags.justification = wPreferences.title_justification;
if (fwin->flags.need_texture1_remake || fwin->flags.need_texture2_remake if (fwin->flags.need_texture_remake) {
|| fwin->flags.need_texture3_remake) { int i;
fwin->flags.need_texture_remake = 0;
fwin->flags.need_texture_change = 0;
if (fwin->flags.single_texture) { if (fwin->flags.single_texture) {
remakeTexture(fwin, 0);
updateTexture(fwin);
} else {
/* first render the texture for the current state... */
remakeTexture(fwin, fwin->flags.state);
/* ... and paint it */
updateTexture(fwin);
fwin->flags.need_texture_change = 1; for (i=0; i < 3; i++) {
if (i!=fwin->flags.state)
fwin->flags.need_texture1_remake = 0; remakeTexture(fwin, i);
fwin->flags.need_texture2_remake = 0; }
fwin->flags.need_texture3_remake = 0;
remakeTexture(fwin, 0, fwin->core->width);
} else if (fwin->flags.state==0 && fwin->flags.need_texture1_remake) {
fwin->flags.need_texture_change = 1;
fwin->flags.need_texture1_remake = 0;
remakeTexture(fwin, fwin->flags.state, fwin->core->width);
} else if (fwin->flags.state==1 && fwin->flags.need_texture2_remake) {
fwin->flags.need_texture_change = 1;
fwin->flags.need_texture2_remake = 0;
remakeTexture(fwin, fwin->flags.state, fwin->core->width);
} else if (fwin->flags.state==2 && fwin->flags.need_texture3_remake) {
fwin->flags.need_texture_change = 1;
fwin->flags.need_texture3_remake = 0;
remakeTexture(fwin, fwin->flags.state, fwin->core->width);
} }
} }
@@ -877,7 +853,7 @@ wFrameWindowPaint(WFrameWindow *fwin)
} }
#ifdef TITLE_TEXT_SHADOW #ifdef TITLE_TEXT_SHADOW
if(wPreferences.title_shadow) { if(wPreferences.title_shadow){
int shadowx,shadowy; int shadowx,shadowy;
XSetForeground(dpy, *fwin->title_gc, XSetForeground(dpy, *fwin->title_gc,
fwin->title_pixel[fwin->flags.state+3]); fwin->title_pixel[fwin->flags.state+3]);
@@ -928,6 +904,7 @@ reconfigure(WFrameWindow *fwin, int x, int y, int width, int height,
height - fwin->resizebar->height); height - fwin->resizebar->height);
*/ */
if (fwin->core->width != width) { if (fwin->core->width != width) {
fwin->flags.need_texture_remake = 1;
resizedHorizontally = 1; resizedHorizontally = 1;
} }
@@ -996,14 +973,12 @@ reconfigure(WFrameWindow *fwin, int x, int y, int width, int height,
} }
} }
void void
wFrameWindowConfigure(WFrameWindow *fwin, int x, int y, int width, int height) wFrameWindowConfigure(WFrameWindow *fwin, int x, int y, int width, int height)
{ {
reconfigure(fwin, x, y, width, height, False); reconfigure(fwin, x, y, width, height, False);
} }
void void
wFrameWindowResize(WFrameWindow *fwin, int width, int height) wFrameWindowResize(WFrameWindow *fwin, int width, int height)
{ {

View File

@@ -99,9 +99,7 @@ typedef struct WFrameWindow {
unsigned int left_button:1; unsigned int left_button:1;
unsigned int right_button:1; unsigned int right_button:1;
unsigned int need_texture1_remake:1; unsigned int need_texture_remake:1;
unsigned int need_texture2_remake:1;
unsigned int need_texture3_remake:1;
unsigned int single_texture:1; unsigned int single_texture:1;

View File

@@ -122,7 +122,7 @@ appearanceObserver(void *self, WMNotification *notif)
wMenuRealize(menu); wMenuRealize(menu);
} }
if (flags & WTextureSettings) { if (flags & WTextureSettings) {
menu->frame->flags.need_texture1_remake = 1; menu->frame->flags.need_texture_remake = 1;
} }
if (flags & (WColorSettings|WTextureSettings)) if (flags & (WColorSettings|WTextureSettings))
wFrameWindowPaint(menu->frame); wFrameWindowPaint(menu->frame);

View File

@@ -144,9 +144,7 @@ appearanceObserver(void *self, WMNotification *notif)
wWindowConfigureBorders(wwin); wWindowConfigureBorders(wwin);
} }
if (flags & WTextureSettings) { if (flags & WTextureSettings) {
wwin->frame->flags.need_texture1_remake = 1; wwin->frame->flags.need_texture_remake = 1;
wwin->frame->flags.need_texture2_remake = 1;
wwin->frame->flags.need_texture3_remake = 1;
} }
if (flags & (WTextureSettings | WColorSettings)) { if (flags & (WTextureSettings | WColorSettings)) {
if (wwin->frame->titlebar) if (wwin->frame->titlebar)