commit e78c0be459f08353d4f15cc00c8142e93cadb1ff11cd5347b477d634a49733dc Author: Michael Vetter Date: Mon Nov 25 08:27:55 2024 +0000 Update to 0.96.0 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=58 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/README.SUSE b/README.SUSE new file mode 100644 index 0000000..c4c4c5c --- /dev/null +++ b/README.SUSE @@ -0,0 +1,32 @@ +CHANGED PREFIX /usr/X11R6 => /usr +================================= + +Beginning with openSUSE 10.2 WindowMaker was moved from +/usr/X11R6 to /usr. +An automatic conversion of configuration files in ~/GNUstep +is offered at the first start. + +If you have your home directory on a network filesystem, +shared among various openSUSE versions, you may prefer to +keep the configuration files unchanged and create symlinks instead, +to maintain compatibility with previous versions. + +In order to create the compatibility links, run these +commands as root: + +mkdir -p /usr/X11R6/share +ln -s /usr/share/WindowMaker /usr/X11R6/share +ln -s /usr/lib/GNUstep /usr/X11R6 + +PROBLEMS WITH UTF-8 LOCALES +=========================== + +If you switch to UTF-8 locale (the default since SUSE LINUX 9.1), +please note that the configuration and especialy menu files +in ~/GNUstep remains unchanged. +If you encounter any broken characters in WindowMaker menu, +please update the menu file ~/GNUstep/Defaults/WMRootMenu. +The most convenient way to do it is by running script +"wmaker.inst" which overwrites the file by the default one. + + diff --git a/WindowMaker-0.95.9.tar.gz b/WindowMaker-0.95.9.tar.gz new file mode 100644 index 0000000..0e35fdf --- /dev/null +++ b/WindowMaker-0.95.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714 +size 3397167 diff --git a/WindowMaker-0.96.0.tar.gz b/WindowMaker-0.96.0.tar.gz new file mode 100644 index 0000000..eb893a2 --- /dev/null +++ b/WindowMaker-0.96.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe130ba23cf4aa21c156ec8f01f748df537d0604ec06c6bbcec896df1926f6d +size 3443048 diff --git a/WindowMaker-config.patch b/WindowMaker-config.patch new file mode 100644 index 0000000..4430652 --- /dev/null +++ b/WindowMaker-config.patch @@ -0,0 +1,311 @@ +Index: WindowMaker/Defaults/WindowMaker.in +=================================================================== +--- WindowMaker/Defaults/WindowMaker.in.orig ++++ WindowMaker/Defaults/WindowMaker.in +@@ -14,7 +14,7 @@ + IconPosition = blh; + IconificationStyle = Zoom; + DisableWSMouseActions = NO; +- MouseLeftButtonAction = SelectWindows; ++ MouseLeftButtonAction = OpenApplicationsMenu; + MouseMiddleButtonAction = OpenWindowListMenu; + MouseRightButtonAction = OpenApplicationsMenu; + MouseBackwardButtonAction = None; +@@ -42,7 +42,7 @@ + ColormapMode = auto; + AutoFocus = YES; + RaiseDelay = 0; +- CirculateRaise = NO; ++ CirculateRaise = YES; + Superfluous = YES; + AdvanceToNewWorkspace = NO; + CycleWorkspaces = NO; +Index: dockit +=================================================================== +--- /dev/null ++++ dockit +@@ -0,0 +1,247 @@ ++#!/bin/sh ++# Only run the following line once \ ++exec wish -f $0 $@ ++ ++########################################## ++#Copyright 1998 Kenneth W. Persinger Jr. # ++# Written for WindowMaker # ++########################################## ++ ++ ++# You can add the full path for Xprop here. ++set xprop xprop ++ ++############################### ++# DO NOT EDIT BELOW THIS LINE # ++############################### ++global xprop; ++global instance;set instance "" ++global class;set class "" ++global command; set command "" ++global Version;set Version V1.2 ++ ++ ++ global Version ++ global instance ++ global class ++ global command ++ wm withdraw . ++ wm group . . ++ ++ toplevel .dockit -class Dockit ++ wm group .dockit .dockit ++ wm command .dockit "$argv0 $argv" ++ wm iconname .dockit "Dockit ${Version}" ++ wm protocol .dockit WM_DELETE_WINDOW {exit} ++ wm focusmodel .dockit passive ++ wm title .dockit "Dockit ${Version}" ++ wm geometry .dockit 309x157+440+412 ++ wm maxsize .dockit 1265 994 ++ wm minsize .dockit 1 1 ++ wm overrideredirect .dockit 0 ++ wm resizable .dockit 0 0 ++ wm deiconify .dockit ++ ++ label .dockit.msgbar \ ++ -anchor nw -borderwidth 1 -justify left -relief raised \ ++ -text "" ++ label .dockit.instlbl \ ++ -borderwidth 1 -relief raised -text Instance ++ label .dockit.cllbl \ ++ -borderwidth 1 -relief raised -text Class ++ label .dockit.comlbl \ ++ -borderwidth 1 -relief raised -text Command ++ entry .dockit.instent -textvariable instance ++ entry .dockit.clent -textvariable class ++ entry .dockit.coment -textvariable command ++ button .dockit.create \ ++ -padx 9 -pady 3 -text {Create Icon} -command {docreate} ++ button .dockit.exit \ ++ -padx 9 -pady 3 -text Quit -command exit ++ button .dockit.grab \ ++ -padx 9 -pady 3 -text Grab -command {dograb} ++ button .dockit.help \ ++ -padx 9 -pady 3 -text Help -command {dohelp} ++ ################### ++ # SETTING GEOMETRY ++ ################### ++ place .dockit.msgbar \ ++ -x 5 -y 120 -width 296 -height 33 -anchor nw -bordermode ignore ++ place .dockit.instlbl \ ++ -x 5 -y 5 -width 76 -height 23 -anchor nw -bordermode ignore ++ place .dockit.cllbl \ ++ -x 5 -y 30 -width 76 -height 23 -anchor nw -bordermode ignore ++ place .dockit.comlbl \ ++ -x 5 -y 55 -width 76 -height 23 -anchor nw -bordermode ignore ++ place .dockit.instent \ ++ -x 85 -y 5 -width 216 -height 22 -anchor nw -bordermode ignore ++ place .dockit.clent \ ++ -x 85 -y 30 -width 216 -height 22 -anchor nw -bordermode ignore ++ place .dockit.coment \ ++ -x 85 -y 55 -width 216 -height 22 -anchor nw -bordermode ignore ++ place .dockit.create \ ++ -x 5 -y 80 -width 77 -height 36 -anchor nw -bordermode ignore ++ place .dockit.exit \ ++ -x 230 -y 80 -width 72 -height 36 -anchor nw -bordermode ignore ++ place .dockit.grab \ ++ -x 80 -y 80 -width 77 -height 36 -anchor nw -bordermode ignore ++ place .dockit.help \ ++ -x 155 -y 80 -width 77 -height 36 -anchor nw -bordermode ignore ++############ ++# Bindings # ++############ ++ bind all {message ""} ++ bind .dockit.instlbl {message "Instance name goes here. ++(the 1st string of WM_CLASS)"} ++ bind .dockit.instent {message "Instance name goes here. ++(the 1st string of WM_CLASS)"} ++ bind .dockit.cllbl {message "Class name goes here. ++(the 2nd string of WM_CLASS)"} ++ bind .dockit.clent {message "Class name goes here. ++(the 2nd string of WM_CLASS)"} ++ bind .dockit.comlbl {message "The command to execute goes here. ++(all of WM_COMMAND)"} ++ bind .dockit.coment {message "The command to execute goes here. ++(all of WM_COMMAND)"} ++ bind .dockit.create {message "Create you custom AppIcon."} ++ bind .dockit.exit {message "Exit Dockit!"} ++ bind .dockit.help {message "Help with creating AppIcons, ++and for these commands."} ++ bind .dockit.grab {message "Grab AppInfo from a running App."} ++ ++ ++################### ++# Actual Code # ++################### ++ ++proc message {message} { ++ .dockit.msgbar configure -text $message ++} ++ ++proc docreate {} { ++ global Version ++ global instance ++ global class ++ global command ++ ++ if {$command == ""} { ++ tk_dialog .error "DockIt ${Version}: ERROR" \ ++ "You must supply a command line. Otherwise your icon would do nothing!" \ ++ "" "" "Doh!" ++ } else { ++ set insttmp $instance ++ set classtmp $class ++ set commandtmp $command ++ ++ if {$insttmp == ""} { set insttmp "dockit" } ++ if {$classtmp == ""} { set classtmp "DockedApp" } ++ ++ toplevel .$insttmp -class $classtmp ++ wm command .$insttmp "$commandtmp" ++ wm group .$insttmp .$insttmp ++ label .$insttmp.l1 -text " ++Great! Your new App-Icon should be finished now. ++once you have dragged it to the Dock, Click Finish. ++If your Icon doesn't Dock, or does not appear, ++Try again. If problems persist, see Dockit's Help." ++ button .$insttmp.b1 -text "Finish" -command "destroy .$insttmp" ++ pack .$insttmp.l1 ++ pack .$insttmp.b1 ++ wm title .$insttmp "Dockit ${Version}: Confirmation" ++ } ++} ++ ++proc dohelp {} { ++ global Version ++ ++set HLPTXT { Dockit V1.2 ++ ++General Info: ++ ++ Dockit is a tool designed to provide the ability to Dock ++ poorly coded programs within WindowMaker. ++ ++ This is not a 100% accurate solution. It was not designed to be. ++ It will however, generate a dockable icon 99% of the time. ++ for that other 1%, you will need to edit by hand. ++ ++Troubleshooting: ++ ++Error: 'window name starts with an upper-case letter': ++ ++ This is a limitation of Tcl/Tk. ++ window/pathnames cannot start with an uppercase letter. ++ This behavior is most noticable in Netscape's Navigator. ++ It's instance is 'Navigator' ++ A work-around to this limitation, is to double-define your App ++ settings. (ex:'navigator', and 'Navigator') ++ ++ ++Error: couldn't execute "xprop": no such file or directory ++ ++ This means that /usr/X11R6/bin (or its equivilent) ++ is not defined in your path. ++ You must add this to your path. ++ ++ ++ ++AppIcon does not appear as it should: ++ ++ This could happen for a number of reasons. ++ A: You have NoAppIcon defined for that particular App. ++ B: One word: El Ni~no ++ ++ ++ ++App Closes, but Dots do not appear/ Cannot remove Icon from the Dock: ++ ++ This is the result of a VERY poorly coded App. ++ As far as WIndowMaker can tell, the program is still running. ++ The only real fix for this, is CTRL + ALT + BACKSPACE ++ ++} ++ ++ ++ toplevel .userhelp -class Dockit ++ wm group .userhelp .dockit ++ wm iconname .userhelp "Dockit HELP" ++ wm focusmodel .userhelp passive ++ wm geometry .userhelp 456x635 ++ wm maxsize .userhelp 1265 1265 ++ wm minsize .userhelp 1 1 ++ wm overrideredirect .userhelp 0 ++ wm resizable .userhelp 1 1 ++ wm deiconify .userhelp ++ wm title .userhelp "Dockit ${Version}: HELP" ++ label .userhelp.text \ ++ -anchor nw -justify left -borderwidth 1 \ ++ -text $HLPTXT ++ place .userhelp.text \ ++ -x 0 -y 0 -anchor nw -bordermode ignore ++ ++ ++ ++} ++ ++proc dograb {} { ++ global xprop ++ global class ++ global instance ++ global command ++ ++ catch "open /tmp/xprop1 w+" m1 ++ exec ${xprop} >@ $m1 ++ seek $m1 0 ++ set tmpmsg [read $m1] ++ set tmpmsg [split $tmpmsg \n] ++ set tclass [lindex $tmpmsg [lsearch -glob $tmpmsg *WM_CLASS*]] ++ set tclass [split $tclass ,] ++ set class [string trim [lindex $tclass 1] \ \"] ++ set instance [string tolower [string trim [lindex [lindex $tclass 0] 2] \ \"]] ++ set tcom [lindex $tmpmsg [lsearch -glob $tmpmsg *WM_COMMAND*]] ++ set tcom [split [lindex $tcom 2] \,] ++ set tcom [split [join $tcom] \"] ++ set command [join [join $tcom]] ++ close $m1 ++} ++ +Index: util/wmaker.inst.in +=================================================================== +--- util/wmaker.inst.in.orig ++++ util/wmaker.inst.in +@@ -256,19 +256,19 @@ echo " $GSDIR/Library/WindowMaker/$in + } + + wmaker_found=0 +-for xinit in .xinitrc .Xclients .xsession; do +- test ! -f "$HOME/$xinit" && continue +- res="$(grep wmaker "$HOME/$xinit")" +- if test "x$res" != x; then +- wmaker_found=1 +- break +- fi +-done +-if test "$wmaker_found" = 1; then +- echo "Found Window Maker to already be your default window manager." +- show_end_message +- exit 0 +-fi ++#for xinit in .xinitrc .Xclients .xsession; do ++# test ! -f "$HOME/$xinit" && continue ++# res="$(grep wmaker "$HOME/$xinit")" ++# if test "x$res" != x; then ++# wmaker_found=1 ++# break ++# fi ++#done ++#if test "$wmaker_found" = 1; then ++# echo "Found Window Maker to already be your default window manager." ++# show_end_message ++# exit 0 ++#fi + + + trap "show_end_message;exit" 2 diff --git a/WindowMaker-extra-0.1.tar.bz2 b/WindowMaker-extra-0.1.tar.bz2 new file mode 100644 index 0000000..08bd034 --- /dev/null +++ b/WindowMaker-extra-0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02123bf2d627a7562f65d5ff6f583b34316cdabfea836b82ffa772bf5889015c +size 238844 diff --git a/WindowMaker-menu.patch b/WindowMaker-menu.patch new file mode 100644 index 0000000..07301dd --- /dev/null +++ b/WindowMaker-menu.patch @@ -0,0 +1,4234 @@ +Index: WindowMaker/menu.bg.in +=================================================================== +--- WindowMaker/menu.bg.in.orig ++++ WindowMaker/menu.bg.in +@@ -115,60 +115,10 @@ + "Инфо" MENU + "Информационен панел..." INFO_PANEL + "Лицензионен панел..." LEGAL_PANEL +- "Системна конзола" EXEC xconsole +- "Натоварване на системата" SHEXEC xosview || xload +- "Списък процеси" EXEC xterm -e top +- "Ръководства" EXEC xman + "Инфо" END + "Стартирай..." SHEXEC %a(Run,Въведете команда, която да се стартира:) + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Работни места" WORKSPACE_MENU +- "Приложения" MENU +- "Графични" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Графични" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Приложения" END +- "Редактори" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Редактори" END +- "Разни" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Разни" END +- "Инструменти" MENU +- "Калкукатор" EXEC xcalc +- "Свойства на прозореца" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Избор на шрифт" EXEC xfontsel +- "Емулатор на терминал" EXEC xminicom +- "Лупа" EXEC xmag +- "Цветова палитра" EXEC xcmap +- "XKill" EXEC xkill +- "Clipboard" EXEC xclipboard +- "Инструменти" END +- +- "Избор" MENU +- "Copy" SHEXEC echo '%s' | wxcopy +- "Mail To" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigate" EXEC netscape %s +- "Search in Manual" SHEXEC MANUAL_SEARCH(%s) +- "Избор" END + + "Работно място" MENU + "Скрий другите" HIDE_OTHERS +@@ -211,12 +161,10 @@ + "Запази колекцията иконки" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name,Enter file name:)" + "Пособие за настройки" EXEC #wprefs# + "Изглед" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Изход" MENU + "Рестартиране" RESTART +- "Стартирай BlackBox" RESTART blackbox +- "Стартирай kwm" RESTART kwm +- "Стартирай IceWM" RESTART icewm + "Изход..." EXIT + "Изход" END + "Приложения" END +Index: WindowMaker/menu.ca +=================================================================== +--- WindowMaker/menu.ca.orig ++++ WindowMaker/menu.ca +@@ -110,60 +110,9 @@ + "Informació" MENU + "Info Panel..." INFO_PANEL + "Legal..." LEGAL_PANEL +- "Consola del Sistema" EXEC xconsole +- "Càrrega del Sistema" SHEXEC xosview || xload +- "Llista de Processos" EXEC xterm -e top +- "Manual d'instruccions" EXEC xman + "Informació" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Escriptoris" WORKSPACE_MENU +- "Aplicacions" MENU +- "Gràfics" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Gràfics" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Aplicacions" END +- "Editors" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editors" END +- "Miscel·lani" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Miscel·lani" END +- "Utilitats" MENU +- "Calculadora" EXEC xcalc +- "Propietats de la finestra" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Sel·lecciona una Font" EXEC xfontsel +- "Emulador de Terminal" EXEC xminicom +- "Lupa" EXEC xmag +- "Mapa de Color" EXEC xcmap +- "XKill" EXEC xkill +- "Portapapers" EXEC xclipboard +- "Utilitats" END +- +- "Sel·lecció" MENU +- "Copiar" SHEXEC echo '%s' | wxcopy +- "Enviar a" EXEC xterm -name mail -T "Pine" -e pine %s +- "Enviar al Navegador" EXEC netscape %s +- "Buscar al Manual" SHEXEC MANUAL_SEARCH(%s) +- "Sel·lecció" END +- + "Escriptori" MENU + "Amagar Altres" HIDE_OTHERS + "Ensenyar Totes" SHOW_ALL +@@ -203,15 +152,12 @@ + "Fons de pantalla" END + "Guardar Tema" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Guardar Joc d'Icones" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Aparença" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Sortir" MENU + "Rearrancar" RESTART +- "Arrancar AfterStep" RESTART afterstep + "Sortir..." EXIT +- "Matar la Sessió..." SHUTDOWN + "Sortir" END + "Aplicacions" END +- +- +- +Index: WindowMaker/menu.cs +=================================================================== +--- /dev/null ++++ WindowMaker/menu.cs +@@ -0,0 +1,85 @@ ++// Text bellow is in czech, encoding ISO8829-2. ++// ++// Definice hlavního menu pro WindowMaker ++// ++// Syntaxe: ++// ++// ++// ++// je jakýkoli řetěz znaků. Pokud obsahuje mezery musí být ++// uzavřen do uvozovek (") ++// ++// může být jeden z následujících: ++// MENU - definice nové (sub)menu ++// END - konec definice nového menu ++// EXEC - provede se program ++// EXIT - ukončí se WindowMaker ++// RESTART [] - restart WM nebo jiného správce oken ++// REFRESH - obnoví okna na pracovní ploše ++// ARRANGE_ICONS - srovná ikony ++// SHUTDOWN - ukončí všechny klienty i X server ++// WORKSPACE_MENU - přidá menu pro práci s pracovními plochami ++// SHOW_ALL - obnoví všechna skrytá okna ++// HIDE_OTHERS - skryje všechna okna (mimo zaměřeného, nebo toho, které ++// bylo naposledy zaměřeno) ++// ++// je program, který bude proveden. ++// ++// Každý příkaz MENU musí mít odpovídající END. ++// následující text je česky, kódován ISO8859-2. ++#include ++ ++"Hlavní menu" MENU ++ "Info" MENU ++ "Info Panel..." INFO_PANEL ++ "Legal" LEGAL_PANEL ++ "Info" END ++ "XTerm" EXEC xterm -sb ++ "Pracovní plochy" WORKSPACE_MENU ++ "Pracovní plocha" MENU ++ "Skrýt ostatní" HIDE_OTHERS ++ "Ukázat vše" SHOW_ALL ++ "Srovnat ikony" ARRANGE_ICONS ++ "Obnovit obrazovku" REFRESH ++ "Zamknout" EXEC xlock -allowroot -usefirst ++ "Uložit sezení" SAVE_SESSION ++ "Smazat sezení" CLEAR_SESSION ++ "Pracovní plocha" END ++ "Vzhled" MENU ++ "Témata" OPEN_MENU -noext THEMES_DIR $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle ++ "Styly" OPEN_MENU -noext STYLES_DIR $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle ++ "Ikony" OPEN_MENU -noext ICON_SETS_DIR $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons ++ "Pozadí" MENU ++ "Jedna barva" MENU ++ "Černá" WS_BACK '(solid, black)' ++ "Modrá" WS_BACK '(solid, "#505075")' ++ "Indigo" WS_BACK '(solid, "#243e6c")' ++ "Purpurová" WS_BACK '(solid, "#554466")' ++ "Šedozelená" WS_BACK '(solid, "#554466")' ++ "Tmavě šedá" WS_BACK '(solid, "#333340")' ++ "Vínová" WS_BACK '(solid, "#400020")' ++ "Jedna barva" END ++ "Přechod barev" MENU ++ "Západ slunce" WS_BACK '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)' ++ "Obloha" WS_BACK '(vgradient, blue4, white)' ++ "Odstíny modré" WS_BACK '(vgradient, "#7080a5", "#101020")' ++ "Odstíny indiga" WS_BACK '(vgradient, "#746ebc", "#242e4c")' ++ "Odstíny fialové" WS_BACK '(vgradient, "#654c66", "#151426")' ++ "Odstíny žluté" WS_BACK '(vgradient, "#a09060", "#302010")' ++ "Odstíny šedé" WS_BACK '(vgradient, "#636380", "#131318")' ++ "Odstíny vínové" WS_BACK '(vgradient, "#600040", "#180010")' ++ "Přechod barev" END ++ "Obrázky" OPEN_MENU -noext BACKGROUNDS_DIR $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t ++ "Pozadí" END ++ "Uložit téma" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name,Enter file name:)" ++ "Uložit sadu ikon" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name,Enter file name:)" ++ "Konfigurační nástroj" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs ++ "Vzhled" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" ++ "Konec" MENU ++// 'Restartovat' není opravdu příliš české slovo, najde někdo lepší ? ++ "Restartovat" RESTART ++ "Ukončit..." EXIT ++ "Konec" END ++"Hlavní menu" END +Index: WindowMaker/menu.da +=================================================================== +--- WindowMaker/menu.da.orig ++++ WindowMaker/menu.da +@@ -103,62 +103,10 @@ + "Info" MENU + "Info Panel..." INFO_PANEL + "Copyright..." LEGAL_PANEL +- "Systemkonsol" EXEC xconsole +- "Systembelastning" SHEXEC xosview || xload +- "Procesliste" EXEC xterm -fg wheat -bg black -fn 6x10 -geometry 80x50 -e top +- "Manualer" EXEC xman + "Info" END + "Kør..." SHEXEC "%a(Kør,Indtast kommando der skal udføres:)" + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white + "Arbejdsborde" WORKSPACE_MENU +- "Applikationer" MENU +- "Grafik" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafik" END +- "X Filhåndtering" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Indtast filnavn) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Indtast PDF-filnavn) +- "TkDesk" EXEC tkdesk +- "Applikationer" END +- "Tekstbehandling" MENU +- "XFte" EXEC xfte +- "Emacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Tekstbehandling" END +- "Diverse" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Diverse" END +- "Tilbehør" MENU +- "Lommeregner" EXEC xcalc +- "Vindues Egenskaber" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Vælg skrifttype" EXEC xfontsel +- "Terminalemulator" EXEC xminicom +- "Forstørrelsesglas" EXEC xmag +- "Farver" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Udklipsbord" EXEC xclipboard +- "Tilbehør" END +- +- "Markeret" MENU +- "Kopier" SHEXEC echo '%s' | wxcopy +- "Send e-post til" EXEC xterm -name mail -T "Pine" -e pine %s +- "Indtast URL" EXEC netscape %s +- "Søg i manual" SHEXEC MANUAL_SEARCH(%s) +- "Markeret" END +- + "Arbejdsbord" MENU + "Skjul andre" HIDE_OTHERS + "Vis alle" SHOW_ALL +@@ -200,12 +148,10 @@ + "Gem Tema" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Tema navn,Indtast navn:)" + "Gem Ikonsæt" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Ikonsæt navn,Indtast navn:)" + "Udseende" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Afslut" MENU + "Genstart" RESTART +- "Start Blackbox" RESTART blackbox +- "Start kwm" RESTART kwm +- "Start IceWM" RESTART icewm + "Afslut..." EXIT + "Afslut" END + "Applikationer" END +Index: WindowMaker/menu.de +=================================================================== +--- WindowMaker/menu.de.orig ++++ WindowMaker/menu.de +@@ -44,55 +44,9 @@ + "Info" MENU + "Info Panel..." INFO_PANEL + "Legal" LEGAL_PANEL +- "Systemauslastung" SHEXEC xosview || xload +- "Prozeßtabelle" EXEC xterm -e top +- "Anleitungen" EXEC xman + "Info" END + "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb +- "XJed" EXEC xjed + "Arbeitsfläche" WORKSPACE_MENU +- "Anwendungen" MENU +- "Grafik" MENU +- "Gimp" EXEC gimp +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafik" END +- "X Dateimanager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Ghostview) +- "XDvi" EXEC xdvi %a(XDvi) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat) +- "TkDesk" EXEC tkdesk +- "Anwendungen" END +- "Editoren" MENU +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editoren" END +- "Sonstiges" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Sonstiges" END +- "Hilfsmittel" MENU +- "Taschenrechner" EXEC xcalc +- "Schriftauswahl" EXEC xfontsel +- "Lupe" EXEC xmag +- "Farbtabelle" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Hilfsmittel" END +- "Markierung" MENU +- "email an" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigate" SHEXEC netscape -noraise -remote \ +- 'openURL(%s,new-window)' || netscape %s +- "in Anleitung suchen" SHEXEC MANUAL_SEARCH(%s) +- "Markierung" END + "Arbeitsplatz" MENU + "Andere verstecken" HIDE_OTHERS + "Alle anzeigen" SHOW_ALL +@@ -108,17 +62,13 @@ + "Dunkelgrau" WS_BACK '(solid, "#333340")' + "Wein" WS_BACK '(solid, "#400020")' + "Hintergrund" END +-#if (DEPTH>=8) +-// Einbinden einiger Farbverläufe für Anfänger und Faulpelze. +-// Nach dem Ändern muß 'RESTART' ausgeführt werden +-#include +-#endif +- "Arbeitsplatz sichern" EXEC SAVE_WORKSPACE ++ "Arbeitsplatz sichern" SAVE_SESSION ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Arbeitsplatz" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Beenden" MENU + "Neustart" RESTART +- "AfterStep starten" RESTART afterstep + "Beenden..." EXIT +- "Sitzung beenden..." SHUTDOWN + "Beenden" END + "Anwendungen" END +Index: WindowMaker/menu.el +=================================================================== +--- WindowMaker/menu.el.orig ++++ WindowMaker/menu.el +@@ -118,62 +118,10 @@ + "Πληροφορίες" MENU + "Σχετικά..." INFO_PANEL + "Νομικά..." LEGAL_PANEL +- "Κονσόλα Συστήματος" EXEC xconsole +- "Εργασία Συστήματος" SHEXEC xosview || xload +- "Λίστα Εργασιών" EXEC xterm -e top +- "Βοήθεια" EXEC xman + "Πληροφορίες" END + "Εκτέλεση..." SHEXEC %a(Εκτέλεση,Γράψε την εντολή προς εκτέλεση:) + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn grfixed + "Επιφάνειες" WORKSPACE_MENU +- "Προγράμματα" MENU +- "Γραφικά" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Γραφικά" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Αρχείο προς ανάγνωση) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Γράψε το PDF προς προβολή) +- "TkDesk" EXEC tkdesk +- "Προγράμματα" END +- "Κειμενογράφοι" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Κειμενογράφοι" END +- "Διάφορα" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Διάφορα" END +- "Εργαλεία" MENU +- "Αριθμομηχανή" EXEC xcalc +- "Ιδιότητες Παραθύρου" SHEXEC xprop | xmessage -center -title 'Ιδιότητες Παραθύρου' -file - +- "Επιλογή Γραμματοσειράς" EXEC xfontsel +- "Εξομοιωτής Τερματικού" EXEC xminicom +- "Μεγέθυνση" EXEC xmag +- "Χάρτης Χρωμάτων" EXEC xcmap +- "Θανάτωση Παραθύρου" EXEC xkill +- "Ρολόι" EXEC asclock -shape +- "Πρόχειρο" EXEC xclipboard +- "Εργαλεία" END +- +- "Επιλογή" MENU +- "Αντιγραφή" SHEXEC echo '%s' | wxcopy +- "Ταχυδρόμηση Προς" EXEC xterm -name mail -T "Pine" -e pine %s +- "Εξερεύνηση στο διαδίκτυο" EXEC netscape %s +- "Αναζήτηση Βοήθειας" EXEC MANUAL_SEARCH(%s) +- "Επιλογή" END +- + "Επιφάνεια" MENU + "Απόκρυψη των Άλλων" HIDE_OTHERS + "Εμφάνιση Όλων" SHOW_ALL +@@ -213,13 +161,12 @@ + "Παρασκήνιο" END + "Αποθήκευση Θέματος" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Όνομα Θέματος,Γράψε το όνομα του αρχείου:)" + "Αποθήκευση Ομάδας Εικονιδίων" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Όνομα Ομάδας,Γράψε το όνομα του αρχείου:)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPref + "Εμφάνιση" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Έξοδος" MENU + "Επανεκκίνηση" RESTART +- "Εκκίνηση του BlackBox" RESTART blackbox +- "Εκκίνηση του kwm" RESTART kwm +- "Εκκίνηση του IceWM" RESTART icewm + "Έξοδος..." EXIT + "Έξοδος" END + "Μενού" END +Index: WindowMaker/menu.fi.in +=================================================================== +--- WindowMaker/menu.fi.in.orig ++++ WindowMaker/menu.fi.in +@@ -108,61 +108,10 @@ + "Tietoja" MENU + "Tietoja..." INFO_PANEL + "Laillista" LEGAL_PANEL +- "Järjestelmäkonsoli" EXEC xconsole +- "Järjestelmän rasitus" SHEXEC xosview || xload +- "Prosessiluettelo" EXEC xterm -e top +- "Ohjeselain" EXEC xman + "Tietoja" END + "Käynnistä..." SHEXEC %a(Käynnistä,Kirjoita suoritettava komento:) + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Työtilat" WORKSPACE_MENU +- "Sovellukset" MENU +- "Grafiikka" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafiikka" END +- "X Tiedostonhallinta" EXEC xfm +- "OffiX Tiedostot" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Kirjoita näytettävän tiedoston nimi:) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Kirjoita näytettävän PDF-tiedoston nimi) +- "TkDesk" EXEC tkdesk +- "Sovellukset" END +- "Editorit" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editorit" END +- "Sekalaiset" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Sekalaiset" END +- "Apuohjelmat" MENU +- "Laskin" EXEC xcalc +- "Ikkunan ominaisuudet" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Kirjasinlajivalitsin" EXEC xfontsel +- "Pääte" EXEC xminicom +- "Suurennuslasi" EXEC xmag +- "Värikartta" EXEC xcmap +- "XKill" EXEC xkill +- "Leikepöytä" EXEC xclipboard +- "Apuohjelmat" END +- +- "Valinta" MENU +- "Kopioi" SHEXEC echo '%s' | wxcopy +- "Lähetä sähköpostina" EXEC xterm -name mail -T "Pine" -e pine %s +- "Selaa selaimella" EXEC netscape %s +- "Etsi ohjeista" SHEXEC MANUAL_SEARCH(%s) +- "Valinta" END +- + "Työtila" MENU + "Piilota muut" HIDE_OTHERS + "Näytä kaikki ikkunat" SHOW_ALL +@@ -204,14 +153,10 @@ + "Tallenna kuvakkeet" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Kuvakesetin nimi,Kirjoita tiedostonnimi:)" + "Asetukset" EXEC #wprefs# + "Ulkonäkö" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Lopeta" MENU + "Käynnistä WM uudelleen" RESTART +- "Käynnistä BlackBox" RESTART blackbox +- "Käynnistä kwm" RESTART kwm +- "Käynnistä IceWM" RESTART icewm + "Lopeta" EXIT + "Lopeta" END + "Sovellukset" END +- +- +Index: WindowMaker/menu.fr +=================================================================== +--- WindowMaker/menu.fr.orig ++++ WindowMaker/menu.fr +@@ -154,61 +154,10 @@ + "Informations" MENU + "Panneau d'informations" INFO_PANEL + "Panneau d'informations légales" LEGAL_PANEL +- "Console système" EXEC xconsole +- "Charge système" SHEXEC xosview || xload +- "Liste des processus" EXEC xterm -e top +- "Butineur d'aide" EXEC xman + "Informations" END + "Démarrer..." SHEXEC %a(Démarrer,Tapez une commande à démarrer:) + "Terminal X" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Bureaux" WORKSPACE_MENU +- "Applications" MENU +- "Graphismes" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Graphismes" END +- "Xfm" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Entrez un fichier) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Entrez un fichier PDF) +- "TkDesk" EXEC tkdesk +- "Applications" END +- "Editeurs" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editeurs" END +- "Divers" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Divers" END +- "Utilitaires" MENU +- "Calculatrice" EXEC xcalc +- "Propriétés de la fenêtre" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Sélecteur de polices" EXEC xfontsel +- "Emulateur de terminal" EXEC xminicom +- "Loupe" EXEC xmag +- "Carte des couleurs" EXEC xcmap +- "XKill" EXEC xkill +- "Sélections" EXEC xclipboard +- "Utilitaires" END +- +- "Sélection" MENU +- "Copier" SHEXEC echo '%s' | wxcopy +- "Envoyer à" EXEC xterm -name mail -T "Pine" -e pine %s +- "Naviguer" EXEC netscape %s +- "Rechercher dans le manuel" SHEXEC MANUAL_SEARCH(%s) +- "Sélection" END +- + "Bureau" MENU + "Cacher les autres fenêtres" HIDE_OTHERS + "Montrer toutes les fenêtres" SHOW_ALL +@@ -248,12 +197,13 @@ + "Fond d'écran" END + "Sauver le thème" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Nom du thème,Entrez un nom de fichier:)" + "Sauver le jeu d'icônes" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Nom du jeu d'icônes,Entrez un nom de fichier:)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Apparence" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Quitter" MENU + "Redémarrer" RESTART +- "Démarrer AfterStep" RESTART afterstep + "Quitter..." EXIT +- "Tuer la session..." SHUTDOWN + "Quitter" END + "Applications" END +Index: WindowMaker/menu.he +=================================================================== +--- WindowMaker/menu.he.orig ++++ WindowMaker/menu.he +@@ -97,60 +97,9 @@ + "עדימ" MENU + "Info Panel..." INFO_PANEL + "Legal" LEGAL_PANEL +- "System Load" SHEXEC xosview || xload +- "Process List" EXEC xterm -e top +- "Manual Browser" EXEC xman + "עדימ" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "הדובע יבחרמ" WORKSPACE_MENU +- "םימושי" MENU +- "הקיפרג" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "הקיפרג" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "פייקסטנ" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "םימושי" END +- "םיכרוע" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "םיכרוע" END +- "יללכ" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "יללכ" END +- "םילכ" MENU +- "Calculator" EXEC xcalc +- "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Font Chooser" EXEC xfontsel +- "Terminal Emulator" EXEC xminicom +- "Magnify" EXEC xmag +- "Colormap" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "םילכ" END +- +- "הריחב" MENU +- "קתעה" SHEXEC echo '%s' | wxcopy +- "...ל ראודה חלש" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigate" EXEC netscape %s +- "Search in Manual" SHEXEC MANUAL_SEARCH(%s) +- "הריחב" END +- + "הדובע בחרמ" MENU + "םירחא אבחה" HIDE_OTHERS + "םלוכ הארה" SHOW_ALL +@@ -184,14 +133,12 @@ + "עקר" END + "Save Theme" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Save IconSet" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "הארמ" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "האיצי" MENU + "לוחתיא" RESTART +- "AfterStepל רובע " RESTART afterstep + "...אצ" EXIT +- "...לוכה רוגסו אצ" SHUTDOWN + "האיצי" END + "םימושי" END +- +- +Index: WindowMaker/menu.hr +=================================================================== +--- WindowMaker/menu.hr.orig ++++ WindowMaker/menu.hr +@@ -97,62 +97,10 @@ + "Informacije" MENU + "Info Panel..." INFO_PANEL + "Legal..." LEGAL_PANEL +- "Sistemska konzola" EXEC xconsole +- "Opterećenje sistema" SHEXEC xosview || xload +- "Lista procesa" EXEC xterm -e top +- "Pretraživač manuala" EXEC xman + "Informacije" END + "XTerm u boji" EXEC nxterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Xisp" EXEX xisp + "Radni prostori" WORKSPACE_MENU +- "Programi" MENU +- "Grafika" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafika" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Programi" END +- "Editori" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editori" END +- "Razno" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Razno" END +- "Pomoćni programi" MENU +- "Kalkulator" EXEC xcalc +- "Informacije o prozoru" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Birač fontova" EXEC xfontsel +- "Emulator Terminala" EXEC xminicom +- "Povećalo" EXEC xmag +- "Colormap" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "Pomoćni programi" END +- +- "Odabir" MENU +- "Kopiraj" SHEXEC echo '%s' | wxcopy +- "Pošalji e-poštu" EXEC xterm -name mail -T "Pine" -e pine %s +- "Otvori web-stranicu" EXEC netscape %s +- "Potraži u manualu" SHEXEC MANUAL_SEARCH(%s) +- "Odabir" END +- + "Radni prostor" MENU + "Sakrij ostale" HIDE_OTHERS + "Pokaži sve" SHOW_ALL +@@ -186,12 +134,12 @@ + "Pozadina" END + "Snimi temu" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Snimi set ikona" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" +- "Izgled" END +- ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs ++ "Izgled" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Izlaz" MENU + "Ponovo startaj" RESTART +- "Startaj AfterStep" RESTART afterstep + "Izlaz" EXIT +- "Izlaz iz sessiona..." SHUTDOWN + "Izlaz" END + "Programi" END +Index: WindowMaker/menu.hu.in +=================================================================== +--- WindowMaker/menu.hu.in.orig ++++ WindowMaker/menu.hu.in +@@ -111,62 +111,10 @@ + "Infó" MENU + "Információs panel..." INFO_PANEL + "Jogi..." LEGAL_PANEL +- "Rendszer konzol" EXEC xconsole +- "Rendszer kihasználtság" SHEXEC xosview || xload +- "Processz lista" EXEC xterm -e top +- "Kézikönyv böngésző" EXEC xman + "Infó" END + "Futtatás..." SHEXEC %a(Futtatás,Írd be a futtatni kívánt programot:) + "X Terminál" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed +- "Gnome terminál" EXEC gnome-terminal --background black --foreground white --font -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 + "Munkafelületek" WORKSPACE_MENU +- "Alkalmazások" MENU +- "Grafika" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafika" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Kérem a fájl nevét) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Kérem a PDF fájl nevét) +- "TkDesk" EXEC tkdesk +- "Alkalmazások" END +- "Szerkesztők" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Szerkesztők" END +- "Egyéb" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Egyéb" END +- "Kellékek" MENU +- "Számológép" EXEC xcalc +- "Ablak jellemzők" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Font kiválasztás" EXEC xfontsel +- "Terminál emuláció" EXEC xminicom +- "Képernyőterület másolása" EXEC xmag +- "Színtérkép" EXEC xcmap +- "Program kilövése" EXEC xkill +- "Vágólap" EXEC xclipboard +- "Kellékek" END +- +- "Kijelölés" MENU +- "Másolás" SHEXEC echo '%s' | wxcopy +- "Levél írása" EXEC xterm -name mail -T "Pine" -e pine %s +- "Netscape" EXEC netscape %s +- "Keresés a Manuálokban" SHEXEC MANUAL_SEARCH(%s) +- "Kijelölés" END +- + "Munkafelület" MENU + "Elrejtés" HIDE_OTHERS + "Mindent mutat" SHOW_ALL +@@ -206,14 +154,10 @@ + "Ikonbeállítások mentése" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Ikonbeállítások mentése,Add meg a fájl nevét:)" + "Konfiguráló program" EXEC #wprefs# + "Megjelenés" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Kilépés" MENU + "Újraindítás" RESTART +- "BlackBox indítása" RESTART blackbox +- "kwm indítása" RESTART kwm +- "IceWM indítása" RESTART icewm + "Kilépés..." EXIT + "Kilépés" END + "Alkalmazások" END +- +- +Index: WindowMaker/menu.ja +=================================================================== +--- WindowMaker/menu.ja.orig ++++ WindowMaker/menu.ja +@@ -103,61 +103,8 @@ + "情報" MENU + "Info パネル..." INFO_PANEL + "Legal パネル..." LEGAL_PANEL +- "システム負荷" SHEXEC xosview || xload +- "プロセス一覧" EXEC xterm -e top +- "マニュアルブラウザ" EXEC xman + "情報" END +- "KTerm" EXEC kterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white + "ワークスペース" WORKSPACE_MENU +- "アプリケーション" MENU +- "グラフィックス" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "グラフィックス" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "アプリケーション" END +- "エディタ" MENU +- "Mule" EXEC mule +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC kterm -e vi +- "エディタ" END +- "いろいろ" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "いろいろ" END +- "ユーティリティ" MENU +- "電卓" EXEC xcalc +- "プロパティ表示" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "フォントセレクタ" EXEC xfontsel +- "端末エミュレータ" EXEC xminicom +- "眼鏡" EXEC xmag +- "カラーマップ" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "ユーティリティー" END +- +- "セレクション" MENU +- "コピー" SHEXEC echo '%s' | wxcopy +- "Mail To" EXEC xterm -name mail -T "Pine" -e pine %s +- "Netscape" EXEC netscape %s +- "マニュアル検索" SHEXEC MANUAL_SEARCH(%s) +- "セレクション" END +- + "ワークスペース" MENU + "他をハイド" HIDE_OTHERS + "全て表示" SHOW_ALL +@@ -191,13 +138,12 @@ + "背景" END + "現在の設定をテーマとしてセーブ" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "現在のアイコン集をセーブ" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "外観" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "終了" MENU + "再起動" RESTART +- "AfterStepを起動" RESTART afterstep + "終了..." EXIT +- "セッションを終了..." SHUTDOWN + "終了" END + "アプリケーション" END +- +Index: WindowMaker/menu.ko.in +=================================================================== +--- WindowMaker/menu.ko.in.orig ++++ WindowMaker/menu.ko.in +@@ -102,57 +102,7 @@ + "정 보" MENU + "정보 패널" INFO_PANEL + "저작권 정보" LEGAL_PANEL +- "시스템 로드" SHEXEC xosview || xload +- "매뉴얼 찾기" EXEC xman +- "프로세스목록" EXEC xterm -e top + "정 보" END +- "한 텀" SHORTCUT SHIFT+META+H EXEC hanterm +- "명 령 창" SHORTCUT SHIFT+META+C EXEC %a(실행할 명령:) +- "입 력 기" SHORTCUT SHIFT+META+I SHEXEC ami || hanIM +- "프로그램" MENU +- "터 미 널" MENU +- "한 텀" EXEC hanterm +- "하얀한텀" SHORTCUT CONTROL+META+H EXEC hanterm -fg black -bg gray75 +- "관 리 자" SHORTCUT SHIFT+META+R EXEC hanterm -T 관리자 -n 관리자 -name root -e sudo su - +- "엑 스 텀" SHEXEC nxterm || xterm +- "터 미 널" END +- "네트워크" MENU +- "모 질 라" SHORTCUT SHIFT+META+N EXEC netscape +- "유 즈 넷" EXEC hanterm -T 유즈넷 -n 유즈넷 -e slrn -C +- "이 메 일" EXEC hanterm -T 이메일 -n 이메일 -e mutt +- "나우누리" EXEC hanterm -T 나우누리 -n 나우누리 -e ztelnet nownuri.net +- "하 이 텔" EXEC hanterm -T 하이텔 -n 하이텔 -e ztelnet home.hitel.net +- "천 리 안" EXEC hanterm -T 천리안 -n 천리안 -e ztelnet chonllian.net +- "가 우" SHEXEC gau || gaui +- "네트워크" END +- "편 집 기" MENU +- "VIM" EXEC hanterm -T VIM -n VIM -e vim +- "이맥스" EXEC emacs +- "피 코" EXEC hanterm -T 피코 -n 피코 -e pico +- "편 집 기" END +- "그 래 픽" MENU +- "XV" EXEC xv +- "GIMP" EXEC gimp +- "GQview" EXEC gqview +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "그 래 픽" END +- "도구모음" MENU +- "계 산 기" EXEC xcalc +- "창 속 성" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "글꼴보기" EXEC xfontsel +- "돋 보 기" EXEC xmag +- "컬 러 맵" EXEC xcmap +- "강제종료" EXEC xkill +- "클립보드" EXEC xclipboard +- "도구모음" END +- "멀티미디어" MENU +- "믹 서" SHEXEC xmixer || hanterm -T AuMIX -n AuMix -e aumix +- "MPEG 보기" EXEC mtv +- "MP3 연주기" SHEXEC xmms || x11amp +- "CD 연주기" EXEC xplaycd +- "멀티미디어" END +- "프로그램" END + "작업공간" WORKSPACE_MENU + "창 관 리" MENU + "다른창 숨김" HIDE_OTHERS +@@ -188,7 +138,6 @@ + "타일형식" OPEN_MENU -noext BACKGROUNDS_DIR $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t + "가 운 데" OPEN_MENU -noext BACKGROUNDS_DIR $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -e + "그 림" END +-#if (DEPTH>8) + "그래디언트" MENU + "Flag" WS_BACK '(mdgradient, green, red, white, green)' + "Sky" WS_BACK '(vgradient, blue4, white)' +@@ -199,21 +148,13 @@ + "Grey Shades" WS_BACK '(vgradient, "#636380", "#131318")' + "Wine Shades" WS_BACK '(vgradient, "#600040", "#180010")' + "그래디언트" END +-#endif + "배경화면" END + "작업환경" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "화면잠금" SHORTCUT SHIFT+META+L EXEC xlock -allowroot -usefirst -nice +20 + "종 료" MENU + "재 시 작" RESTART +- "재 시 작" MENU +- "BlackBox" RESTART blackbox +- "KDE" RESTART kwm +- "IceWM" RESTART icewm +- "AfterStep" RESTART afterstep +- "Enlightenment" RESTART enlightenment +- "FVWM2" RESTART fvwm2 +- "재 시 작" END + "종 료" EXIT +- "세션종료" SHUTDOWN + "종 료" END + "윈도우메이커" END +Index: WindowMaker/menu.pl +=================================================================== +--- WindowMaker/menu.pl.orig ++++ WindowMaker/menu.pl +@@ -104,125 +104,12 @@ + "Informacja" MENU + "Informacja o WMaker..." INFO_PANEL + "Legalność..." LEGAL_PANEL +- "Konsola Systemu" EXEC xconsole +- "Obciążenie Systemu" EXEC xosview || xload +- "Lista Procesów" EXEC ULUB_TERM -T "Lista Procesów" -e top +- "Przeglądarka Manuali" EXEC xman + "Informacja" END + +- "Konfiguracja" MENU +- "Edycja menu" EXEC ULUB_TERM -T "Edycja menu" -e ULUB_EDYTOR $HOME/GNUstep/Library/WindowMaker/menu +- "Ustawienie fontów" EXEC ULUB_TERM -T "Ustawienie fontów" -e ULUB_EDYTOR $HOME/GNUstep/Defaults/WMGLOBAL +- "Konfiguracja" EXEC ULUB_TERM -T "Konfiguracja" -e ULUB_EDYTOR $HOME/GNUstep/Defaults/WindowMaker +- "Konfiguracja" END +- +- "Uruchom..." EXEC %a(Uruchom,Wpisz komende do uruchomienia:) + "Terminal" EXEC ULUB_TERM -T "Mój ulubiony terminal" -sb +- "Edytor" EXEC ULUB_TERM -T "Moj ulubiony edytor" -e ULUB_EDYTOR %a(Edytor,Podaj plik do edycji:) ++// "Edytor" EXEC ULUB_TERM -T "Moj ulubiony edytor" -e ULUB_EDYTOR %a(Edytor,Podaj plik do edycji:) + "Pulpity" WORKSPACE_MENU + +- "Aplikacje" MENU +- "Grafika" MENU +- "Gimp" EXEC gimp >/dev/null +- "XV" EXEC xv +- "XFig" EXEC xfig +- "XPaint" EXEC xpaint +- "Gnuplot" EXEC ULUB_TERM -T "GNU plot" -e gnuplot +- "Edytor ikon" EXEC bitmap +- "Grafika" END +- "Tekst" MENU +- "LyX" EXEC lyx +- "Ghostview" EXEC gv %a(GhostView,Wprowadz nazwe pliku *.ps *.pdf *.no:) +- "XDvi" EXEC xdvi %a(XDvi,Wprowadz nazwe pliku *.dvi:) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Wprowadz nazwe pliku *.pdf:) +- "Xpdf" EXEC xpdf %a(Xpdf,Wprowadz nazwe pliku *.pdf:) +- "Arkusz kalkulacyjny" EXEC xspread +- "Tekst" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "TkDesk" EXEC tkdesk +- "Midnight Commander" EXEC ULUB_TERM -T "Midnight Commander" -e mc +- "X Gnu debbuger" EXEC xxgdb +- "Xwpe" EXEC xwpe +- "Aplikacje" END +- +- "Internet" MENU +- "Przeglądarki" MENU +- "Netscape" EXEC netscape +- "Arena" EXEC arena +- "Lynx" EXEC ULUB_TERM -e lynx %a(Lynx,Podaj URL:) +- "Przeglądarki" END +- "Programy pocztowe" MENU +- "Pine" EXEC ULUB_TERM -T "Program pocztowy Pine" -e pine +- "Elm" EXEC ULUB_TERM -T "Program pocztowy Elm" -e elm +- "Xmh" EXEC xmh +- "Programy pocztowe" END +- "Emulator terminala" MENU +- "Minicom" EXEC xminicom +- "Seyon" EXEC seyon +- "Emulator terminala" END +- "Telnet" EXEC ULUB_TERM -e telnet %a(Telnet,Podaj nazwe hosta:) +- "Ssh" EXEC ULUB_TERM -e ssh %a(Ssh,Podaj nazwe hosta:) +- "Ftp" EXEC ULUB_TERM -e ftp %a(Ftp,Podaj nazwe hosta:) +- "Irc" EXEC ULUB_TERM -e irc %a(Irc,Podaj swoj pseudonim:) +- "Ping" EXEC ULUB_TERM -e ping %a(Ping,Podaj nazwe hosta:) +- "Talk" EXEC ULUB_TERM -e talk %a(Talk,Podaj nazwe uzytkownika, z ktorym chcesz nawiazac polaczenie:) +- "Internet" END +- +- "Editory" MENU +- "XFte" EXEC xfte +- "XEmacs" EXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "Editres" EXEC editres +- "VI" EXEC ULUB_TERM -e vi +- "Editory" END +- +- "Dźwięk" MENU +- "CDPlay" EXEC workbone +- "Xmcd" EXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Dźwięk" END +- +- "Gry" MENU +- "Maze" EXEC maze +- "Karty " EXEC spider +- "Londownik" EXEC xlander +- "Szachy " EXEC xboard +- "Xeyes" EXEC xeyes -geometry 51x23 +- "Xmahjongg" EXEC xmahjongg +- "Xlogo" EXEC xlogo +- "Xroach" EXEC xroach +- "Xtetris" EXEC xtetris -color +- "Xvier" EXEC xvier +- "Xgas" EXEC xgas +- "Xkobo" EXEC xkobo +- "xboing" EXEC xboing -sound +- "XBill" EXEC xbill +- "Gry" END +- +- "Użytki" MENU +- "Kalkulator" EXEC xcalc +- "Zegarek" EXEC xclock +- "Opcje Okna" EXEC xprop | xmessage -center -title 'xprop' -file - +- "Przeglądarka Fontów" EXEC xfontsel +- "Szkło Powiększające" EXEC xmag +- "Mapa Kolorów" EXEC xcmap +- "XKill" EXEC xkill +- "Clipboard" EXEC xclipboard +- "Użytki" END +- +- "Selekcyjne" MENU +- "Kopia" EXEC echo '%s' | wxcopy +- "Poczta do ..." EXEC ULUB_TERM -name mail -T "Pine" -e pine %s +- "Serfuj do ..." EXEC netscape %s +- "Pobierz Manual ..." EXEC MANUAL_SEARCH(%s) +- "Połącz się z ..." EXEC telnet %s +- "Pobierz plik z FTP ..." EXEC ftp %s +- "Selekcyjne" END +- + "Ekran" MENU + "Ukryj Pozostałe" HIDE_OTHERS + "Pokaż wszystko" SHOW_ALL +@@ -262,14 +149,12 @@ + "Tło" END + "Zaoamiętanie Tematu" EXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Nazwa tematu,Wpisz nazwe pliku:)" + "Zapamiętanie Ustawień Ikon" EXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Ustawienia ikon,wpisz nazwe pliku:)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Wygląd" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Wyjście" MENU + "Przeładowanie" RESTART +- "Start BlackBox" RESTART blackbox +- "Start kwm" RESTART kwm +- "Start IceWM" RESTART icewm + "Wyjście..." EXIT +- "Zabicie sesji..." SHUTDOWN + "Wyjście" END + "WindowMaker" END +Index: WindowMaker/menu.pt +=================================================================== +--- WindowMaker/menu.pt.orig ++++ WindowMaker/menu.pt +@@ -106,61 +106,9 @@ + "Informações" MENU + "Informações..." INFO_PANEL + "Informações Legais" LEGAL_PANEL +- "Console do Sistema" EXEC xconsole +- "Carga do Sistema" SHEXEC xosview || xload +- "Lista de Processos" EXEC xterm -e top +- "Leitor de Manual" EXEC xman + "Informações" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Áreas de Trabalho" WORKSPACE_MENU +- "Aplicações" MENU +- "Gráficos" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Gráficos" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Aplicações" END +- "Editores" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editores" END +- "Diversos" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Diversos" END +- "Utilitários" MENU +- "Calculadora" EXEC xcalc +- "Propriedades da Janela" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Seletor de Fontes" EXEC xfontsel +- "Emulador de Terminal" EXEC xminicom +- "Lente de Aumento" EXEC xmag +- "Colormap" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "Utilitários" END +- +- "Seleção" MENU +- "Copiar" SHEXEC echo '%s' | wxcopy +- "eMail Para" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navegar" EXEC netscape %s +- "Procurar Manual" SHEXEC MANUAL_SEARCH(%s) +- "Seleção" END +- + "Área de Trabalho" MENU + "Hide Outros" HIDE_OTHERS + "Mostrar Todos" SHOW_ALL +@@ -194,14 +142,13 @@ + "Papéis de Parede" END + "Salvar Tema" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Nome do Tema)" + "Salvar Configuração de Ícones" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Nome do Conjunto de Ícones)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Appearance" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Sair" MENU + "Reiniciar" RESTART +- "Iniciar AfterStep" RESTART afterstep + "Sair..." EXIT +- "Terminar Sessão..." SHUTDOWN + "Sair" END + "Aplicações" END +- +- +Index: WindowMaker/menu.ro.in +=================================================================== +--- WindowMaker/menu.ro.in.orig ++++ WindowMaker/menu.ro.in +@@ -108,61 +108,10 @@ + "Informaţii" MENU + "Panou cu Informaţii" INFO_PANEL + "Panou cu Licenţa" LEGAL_PANEL +- "Consola Sistem" EXEC xconsole +- "Încărcarea Sistemului" SHEXEC xosview || xload +- "Lista Proceselor" EXEC xterm -e top +- "Navigator de Pagini Man" EXEC xman + "Informaţii" END + "Execută..." SHEXEC %a(Execută,Introduceţi o comandă:) + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2 -fb -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2 + "Spaţii de Lucru" WORKSPACE_MENU +- "Aplicaţii" MENU +- "Grafică" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafică" END +- "Manager de Fişiere" EXEC xfm +- "Fisiere OffiX" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Aplicaţii" END +- "Editoare" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editoare" END +- "Altele" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Altele" END +- "Utilitare" MENU +- "Calculator" EXEC xcalc +- "Proprietăţile Ferestrei..." SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Navigator de Fonturi" EXEC xfontsel +- "Emulator de Terminal" EXEC xminicom +- "Lupă" EXEC xmag +- "Culori" EXEC xcmap +- "Omoară Fereastra..." EXEC xkill +- "Clipboard" EXEC xclipboard +- "Utilitare" END +- +- "Selecţie" MENU +- "Copiază" SHEXEC echo '%s' | wxcopy +- "Poştă către" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navighează" EXEC netscape %s +- "Caută în Manual" SHEXEC MANUAL_SEARCH(%s) +- "Selecţie" END +- + "Spaţiu de Lucru" MENU + "Ascunde Celelalte" HIDE_OTHERS + "Arată Tot" SHOW_ALL +@@ -204,14 +153,10 @@ + "Salvează Setul de Iconiţe" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name,Enter file name:)" + "Utilitar de Configurare" EXEC #wprefs# + "Configurare" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Ieşire" MENU + "Repornire" RESTART +- "Porneşte BlackBox" RESTART blackbox +- "Porneşte kwm" RESTART kwm +- "Porneşte IceWM" RESTART icewm + "Ieşi" EXIT + "Ieşire" END + "Aplicaţii" END +- +- +Index: WindowMaker/menu.sk.in +=================================================================== +--- WindowMaker/menu.sk.in.orig ++++ WindowMaker/menu.sk.in +@@ -122,61 +122,10 @@ + "Informácie" MENU + "Panel Info" INFO_PANEL + "Panel Legal" LEGAL_PANEL +- "Systémová konzola" EXEC xconsole +- "Zaťaženie systému" SHEXEC xosview || xload +- "Zoznam procesov" EXEC xterm -e top +- "Prehliadač manuálov" EXEC xman + "Informácie" END + "Spustiť..." SHEXEC %a(Spustiť,Zadajte príkaz:) + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Pracovné plochy" WORKSPACE_MENU +- "Aplikácie" MENU +- "Grafika" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafika" END +- "Správca súborov Xfm" EXEC xfm +- "Správca súborov OffiX" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,Zadajte meno súboru) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Zadajte meno PDF súboru) +- "TkDesk" EXEC tkdesk +- "Aplikácie" END +- "Editory" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VIM" EXEC xterm -e vim +- "Editory" END +- "Rôzne" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "CD prehrávač" EXEC xplaycd +- "Mixer" EXEC xmixer +- "Rôzne" END +- "Nástroje" MENU +- "Kalkulačka" EXEC xcalc +- "Vlastnosti okien" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Výber fontu" EXEC xfontsel +- "Emulátor terminálu" EXEC xminicom +- "Lupa" EXEC xmag +- "Paleta" EXEC xcmap +- "Zabiť okno" EXEC xkill +- "Nástenka" EXEC xclipboard +- "Nástroje" END +- +- "Výber" MENU +- "Kopírovať" SHEXEC echo '%s' | wxcopy +- "Poslať poštu" EXEC xterm -name mail -T "Pine" -e pine %s +- "Prehliadať web" EXEC netscape %s +- "Hľadať v manuáli" SHEXEC MANUAL_SEARCH(%s) +- "Výber" END +- + "Pracovná plocha" MENU + "Skryť ostatné" HIDE_OTHERS + "Zobraziť všetky" SHOW_ALL +@@ -218,13 +167,10 @@ + "Uložiť sadu ikon" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Meno sady ikon,Zadajte názov súboru:)" + "Konfiguračný nástroj" EXEC #wprefs# + "Vzhľad" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Koniec" MENU + "Reštartovať" RESTART +- "Spustiť BlackBox" RESTART blackbox +- "Spustiť kwm" RESTART kwm +- "Spustiť IceWM" RESTART icewm + "Koniec" EXIT + "Koniec" END + "Aplikácie" END +- +Index: WindowMaker/menu.sl +=================================================================== +--- WindowMaker/menu.sl.orig ++++ WindowMaker/menu.sl +@@ -105,61 +105,9 @@ + "Informacije" MENU + "Informacije o programu..." INFO_PANEL + "Licenca..." LEGAL_PANEL +- "Sistemska konzola" EXEC xconsole +- "Obremenitev sistema" SHEXEC xosview || xload +- "Seznam procesov" EXEC xterm -e top +- "Pomoč (Iskalec man strani)" EXEC xman + "Informacije" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Delovni prostori" WORKSPACE_MENU +- "Aplikacije" MENU +- "Grafika" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafika" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Aplikacije" END +- "Urejevalniki besedil" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Urejevalniki besedil" END +- "Drugo" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Drugo" END +- "Uporabi programi" MENU +- "Kalkulator" EXEC xcalc +- "Lastnosti oken" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Pregled pisav" EXEC xfontsel +- "Terminal emulator" EXEC xminicom +- "Povecevalno steklo" EXEC xmag +- "Barvna lestvica" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Odlagališče (clipboard)" EXEC xclipboard +- "Uporabni programi" END +- +- "Izbira" MENU +- "Kopiraj" SHEXEC echo '%s' | wxcopy +- "Pošlji po pošti" EXEC xterm -name mail -T "Pine" -e pine %s +- "Odpri WEB stran" EXEC netscape %s +- "Poišči v navodilih" EXEC MANUAL_SEARCH(%s) +- "Izbira" END +- + "Delovni prostor" MENU + "Skrij druge" HIDE_OTHERS + "Pokaži vse" SHOW_ALL +@@ -193,12 +141,13 @@ + "Odzadje" END + "Shrani temo" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Shrani zbirko ikon" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Izgled" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Izhod" MENU + "Ponovno zaženi" RESTART +- "Poženi AfterStep" RESTART afterstep + "Izhod..." EXIT +- "Izhod iz session..." SHUTDOWN + "Izhod" END + "Aplikacije" END +Index: WindowMaker/menu.tr +=================================================================== +--- WindowMaker/menu.tr.orig ++++ WindowMaker/menu.tr +@@ -91,61 +91,9 @@ + "Bilgi" MENU + "Copyright..." EXEC xmessage -center -font variable -title \ + 'WindowMaker 'WM_VERSION -file $HOME/GNUstep/Library/WindowMaker/Copyright +- "Sistem Konsolu" EXEC xconsole +- "Sistem Yükü" SHEXEC xosview || xload +- "Süreç Dökümü" EXEC xterm -e top +- "Kılavuz Tarayıcısı" EXEC xman + "Bilgi" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Çalışma Alanları" WORKSPACE_MENU +- "Uygulamalar" MENU +- "Görüntü" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Graphics" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(PS dosyasını girin) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(PDF dosyasını girin) +- "TkDesk" EXEC tkdesk +- "Uygulamalar" END +- "Düzenleyiciler" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Düzenleyiciler" END +- "Çeşitli" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Çeşitli" END +- "Yardımcılar" MENU +- "Hesap Makinası" EXEC xcalc +- "Pencere Özellikleri" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Yazı tipi Tarayıcısı" EXEC xfontsel +- "Terminal Öykümcüsü" EXEC xminicom +- "Büyüteç" EXEC xmag +- "Renk Tablosu" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "Yardımcılar" END +- +- "Seçim" MENU +- "Kopyala" SHEXEC echo '%s' | wxcopy +- "Mail ile gönder" EXEC xterm -name mail -T "Pine" -e pine %s +- "Ağ'da tara" EXEC netscape %s +- "Kılavuzda ara" SHEXEC MANUAL_SEARCH(%s) +- "Seçim" END +- + "Çalışma Alanı" MENU + "Diğerlerini Sakla" HIDE_OTHERS + "Hepsini Göster" SHOW_ALL +@@ -179,14 +127,14 @@ + "Arkaplan" END + "Tema Sakla" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Simge Kümesi Sakla" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs ++ + "Görünüm" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Çıkış" MENU + "Yeniden Başlat" RESTART +- "AfterStep Başlat" RESTART afterstep + "Çıkış..." EXIT +- "Oturumu Kapat..." SHUTDOWN + "Çıkış" END + "Ana Menü" END +- +- +Index: WindowMaker/plmenu.bg.in +=================================================================== +--- WindowMaker/plmenu.bg.in.orig ++++ WindowMaker/plmenu.bg.in +@@ -1,61 +1,10 @@ + ("Приложения", + ("Инфо", +- ("Информационен панел...", INFO_PANEL), +- ("Лицензионен панел...", LEGAL_PANEL), +- ("Системна конзола", EXEC, "xconsole"), +- ("Натоварване на системата", SHEXEC, "xosview || xload"), +- ("Списък на процесите", EXEC, "xterm -e top"), +- ("Ръководства", EXEC, "xman") ++ ("Лицензионен панел...", LEGAL_PANEL) + ), + ("Стартирай...", SHEXEC, "%a(Run,Въведете команда, която да се стартира:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Работни места", WORKSPACE_MENU), +- ("Приложения", +- ("Графични", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X File Manager", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Редактори", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Разни", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Инструменти", +- ("Калкулатор", EXEC, "xcalc"), +- ("Свойства на прозореца", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Избор на шрифт", EXEC, "xfontsel"), +- ("Емулатор на терминал", EXEC, "xminicom"), +- ("Лупа", EXEC, "xmag"), +- ("Цветна палитра", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- ("Избор", +- ("Copy", SHEXEC, "echo '%s' | wxcopy"), +- ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Navigate", EXEC, "netscape %s"), +- ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Работно място", + ("Скрий другите", HIDE_OTHERS), + ("Покажи всички", SHOW_ALL), +@@ -96,11 +45,10 @@ + ("Запази колекцията иконки", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), + ("Пособие за настройки", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Изход", + ("Рестартиране", RESTART), +- ("Стартирай BlackBox", RESTART, blackbox), +- ("Стартирай kwm", RESTART, kwm), +- ("Стартирай IceWM", RESTART, icewm), + ("Изход...", EXIT) + ) + ) +Index: WindowMaker/plmenu.cs +=================================================================== +--- /dev/null ++++ WindowMaker/plmenu.cs +@@ -0,0 +1,158 @@ ++( ++"Hlavní menu", ++ ( ++ "Info", ++ ("Info Panel...", INFO_PANEL), ++ ("Legal", LEGAL_PANEL) ++ ), ++ ("Spustit...", SHEXEC, "%a(Spustit, Zadajte příkaz:)"), ++ ( ++ "XTerm", ++ EXEC, ++ "xterm -sb" ++ ), ++ ("Pracovní plochy", WORKSPACE_MENU), ++ ( ++ "Pracovní plocha", ++ ("Skrýt ostatní", HIDE_OTHERS), ++ ("Ukázat vše", SHOW_ALL), ++ ("Srovnat ikony", ARRANGE_ICONS), ++ ("Obnovit obrazovku", REFRESH), ++ ( ++ "Zamknout", ++ EXEC, ++ "xlock -allowroot -usefirst" ++ ), ++ ("Uložit sezení", SAVE_SESSION), ++ ("Smazat sezení", CLEAR_SESSION) ++ ), ++ ( ++ "Vzhled", ++ ( ++ "Témata", ++ OPEN_MENU, ++ "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" ++ ), ++ ( ++ "Styly", ++ OPEN_MENU, ++ "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" ++ ), ++ ( ++ "Ikony", ++ OPEN_MENU, ++ "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" ++ ), ++ ( ++ "Pozadí", ++ ( ++ "Jedna barva", ++ ( ++ "Černá", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, black)'" ++ ), ++ ( ++ "Modrá", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'" ++ ), ++ ( ++ "Indigo", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'" ++ ), ++ ( ++ "Purpurová", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'" ++ ), ++ ( ++ "Šedozelená", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'" ++ ), ++ ( ++ "Tmavě šedá", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'" ++ ), ++ ( ++ "Vínová", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'" ++ ) ++ ), ++ ( ++ "Přechod barev", ++ ( ++ "Západ slunce", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'" ++ ), ++ ( ++ "Obloha", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'" ++ ), ++ ( ++ "Odstíny modré", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'" ++ ), ++ ( ++ "Odstíny indiga", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'" ++ ), ++ ( ++ "Odstíny fialové", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'" ++ ), ++ ( ++ "Odstíny žluté", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'" ++ ), ++ ( ++ "Odstíny šedé", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'" ++ ), ++ ( ++ "Odstíny vínové", ++ EXEC, ++ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'" ++ ) ++ ), ++ ( ++ "Obrázky", ++ OPEN_MENU, ++ "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" ++ ) ++ ), ++ ("Uložit téma", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), ++ ("Uložit sadu ikon", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), ++ ( ++ "Konfigurační nástroj", ++ EXEC, ++ "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs" ++ ) ++ ), ++ ( ++ "WindowMaker", ++ OPEN_MENU, ++ "/etc/X11/WindowMaker/SuSE_wmapps" ++ ), ++ ( ++ "SuSE", ++ OPEN_MENU, ++ "| xdg_menu --format WindowMaker --charset UTF-8" ++ ), ++ ( ++ "Konec", ++ ("Restartovat", RESTART), ++ ("Ukončit...", EXIT) ++ ) ++) +Index: WindowMaker/plmenu.da +=================================================================== +--- WindowMaker/plmenu.da.orig ++++ WindowMaker/plmenu.da +@@ -3,23 +3,7 @@ + ( + "Info", + ("Info Panel...", INFO_PANEL), +- ("Ophavsret...", LEGAL_PANEL), +- ( +- "Systemkonsol", +- EXEC, +- "xconsole" +- ), +- ("Systembelastning", SHEXEC, "xosview || xload"), +- ( +- "Procesliste", +- EXEC, +- "xterm -fg wheat -bg black -fn 6x10 -geometry 80x50 -e top" +- ), +- ( +- "Manualer", +- EXEC, +- "xman" +- ) ++ ("Ophavsret...", LEGAL_PANEL) + ), + ("Kør...", SHEXEC, "%a(Kør,Indtast kommando der skal udføres:)"), + ( +@@ -27,172 +11,8 @@ + EXEC, + "xterm -sb" + ), +- ( +- "Rxvt", +- EXEC, +- "rxvt -bg black -fg white" +- ), + ("Arbejdsborde", WORKSPACE_MENU), + ( +- "Applikationer", +- ( +- "Grafik", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ( +- "XV", +- EXEC, +- "xv" +- ), +- ( +- "XPaint", +- EXEC, +- "xpaint" +- ), +- ( +- "XFig", +- EXEC, +- "xfig" +- ) +- ), +- ( +- "X-filhåndtering", +- EXEC, +- "xfm" +- ), +- ( +- "OffiX Files", +- EXEC, +- "files" +- ), +- ( +- "LyX", +- EXEC, +- "lyx" +- ), +- ( +- "Netscape", +- EXEC, +- "netscape" +- ), +- ( +- "Ghostview", +- EXEC, +- "ghostview %a(GhostView,Indtast filnavn)" +- ), +- ( +- "Acrobat", +- EXEC, +- "/usr/local/Acrobat3/bin/acroread %a(Acrobat,Indtast PDF-filnavn)" +- ), +- ( +- "TkDesk", +- EXEC, +- "tkdesk" +- ) +- ), +- ( +- "Tekstbehandling", +- ( +- "XFte", +- EXEC, +- "xfte" +- ), +- ("Emacs", SHEXEC, "xemacs || emacs"), +- ( +- "XJed", +- EXEC, +- "xjed" +- ), +- ( +- "NEdit", +- EXEC, +- "nedit" +- ), +- ( +- "Xedit", +- EXEC, +- "xedit" +- ), +- ( +- "VI", +- EXEC, +- "xterm -e vi" +- ) +- ), +- ( +- "Diverse", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ( +- "Xplaycd", +- EXEC, +- "xplaycd" +- ), +- ( +- "Xmixer", +- EXEC, +- "xmixer" +- ) +- ), +- ( +- "Tilbehør", +- ( +- "Lommeregner", +- EXEC, +- "xcalc" +- ), +- ("Vinduesegenskaber", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ( +- "Vælg skrifttype", +- EXEC, +- "xfontsel" +- ), +- ( +- "Terminalemulator", +- EXEC, +- "xminicom" +- ), +- ( +- "Forstørrelsesglas", +- EXEC, +- "xmag" +- ), +- ( +- "Farver", +- EXEC, +- "xcmap" +- ), +- ( +- "XKill", +- EXEC, +- "xkill" +- ), +- ( +- "ASClock", +- EXEC, +- "asclock -shape" +- ), +- ( +- "Udklipsbord", +- EXEC, +- "xclipboard" +- ) +- ), +- ( +- "Markering", +- ("Kopiér", SHEXEC, "echo '%s' | wxcopy"), +- ( +- "Send e-post til", +- EXEC, +- "xterm -name mail -T Pine -e pine %s" +- ), +- ( +- "Indtast URL", +- EXEC, +- "netscape %s" +- ), +- ("Søg i manual", EXEC, "MANUAL_SEARCH(%s)") +- ), +- ( + "Arbejdsbord", + ("Skjul andre", HIDE_OTHERS), + ("Vis alle", SHOW_ALL), +@@ -211,17 +31,17 @@ + ( + "Temaer", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" ++ "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" + ), + ( + "Stil", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" ++ "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" + ), + ( + "Ikonsæt", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" ++ "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" + ), + ( + "Baggrund", +@@ -319,18 +139,18 @@ + ( + "Billeder", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" ++ "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" + ) + ), + ("Gem Tema", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Tema navn,Indtast navn:)"), +- ("Gem Ikonsæt", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(Ikonsæt navn,Indtast navn:)") ++ ("Gem Ikonsæt", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(Ikonsæt navn,Indtast navn:)"), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ( + "Afslut", + ("Genstart", RESTART), +- ("Start Blackbox", RESTART, blackbox), +- ("Start kwm", RESTART, kwm), +- ("Start IceWM", RESTART, icewm), + ("Afslut...", EXIT) + ) + ) +Index: WindowMaker/plmenu.de +=================================================================== +--- WindowMaker/plmenu.de.orig ++++ WindowMaker/plmenu.de +@@ -1,61 +1,11 @@ + ("Anwendungen", + ("Info", + ("Infokasten...", INFO_PANEL), +- ("Rechtliches...", LEGAL_PANEL), +- ("Systemkonsole", EXEC, "xconsole"), +- ("Systemlast", SHEXEC, "xosview || xload"), +- ("Prozessliste", EXEC, "xterm -e top"), +- ("Man-Page-Betrachter", EXEC, "xman") ++ ("Rechtliches...", LEGAL_PANEL) + ), + ("Ausführen...", SHEXEC, "%a(Ausführen,Auszuführender Befehl:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Arbeitsflächen", WORKSPACE_MENU), +- ("Anwendungen", +- ("Grafik", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X File Manager", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Zu betrachtende Datei:)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(PDF-Datei angeben)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editoren", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Verschiedenes", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Werkzeuge", +- ("Taschenrechner", EXEC, "xcalc"), +- ("Fenstereigenschaften", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Schriftartwähler", EXEC, "xfontsel"), +- ("Terminalemulator", EXEC, "xminicom"), +- ("Vergrößern", EXEC, "xmag"), +- ("Colormap", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Zwischenablage", EXEC, "xclipboard") +- ), +- ("Auswahl", +- ("Kopieren", SHEXEC, "echo '%s' | wxcopy"), +- ("Mail an", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Mit Browser darstellen", EXEC, "netscape %s"), +- ("In Man-Pages suchen", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Arbeitsfläche", + ("Andere verbergen", HIDE_OTHERS), + ("Alle zeigen", SHOW_ALL), +@@ -66,9 +16,9 @@ + ("Gespeicherte Sitzung löschen", CLEAR_SESSION) + ), + ("Erscheinungsbild", +- ("Themen", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Themes $(HOME)/GNUstep/Library/WindowMaker/Themes WITH setstyle"), +- ("Stile", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Styles $(HOME)/GNUstep/Library/WindowMaker/Styles WITH setstyle"), +- ("Iconsätze", OPEN_MENU, "-noext /usr/local/share/WindowMaker/IconSets $(HOME)/GNUstep/Library/WindowMaker/IconSets WITH seticons"), ++ ("Themen", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes $(HOME)/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ++ ("Stile", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles $(HOME)/GNUstep/Library/WindowMaker/Styles WITH setstyle"), ++ ("Iconsätze", OPEN_MENU, "-noext /usr/share/WindowMaker/IconSets $(HOME)/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("Hintergrund", + ("Einfarbig", + ("Schwarz", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), +@@ -90,16 +40,16 @@ + ("Grau schattiert", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"), + ("Weinfarben schattiert", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") + ), +- ("Bilder", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Backgrounds $(HOME)/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") ++ ("Bilder", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds $(HOME)/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("Thema speichern", SHEXEC, "getstyle -t $(HOME)/GNUstep/Library/WindowMaker/Themes/\"%a(Themenname)\""), + ("Iconsatz speichern", SHEXEC, "geticonset $(HOME)/GNUstep/Library/WindowMaker/IconSets/\"%a(Iconsatz-Name)\"") ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Beenden", + ("Neustart", RESTART), +- ("BlackBox starten", RESTART, blackbox), +- ("kwm starten", RESTART, kwm), +- ("IceWM starten", RESTART, icewm), + ("Beenden...", EXIT) + ) + ) +Index: WindowMaker/plmenu.es.in +=================================================================== +--- WindowMaker/plmenu.es.in.orig ++++ WindowMaker/plmenu.es.in +@@ -1,61 +1,10 @@ + ("Aplicaciones", + ("Informacion", +- ("Panel de Informacion", INFO_PANEL), +- ("Legal", LEGAL_PANEL), +- ("Consola", EXEC, "xconsole"), +- ("Carga del Sistema", SHEXEC, "xosview || xload"), +- ("Lista de Procesos", EXEC, "xterm -e top"), +- ("Paginas del Manual", EXEC, "xman") ++ ("Legal", LEGAL_PANEL) + ), + ("Ejecutar...", SHEXEC, "%a(Run,Type command to run:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Espacio de Trabajo", WORKSPACE_MENU), +- ("Aplicaciones", +- ("Graficas", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("Explorador de Archivos", EXEC, "xfm"), +- ("OffiX", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Escribe el archivo que desees ver:)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Escribe el archivo PDF que desees ver:)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editores", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Varios", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Utilidadess", +- ("Calculadora", EXEC, "xcalc"), +- ("Propiedades de las ventanas", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Seleccionar fuente", EXEC, "xfontsel"), +- ("Emulador de terminal", EXEC, "xminicom"), +- ("Usar la lupa", EXEC, "xmag"), +- ("Mapa de colores", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Portapapeles", EXEC, "xclipboard") +- ), +- ("Seleccion", +- ("Copiar", SHEXEC, "echo '%s' | wxcopy"), +- ("Enviar por correo", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Navegar", EXEC, "netscape %s"), +- ("Buscar en el manual", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Escritorio", + ("Esconder otros", HIDE_OTHERS), + ("Mostrar todos", SHOW_ALL), +@@ -66,9 +15,9 @@ + ("Borrar sesion", CLEAR_SESSION) + ), + ("Apariencia", +- ("Temas", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"), +- ("Estilos", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"), +- ("Grupos de iconos", OPEN_MENU, "-noext /usr/local/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"), ++ ("Temas", OPEN_MENU, "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ++ ("Estilos", OPEN_MENU, "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"), ++ ("Grupos de iconos", OPEN_MENU, "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("Papel Tapiz", + ("Solido", + ("Negro", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), +@@ -90,17 +39,16 @@ + ("Sombras grises", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"), + ("Sombras vino", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") + ), +- ("Imagenes", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") ++ ("Imagenes", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("Guardar tema", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), + ("Guardar iconos", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), + ("Preferencias", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Salir", + ("Reiniciar", RESTART), +- ("Empezar BlackBox", RESTART, blackbox), +- ("Empezar kwm", RESTART, kwm), +- ("Empezar IceWM", RESTART, icewm), + ("Salir", EXIT) + ) + ) +Index: WindowMaker/plmenu.fi.in +=================================================================== +--- WindowMaker/plmenu.fi.in.orig ++++ WindowMaker/plmenu.fi.in +@@ -3,27 +3,7 @@ + ( + "Tietoja", + ("Tietoja...", INFO_PANEL), +- ("Laillista", LEGAL_PANEL), +- ( +- "Järjestelmäkonsoli", +- EXEC, +- "xconsole" +- ), +- ( +- "Järjestelmän rasitus", +- EXEC, +- "xosview || xload" +- ), +- ( +- "Prosessiluettelo", +- EXEC, +- "xterm -e top" +- ), +- ( +- "Ohjeselain", +- EXEC, +- "xman" +- ) ++ ("Laillista", LEGAL_PANEL) + ), + ( + "Käynnistä...", +@@ -35,191 +15,8 @@ + EXEC, + "xterm -sb" + ), +- ( +- "Rxvt", +- EXEC, +- "rxvt -bg black -fg white -fn fixed" +- ), + ("Työtilat", WORKSPACE_MENU), + ( +- "Sovellukset", +- ( +- "Grafiikka", +- ( +- "Gimp", +- EXEC, +- "gimp >/dev/null" +- ), +- ( +- "XV", +- EXEC, +- "xv" +- ), +- ( +- "XPaint", +- EXEC, +- "xpaint" +- ), +- ( +- "XFig", +- EXEC, +- "xfig" +- ) +- ), +- ( +- "X Tiedostonhallinta", +- EXEC, +- "xfm" +- ), +- ( +- "OffiX Tiedostot", +- EXEC, +- "files" +- ), +- ( +- "LyX", +- EXEC, +- "lyx" +- ), +- ( +- "Netscape", +- EXEC, +- "netscape" +- ), +- ( +- "Ghostview", +- EXEC, +- "ghostview %a(GhostView,Kirjoita näytettävän tiedoston nimi:)" +- ), +- ( +- "Acrobat", +- EXEC, +- "/usr/local/Acrobat3/bin/acroread %a(Acrobat,Kirjoita näytettävän PDF-tiedoston nimi)" +- ), +- ( +- "TkDesk", +- EXEC, +- "tkdesk" +- ) +- ), +- ( +- "Editorit", +- ( +- "XFte", +- EXEC, +- "xfte" +- ), +- ( +- "XEmacs", +- EXEC, +- "xemacs || emacs" +- ), +- ( +- "XJed", +- EXEC, +- "xjed" +- ), +- ( +- "NEdit", +- EXEC, +- "nedit" +- ), +- ( +- "Xedit", +- EXEC, +- "xedit" +- ), +- ( +- "VI", +- EXEC, +- "xterm -e vi" +- ) +- ), +- ( +- "Sekalaiset", +- ( +- "Xmcd", +- EXEC, +- "xmcd 2> /dev/null" +- ), +- ( +- "Xplaycd", +- EXEC, +- "xplaycd" +- ), +- ( +- "Xmixer", +- EXEC, +- "xmixer" +- ) +- ), +- ( +- "Apuohjelmat", +- ( +- "Laskin", +- EXEC, +- "xcalc" +- ), +- ( +- "Ikkunan ominaisuudet", +- EXEC, +- "xprop | xmessage -center -title 'xprop' -file -" +- ), +- ( +- "Kirjasinlajivalitsin", +- EXEC, +- "xfontsel" +- ), +- ( +- "Pääte", +- EXEC, +- "xminicom" +- ), +- ( +- "Suurennuslasi", +- EXEC, +- "xmag" +- ), +- ( +- "Värikartta", +- EXEC, +- "xcmap" +- ), +- ( +- "XKill", +- EXEC, +- "xkill" +- ), +- ( +- "Leikepöytä", +- EXEC, +- "xclipboard" +- ) +- ), +- ( +- "Valinta", +- ( +- "Kopioi", +- EXEC, +- "echo '%s' | wxcopy" +- ), +- ( +- "Lähetä sähköpostina", +- EXEC, +- "xterm -name mail -T \"Pine\" -e pine %s" +- ), +- ( +- "Selaa selaimella", +- EXEC, +- "netscape %s" +- ), +- ( +- "Etsi ohjeista", +- EXEC, +- "if ( man %s > /dev/null ); then man %s | xless; else xmessage -center -title \"Manual Browser\" Sorry, but there is no manual page entry for %s ...; fi" +- ) +- ), +- ( + "Työtila", + ("Piilota muut", HIDE_OTHERS), + ("Näytä kaikki ikkunat", SHOW_ALL), +@@ -238,17 +35,17 @@ + ( + "Teemat", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" ++ "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" + ), + ( + "Tyylit", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" ++ "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" + ), + ( + "Kuvakkeet", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" ++ "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" + ), + ( + "Taustat", +@@ -341,7 +138,7 @@ + ( + "Kuvat", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" ++ "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" + ) + ), + ( +@@ -360,12 +157,11 @@ + "#wprefs#" + ) + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ( + "Lopeta", + ("Käynnistä WM uudelleen", RESTART), +- ("Käynnistä BlackBox", RESTART, blackbox), +- ("Käynnistä kwm", RESTART, kwm), +- ("Käynnistä IceWM", RESTART, icewm), + ("Lopeta", EXIT) + ) + ) +Index: WindowMaker/plmenu.fr +=================================================================== +--- WindowMaker/plmenu.fr.orig ++++ WindowMaker/plmenu.fr +@@ -1,61 +1,11 @@ + ("Applications", + ("Informations", + ("Panneau d'informations", INFO_PANEL), +- ("Panneau d'informations légales", LEGAL_PANEL), +- ("Console système", EXEC, "xconsole"), +- ("Charge système", SHEXEC, "xosview || xload"), +- ("Liste des processus", EXEC, "xterm -e top"), +- ("Butineur d'aide", EXEC, "xman") ++ ("Panneau d'informations légales", LEGAL_PANEL) + ), + ("Démarrer...", SHEXEC, "%a(Démarrer,Tapez une commande à démarrer:)"), + ("Terminal X", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Bureau", WORKSPACE_MENU), +- ("Applications", +- ("Graphismes", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("Xfm", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC , "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Entrez un fichier)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Acrobat,Entrez un fichier PDF)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editeurs", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Divers", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Utilitaires", +- ("Calculatrice", EXEC, "xcalc"), +- ("Propriétés de la fenêtre", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Sélecteur de polices", EXEC, "xfontsel"), +- ("Emulateur de terminal", EXEC, "xminicom"), +- ("Loupe", EXEC, "xmag"), +- ("Carte des couleurs", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Sélections", EXEC, "xclipboard") +- ), +- ("Sélection", +- ("Copier", SHEXEC, "echo '%s' | wxcopy"), +- ("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Naviguer", EXEC, "netscape %s"), +- ("Rechercher dans le manuel", SHEXEC, "MANUAL_SEARCH(%s)") +- ), + ("Bureaux", + ("Cacher les autres fenêtres", HIDE_OTHERS), + ("Montrer toutes les fenêtres", SHOW_ALL), +@@ -66,9 +16,9 @@ + ("Effacer la session", CLEAR_SESSION) + ), + ("Apparence", +- ("Thèmes", OPEN_MENU, "-noext /opt/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"), +- ("Styles", OPEN_MENU, "-noext /opt/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"), +- ("Jeu d'icônes", OPEN_MENU, "-noext /opt/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"), ++ ("Thèmes", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ++ ("Styles", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"), ++ ("Jeu d'icônes", OPEN_MENU, "-noext /usr/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("Fond d'écran", + ("Unifié", + ("Noir", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), +@@ -88,15 +38,16 @@ + ("Dégradés de Gris", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"), + ("Dégradés de Bordeau", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") + ), +- ("Images", OPEN_MENU, "-noext /opt/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") ++ ("Images", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("Sauver le thème", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes /\"%a(Nom du thème,Entrez un nom de fichier:)\""), +- ("Sauver le jeu d'icônes", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets /\"%a(Nom du jeu d'icônes,Entrez un nom de fichier:)\"") ++ ("Sauver le jeu d'icônes", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets /\"%a(Nom du jeu d'icônes,Entrez un nom de fichier:)\""), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Quitter", + ("Redémarrer", RESTART), +- ("Démarrer AfterStep", RESTART, afterstep), + ("Quitter...", EXIT), +- ("Tuer la session...", SHUTDOWN) + ) + ) +Index: WindowMaker/plmenu.hr +=================================================================== +--- WindowMaker/plmenu.hr.orig ++++ WindowMaker/plmenu.hr +@@ -3,77 +3,12 @@ + ( + Info, + ("Info Panel...", INFO_PANEL), +- (Legal..., LEGAL_PANEL), +- ("Sistemska konzola", EXEC, xconsole), +- ("Optere\346enje sistema", SHEXEC, "xosview || xload"), +- ("Lista procesa", EXEC, "xterm -e top"), +- ("Pretra\276iva\350 manuala", EXEC, xman) ++ (Legal..., LEGAL_PANEL) + ), + (Pokreni..., EXEC, "%a(Pokreni,Upi\271ite naredbu za pokrenuti:)"), +- (NXTerm, EXEC, "nxterm -sb"), +- (Rxvt, EXEC, rxvt), +- (WMTerm, EXEC, "rxvt -wm"), ++ (XTerm, EXEC, "xterm -sb"), + ("Radni prostori", WORKSPACE_MENU), + ( +- Programi, +- ( +- Grafika, +- (Gimp, SHEXEC, "gimp >/dev/null"), +- (XV, EXEC, xv), +- (XPaint, EXEC, xpaint), +- (XFig, EXEC, xfig) +- ), +- (FSViewer, EXEC, fsviewer), +- ("Offix files", EXEC, files), +- (LyX, EXEC, lyx), +- (Netscape, EXEC, netscape), +- (Ghostview, EXEC, "ghostview %a(Enter file to view)"), +- ( +- Acrobat, +- EXEC, +- "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)" +- ), +- (TkDesk, EXEC, tkdesk) +- ), +- ( +- Editori, +- (XFte, EXEC, xfte), +- (XEmacs, SHEXEC, "xemacs || emacs"), +- (XJed, EXEC, xjed), +- (NEdit, EXEC, nedit), +- (Xedit, EXEC, xedit), +- (VI, EXEC, "xterm -e vi") +- ), +- ( +- Razno, +- (Xmcd, SHEXEC, "xmcd 2> /dev/null"), +- (Xplaycd, EXEC, xplaycd), +- (Xmixer, EXEC, xmixer) +- ), +- ( +- "Pomo\346ni programi", +- (Kalkulator, EXEC, xcalc), +- ( +- "Info o prozoru", +- SHEXEC, +- "xprop | xmessage -center -title 'xprop' -file -" +- ), +- ("Bira\350 fontova", EXEC, xfontsel), +- ("Emulator terminala", EXEC, xminicom), +- ("Pove\346alo", EXEC, xmag), +- (Colormap, EXEC, xcmap), +- (XKill, EXEC, xkill), +- (WMClock, EXEC, "wmclock -24"), +- (Clipboard, EXEC, xclipboard) +- ), +- ( +- Odabir, +- (Kopiraj, SHEXEC, "echo '%s' | wxcopy"), +- ("Po\271alji e-mail", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Otvori web", EXEC, "netscape %s"), +- ("Potra\276i u manualu", EXEC, "MANUAL_SEARCH(%s)") +- ), +- ( + "Radni prostor", + ("Sakrij ostale", HIDE_OTHERS), + ("Poka\276i sve", SHOW_ALL), +@@ -88,17 +23,17 @@ + ( + Teme, + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" ++ "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" + ), + ( + Stilovi, + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" ++ "-noext #wmdatadir#/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" + ), + ( + "Setovi ikona", + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" ++ "-noext #wmdatadir#/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" + ), + ( + Pozadina, +@@ -191,27 +126,26 @@ + ( + Slike, + OPEN_MENU, +- "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" ++ "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" + ) + ), + ( +- "Snimi temu", +- SHEXEC, +- "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\"" +- ), +- ( + "Snimi set ikona", + SHEXEC, + "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"" +- ) ++ ), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ( ++ "Snimi temu", ++ SHEXEC, ++ "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\"" ++ ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ( + Izlaz, + ("Ponovo startaj", RESTART), +- ("Pokreni BlackBox", RESTART, blackbox), +- ("Pokreni kwm", RESTART, kwm), +- ("Pokreni IceWM", RESTART, icewm), +- (Izlaz..., EXIT), +- ("Ubij session...", SHUTDOWN) ++ (Izlaz..., EXIT) + ) + ) +Index: WindowMaker/plmenu.it +=================================================================== +--- WindowMaker/plmenu.it.orig ++++ WindowMaker/plmenu.it +@@ -1,61 +1,11 @@ + ("Applicazioni", + ("Informazioni", + ("Info Panel...", INFO_PANEL), +- ("Legal...", LEGAL_PANEL), +- ("Console di sistema", EXEC, "xconsole"), +- ("Carico del Sistema", EXEC, "xosview || xload"), +- ("Lista dei Processi", EXEC, "xterm -e top"), +- ("Ricerca Manuali", EXEC, "xman") ++ ("Legal...", LEGAL_PANEL) + ), + ("Esegui...", EXEC, "%a(Esegui,Scrivi il comando da eseguire:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Workspace", WORKSPACE_MENU), +- ("Programmi", +- ("Grafica", +- ("Gimp", EXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X File Manager", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Ghostview, Scrivi il file da visualizzare)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Acroread, Scrivi il file da visualizzare)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editor", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", EXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Varie", +- ("Xmcd", EXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Utilità", +- ("Calcolatrice", EXEC, "xcalc"), +- ("Proprietà finestra", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Selezione Font", EXEC, "xfontsel"), +- ("Emulatore di terminale", EXEC, "xminicom"), +- ("Lente", EXEC, "xmag"), +- ("Mappa Colori", EXEC, "xcmap"), +- ("Assasino X", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- ("Selezione", +- ("Copia", EXEC, "echo '%s' | wxcopy"), +- ("Spedisci a...", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Naviga", EXEC, "netscape %s"), +- ("Cerca nei Manuali", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Workspace", + ("Nascondi gli altri", HIDE_OTHERS), + ("Mostra Tutti", SHOW_ALL), +@@ -66,9 +16,9 @@ + ("Cancella Sessione salvata", CLEAR_SESSION) + ), + ("Visualizzazione", +- ("Temi", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), +- ("Stili", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), +- ("Set di Icone", OPEN_MENU, "-noext /usr/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), ++ ("Temi", OPEN_MENU, "-noext #wmdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ++ ("Stili", OPEN_MENU, "-noext #wmdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), ++ ("Set di Icone", OPEN_MENU, "-noext #wmdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("Sfondo", + ("Tinta unita", + ("Nero", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), +@@ -90,17 +40,16 @@ + ("Sfumature Grigie", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"), + ("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") + ), +- ("Immagini", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") ++ ("Immagini", OPEN_MENU, "-noext #wmdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("Salva il tema", EXEC, "getstyle -t ~/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)\""), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Esci", + ("Riavvia", RESTART), +- ("Avvia BlackBox", RESTART, blackbox), +- ("Avvia kwm", RESTART, kwm), +- ("Avvia IceWM", RESTART, icewm), + ("Esci...", EXIT), +- ("Uccidi sessione...", SHUTDOWN) + ) + ) +Index: WindowMaker/plmenu.ja.in +=================================================================== +--- WindowMaker/plmenu.ja.in.orig ++++ WindowMaker/plmenu.ja.in +@@ -1,44 +1,10 @@ + ("アプリケーション", + ("情報", +- ("Info パネル", INFO_PANEL), +- ("Legal パネル", LEGAL_PANEL), +- ("システムコンソール", EXEC, "xconsole"), +- ("システム負荷", SHEXEC, "xosview || xload"), +- ("プロセス一覧", EXEC, "xterm -e top"), +- ("マニュアルブラウザ", EXEC, "xman") ++ ("Legal パネル", LEGAL_PANEL) + ), + ("コマンド実行", SHEXEC, "%a(Run,Type command to run:)"), + ("KTerm", EXEC, "kterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white"), + ("ワークスペース", WORKSPACE_MENU), +- ("アプリケーション", +- ("グラフィックス", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X File Manager", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("エディタ", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs || mule"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("いろいろ", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), + ("ユーティリティー", + ("電卓", EXEC, "xcalc"), + ("プロパティ表示", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +@@ -50,12 +16,6 @@ + ("ASClock", EXEC, "asclock -shape"), + ("Clipboard", EXEC, "xclipboard") + ), +- ("セレクション", +- ("コピー", SHEXEC, "echo '%s' | wxcopy"), +- ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Navigate", EXEC, "netscape %s"), +- ("マニュアル検索", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("ワークスペース", + ("他をハイド", HIDE_OTHERS), + ("全て表示", SHOW_ALL), +@@ -96,11 +56,10 @@ + ("現在のアイコンセットをセーブ", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), + ("設定ユーティリティ", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("終了", + ("再起動", RESTART), +- ("BlackBox をスタート", RESTART, blackbox), +- ("kwm をスタート", RESTART, kwm), +- ("IceWM をスタート", RESTART, icewm), + ("終了", EXIT) + ) + ) +Index: WindowMaker/plmenu.ko.in +=================================================================== +--- WindowMaker/plmenu.ko.in.orig ++++ WindowMaker/plmenu.ko.in +@@ -1,57 +1,7 @@ + ("윈도우메이커", + ("정 보", + ("정보 패널", INFO_PANEL), +- ("저작권 정보", LEGAL_PANEL), +- ("시스템 로드", SHEXEC, "xosview || xload"), +- ("매뉴얼 찾기", EXEC, "xman"), +- ("프로세스목록", EXEC, "xterm -e top") +- ), +- ("한 텀", SHORTCUT, "SHIFT+META+H", EXEC, "hanterm"), +- ("명 령 창", SHORTCUT, "SHIFT+META+C", EXEC, "%a(실행할 명령:)"), +- ("입 력 기", SHORTCUT, "SHIFT+META+I", SHEXEC, "ami || hanIM"), +- ("프로그램", +- ("터 미 널", +- ("한 텀", EXEC, "hanterm"), +- ("하얀한텀", SHORTCUT, "SHIFT+META+M", EXEC, "hanterm -fg black -bg gray75"), +- ("관 리 자", SHORTCUT, "SHIFT+META+R", EXEC, "hanterm -T 관리자 -n 관리자 -name root -e su -"), +- ("엑 스 텀", EXEC, "nxterm || xterm") +- ), +- ("네트워크", +- ("모 질 라", SHORTCUT, "SHIFT+META+N", EXEC, "netscape"), +- ("유 즈 넷", EXEC, "hanterm -T 유즈넷 -n 유즈넷 -e slrn -C"), +- ("이 메 일", EXEC, "hanterm -T 이메일 -n 이메일 -e mutt"), +- ("나우누리", EXEC, "hanterm -T 나우누리 -n 나우누리 -e ztelnet nownuri.net"), +- ("하 이 텔", EXEC, "hanterm -T 하이텔 -n 하이텔 -e ztelnet home.hitel.net"), +- ("천 리 안", EXEC, "hanterm -T 천리안 -n 천리안 -e ztelnet chonllian.net"), +- ("가 우", SHEXEC, "gau || gaui") +- ), +- ("문서편집", +- ("VIM", EXEC, "hanterm -T VIM -n VIM -e vim"), +- ("피 코", EXEC, "hanterm -T 피코 -n 피코 -e pico"), +- ("이맥스", EXEC, "emacs") +- ), +- ("그 래 픽", +- ("XV", EXEC, "xv"), +- ("GIMP", EXEC, "gimp"), +- ("GQview", EXEC, "gqview"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("도구모음", +- ("계 산 기", EXEC, "xcalc"), +- ("창 속 성", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("글꼴보기", EXEC, "xfontsel"), +- ("돋 보 기", EXEC, "xmag"), +- ("컬 러 맵", EXEC, "xcmap"), +- ("강제종료", EXEC, "xkill"), +- ("클립보드", EXEC, "xclipboard") +- ), +- ("멀티미디어", +- ("믹 서", SHEXEC, "xmixer || hanterm -T AuMIX -n AuMix -e aumix"), +- ("MPEG보기", EXEC, "mtv"), +- ("MP3 연주기", SHEXEC, "xmms || x11amp"), +- ("CD연주기", EXEC, "xplaycd") +- ) ++ ("저작권 정보", LEGAL_PANEL) + ), + ("창 관 리", + ("다른창숨김", HIDE_OTHERS), +@@ -64,10 +14,10 @@ + ("작업공간", WORKSPACE_MENU), + ("작업환경", + ("설 정", SHEXEC, "#wprefs# || wmakerconf"), +- ("테 마", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), ++ ("테 마", OPEN_MENU, "-noext #wmdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), + ("테마저장", EXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(테마 이름,파일 이름을 입력하세요:)\""), +- ("스 타 일", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), +- ("아이콘셋", OPEN_MENU, "-noext /usr/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), ++ ("스 타 일", OPEN_MENU, "-noext #wmdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), ++ ("아이콘셋", OPEN_MENU, "-noext #wmdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("아이콘셋저장", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets/\"%a(아이콘셋 이름,파일 이름을 입력하세요:)\""), + ("배경화면", + ("단 색", +@@ -82,9 +32,9 @@ + ("색지정", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"%a(배경색:)\")'") + ), + ("그 림", +- ("전체화면", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -s"), +- ("타일형식", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t"), +- ("가 운 데", OPEN_MENU, "-noext /usr/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -e") ++ ("전체화면", OPEN_MENU, "-noext #wmdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -s"), ++ ("타일형식", OPEN_MENU, "-noext #wmdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t"), ++ ("가 운 데", OPEN_MENU, "-noext #wmdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -e") + ), + ("그래디언트", + ("Sunset", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"), +@@ -98,18 +48,10 @@ + ) + ) + ), +- ("화면잠금", SHORTCUT, "SHIFT+META+L", EXEC, "xlock -allowroot -usefirst"), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("종 료", + ("재 시 작", RESTART), +- ("재 시 작", +- ("BlackBox", RESTART, "blackbox"), +- ("KDE", RESTART, "kwm"), +- ("IceWM", RESTART, "icewm"), +- ("AfterStep", RESTART, "afterstep"), +- ("Enlightenment", RESTART, "enlightenment"), +- ("FVWM2", RESTART, "fvwm2") +- ), +- ("종 료", EXIT), +- ("새션종료", SHUTDOWN) ++ ("종 료", EXIT) + ) + ) +Index: WindowMaker/plmenu.pl.in +=================================================================== +--- WindowMaker/plmenu.pl.in.orig ++++ WindowMaker/plmenu.pl.in +@@ -2,124 +2,12 @@ + ("Informacja", + ("Informacja o WMaker...", INFO_PANEL), + ("Legalność...", LEGAL_PANEL), +- ("Konsola Systemu", EXEC, "xconsole"), +- ("Obciążenie Systemu", EXEC, "xosview || xload"), +- ("Lista Procesów", EXEC, "xterm -T 'Lista Procesów' -e top"), +- ("Przeglądarka Manuali", EXEC, "xman") + ), + +- ("Konfiguracja", +- ("Edycja menu", EXEC, "xterm -T 'Edycja menu' -e vi $HOME/GNUstep/Library/WindowMaker/menu"), +- ("Ustawienie fontów", EXEC, "xterm -T 'Ustawienie fontów' -e vi $HOME/GNUstep/Defaults/WMGLOBAL"), +- ("Konfiguracja", EXEC, "xterm -T 'Konfiguracja' -e vi $HOME/GNUstep/Defaults/WindowMaker") +- ), +- +- ("Uruchom...", EXEC, "%a(Uruchom,Wpisz komende do uruchomienia:)"), ++ ("Uruchom...", SEXEC, "%a(Uruchom,Wpisz komende do uruchomienia:)"), + ("Terminal", EXEC, "xterm -T 'Mój ulubiony terminal' -sb"), +- ("Edytor", EXEC, "xterm -T 'Moj ulubiony edytor' -e vi %a(Edytor,Podaj plik do edycji:)"), + ("Pulpity", WORKSPACE_MENU), + +- ("Aplikacje", +- ("Grafika", +- ("Gimp", EXEC, "gimp > /dev/null"), +- ("XV", EXEC, "xv"), +- ("XFig", EXEC, "xfig"), +- ("XPaint", EXEC, "xpaint"), +- ("Gnuplot", EXEC, "xterm -T 'GNU plot' -e gnuplot"), +- ("Edytor ikon", EXEC, "bitmap") +- ), +- ("Tekst", +- ("LyX", EXEC, "lyx"), +- ("Ghostview", EXEC, "gv %a(Gv,Wprowadz nazwe pliku *.ps *.pdf *.no:)"), +- ("XDvi", EXEC, "xdvi %a(Xdvi,Wprowadz nazwe pliku *.dvi:)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Acrobat,Wprowadz nazwe pliku *.pdf:)"), +- ("Xpdf", EXEC, "xpdf %a(Xpdf,Wprowadz nazwe pliku *.pdf:)"), +- ("Arkusz kalkulacyjny", EXEC, "xspread") +- ), +- ("X File Manager", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("TkDesk", EXEC, "tkdesk"), +- ("Midnight Commander", EXEC, "xterm -T 'Midnight Commander' -e mc"), +- ("X Gnu debbuger", EXEC, "xxgdb"), +- ("Xwpe", EXEC, "xwpe") +- ), +- +- ("Internet", +- ("Przeglądarki", +- ("Netscape", EXEC, "netscape"), +- ("Arena", EXEC, "arena"), +- ("Lynx", EXEC, "xterm -e lynx %a(Lynx,Podaj URL:)") +- ), +- ("Programy pocztowe", +- ("Pine", EXEC, "xterm -T 'Program pocztowy Pine' -e pine"), +- ("Elm", EXEC, "xterm -T 'Program pocztowy Elm' -e elm"), +- ("Xmh", EXEC, "xmh") +- ), +- ("Emulator terminala", +- ("Minicom", EXEC, "xminicom"), +- ("Seyon", EXEC, "seyon") +- ), +- ("Telnet", EXEC, "xterm -e telnet %a(Telnet,Podaj nazwe hosta:)"), +- ("Ssh", EXEC, "xterm -e ssh %a(SSH,Podaj nazwe hosta:)"), +- ("Ftp", EXEC, "xterm -e ftp %a(FTP,Podaj nazwe hosta:)"), +- ("Irc", EXEC, "xterm -e irc %a(IRC,Podaj swoj pseudonim:)"), +- ("Ping", EXEC, "xterm -e ping %a(Ping,Podaj nazwe hosta:)"), +- ("Talk", EXEC, "xterm -e talk %a(Talk,Podaj nazwe uzytkownika, z ktorym chcesz nawiazac polaczenie:)") +- ), +- +- ("Editory", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", EXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed "), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("Editres", EXEC, "editres"), +- ("VI", EXEC, "xterm -e vi") +- ), +- +- ("Dźwięk", +- ("Xmcd", EXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- +- ("Gry", +- ("Maze", EXEC, "maze"), +- ("Karty", EXEC, "spider"), +- ("Londownik", EXEC, "xlander"), +- ("Szachy", EXEC, "xboard"), +- ("Xeyes", EXEC, "xeyes -geometry 51x23"), +- ("Xmahjongg", EXEC, "xmahjongg"), +- ("Xlogo", EXEC, "xlogo"), +- ("Xroach", EXEC, "xroach"), +- ("Xtetris", EXEC, "xtetris -color"), +- ("Xvier", EXEC, "xvier"), +- ("Xgas", EXEC, "xgas"), +- ("Xkobo", EXEC, "xkobo"), +- ("xboing", EXEC, "xboing -sound"), +- ("XBill", EXEC, "xbill") +- ), +- +- ("Użytki", +- ("Kalkulator", EXEC, "xcalc"), +- ("Zegarek", EXEC, "xclock"), +- ("Opcje Okna", EXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Przeglądarka Fontów", EXEC, "xfontsel"), +- ("Szkło Powiększające", EXEC, "xmag"), +- ("Mapa Kolorów", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- +- ("Selekcyjne", +- ("Kopia", EXEC, "echo '%s' | wxcopy"), +- ("Poczta do ...", EXEC, "xterm -name mail -T 'Pine' -e pine %s"), +- ("Serfuj do ...", EXEC, "netscape %s"), +- ("Pobierz Manual ...", EXEC, "MANUAL_SEARCH(%s)"), +- ("Połącz się z ...", EXEC, "telnet %s"), +- ("Pobierz plik z FTP ...", EXEC, "ftp %s") +- ), +- + ("Ekran", + ("Ukryj Pozostałe", HIDE_OTHERS), + ("Pokaż wszystko", SHOW_ALL), +@@ -158,15 +46,13 @@ + ("Obrazki", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t)") + ), + ("Zaoamiętanie Tematu", EXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/'%a(Nazwa tematu,Wpisz nazwe pliku:)'"), +- ("Zapamiętanie Ustawień Ikon", EXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/'%a(Ustawienia ikon,Wpisz nazwe pliku:)'") ++ ("Zapamiętanie Ustawień Ikon", EXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/'%a(Ustawienia ikon,Wpisz nazwe pliku:)'"), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), +- ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Wyjście", + ("Przeładowanie", RESTART), +- ("Start BlackBox", RESTART, blackbox), +- ("Start kwm", RESTART, kwm), +- ("Start IceWM", RESTART, icewm), +- ("Wyjście...", EXIT), +- ("Zabicie sesji...", SHUTDOWN) ++ ("Wyjście...", EXIT) + ) + ) +Index: WindowMaker/plmenu.ro.in +=================================================================== +--- WindowMaker/plmenu.ro.in.orig ++++ WindowMaker/plmenu.ro.in +@@ -1,61 +1,11 @@ + ("Aplicaţii", + ("Informaţii", + ("Panou cu Informaţii", INFO_PANEL), +- ("Panou cu Licenţa", LEGAL_PANEL), +- ("Consola Sistem", EXEC, "xconsole"), +- ("Încărcarea Sistemului", SHEXEC, "xosview || xload"), +- ("Lista de Procese", EXEC, "xterm -e top"), +- ("Navigator de Pagini Man", EXEC, "xman") ++ ("Panou cu Licenţa", LEGAL_PANEL) + ), + ("Execută...", SHEXEC, "%a(Execută,Introduceţi o comandă:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -fg white -bg black -fn -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2 -fb -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2"), + ("Spaţii de Lucru", WORKSPACE_MENU), +- ("Aplicaţii", +- ("Grafică", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("Manager de Fişiere", EXEC, "xfm"), +- ("Fişiere OffiX", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editoare", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("Altele", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("Utilitare", +- ("Calculator", EXEC, "xcalc"), +- ("Proprietăţile Ferestrei...", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Navigator de Fonturi", EXEC, "xfontsel"), +- ("Emulator de Terminal", EXEC, "xminicom"), +- ("Lupă", EXEC, "xmag"), +- ("Culori", EXEC, "xcmap"), +- ("Omoară fereastra...", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- ("Selecţie", +- ("Copiază", SHEXEC, "echo '%s' | wxcopy"), +- ("Poştă către", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Navighează", EXEC, "netscape %s"), +- ("Caută în Manual", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Spaţiu de Lucru", + ("Ascunde Celelalte", HIDE_OTHERS), + ("Arată celelalte", SHOW_ALL), +@@ -96,11 +46,10 @@ + ("Salvează Setul de Iconiţe", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), + ("Utilitar de Configurare", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Ieşire", + ("Repornire", RESTART), +- ("Porneşte BlackBox", RESTART, blackbox), +- ("Porneşte kwm", RESTART, kwm), +- ("Porneşte IceWM", RESTART, icewm), + ("Ieşi", EXIT) + ) + ) +Index: WindowMaker/plmenu.sk.in +=================================================================== +--- WindowMaker/plmenu.sk.in.orig ++++ WindowMaker/plmenu.sk.in +@@ -1,61 +1,11 @@ + ("Aplikácie", + ("Info", + ("Panel Info", INFO_PANEL), +- ("Panel Legal", LEGAL_PANEL), +- ("Systémová konzola", EXEC, "xconsole"), +- ("Zaťaženie systému", SHEXEC, "xosview || xload"), +- ("Zoznam procesov", EXEC, "xterm -e top"), +- ("Prehliadač manuálov", EXEC, "xman") ++ ("Panel Legal", LEGAL_PANEL) + ), + ("Spustiť...", SHEXEC, "%a(Spustiť,Zadajte príkaz:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Pracovné plochy", WORKSPACE_MENU), +- ("Aplikácie", +- ("Grafika", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("Správca súborov Xfm", EXEC, "xfm"), +- ("Správca súborov OffiX", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to view)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("Editory", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VIM", EXEC, "xterm -e vim") +- ), +- ("Rôzne", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("CD prehrávač", EXEC, "xplaycd"), +- ("Mixer", EXEC, "xmixer") +- ), +- ("Nástroje", +- ("Kalkulačka", EXEC, "xcalc"), +- ("Vlastnosti okien", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Výber fontu", EXEC, "xfontsel"), +- ("Emulátor terminálu", EXEC, "xminicom"), +- ("Lupa", EXEC, "xmag"), +- ("Paleta", EXEC, "xcmap"), +- ("Zabiť okno", EXEC, "xkill"), +- ("Hodiny", EXEC, "asclock -shape"), +- ("Nástenka", EXEC, "xclipboard") +- ), +- ("Výber", +- ("Kopírovať", SHEXEC, "echo '%s' | wxcopy"), +- ("Poslať poštu", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("Prehliadať web", EXEC, "netscape %s"), +- ("Hľadať v manuáli", EXEC, "MANUAL_SEARCH(%s)") +- ), + ("Pracovná plocha", + ("Skryť ostatné", HIDE_OTHERS), + ("Zobraziť všetky", SHOW_ALL), +@@ -96,11 +46,10 @@ + ("Uložiť sadu ikon", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), + ("Konfiguračný nástroj", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("Koniec", + ("Reštartovať", RESTART), +- ("Spustiť BlackBox", RESTART, blackbox), +- ("Spustiť kwm", RESTART, kwm), +- ("Spustiť IceWM", RESTART, icewm), + ("Koniec", EXIT) + ) + ) +Index: WindowMaker/plmenu.zh_CN.in +=================================================================== +--- WindowMaker/plmenu.zh_CN.in.orig ++++ WindowMaker/plmenu.zh_CN.in +@@ -1,63 +1,11 @@ + ("应用程序", + ("信息", + ("信息面板...", INFO_PANEL), +- ("版权...", LEGAL_PANEL), +- ("系统控制台", EXEC, "xconsole"), +- ("系统负载", SHEXEC, "xosview || xload"), +- ("进程列表", EXEC, "xterm -e top"), +- ("手册浏览器", EXEC, "xman") ++ ("版权...", LEGAL_PANEL) + ), + ("运行...", SHEXEC, "%a(运行,要执行的命令:)"), + ("XTerm", EXEC, "xterm -sb"), +- ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("工作空间", WORKSPACE_MENU), +- ("应用程序", +- ("图形", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X 文件管理器", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(输入要查看的文件名)"), +- ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(要查看的PDF文件名)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("编辑器", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("其它", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd"), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("工具", +- ("计算器", EXEC, "xcalc"), +- ("窗口属性", SHEXEC, "xprop | xmessage -center -title 'xprop' -file - +-"), +- ("字体选择", EXEC, "xfontsel"), +- ("终端模拟器", EXEC, "xminicom"), +- ("放大", EXEC, "xmag"), +- ("颜色表", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("ASClock", EXEC, "asclock -shape"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- +- ("选择", +- ("复制", SHEXEC, "echo '%s' | wxcopy"), +- ("发送邮件", EXEC, "xterm -name mail -T Pine -e pine %s"), +- ("浏览", EXEC, "netscape %s"), +- ("查找手册", SHEXEC, "MANUAL_SEARCH(%s)") +- ), + ("工作空间", + ("隐藏其他", HIDE_OTHERS), + ("显示所有", SHOW_ALL), +@@ -95,13 +43,13 @@ + ("图像", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("保存主题", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(主题名)\""), +- ("保存图标集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(图标集名)\"") ++ ("保存图标集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(图标集名)\""), ++ ("WPrefs", EXEC, "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("退出", + ("重新启动", RESTART), +- ("启动 BlackBox", RESTART, blackbox), +- ("启动 kwm", RESTART, kwm), +- ("启动 IceWM", RESTART, icewm), + ("退出...", EXIT) + ) + ) +Index: WindowMaker/plmenu.zh_TW.in +=================================================================== +--- WindowMaker/plmenu.zh_TW.in.orig ++++ WindowMaker/plmenu.zh_TW.in +@@ -1,59 +1,11 @@ + ("應用程式", + ("資訊", + ("資訊面板...", INFO_PANEL), +- ("法律...", LEGAL_PANEL), +- ("系統主控台", EXEC, "xconsole"), +- ("系統負載", SHEXEC, "xosview || xload"), +- ("行程清單", EXEC, "xterm -e top"), +- ("手冊瀏覽器", EXEC, "xman") ++ ("法律...", LEGAL_PANEL) + ), + ("執行...", SHEXEC,"%a(執行,輸入執行的命令:)"), +- ("終端機", EXEC, "crxvt -ls -T 終端機 -n 終端機"), ++ ("終端機", EXEC, "xterm -sb"), + ("工作區", WORKSPACE_MENU), +- ("應用程式", +- ("影像處理", +- ("Gimp", SHEXEC, "gimp >/dev/null"), +- ("XV", EXEC, "xv"), +- ("XPaint", EXEC, "xpaint"), +- ("XFig", EXEC, "xfig") +- ), +- ("X 檔案管理員", EXEC, "xfm"), +- ("OffiX Files", EXEC, "files"), +- ("LyX", EXEC, "lyx"), +- ("Netscape", EXEC, "netscape"), +- ("Ghostview", EXEC, "ghostview %a(GhostView,輸入要檢視的檔案)"), +- ("Acrobat", EXEC, "acroread %a(Acrobat,輸入要檢視的 PDF)"), +- ("TkDesk", EXEC, "tkdesk") +- ), +- ("編輯器", +- ("XFte", EXEC, "xfte"), +- ("XEmacs", SHEXEC, "xemacs || emacs"), +- ("XJed", EXEC, "xjed"), +- ("NEdit", EXEC, "nedit"), +- ("Xedit", EXEC, "xedit"), +- ("VI", EXEC, "xterm -e vi") +- ), +- ("雜項", +- ("Xmcd", SHEXEC, "xmcd 2> /dev/null"), +- ("Xplaycd", EXEC, "xplaycd" ), +- ("Xmixer", EXEC, "xmixer") +- ), +- ("公用程式", +- ("計算機", EXEC, "xcalc"), +- ("Window Properties", SHEXEC, "xprop | xmessage -center -title 'xprop' -file -"), +- ("Font Chooser", EXEC, "xfontsel"), +- ("終端機模擬器", EXEC, "xminicom"), +- ("Magnify", EXEC, "xmag"), +- ("Colormap", EXEC, "xcmap"), +- ("XKill", EXEC, "xkill"), +- ("Clipboard", EXEC, "xclipboard") +- ), +- ("選取", +- ("複製", SHEXEC, "echo '%s' | wxcopy"), +- ("郵寄至", EXEC, "xterm -name mail -T \"Pine\" -e pine %s"), +- ("Navigate", EXEC, "netscape %s"), +- ("在手冊中搜尋", SHEXEC, "MANUAL_SEARCH(%s)") +- ), + ("工作區", + ("隱藏其他", HIDE_OTHERS), + ("全部顯示", SHOW_ALL), +@@ -94,11 +46,10 @@ + ("儲存圖示集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/%a(圖示集名稱)"), + ("偏好設定公用程式", EXEC, "#wprefs#") + ), ++ ("WindowMaker", OPEN_MENU, "/etc/X11/WindowMaker/SuSE_wmapps"), ++ ("SuSE", OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8"), + ("離開", + ("重新啟動", RESTART), +- ("啟動 BlackBox", RESTART, blackbox), +- ("啟動 kwm", RESTART, kwm), +- ("啟動 IceWM", RESTART, icewm), + ("離開...", EXIT) + ) + ) +Index: WindowMaker/menu.nl.in +=================================================================== +--- WindowMaker/menu.nl.in.orig ++++ WindowMaker/menu.nl.in +@@ -116,66 +116,9 @@ + "Info" MENU + "Infopaneel" INFO_PANEL + "Juridische info" LEGAL_PANEL +- "Systeemconsole" EXEC xconsole +- "Systeembelasting" SHEXEC xosview || xload +- "Proceslijst" EXEC xterm -e top +- "Handleidingbrowser" EXEC xman + "Info" END +- "Uitvoeren..." SHEXEC %a(Uitvoeren,Typ uit te voeren commando:) + "XTerm" EXEC xterm -sb +- "Mozilla Firefox" EXEC firefox + "Werkruimten" WORKSPACE_MENU +- "Programma's" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "Ghostview" EXEC ghostview %a(GhostView,Voer te bekijken bestand in) +- "Xpdf" EXEC xpdf %a(Xpdf,Voer te bekijken PDF in) +- "Abiword" EXEC abiword +- "Dia" EXEC dia +- "OpenOffice.org" MENU +- "OpenOffice.org" EXEC ooffice +- "Writer" EXEC oowriter +- "Rekenblad" EXEC oocalc +- "Draw" EXEC oodraw +- "Impress" EXEC ooimpress +- "OpenOffice.org" END +- +- "Tekstbewerkers" MENU +- "XEmacs" EXEC xemacs +- "Emacs" EXEC emacs +- "XJed" EXEC xjed +- "VI" EXEC xterm -e vi +- "GVIM" EXEC gvim +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "Tekstbewerkers" END +- +- "Multimedia" MENU +- "XMMS" MENU +- "XMMS" EXEC xmms +- "XMMS afspelen/pauzeren" EXEC xmms -t +- "XMMS stoppen" EXEC xmms -s +- "XMMS" END +- "Xine videospeler" EXEC xine +- "MPlayer" EXEC mplayer +- "Multimedia" END +- "Programma's" END +- +- "Hulpmiddelen" MENU +- "Rekenmachine" EXEC xcalc +- "Venstereigenschappen" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Lettertypekiezer" EXEC xfontsel +- "Vergroten" EXEC wmagnify +- "Kleurenkaart" EXEC xcmap +- "X-programma doden" EXEC xkill +- "Hulpmiddelen" END +- +- "Selectie" MENU +- "Kopiëren" SHEXEC echo '%s' | wxcopy +- "E-mailen naar" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigeren" EXEC netscape %s +- "Zoeken in handleiding" SHEXEC MANUAL_SEARCH(%s) +- "Selectie" END +- + "Commando's" MENU + "Andere verbergen" HIDE_OTHERS + "Alles tonen" SHOW_ALL +@@ -186,14 +129,12 @@ + + "Uiterlijk" OPEN_MENU "appearance.menu.nl" + ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Sessie" MENU + "Sessie opslaan" SAVE_SESSION + "Sessie wissen" CLEAR_SESSION + "Window Maker herstarten" RESTART +- "BlackBox starten" RESTART blackbox +- "IceWM starten" RESTART icewm + "Afsluiten" EXIT + "Sessie" END + "Programma's" END +- +- +Index: WindowMaker/menu.zh_TW.in +=================================================================== +--- WindowMaker/menu.zh_TW.in.orig ++++ WindowMaker/menu.zh_TW.in +@@ -106,60 +106,10 @@ + "資訊" MENU + "資訊面板..." INFO_PANEL + "法律..." LEGAL_PANEL +- "系統主控台" EXEC xconsole +- "系統負載" SHEXEC xosview || xload +- "行程清單" EXEC xterm -e top + "手冊瀏覽器" EXEC xman + "資訊" END + "執行..." EXEC %a (執行,輸入執行的命令:) +- "終端機" EXEC crxvt -thin -ls -T 終端機 -n 終端機 + "工作區" WORKSPACE_MENU +- "應用程式" MENU +- "影像處理" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "影像處理" END +- "X 檔案管理員" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(GhostView,輸入要檢視的檔案) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(輸入要檢視的 PDF) +- "TkDesk" EXEC tkdesk +- "應用程式" END +- "編輯器" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "編輯器" END +- "雜項" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "雜項" END +- "公用程式" MENU +- "計算機" EXEC xcalc +- "Window Properties" SHEXEC xprop | xmessage -center -title 'xprop' -file - +- "Font Chooser" EXEC xfontsel +- "終端機模擬器" EXEC xminicom +- "Magnify" EXEC xmag +- "Colormap" EXEC xcmap +- "XKill" EXEC xkill +- "Clipboard" EXEC xclipboard +- "公用程式" END +- +- "選取" MENU +- "複製" SHEXEC echo '%s' | wxcopy +- "郵寄至" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigate" EXEC netscape %s +- "在手冊中搜尋" SHEXEC MANUAL_SEARCH(%s) +- "選取" END +- + "工作區" MENU + "隱藏其他" HIDE_OTHERS + "全部顯示" SHOW_ALL +@@ -201,13 +151,10 @@ + "儲存圖示集" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(圖示集名稱)" + "偏好設定公用程式" EXEC #wprefs# + "外觀" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "離開" MENU + "重新啟動" RESTART +- "啟動 BlackBox" RESTART blackbox +- "啟動 kwm" RESTART kwm +- "啟動 IceWM" RESTART icewm + "離開..." EXIT + "離開" END + "應用程式" END +- +Index: WindowMaker/menu.es +=================================================================== +--- WindowMaker/menu.es.orig ++++ WindowMaker/menu.es +@@ -43,62 +43,9 @@ + "Informacion ..." MENU + "Copyright..." SHEXEC xmessage -center -font variable -title \ + 'WindowMaker 'WM_VERSION -file ~/GNUstep/Library/WindowMaker/Copyright +- "Carga del sistema" SHEXEC xosview || xload +- "Lista de tarifas (top)" EXEC rxvt -ls -fg white -bg black -fn vga -e top +- "Manual" EXEC xman + "Informacion ..." END + +- "Emuladores ..." MENU +- "Terminal X" EXEC xterm +- "Emulador de Terminal" EXEC rxvt -ls -fg white -bg black -fn vga +- "Emuladores ..." END +- +- "Aplicaciones ..." MENU +- +- "Graficos ..." MENU +- "Gimp" EXEC gimp +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Graficos ..." END +- +- "Editores ..." MENU +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editores ..." END +- +- "Multimedia ..." MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Multimedia ..." END +- +- "Utilidades ..." MENU +- "Calculadora" EXEC xcalc +- "Selector de fuente" EXEC xfontsel +- "Lupa" EXEC xmag +- "Mapa de colores" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Portapapeles" EXEC xclipboard +- "Utilidades ..." END +- +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Ghostview" EXEC ghostview +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread +- "TkDesk" EXEC tkdesk +- "Aplicaciones ..." END +- +- "Internet ..." MENU +- "Correo" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navegar" EXEC netscape %s +- "Buscar en el manual" EXEC xterm -name manualBrowser -e man %s +- "Internet ..." END ++ "Terminal X" EXEC xterm + + "Configurar Area de Trabajo ..." MENU + "Fondo ..." MENU +@@ -119,21 +66,14 @@ + "Alinear iconos" ARRANGE_ICONS + "Refrescar" REFRESH + "Salvapantallas" EXEC xlock -allowroot -usefirst +- "Grabar Area de trabajo" EXEC SAVE_WORKSPACE ++ "Grabar Area de trabajo" SAVE_SESSION + "Configurar Area de Trabajo ..." END +- + "Areas de Trabajo ..." WORKSPACE_MENU +- +-#if (UID==0) // Só o ve root ou usuarios con UID=0 +- "Sistema" MENU +- // Panel de control +- "Panel de control de RH" EXEC control-panel +- "Sistema" END +-#endif ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Salir ..." MENU + "Reinicializar" RESTART +- "Iniciar AfterStep" RESTART afterstep + "Salir" EXIT +- "Salir de la sesion" SHUTDOWN + "Salir ..." END + "Menu Principal" END +Index: WindowMaker/menu.gl +=================================================================== +--- WindowMaker/menu.gl.orig ++++ WindowMaker/menu.gl +@@ -45,56 +45,9 @@ + "Información" MENU + "Info Panel..." INFO_PANEL + "Legal" LEGAL_PANEL +- "Carga do sistema" SHEXEC xosview || xload +- "Lista de tarefas" EXEC rxvt -ls -fg white -bg black -fn vga -e top +- "Manual" EXEC xman + "Información" END +- "Emulador Terminal" EXEC rxvt -ls -fg white -bg black -fn vga +- "XJed" EXEC xjed ++ "X Terminal" EXEC xterm -sb + "Areas de Traballo" WORKSPACE_MENU +- "Aplicacións" MENU +- "Gráficos" MENU +- "Gimp" EXEC gimp +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Gráficos" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread +- "TkDesk" EXEC tkdesk +- "Aplicacións" END +- "Editores" MENU +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editores" END +- "Variedade" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Variedade" END +- "Utiles" MENU +- "Calculadora" EXEC xcalc +- "Selector de fonte" EXEC xfontsel +- "Lupa" EXEC xmag +- "Mapa de cor" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Portapapeis" EXEC xclipboard +- "Utiles" END +- +- "Selección" MENU +- "Correo" EXEC xterm -name mail -T "Pine" -e pine %s +- "Navegar" EXEC netscape %s +- "Buscar no manual" EXEC xterm -name manualBrowser -e man %s +- "Selección" END +- + "Area Traballo" MENU + "Fondo" MENU + "Ningún" EXEC CLEARROOT +@@ -114,13 +67,13 @@ + "Aliñar iconos" ARRANGE_ICONS + "Refrescar" REFRESH + "Fechar" EXEC xlock -allowroot -usefirst +- "Grabar Area de traballo" EXEC SAVE_WORKSPACE ++ "Grabar Area de traballo" SAVE_SESSION + "Area Traballo" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Sair" MENU + "Reinicializar" RESTART +- "Iniciar AfterStep" RESTART afterstep + "Sair..." EXIT +- "Sair da sesión..." SHUTDOWN + "Sair" END + "Aplicacións" END +Index: WindowMaker/menu.it +=================================================================== +--- WindowMaker/menu.it.orig ++++ WindowMaker/menu.it +@@ -45,58 +45,9 @@ + "Informazioni" MENU + "Info Panel..." INFO_PANEL + "Legal" LEGAL_PANEL +- "Carico del Sistema" SHEXEC xosview || xload +- "Lista dei Processi" EXEC xterm -e top +- "Ricerca Manuali" EXEC xman + "Informazioni" END + "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb +- "XJed" EXEC xjed + "Area di lavoro" WORKSPACE_MENU +- "Applicazioni" MENU +- "Grafica" MENU +- "Gimp" EXEC gimp +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafica" END +- "X File Manager" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Ghostview) +- "XDvi" EXEC xdvi %a(XDvi) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat) +- "TkDesk" EXEC tkdesk +- "Applicazioni" END +- "Editori" MENU +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Editori" END +- "Varie" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Varie" END +- "Utilita'" MENU +- "Calcolatore" EXEC xcalc +- "Selezione Font" EXEC xfontsel +- "Lente" EXEC xmag +- "Mappa Colori" EXEC xcmap +- "Assassinio X" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "Utilita'" END +- +- "Selezione" MENU +- "Invio posta a.." EXEC xterm -name mail -T "Pine" -e pine %s +- "Navigare" SHEXEC netscape -noraise -remote \ +- 'openURL(%s,new-window)' || netscape %s +- "Ricerca nei Manuali" SHEXEC MANUAL_SEARCH(%s) +- "Selezione" END +- + "Area di lavoro" MENU + "Nascondi Altri" HIDE_OTHERS + "Mostra Tutti" SHOW_ALL +@@ -117,13 +68,13 @@ + // E' necessario rieiniziare dopo avere selezionato il gradiente. + #include + #endif +- "Salva area di lavoro" EXEC SAVE_WORKSPACE ++ "Salva area di lavoro" SAVE_SESSION + "Area di lavoro" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Uscire" MENU + "Restart" RESTART +- "Avviare AfterStep" RESTART afterstep + "Uscire..." EXIT +- "Uscire dalla sessione..." SHUTDOWN + "Uscire" END + "Applicazioni" END +Index: WindowMaker/menu.no +=================================================================== +--- WindowMaker/menu.no.orig ++++ WindowMaker/menu.no +@@ -100,58 +100,9 @@ + "Info" MENU + "Lisens..." INFO_PANEL + "Legal" LEGAL_PANEL +- "System Belastning" SHEXEC xosview || xload +- "Prosess Liste" EXEC xterm -e top +- "Manual leser" EXEC stepman + "Info" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed + "Arbeids-Områder" WORKSPACE_MENU +- "Applikasjoner" MENU +- "Grafikk" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Grafikk" END +- "X Fil Behandler" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Navnet på fila du vil se) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Skriv inn PDF\'en du ønsker) +- "TkDesk" EXEC tkdesk +- "Applikasjoner" END +- "Tekst Redigering" MENU +- "XFte" EXEC xfte +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Tekst Redigering" END +- "Diverse" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Diverse" END +- "Verktøy" MENU +- "Kalkulator" EXEC xcalc +- "Font Velger" EXEC xfontsel +- "Forstørrelsesglass" EXEC xmag +- "Fargekart" EXEC xcmap +- "XKill" EXEC xkill +- "ASClock" EXEC asclock -shape +- "Clipboard" EXEC xclipboard +- "Verktøy" END +- +- "Utvalg" MENU +- "Kopier" SHEXEC echo '%s' | wxcopy +- "Send e-mail" EXEC xterm -name mail -T "Pine" -e pine %s +- "Gå til (www)" EXEC netscape %s +- "Søke i manualer" SHEXEC MANUAL_SEARCH(%s) +- "UtValg" END +- + "Arbeidsområder" MENU + "Skjule andre" HIDE_OTHERS + "Vise alle" SHOW_ALL +@@ -183,12 +134,12 @@ + "Bakgrunn" END + "Lagre Tema" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Theme name)" + "Lagre Ikonsett" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(IconSet name)" ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Utseende" END +- ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + "Avslutt" MENU + "Restart" RESTART +- "Start Afterstep" RESTART afterstep + "Avslutt WindowMaker..." EXIT +- "Avslutt X11..." SHUTDOWN + "Avslutt" END + "Applikasjoner" END +Index: WindowMaker/menu.ru +=================================================================== +--- WindowMaker/menu.ru.orig ++++ WindowMaker/menu.ru +@@ -57,70 +57,19 @@ + "Информация" MENU + "Info Panel..." INFO_PANEL + "Legal" LEGAL_PANEL +- "Нагрузка Системы" SHEXEC xosview || xload +- "Список Процессов" EXEC xterm -e top +- "Просмотр Руководств" EXEC xman + "Информация" END + "XTerm" EXEC xterm -sb +- "Rxvt" EXEC rxvt -bg black -fg white -fn fixed +- "XJed" EXEC xjed + "Рабочие места" WORKSPACE_MENU +- "Приложения" MENU +- "Графические" MENU +- "Gimp" SHEXEC gimp >/dev/null +- "XV" EXEC xv +- "XPaint" EXEC xpaint +- "XFig" EXEC xfig +- "Графические" END +- "Менеджер файлов X" EXEC xfm +- "OffiX Files" EXEC files +- "LyX" EXEC lyx +- "Netscape" EXEC netscape +- "Ghostview" EXEC ghostview %a(Enter file to view) +- "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Enter PDF to view) +- "TkDesk" EXEC tkdesk +- "Приложения" END +- "Редакторы" MENU +- "XEmacs" SHEXEC xemacs || emacs +- "XJed" EXEC xjed +- "NEdit" EXEC nedit +- "Xedit" EXEC xedit +- "VI" EXEC xterm -e vi +- "Редакторы" END +- "Разное" MENU +- "Xmcd" SHEXEC xmcd 2> /dev/null +- "Xplaycd" EXEC xplaycd +- "Xmixer" EXEC xmixer +- "Разное" END +- "Утилиты" MENU +- "Калькулятор" EXEC xcalc +- "Выбрать шрифт" EXEC xfontsel +- "Увеличитель" EXEC xmag +- "Карта цветов" EXEC xcmap +- "XKill" EXEC xkill +- "Часы" EXEC asclock -shape +- "Буфер обмена" EXEC xclipboard +- "Утилиты" END +- +- "Выделение" MENU +- "Копировать" SHEXEC echo '%s' | wxcopy +- "Отправить" EXEC xterm -name mail -T "Pine" -e pine %s +- "Искать в Интернет" EXEC netscape %s +- "Искать в Руководствах" SHEXEC MANUAL_SEARCH(%s) +- "Выделение" END +- + "Рабочее место" MENU + "Убрать остальные" HIDE_OTHERS + "Показать все" SHOW_ALL + "Упорядочить значки" ARRANGE_ICONS + "Обновить" REFRESH + "Запереть" EXEC xlock -allowroot -usefirst +- "Сохранить Рабочее место" EXEC SAVE_WORKSPACE ++ "Сохранить Рабочее место" SAVE_SESSION + "Рабочее место" END + + "Внешний вид" MENU +-/* "Темы" OPEN_MENU themes.menu +-*/ + "Фон" MENU + "Однотонный" MENU + "Черный" WS_BACK '(solid, black)' +@@ -136,12 +85,13 @@ + "Градиент" END + "Фон" END + "Стили" OPEN_MENU styles.menu ++ "WPrefs" EXEC /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs + "Внешний вид" END ++ "WindowMaker" OPEN_MENU /etc/X11/WindowMaker/SuSE_wmapps ++ "SuSE" OPEN_MENU "| xdg_menu --format WindowMaker --charset UTF-8" + + "Выход" MENU + "Перезапустить" RESTART +- "Запустить Afterstep" RESTART afterstep + "Завершить работу..." EXIT +- "Завершить сессию..." SHUTDOWN + "Выход" END + "Приложения" END diff --git a/WindowMaker-reproducible.patch b/WindowMaker-reproducible.patch new file mode 100644 index 0000000..70a420d --- /dev/null +++ b/WindowMaker-reproducible.patch @@ -0,0 +1,39 @@ +could be upstreamed, but upstream seems dead +with lists.windowmaker.org down and the last git commit is from March + +commit e9ab99877b71669a75c1c1a43c1fb24cb32c1bdf +Author: Bernhard M. Wiedemann +Date: Tue Dec 19 21:13:21 2017 +0100 + + texi2txt: Use ChangeLog date instead of build date + + in order to make builds reproducible. + See https://reproducible-builds.org/ for why this is good. + + This date call works with GNU date and BSD date. + + Without this patch, /usr/share/doc/packages/WindowMaker/README.i18n + will differ in the line + Published by The Window Maker team on ... + + --- + An alternative solution could use the $SOURCE_DATE_EPOCH variable + defined in https://reproducible-builds.org/specs/source-date-epoch/ + +Index: autogen.sh +=================================================================== +--- autogen.sh.orig ++++ autogen.sh +@@ -1,8 +1,10 @@ + #!/bin/sh + + # Generate the documentation about compiling Window Maker +-./script/generate-txt-from-texi.sh "doc/build/Compilation.texi" -o "INSTALL-WMAKER" +-./script/generate-txt-from-texi.sh "doc/build/Translations.texi" -o "README.i18n" ++### Use date of INSTALL file instead of build (current/compile) date ++InstallDate="`LANG=C date -u -r ./INSTALL '+%d %B %Y' | sed -e 's,^0,,' `" ++./script/generate-txt-from-texi.sh -d "$InstallDate" "doc/build/Compilation.texi" -o "INSTALL-WMAKER" ++./script/generate-txt-from-texi.sh -d "$InstallDate" "doc/build/Translations.texi" -o "README.i18n" + + # Change date of the files to the past so they will be regenerated by 'make' + touch -d '2000-01-01' INSTALL-WMAKER README.i18n diff --git a/WindowMaker-rpmlintrc b/WindowMaker-rpmlintrc new file mode 100644 index 0000000..480c35c --- /dev/null +++ b/WindowMaker-rpmlintrc @@ -0,0 +1 @@ +addFilter("macro-in-comment") diff --git a/WindowMaker.changes b/WindowMaker.changes new file mode 100644 index 0000000..6bdb2b0 --- /dev/null +++ b/WindowMaker.changes @@ -0,0 +1,986 @@ +------------------------------------------------------------------- +Wed Nov 20 10:44:40 UTC 2024 - chris@computersalat.de + +- remove WindowMaker-rpmlintrc +- fix build error with wallpaper-branding-openSUSE + +------------------------------------------------------------------- +Mon Nov 18 08:23:07 UTC 2024 - chris@computersalat.de + +- Update to 0.96.0 (August 5th 2023) + * Screen corners can be assigned an external command to be executed + when the mouse pointer is entering those areas. In WPrefs, “Hot + Corner Shortcut Preferences” can be used for configuration or by + manually adding a “HotCorners” key and value to “YES” in the + ~/GNUstep/Defaults/WindowMaker file. Hot Corners feature is disabled + by default. Actions are specified by the “HotCornerActions” and are + defined as a four entries list (“top left action”, “top right action”, + “bottom left action”, “bottom right action”). A screen corner area is + a cube shape defined by the “HotCornerEdge” which is a number of + pixels from 2 (by default) to 10. To lower the risk of triggering + that feature accidentally a “HotCornerDelay” key can be used which + is the time before the action is triggered while the pointer is in + one of the screen corner. Default value is 250 ms. + * In WPrefs “Keyboard Shortcut Preferences” tab, three new actions + can be configured: “Capture a portion of the screen”, “Capture a + window”, “Capture the entire screen”. The file is saved in + ~/GNUstep/Library/WindowMaker/Screenshots directory under a filename + format “screenshot_%Y-%m-%d_at_%H:%M:%S” followed by the extension. + Which can be png or jpg based on WRaster dependencies. + * libXRes is now an optional dependency. XRes the resource extension + for the X protocol is used to find the underlying processes + (and PIDs) responsible for displaying the windows. + * Support for _NET_WM_FULLSCREEN_MONITORS hint. That hint allows + applications that support it to be set as fullscreen on multiple + heads. It depends on Xinerama extension support. + * To keep the dock on the primary head in a multi-head setup, set the + option “KeepDockOnPrimaryHead” in ~/GNUstep/Defaults/WindowMaker to + “YES” or click “Keep dock on primary head” under the WPrefs “Expert + User Preferences” tab. +- rebase/rework patches + * WindowMaker-config.patch + * WindowMaker-menu.patch + * fix_wmgenmenu_paths.patch + * wm-giflib.patch + +------------------------------------------------------------------- +Wed May 15 07:53:24 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N format to eliminate usage of deprecated %patchN. + +------------------------------------------------------------------- +Wed Apr 17 08:40:25 UTC 2024 - Lubos Kocman + +- Use png for default wallpaper as SLES, TW, Leap 15.6+ are using png + * Article https://news.opensuse.org/2024/04/09/common-wallpaper-path/ + * Updated style inside theme.tar.bz and symlinks in spec + +------------------------------------------------------------------- +Fri Sep 3 14:48:40 UTC 2020 - max+suse@dnzm.nl + +- Added build requirements which result in broader image support and UTF-8/RTL + improvements. + +------------------------------------------------------------------- +Sat Apr 11 14:41:40 UTC 2020 - chris@computersalat.de + +- Update to 0.95.9 + * SwitchPanel is now more configurable: + you can configure the switch panel icon size by setting the + “SwitchPanelIconSize” option to your preferred value in + ~/GNUstep/Defaults/WindowMaker. The font size used in this panel now is also + sensible to changes in the system font. + * New user configuration directory environment variable: + In previous versions, the GNUstep directory used to store a user’s Window + Maker configuration files was specified by the GNUSTEP_USER_ROOT environment + variable, which defaulted to ~/GNUstep. However, this environment variable + was deprecated in gnustep-make v2. Therefore, it has been replaced by the + WMAKER_USER_ROOT environment variable. + * libXmu is now an optional dependency + If the library is not found, compilation work, the only limitation will + arise when trying to install the standard colormap on displays which are not + TrueColor. Please note that if you have the library but not the headers, + configure will still stop; there is no user option to explicitly disable + the library use. +- Rebase patches + * WindowMaker-config.patch + * WindowMaker-menu.patch +- Rework reproducible patch + * remove WindowMaker-0.95.8-reproducible.patch + * add WindowMaker-reproducible.patch + +------------------------------------------------------------------- +Wed Dec 20 12:11:03 UTC 2017 - bwiedemann@suse.com + +- Add WindowMaker-0.95.8-reproducible.patch to make build reproducible + +------------------------------------------------------------------- +Tue Nov 28 20:21:32 UTC 2017 - crrodriguez@opensuse.org + +- Remove xorg-x11-devel metapackage dependencies, replace it for + specific pkgconfig() buildrequires or automatically generated + ones for the -devel package + +------------------------------------------------------------------- +Tue Mar 14 22:02:11 UTC 2017 - chris@computersalat.de + +- Update to 0.95.8 + * for changes and news see + http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS + http://repo.or.cz/wmaker-crm.git/blob/HEAD:/ChangeLog +- rework/rebase patches + * WindowMaker-menu.patch + * wm-giflib.patch +- some spec cleanup + * rename README.SuSE -> README.SUSE + +------------------------------------------------------------------- +Sat Jun 25 18:13:37 UTC 2016 - chris@computersalat.de + +- rebase patches (p0) + * WindowMaker-config.patch + * WindowMaker-menu.patch + * fix_wmgenmenu_paths.patch + * wm-giflib.patch + +------------------------------------------------------------------- +Tue Mar 22 13:03:08 UTC 2016 - kmroz@suse.com + +- Fix build breakace related to giflib < 5.1. + +------------------------------------------------------------------- +Tue Mar 22 10:09:48 UTC 2016 - kmroz@suse.com + +- Update to WindowMaker-0.95.7 + - Small modification of wm-giflib.patch. + - Spec file fixes. +- Removed: WindowMaker-0.96.6.tar.gz +- Added: WindowMaker-0.96.7.tar.gz + +------------------------------------------------------------------- +Mon Oct 5 09:24:02 UTC 2015 - mvetter@suse.com + +- bsc#900820: Always use default openSUSE wallpaper for theme 'SUSE'. + +------------------------------------------------------------------- +Mon Sep 21 11:07:06 UTC 2015 - mvetter@suse.com + +- bsc#779179: Remove old SuSE wallpapers and add openSUSE ones. + +------------------------------------------------------------------- +Tue Jan 27 18:11:07 UTC 2015 - jengelh@inai.de + +- Update wm-giflib.patch to support giflib-5.1 + +------------------------------------------------------------------- +Thu Nov 6 00:12:35 UTC 2014 - kmroz@suse.com + +- Update to WindowMaker-0.95.6 + - Add: WindowMaker-0.95.6.tar.gz + - Remove: WindowMaker-0.95.5.tar.gz + - Update WindowMaker-menu.patch to reflect changed menu.nl in + 0.95.6. + - Update fix_wmgenmenu_paths.patch as most changes are already + present in 0.95.6. + - Update wm-giflib.c to reflect code changes (ie. re-written + wrlib/gif.c with wrlib/load_gif.c). Not clear if this patch + is even needed, but keeping it around. + +------------------------------------------------------------------- +Fri May 30 20:31:01 UTC 2014 - jengelh@inai.de + +- Edit wm-giflib.patch to support giflib7-5.1 API + +------------------------------------------------------------------- +Thu Apr 10 20:57:27 UTC 2014 - sfalken@opensuse.org + +- Added --prefix=/usr and --datadir=/usr/share to %configure to + correct paths to better match with other WindowManagers in + openSUSE +- Updated WindowMaker-menu.patch with corrected paths +- Created patch to fix wmgenmenu to remove hardcodes in source + Add: fix_wmgenmenu_paths.patch + +------------------------------------------------------------------- +Sat Sep 14 09:58:39 UTC 2013 - chris@computersalat.de + +- update to 0.95.5 + * http://repo.or.cz/w/wmaker-crm.git/log/cd5e004127d4088df21bd62c20a9d6c61a27763b +- rebase wm-giflib patch + +------------------------------------------------------------------- +Mon Jan 28 09:20:57 UTC 2013 - chris@computersalat.de + +- fix changelog +- rebase config patch + +------------------------------------------------------------------- +Fri Jan 18 15:49:01 UTC 2013 - vcizek@suse.com + +- update to 0.95.4 + * There was a major code cleanup related to icons, + * some changes in WPrefs, + * the addition of a new "Center" placement strategy, + * support for _NET_FRAME_EXTENTS, + * the removal of CPP dependency to process menu files and small + fixes and improvements all around. +- dropped WindowMaker-81eefca4e.patch (merged upstream) + +------------------------------------------------------------------- +Tue Jan 8 02:32:01 UTC 2013 - crrodriguez@opensuse.org + +- wm-giflib.patch --> fix build with newer giflib + (stuff must also _always_ include "config.h" as the first file) + +------------------------------------------------------------------- +Tue Sep 18 11:48:57 UTC 2012 - chris@computersalat.de + +- fix for bnc#780348 + * added WindowMaker-81eefca4e.patch + * this patch provides fixes for + o WMRootMenu + (SuSE, OPEN_MENU, "| xdg_menu --format WindowMaker --charset UTF-8") + o More (un)maximize tweaks ("jumping window") + * http://repo.or.cz/w/wmaker-crm.git/commit/81eefca4ef70414d73048300058e5007f402dd7f + +------------------------------------------------------------------- +Wed Jun 27 21:35:23 UTC 2012 - chris@computersalat.de + +- update to 0.95.3.99.1 (upcoming next release) + * GIT version 81eefca4ef70414d73048300058e5007f402dd7f + * fix for "jumping Windows" on resize + * fix for SUSE menu + +------------------------------------------------------------------- +Fri May 25 08:44:59 UTC 2012 - chris@computersalat.de + +- update to 0.95.3 + * no up-to-date ChangeLog available + see http://repo.or.cz/w/wmaker-crm.git/shortlog +- rebase patches + * config, menu + +------------------------------------------------------------------- +Fri Feb 17 23:01:00 UTC 2012 - chris@computersalat.de + +- update to 0.95.2 + * no up-to-date ChangeLog available + see http://repo.or.cz/w/wmaker-crm.git/shortlog +- rebase patches + * config, menu +- remove obsolete patches +- rpmlintrc + * add macro-in-comment + * remove suse-filelist-forbidden +- add missing libjpeg-devel + +------------------------------------------------------------------- +Tue Nov 15 13:12:12 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Sat Sep 17 10:35:01 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build +- Fix erroneous trailing backslash + +------------------------------------------------------------------- +Wed Aug 31 04:38:04 UTC 2011 - crrodriguez@opensuse.org + +- Fix linking problems with new gnu ld + +------------------------------------------------------------------- +Tue Jul 26 19:45:06 UTC 2011 - andrea.turrini@gmail.com + +- fixed typos in description of WindowMaker.spec + +------------------------------------------------------------------- +Sun Apr 4 18:59:43 CEST 2010 - ro@suse.de + +- fix build with libpng14 + +------------------------------------------------------------------- +Mon Mar 30 03:31:24 CEST 2009 - crrodriguez@suse.de + +- remove static libwraster +- remove la files + +------------------------------------------------------------------- +Thu Feb 12 17:16:44 CET 2009 - nadvornik@suse.cz + +- updated to development snapshot + +------------------------------------------------------------------- +Wed Feb 11 13:41:40 CET 2009 - coolo@suse.de + +- ignore error about menu.orig - it's left for documentation + +------------------------------------------------------------------- +Mon Oct 13 10:42:08 CEST 2008 - nadvornik@suse.cz + +- fixed composite extension usage [bnc#433808] + +------------------------------------------------------------------- +Thu May 22 16:44:21 CEST 2008 - pgajdos@suse.cz + +- fixed "local variable used before set" [bnc#353376] + +------------------------------------------------------------------- +Mon Apr 28 00:03:36 CEST 2008 - ro@suse.de + +- remove hermes-devel from buildreq + +------------------------------------------------------------------- +Tue Mar 18 15:48:42 CET 2008 - nadvornik@suse.cz + +- fixed a bug in findBestIcon [bnc#371974] + +------------------------------------------------------------------- +Sun Mar 16 03:25:56 CET 2008 - crrodriguez@suse.de + +- fix file-not-in-lang errors + +------------------------------------------------------------------- +Wed Jan 23 12:41:58 CET 2008 - nadvornik@suse.cz + +- fixed declaration of functions in event.c [#355254] + +------------------------------------------------------------------- +Sat Mar 3 17:31:44 CET 2007 - aj@suse.de + +- /usr/share/xsessions is now part of filesystem. + +------------------------------------------------------------------- +Mon Oct 23 15:03:31 CEST 2006 - nadvornik@suse.cz + +- reverted previous change [#213889] +- added an offer to update the config files to start script +- documented the possibility of compatibility symlinks + in README.SuSE + +------------------------------------------------------------------- +Mon Oct 16 11:28:50 CEST 2006 - lnussel@suse.de + +- add compatibility symlinks /usr/X11R6/GNUstep and + /usr/X11R6/share/WindowMaker as those directories are still + referenced in old config files + +------------------------------------------------------------------- +Thu Aug 17 18:11:12 CEST 2006 - nadvornik@suse.cz + +- changed prefix /usr/X11R6 -> /usr + +------------------------------------------------------------------- +Tue Mar 14 12:25:06 CET 2006 - nadvornik@suse.cz + +- fixed the previous change + +------------------------------------------------------------------- +Thu Mar 9 17:53:00 CET 2006 - anicka@suse.cz + +- close file descriptors before exec [#155502] + +------------------------------------------------------------------- +Wed Mar 8 15:50:02 CET 2006 - anicka@suse.cz + +- change default fonts to work with all languages [#154758] + +------------------------------------------------------------------- +Tue Jan 31 18:07:08 CET 2006 - nadvornik@suse.cz + +- fixed invalid usage of snprintf [#117663] + +------------------------------------------------------------------- +Wed Jan 25 21:34:00 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Mon Nov 28 12:37:48 CET 2005 - nadvornik@suse.cz + +- fixed color reference counting [#119439] + +------------------------------------------------------------------- +Fri Oct 14 17:57:08 CEST 2005 - nadvornik@suse.cz + +- fixed another missing return value warning + +------------------------------------------------------------------- +Fri Oct 7 17:44:41 CEST 2005 - mmj@suse.de + +- fix wrong printf calls + +------------------------------------------------------------------- +Mon Sep 12 16:32:25 CEST 2005 - nadvornik@suse.cz + +- increased MAX_WORKSPACENAME_WIDTH because ru.po + contains longer strings [#116475] + +------------------------------------------------------------------- +Fri Jul 22 12:22:46 CEST 2005 - nadvornik@suse.cz + +- fixed fullscreen in OpenOffice.org presentations [#74375] +- fixed char comparison [#95091] + +------------------------------------------------------------------- +Thu Jul 14 18:11:19 CEST 2005 - nadvornik@suse.cz + +- updated to 0.92.0: + * added support for X Input Methods + * improved hiding/unhiding animations to be quicker and do + less icon shuffling + +------------------------------------------------------------------- +Thu May 12 12:56:25 CEST 2005 - nadvornik@suse.cz + +- fixed bug in WINGs that caused wmaker crash [#82768] + +------------------------------------------------------------------- +Wed Apr 6 18:32:56 CEST 2005 - nadvornik@suse.cz + +- fixed to compile with gcc4 +- added gettext-devel to neededforbuild + +------------------------------------------------------------------- +Tue Mar 22 15:27:36 CET 2005 - nadvornik@suse.cz + +- fixed crash with KDE applications on 64bit archs [#74246] +- fixed german translation [#74254] + +------------------------------------------------------------------- +Thu Feb 17 13:47:00 CET 2005 - nadvornik@suse.cz + +- do not strip binaries + +------------------------------------------------------------------- +Tue Feb 15 16:57:08 CET 2005 - nadvornik@suse.cz + +- use the correct exec in desktop file + +------------------------------------------------------------------- +Thu Feb 10 13:46:54 CET 2005 - adrian@suse.de + +- add session desktop file + +------------------------------------------------------------------- +Sat Feb 5 20:52:55 CET 2005 - meissner@suse.de + +- fixed missing getenv prototype, added format attributes + and fixes found by the attributes. + +------------------------------------------------------------------- +Wed Jan 26 18:14:50 CET 2005 - nadvornik@suse.cz + +- fixed 64bit bug [#50203] + +------------------------------------------------------------------- +Mon Jan 17 12:46:25 CET 2005 - ro@suse.de + +- added c++ to neededforbuild (for libtiff) + +------------------------------------------------------------------- +Wed Jan 05 14:35:39 CET 2005 - nadvornik@suse.cz + +- updated to 0.91.0: + * NetWM support + * UTF-8 support included upstream + * antialiased text support included upstream + +------------------------------------------------------------------- +Fri Oct 22 18:42:05 CEST 2004 - nadvornik@suse.cz + +- do not install locale files with codeset [#47262] + +------------------------------------------------------------------- +Thu Oct 21 00:43:41 CEST 2004 - ro@suse.de + +- locale rename: no -> nb + +------------------------------------------------------------------- +Sat Oct 2 19:44:39 CEST 2004 - wimer@suse.de + +- adding new bgs for 9.2 + +------------------------------------------------------------------- +Thu Apr 29 11:50:07 CEST 2004 - nadvornik@suse.cz + +- fixed high CPU load on omnipresent windows [#38570] + +------------------------------------------------------------------- +Mon Apr 19 15:21:43 CEST 2004 - nadvornik@suse.cz + +- fixed missing return values + +------------------------------------------------------------------- +Mon Apr 05 15:13:24 CEST 2004 - nadvornik@suse.cz + +- updated SUSE theme [#30775] + +------------------------------------------------------------------- +Tue Mar 30 11:25:35 CEST 2004 - nadvornik@suse.cz + +- more fixed widget sizes in WPrefs [#35915] + +------------------------------------------------------------------- +Thu Mar 18 15:56:33 CET 2004 - nadvornik@suse.cz + +- better handling of utf8 charset +- fixed widget sizes in WPrefs (some localized texts did not fit in) [#35915] + +------------------------------------------------------------------- +Thu Mar 11 15:12:56 CET 2004 - nadvornik@suse.cz + +- better handle invalid multibyte characters [#35247] +- added README.SuSE describing the problem + +------------------------------------------------------------------- +Tue Feb 03 12:22:03 CET 2004 - nadvornik@suse.cz + +- fixed temp file handling [#34078] +- run xdg_menu on startup to cache output +- compile with -fno-strict-aliasing + +------------------------------------------------------------------- +Sat Jan 10 12:55:39 CET 2004 - adrian@suse.de + +- add %run_ldconfig + +------------------------------------------------------------------- +Tue Sep 23 15:30:57 CEST 2003 - nadvornik@suse.cz + +- fixed changing background color with wmsetbg [#31567] + +------------------------------------------------------------------- +Mon Sep 22 11:04:42 CEST 2003 - nadvornik@suse.cz + +- update old SUSE theme on startup, because images from the old + theme are no longer present + +------------------------------------------------------------------- +Fri Sep 19 17:17:27 CEST 2003 - nadvornik@suse.cz + +- new SuSE theme [#30775] + +------------------------------------------------------------------- +Fri Sep 12 16:27:54 CEST 2003 - nadvornik@suse.cz + +- fixed updating WMRootMenu on startup [#29508] + +------------------------------------------------------------------- +Wed Sep 03 16:40:49 CEST 2003 - nadvornik@suse.cz + +- fixed workspace cycling problem [#29720] +- fixed broken exit dialog in de_DE locale [#29728] + +------------------------------------------------------------------- +Mon Sep 01 12:26:34 CEST 2003 - nadvornik@suse.cz + +- fix SuSE menu location in WMRootMenu on startup + +------------------------------------------------------------------- +Wed Aug 27 14:34:45 CEST 2003 - nadvornik@suse.cz + +- fixed focus bug [#29004] +- suse menu is cached + +------------------------------------------------------------------- +Tue Aug 26 00:52:00 CEST 2003 - ro@suse.de + +- make sure iconv_menu_files is executable + +------------------------------------------------------------------- +Mon Aug 25 16:48:03 CEST 2003 - nadvornik@suse.cz + +- added fix for focus flickering [#27175] +- moved config files to /etc/X11 +- use xdg-menu for SuSE menu + +------------------------------------------------------------------- +Mon May 26 16:39:52 CEST 2003 - ro@suse.de + +- add pkgconfig files to devel subpackage +- remove not-packaged sk man-pages from buildroot + +------------------------------------------------------------------- +Tue May 6 21:18:13 CEST 2003 - mfabian@suse.de + +- another improvment to wsetfont by Gerd Knorr : + make the font size easily configurable when using Xft by + adding a "--size" option to wsetfont. + +------------------------------------------------------------------- +Tue May 6 20:41:18 CEST 2003 - mfabian@suse.de + +- update to current CVS (0.80.2.20030506) +- improve wsetfont to set AntialiasedText=YES/NO depending on + whether the font setup is for Xft or X11 core fonts (and remove + useless "WINGsConfiguration.antialiasedText = True;" from + WindowMaker-useMultiByte-useXft.patch). +- set size for "LargDisplayFont" to 24 pixel in wsetfont when + using Xft. +- add configure test to distinguish between Xft1 and Xft2 + and remove check for RENDER extension only when Xft2 is + available. + +------------------------------------------------------------------- +Mon May 5 14:00:05 CEST 2003 - mfabian@suse.de + +- WindowMaker-wsetfont.patch: use "-*-" instead of "-xftdummy-" + in the foundry because the latest version of fontconfig now + actually uses the foundry and inserting an dummy value doesn't + work anymore. +- remove "fontconfig fontconfig-devel" from neededforbuild again + and replace xf86 by x-devel-packages + +------------------------------------------------------------------- +Mon Apr 28 15:17:25 CEST 2003 - mfabian@suse.de + +- update to current CVS (0.80.2.20030428) +- improved wsetfont now included upstream +- add "fontconfig fontconfig-devel" to neededforbuild, + add config-dist.sh to remove this when building for SuSE 8.2. +- add option "--no-fonts" to setstyle when installing the + SuSE-theme in /usr/X11R6/bin/windowmaker to avoid overwriting + the font done by wsetfont. + +------------------------------------------------------------------- +Wed Apr 23 17:05:28 CEST 2003 - mfabian@suse.de + +- update to current CVS (0.80.2.20030423) +- improve "wsetfont" to make it work on FreeBSD as well +- remove: WindowMaker-nls.patch, + WindowMaker-plmenu.zh_TW.Big5.patch (included upstream) +- remove Vladimir's WindowMaker-LocMenu.patch, a similar fix + is now included upstream + +------------------------------------------------------------------- +Thu Apr 17 17:52:00 CEST 2003 - mfabian@suse.de + +- disable use of assembler mmx stuff because it makes WindowMaker + crash immediately. This assembler code was recently introduced + in CVS, but apparently it doesn't work yet. + +------------------------------------------------------------------- +Wed Apr 16 19:44:47 CEST 2003 - mfabian@suse.de + +- update to current CVS (0.80.2.20030415) and adapt patches +- add "freetype2 freetype2-devel expat" to neededforbuild to enable + Xft. +- WindowMaker-useMultiByte-useXft.patch: enable Xft always + even when there is no RENDER extension, improve fallback font + settings, call "wsetfont --sans" in wmaker.inst to get reasonable + default font settings for Xft. +- WindowMaker-wsetfont.patch: extend to support useful font + settings for Xft. Also include Support for CP1251 + (Bulgarian and Belarussian) and ISO 8859-5 (Macedonian, + Cyrillic Serbian) by Anton Zinoviev + +------------------------------------------------------------------- +Wed Mar 12 17:23:41 CET 2003 - nadvornik@suse.cz + +- fixed bug in opening localized menu [#25144] + +------------------------------------------------------------------- +Mon Mar 03 12:50:21 CET 2003 - nadvornik@suse.cz + +- use GNUSTEP_USER_ROOT in windowmaker script [#24418] + +------------------------------------------------------------------- +Fri Dec 20 17:35:28 CET 2002 - mfabian@suse.de + +- update to 0.80.2 +- remove WindowMaker-overflow.patch (included upstream) +- remove obsolete configure option --enable-kanji +- add WindowMaker-fontmatching.patch to improve fontset guessing +- improve wsetfont: + add fontsets: latin9, turkish, efontuni, gnuuni, generic + add LargeDisplayFont to the lists of fontsets changed by wsetfont + improve behaviour of '--auto and --locale' switch by using + 'locale charmap' to find out which fontset is suitable. +- add iconv_menu_files script to generate UTF-8 encoded menu files +- fix syntax error in plmenu.zh_TW.Big5 +- patch plmenu.ja the same way the other plmenu.* files + are patched + +------------------------------------------------------------------- +Tue Nov 12 15:49:51 CET 2002 - nadvornik@suse.cz + +- fixed overflow in RCreateImage() + +------------------------------------------------------------------- +Tue Jul 2 17:36:09 CEST 2002 - nadvornik@suse.cz + +- updated to 0.80.1: bugfix release + +------------------------------------------------------------------- +Wed Apr 24 15:17:11 CEST 2002 - nadvornik@suse.cz + +- used macro %{_lib} + +------------------------------------------------------------------- +Fri Feb 22 15:52:47 CET 2002 - nadvornik@suse.cz + +- fixed file permissions + +------------------------------------------------------------------- +Fri Feb 22 09:47:36 CET 2002 - nadvornik@suse.cz + +- replaced /home/mawa with $HOME in german menu + +------------------------------------------------------------------- +Thu Feb 21 23:40:10 CET 2002 - adrian@suse.de + +- add SuSE default theme by Ken +- change behaviour of LMB on background (menu instead of selection) + +------------------------------------------------------------------- +Mon Feb 18 14:10:33 CET 2002 - nadvornik@suse.cz + +- added bugfixes from CVS: + - fixed crash when setting "Emulate AppIcon" [bug #13380] + - fixed problem with saving session when shared appicon is enabled + - fixed focus related problems + - fixes for multihead systems + +------------------------------------------------------------------- +Thu Feb 14 17:11:06 CET 2002 - nadvornik@suse.cz + +- set MultiByteText to yes in WMGLOBAL + +------------------------------------------------------------------- +Fri Feb 1 00:26:10 CET 2002 - ro@suse.de + +- changed neededforbuild to + +------------------------------------------------------------------- +Tue Jan 8 09:54:56 CET 2002 - nadvornik@suse.cz + +- updated to 0.80.0 + - shared appicons between applications of the same class + - Dock/Clip can steal appicons of applications started by other + means (main menu, terminal) and attach them + - many bugs fixed + +------------------------------------------------------------------- +Fri Nov 16 15:28:40 CET 2001 - nadvornik@suse.cz + +- set MultiByteText to yes by default + +------------------------------------------------------------------- +Mon Oct 8 16:50:54 CEST 2001 - nadvornik@suse.cz + +- updated to 0.70.0 + libPropList is no longer required + many bugs fixed + +------------------------------------------------------------------- +Sun Sep 16 18:04:52 CEST 2001 - mfabian@suse.de + +- fix wsetfont script for Japanese and Korean + +------------------------------------------------------------------- +Thu Jul 26 14:28:37 CEST 2001 - nadvornik@suse.cz + +- update to 0.65.1 + +------------------------------------------------------------------- +Wed Jun 6 11:35:22 CEST 2001 - nadvornik@suse.cz + +- updated to 0.65.0 +- compiled with hermes + +------------------------------------------------------------------- +Thu Apr 26 15:39:24 CEST 2001 - nadvornik@suse.cz + +- fixed problems with saving icons + +------------------------------------------------------------------- +Tue Apr 24 08:39:24 CEST 2001 - nadvornik@suse.cz + +- fixed segfault in WPrefs + +------------------------------------------------------------------- +Thu Apr 19 14:29:16 CEST 2001 - nadvornik@suse.cz + +- fixes for ia64 + +------------------------------------------------------------------- +Fri Apr 6 09:02:06 CEST 2001 - nadvornik@suse.cz + +- better integration of menus generated by susewm + +------------------------------------------------------------------- +Thu Mar 29 15:48:14 CEST 2001 - nadvornik@suse.cz + +- fixed bug in keyboard handling +- used RPM_OPT_FLAGS + +------------------------------------------------------------------- +Tue Mar 13 11:02:17 CET 2001 - nadvornik@suse.cz + +- created devel subpackage + +------------------------------------------------------------------- +Mon Feb 26 10:44:54 CET 2001 - nadvornik@suse.cz + +- update to 0.64.0 + +------------------------------------------------------------------- +Fri Jan 26 09:23:58 CET 2001 - nadvornik@suse.cz + +- update to 0.63.1 + +------------------------------------------------------------------- +Fri Dec 15 12:57:38 CET 2000 - nadvornik@suse.cz + +- added paths for package icons + +------------------------------------------------------------------- +Thu Nov 23 16:51:08 CET 2000 - nadvornik@suse.cz + +- added Provides: wmaker windowmanager +- removed Requires: wterm + +------------------------------------------------------------------- +Wed Nov 15 12:35:48 CET 2000 - ro@suse.de + +- fixed neededforbuild for libPropList + +------------------------------------------------------------------- +Wed Nov 1 01:21:05 MET 2000 - egger@suse.de + +- Updated specfile to new long packagenames. +- Reworked specfile. +- Probably needs some more work; I'm taking care of that. + +------------------------------------------------------------------- +Tue Oct 10 14:51:56 CEST 2000 - nadvornik@suse.cz + +- fixed list of doc files + +------------------------------------------------------------------- +Mon Oct 2 09:19:06 CEST 2000 - nadvornik@suse.cz + +- fixed start script +- used bzip2 + +------------------------------------------------------------------- +Mon Aug 14 09:52:03 CEST 2000 - nadvornik@suse.cz + +- fixed bug in shutdown.c + +------------------------------------------------------------------- +Fri Aug 11 09:44:01 CEST 2000 - nadvornik@suse.cz + +- fixed bug in menu.c + +------------------------------------------------------------------- +Thu Jul 27 09:11:18 CEST 2000 - nadvornik@suse.cz + +- "EXEC SAVE_WORKSPACE" replaced with "SAVE_SESSION" in menu + (bug #3640) + +------------------------------------------------------------------- +Tue May 9 11:16:12 CEST 2000 - nadvornik@suse.cz + +- update to 0.62.1 + +------------------------------------------------------------------- +Wed May 3 11:11:06 CEST 2000 - nadvornik@suse.cz + +- build with i18n support + +------------------------------------------------------------------- +Fri Apr 21 08:49:22 MEST 2000 - nadvornik@suse.cz + +- added BuildRoot + +------------------------------------------------------------------- +Mon Apr 10 23:08:09 CEST 2000 - bk@suse.de + +- added suse update config macro + +------------------------------------------------------------------- +Wed Mar 1 15:29:02 MET 2000 - choeger@suse.de + +- added mandir + +------------------------------------------------------------------- +Tue Feb 29 10:19:57 MET 2000 - choeger@suse.de + +- added wterm to requires + +------------------------------------------------------------------- +Mon Oct 25 23:47:18 CEST 1999 - ro@suse.de + +- switched to libungif + +------------------------------------------------------------------- +Tue Oct 19 10:48:38 CEST 1999 - choeger@suse.de + +- new version, 0.61.1 + +------------------------------------------------------------------- +Tue Sep 28 11:22:40 CEST 1999 - choeger@suse.de + +- added KDE-Support + +------------------------------------------------------------------- +Thu Sep 23 12:46:30 CEST 1999 - choeger@suse.de + +- new version + +------------------------------------------------------------------- +Mon Sep 20 17:46:45 CEST 1999 - ro@suse.de + +- added provides windowmanager + +------------------------------------------------------------------- +Tue Sep 14 23:03:17 CEST 1999 - ro@suse.de + +- finally removed libproplist-files from filelist + +------------------------------------------------------------------- +Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de + +- ran old prepare_spec on spec file to switch to new prepare_spec. + +------------------------------------------------------------------- +Thu Aug 19 09:52:04 CEST 1999 - choeger@suse.de + +- removed proplist from source archives and + using the already present version of SuSE Dist. + +------------------------------------------------------------------- +Fri Jul 16 16:33:13 MEST 1999 - choeger@suse.de + +- add script windowmaker +- changed wmaker.inst not to touch .xinitrc + +------------------------------------------------------------------- +Tue Jul 6 15:25:04 MEST 1999 - choeger@suse.de + +- added GNOME-Support (--enable-gnome) + +------------------------------------------------------------------- +Wed Apr 28 18:55:00 MEST 1999 - choeger@suse.de + +- new version 0.53.0 + +------------------------------------------------------------------- +Tue Mar 23 18:53:06 MET 1999 - choeger@suse.de + +- bugfix for spec-file (make clean in the Default-Config-Dir) + +------------------------------------------------------------------- +Thu Mar 11 10:05:14 MET 1999 - choeger@suse.de + +- new version 0.51.1 + +------------------------------------------------------------------- +Tue Jan 19 13:31:27 MET 1999 - choeger@suse.de + +- actual version 0.50.2 + +------------------------------------------------------------------- +Mon Dec 21 10:03:07 MET 1998 - choeger@suse.de + +- actual version 0.20.3 + +------------------------------------------------------------------- +Thu Jul 9 16:43:24 MEST 1998 - ro@suse.de + +- removed doc/libproplist/COPYING.LIB (simply doesn't exist) + +---------------------------------------------------------------------- +Wed Jul 1 17:44:36 MEST 1998 - maddin@suse.de + +- first S.u.S.E. version 0.15.1 +- changed configure so it works right for libPropList +- moved documentation +- /usr/X11R6/lib/X11/WindowMaker used as wm's home +- made wrapper script for wmaker, called windowmaker so user's + files are updated correctly + diff --git a/WindowMaker.desktop b/WindowMaker.desktop new file mode 100644 index 0000000..eb1afb1 --- /dev/null +++ b/WindowMaker.desktop @@ -0,0 +1,65 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=XSession +Exec=windowmaker +TryExec=windowmaker +Name=WindowMaker +Name[bn]=উইণ্ডো-মেকার +Name[cy]=GwneuthuryddFfenestri (WindowMaker) +Name[eo]=Fenestroadministrilo +Name[hi]=विंडोमेकर +Name[pa]=ਝਰੋਖਾ-ਨਿਰਮਾਤਾ +Name[sv]=Windowmaker +Name[ta]=விண்டோஸ்மேக்கர் +Name[tg]=Созандаи тиреза +Name[xx]=xxWindowMakerxx +Comment=A simple window manager that resembles the NeXTStep look very closely +Comment[ar]=مدير نوافذ بسيط يمثّل مظهر NeXTStep بشكل قريب جداً +Comment[bn]=একটি উইণ্ডো ম্যানেজার যা ভীষণরকম NeXTStep-এর মত দেখতে +Comment[bs]=Jednostavan window manager koji vrlo dosljedno imitira NeXTStep izgled +Comment[ca]=Un gestor de finestres simple que s'assembla molt a l'aspecte de NeXTStep +Comment[cy]=Trefnydd ffenestri syml sy'n debyg iawn i'r golwg CamNesaf +Comment[da]=En simpel vindueshåndtering der ligner NeXTStep's udseende meget +Comment[de]=Einfacher Fenstermanager mit starker Ähnlichkeit zu NeXTStep +Comment[el]=Ένας απλός διαχειριστής παραθύρων που προσομοιώνει πολύ καλά το στυλ του NeXTStep +Comment[eo]=Simpla fenestroadministrilo +Comment[es]=Un administrador de ventanas sencillo cuyo aspecto se parece mucho al de NeXTStep +Comment[et]=Lihtne aknahaldur, mis meenutab väga tugevasti NeXTStepi +Comment[eu]=Leiho kudeatzaile sinplea, NeXTStep-en antz handia duena +Comment[fi]=Yksinkertainen ikkunaohjelma, joka muistuttaa erittäin paljon NeXTStepiltä +Comment[fr]=Un gestionnaire de fenêtres simple qui ressemble assez précisement à NeXTStep +Comment[fy]=In Ienfâldige finstersmanager dy it úterlik fan NeXTStep saer tichtby benaderd +Comment[gl]=Un xestor de fiestras sinxelo que se achega moito á apariencia de NeXTStep +Comment[he]=מנהל חלונות פשוט הדומה מאוד במראה שלו ל־NeXTStep +Comment[hi]=नेक्स्टस्टेप की तरह दिखने वाला सादा विंडो प्रबंधक +Comment[hr]=Jednostavan upravitelj prozora koji odražava vrlo blisko izgled NeXTStepa +Comment[hu]=Egy egyszerű ablakkezelő, megjelenése nagyon hasonlít a NeXTStephez +Comment[is]=Einfaldur gluggastjóri sem líkir vel eftir NeXTStep umhverfinu +Comment[it]=Un semplice window manager che assomiglia molto a NeXTStep. +Comment[ja]=NextStepにとても良く似たシンプルなウィンドウマネージャ +Comment[lt]=Paprasta langų tvarkyklė, išvaizda labai primenanti NeXTStep +Comment[mk]=Едноставен менаџер на прозорци кој е многу сличен на изгледот на NeXTStep +Comment[mt]=Window manager li jixbaħ ħafna lil NextStep +Comment[nb]=En enkel vindusbehandler som er svært lik NeXTStep i utseende +Comment[nds]=En eenfache Finsterpleger de meist utsüht as NeXTStep +Comment[nl]=Een eenvoudige windowmanager die het uiterlijk van NeXTStep zeer dicht benaderd +Comment[nn]=Ein enkel vindaugssjef som liknar mykje på NeXTStep +Comment[pa]=ਇੱਕ ਸਧਾਰਨ ਜੋ ਕਿ NeXTStep ਵਰਗਾ ਜਾਪਦਾ ਹੈ +Comment[pl]=Prosty menedżer okien przypominający bardzo wyglądem NeXTStep +Comment[pt]=Um gestor de janelas simples que faz lembrar bastante o visual do NeXTStep +Comment[pt_BR]=Um gerenciador de janelas simples, que lembra a aparência do NeXTStep +Comment[ro]=Un manager de ferestre simplu, care aminteşte foarte bine de aspectul NeXTStep +Comment[ru]=Простой оконный менеджер, воспроизводящий интерфейс NeXTStep +Comment[sk]=Jednoduchý správca okien, ktorý veľmi pripojíma NeXTStep +Comment[sl]=Preprost okenski upravitelj, ki zelo spominja na izgled NeXTStep +Comment[sr]=Једноставан менаџер прозора који одражава врло блиско изглед NeXTStep-а +Comment[sr@Latn]=Jednostavan menadžer prozora koji odražava vrlo blisko izgled NeXTStep-a +Comment[sv]=Enkel fönsterhanterare som mycket nära efterliknar Nextstep-utseendet +Comment[ta]=NeXTStep ஐ ஒத்த எளிய சாளர மேலாளார். +Comment[tr]=NeXTStep'e aşırı benzeyen basit bir masaüstü yöneticisi +Comment[uk]=Простий менеджер вікон, що дуже нагадує NeXTStep +Comment[uz]=NeXTStep'га жуда ўхшаш оддий ойна бошқарувчи +Comment[vi]=Trình quản lý cửa sổ giống với NeXTStep +Comment[xx]=xxA simple window manager that resembles the NeXTStep look very closelyxx +Comment[zh_CN]=非常接近 NeXTStep 外观的简单窗口管理器 +Comment[zh_TW]=一個小型且與 NeXTStep 外觀很接近的視窗管理程式 diff --git a/WindowMaker.spec b/WindowMaker.spec new file mode 100644 index 0000000..8522635 --- /dev/null +++ b/WindowMaker.spec @@ -0,0 +1,203 @@ +# +# spec file for package WindowMaker +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: WindowMaker +Summary: A Colorful and Flexible Window Manager +License: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain +Group: System/GUI/Other +Version: 0.96.0 +Release: 0 +URL: http://windowmaker.org/ +Source: http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.gz +Source1: %{name}-extra-0.1.tar.bz2 +Source2: theme.tar.bz2 +Source4: README.SUSE +Source5: %{name}.desktop +Source6: windowmaker +Patch1: %{name}-config.patch +Patch2: %{name}-menu.patch +Patch3: fix_wmgenmenu_paths.patch +# +Patch101: wm-giflib.patch +# PATCH-FEATURE-OPENSUSE +Patch102: WindowMaker-reproducible.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes +BuildRequires: fontconfig-devel +BuildRequires: freetype2-devel +BuildRequires: gcc-c++ +BuildRequires: giflib-devel +BuildRequires: libexif-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: wallpaper-branding-openSUSE +BuildRequires: pkgconfig(ImageMagick) +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xft) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xmu) +BuildRequires: pkgconfig(xpm) +Requires: wallpaper-branding-openSUSE +Requires: xdg-menu +Provides: windowmanager +Provides: wmaker + +%description +Window Maker is an X11 window manager originally designed to provide +integration support for the GNUstep Desktop Environment. In every way +possible, it reproduces the elegant look and feel of the NEXTSTEP user +interface. It is fast, feature rich, easy to configure, and easy to +use. It is also free software, with contributions being made by +programmers from around the world. + +Window Maker has a stable user interface since many years and comes +with a powerful GUI configuration editor called WPrefs, which removes +the need to edit text-based config files by hand. It supports running +dockapps which make everyday tasks such as monitoring system +performance and battery usage, mounting devices or connecting to the +internet very easy. Please see the features section for more specifics +on what Window Maker can do, and how it compares with other popular +window managers. + +%package devel +Summary: Development files for WindowMaker +License: GPL-2.0-or-later +Group: Development/Libraries/X11 +Requires: %{name} = %{version} + +%description devel +This package contains the header files and libraries necessary for +developing applications which use WindowMaker. + +%prep +%setup -q -n %{name}-%{version} -a 1 +mkdir menu_orig +cp %{name}/{menu.*,plmenu.*} menu_orig +%patch -P 1 +%patch -P 2 +%patch -P 3 +%patch -P 101 +%patch -P 102 +cp %{S:4} . +cp %{S:6} . +%if 0%{?suse_version} < 1140 +rename no nb po/no.* +%endif +# --------------------------------------------------------------------------- + +%build +bash -x ./autogen.sh +export LINGUAS="be bg bs ca cs da de el es et fi fr gl hr hu hy it ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW" +export CFLAGS="$RPM_OPT_FLAGS $(freetype-config --cflags)" +%configure \ + --prefix=/usr \ + --datadir=/usr/share \ + --disable-static \ + --with-pic\ + --sysconfdir=/etc/X11 \ + --enable-xinerama \ + --localedir=/usr/share/locale \ + --with-pixmapdir=/usr/share/%{name}/Pixmaps \ + --with-gnustepdir=/usr/lib/GNUstep + +make %{?_smp_mflags} +(cd %{name}-extra-0.1 +%configure \ + --prefix=/usr \ + --disable-static \ + --with-pic\ + --with-pixmapdir=/usr/share/%{name}/Pixmaps + +make %{?_smp_mflags} +) +# --------------------------------------------------------------------------- + +%install +make DESTDIR=$RPM_BUILD_ROOT install +install -m 755 dockit $RPM_BUILD_ROOT/usr/bin/dockit +install -m 755 windowmaker $RPM_BUILD_ROOT/usr/bin/windowmaker +cd %{name}-extra-0.1 +make DESTDIR=$RPM_BUILD_ROOT install +tar -xvjf %SOURCE2 -C $RPM_BUILD_ROOT/usr/share/%{name}/Themes/ +find $RPM_BUILD_ROOT/usr/share/%{name}/Themes -type f -exec chmod 644 {} \; +find $RPM_BUILD_ROOT/usr/share/%{name}/Themes -type d -exec chmod 755 {} \; +# use default openSUSE wallpaper in SUSE theme +pushd %{buildroot}/usr/share/%{name}/Themes/SUSE.themed/ +%if 0%{?sle_version} <= 150500 && 0%{?is_opensuse} +ln -sf /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg default.png +%endif +%if 0%{?sle_version} >= 150600 && 0%{?is_opensuse} +ln -sf /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.png default.png +%endif +%if 0%{?suse_version} > 1600 +ln -sf /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1200.png default.png +%endif +popd +#---------------------------------------------------------------------- +# not packaged +rm -f $RPM_BUILD_ROOT/%{_mandir}/{cs,ru,sk}/man1/* +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +# install kdm/gdm entry +install -m 0755 -d $RPM_BUILD_ROOT/usr/share/xsessions/ +install -m 0644 %SOURCE5 $RPM_BUILD_ROOT/usr/share/xsessions/ +%suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/xsessions/%{name}.desktop +cd .. +%find_lang %{name} +%find_lang WINGs %{name}.lang +%find_lang WPrefs %{name}.lang +%find_lang WRaster %{name}.lang +%find_lang wmgenmenu %{name}.lang + +# rpmlint +%fdupes -s $RPM_BUILD_ROOT/usr/share/ + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(-,root,root) +%license COPYING COPYING.WTFPL +%doc AUTHORS BUGFORM BUGS ChangeLog FAQ +%doc NEWS README* TODO +%doc menu_orig +%dir /etc/X11/%{name} +%config /etc/X11/%{name}/* +/usr/lib/GNUstep +/usr/bin/* +%{_libdir}/*.so.* +%{_mandir}/man1/* +/usr/share/WINGs +/usr/share/%{name} +/usr/share/xsessions/* +/usr/share/applications/* + +%files devel +%defattr(-,root,root) +%{_includedir}/* +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.so + +%changelog diff --git a/fix_wmgenmenu_paths.patch b/fix_wmgenmenu_paths.patch new file mode 100644 index 0000000..a48d887 --- /dev/null +++ b/fix_wmgenmenu_paths.patch @@ -0,0 +1,51 @@ +From 3981805ec78adf4479f0988cfc2174a02d58a738 Mon Sep 17 00:00:00 2001 +From: "Carlos R. Mafra" +Date: Thu, 10 Apr 2014 19:34:48 +0100 +Subject: [PATCH] wmgenmenu: Write paths according to options set at configure + time + +As reported by Shawn W Dunn, the configuration strings written by wmgenmenu +in $HOME/GNUstep/Defaults/WMRootMenu were not reflecting his installation +directories choices. + +Fix this by writing strings composed with PKGDATADIR. + +Signed-off-by: Carlos R. Mafra +--- +Index: util/wmgenmenu.c +=================================================================== +--- util/wmgenmenu.c.orig ++++ util/wmgenmenu.c +@@ -41,12 +41,13 @@ int main(int argc, char *argv[]) + { + char *t; + int ch; +- char *tmp, *theme_paths, *style_paths, *icon_paths; ++ char *tmp, *theme_paths, *style_paths, *icon_paths, *bg_paths; + + tmp = wstrconcat("-noext ", PKGDATADIR); + theme_paths = wstrconcat(tmp, "/Themes $HOME/" GSUSER_SUBDIR "/" USERDATA_SUBDIR "/" PACKAGE_TARNAME "/Themes WITH setstyle"); + style_paths = wstrconcat(tmp, "/Styles $HOME/" GSUSER_SUBDIR "/" USERDATA_SUBDIR "/" PACKAGE_TARNAME "/Styles WITH setstyle"); + icon_paths = wstrconcat(tmp, "/IconSets $HOME/" GSUSER_SUBDIR "/" USERDATA_SUBDIR "/" PACKAGE_TARNAME "/IconSets WITH seticons"); ++ bg_paths = wstrconcat(tmp, "/Backgrounds $HOME/" GSUSER_SUBDIR "/" USERDATA_SUBDIR "/" PACKAGE_TARNAME "/Backgrounds WITH wmsetbg -u -t"); + + struct option longopts[] = { + { "version", no_argument, NULL, 'v' }, +@@ -245,7 +246,7 @@ int main(int argc, char *argv[]) + L3Menu = WMCreatePLArray( + WMCreatePLString(_("Images")), + WMCreatePLString("OPEN_MENU"), +- WMCreatePLString("-noext $HOME/" GSUSER_SUBDIR "/" USERDATA_SUBDIR "/" PACKAGE_TARNAME "/Backgrounds WITH wmsetbg -u -t"), ++ WMCreatePLString(bg_paths), + NULL + ); + WMAddToPLArray(L2Menu, L3Menu); +@@ -334,7 +335,7 @@ int main(int argc, char *argv[]) + L1Menu = WMCreatePLArray( + WMCreatePLString(_("Configure Window Maker")), + WMCreatePLString("EXEC"), +- WMCreatePLString("WPrefs"), ++ WMCreatePLString("/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs"), + NULL + ); + WMAddToPLArray(RMenu, L1Menu); diff --git a/theme.tar.bz2 b/theme.tar.bz2 new file mode 100644 index 0000000..ca9b8b4 --- /dev/null +++ b/theme.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9afcdadfc84ae838dac4ab664262cf8d0d18ec134df84620585d1c13de623f +size 690 diff --git a/windowmaker b/windowmaker new file mode 100644 index 0000000..3cfdb8e --- /dev/null +++ b/windowmaker @@ -0,0 +1,101 @@ +#!/bin/bash + +# +# install SUSE theme +# + +install_suse_theme () +{ + setstyle --no-fonts /usr/share/WindowMaker/Themes/SUSE.themed +} + + +# +# update root menu +# + +HOME_GNUSTEP=${GNUSTEP_USER_ROOT:-$HOME/GNUstep} +ROOT_MENU=$HOME_GNUSTEP/Defaults/WMRootMenu +WM_CONFIG=$HOME_GNUSTEP/Defaults/WindowMaker + +test -f $ROOT_MENU && \ + grep -q /etc/WindowMaker/SuSE/SuSE_menu $ROOT_MENU && { + + cp $ROOT_MENU $ROOT_MENU.bak && \ + sed -e 's|"/etc/WindowMaker/SuSE/SuSE_wmapps[^"]*"|"/etc/X11/WindowMaker/SuSE_wmapps"|g' \ + -e 's|"/etc/WindowMaker/SuSE/SuSE_menu[^"]*"|"\| xdg_menu --format WindowMaker --charset UTF-8"|g' \ + $ROOT_MENU.bak >$ROOT_MENU +} + + +for FILE in $HOME_GNUSTEP/Defaults/* ; do + + [ $FILE = ${FILE%.sav} -a $FILE = ${FILE%.bak} -a -f $FILE ] && \ + grep -q /GNUstep/Apps/ $FILE && { + + cp $FILE $FILE.bak && \ + sed -e 's|/GNUstep/Apps/|/GNUstep/Applications/|g' $FILE.bak >$FILE + } +done + +# +# initialize users resources if any +# + +test -f $WM_CONFIG || { + + wmaker.inst + + install_suse_theme + + test $? = 0 || exit 1 +} + +# +# replace the old suse theme +# + +grep -q "/usr/X11R6/share/WindowMaker/Themes/SuSE.themed/stripes.png" $WM_CONFIG && + grep -q "/usr/X11R6/share/WindowMaker/Themes/SuSE.themed/blau.png" $WM_CONFIG && + install_suse_theme + +grep -q "/share/WindowMaker/Themes/SuSE.themed/SUSE.jpg" $WM_CONFIG && + install_suse_theme + +# +# handle transition from /usr/X11R6 +# + +find_X11R6 () +{ + find $HOME_GNUSTEP -name "*.bak" -o -name "*.sav" -prune -o -type f -exec grep -q "/usr/X11R6/\(share/WindowMaker\|GNUstep\)" {} \; -print +} + +if [ -f $ROOT_MENU ] && grep -q /usr/X11R6/GNUstep/Applications/WPrefs.app/WPrefs $ROOT_MENU && \ + [ ! -f /usr/X11R6/GNUstep/Applications/WPrefs.app/WPrefs -a ! -f /usr/X11R6/share/WindowMaker/README ] && \ + [ "x`find_X11R6`" != x ]; then + xmessage -buttons "Keep:1,Update:0" -file - <$FILE + done + fi +fi + + +# +# let xdg_menu cache the output +# +xdg_menu --format WindowMaker --charset UTF-8 >/dev/null 2>&1 & + +exec wmaker diff --git a/wm-giflib.patch b/wm-giflib.patch new file mode 100644 index 0000000..2e3f9e5 --- /dev/null +++ b/wm-giflib.patch @@ -0,0 +1,2534 @@ +--- + WINGs/Examples/colorpick.c | 4 ++++ + WINGs/Examples/fontl.c | 4 ++++ + WINGs/Examples/puzzle.c | 4 ++++ + WINGs/Extras/wtabledelegates.c | 4 ++++ + WINGs/Extras/wtableview.c | 4 ++++ + WINGs/Tests/mywidget.c | 4 ++++ + WINGs/Tests/testmywidget.c | 4 ++++ + WINGs/Tests/wmfile.c | 4 ++++ + WINGs/Tests/wmquery.c | 4 ++++ + WINGs/Tests/wtest.c | 4 ++++ + WINGs/array.c | 4 ++++ + WINGs/bagtree.c | 4 ++++ + WINGs/configuration.c | 4 ++++ + WINGs/data.c | 4 ++++ + WINGs/dragcommon.c | 4 ++++ + WINGs/dragdestination.c | 4 ++++ + WINGs/dragsource.c | 4 ++++ + WINGs/error.c | 4 ++++ + WINGs/findfile.c | 4 ++++ + WINGs/handlers.c | 4 ++++ + WINGs/hashtable.c | 4 ++++ + WINGs/memory.c | 4 ++++ + WINGs/misc.c | 4 ++++ + WINGs/notification.c | 4 ++++ + WINGs/proplist.c | 4 ++++ + WINGs/selection.c | 4 ++++ + WINGs/string.c | 4 ++++ + WINGs/tree.c | 4 ++++ + WINGs/userdefaults.c | 4 ++++ + WINGs/usleep.c | 4 ++++ + WINGs/wapplication.c | 4 ++++ + WINGs/wappresource.c | 4 ++++ + WINGs/wballoon.c | 4 ++++ + WINGs/wbox.c | 4 ++++ + WINGs/wbrowser.c | 4 ++++ + WINGs/wbutton.c | 4 ++++ + WINGs/wcolor.c | 4 ++++ + WINGs/wcolorpanel.c | 4 ++++ + WINGs/wcolorwell.c | 4 ++++ + WINGs/wevent.c | 4 ++++ + WINGs/wfilepanel.c | 4 ++++ + WINGs/wfont.c | 4 ++++ + WINGs/wfontpanel.c | 4 ++++ + WINGs/wframe.c | 4 ++++ + WINGs/widgets.c | 4 ++++ + WINGs/winputmethod.c | 4 ++++ + WINGs/wlabel.c | 4 ++++ + WINGs/wlist.c | 4 ++++ + WINGs/wmenuitem.c | 4 ++++ + WINGs/wmisc.c | 4 ++++ + WINGs/wpanel.c | 4 ++++ + WINGs/wpixmap.c | 4 ++++ + WINGs/wpopupbutton.c | 4 ++++ + WINGs/wprogressindicator.c | 4 ++++ + WINGs/wruler.c | 4 ++++ + WINGs/wscroller.c | 4 ++++ + WINGs/wscrollview.c | 4 ++++ + WINGs/wslider.c | 4 ++++ + WINGs/wsplitview.c | 4 ++++ + WINGs/wtabview.c | 4 ++++ + WINGs/wtext.c | 4 ++++ + WINGs/wtextfield.c | 4 ++++ + WINGs/wutil.c | 4 ++++ + WINGs/wview.c | 4 ++++ + WINGs/wwindow.c | 4 ++++ + WPrefs.app/Appearance.c | 4 ++++ + WPrefs.app/Configurations.c | 4 ++++ + WPrefs.app/Expert.c | 4 ++++ + WPrefs.app/Focus.c | 4 ++++ + WPrefs.app/FontSimple.c | 4 ++++ + WPrefs.app/Icons.c | 4 ++++ + WPrefs.app/KeyboardSettings.c | 4 ++++ + WPrefs.app/Menu.c | 4 ++++ + WPrefs.app/MenuPreferences.c | 4 ++++ + WPrefs.app/MouseSettings.c | 4 ++++ + WPrefs.app/Paths.c | 4 ++++ + WPrefs.app/Preferences.c | 4 ++++ + WPrefs.app/TexturePanel.c | 4 ++++ + WPrefs.app/Themes.c | 4 ++++ + WPrefs.app/WPrefs.c | 4 ++++ + WPrefs.app/WindowHandling.c | 4 ++++ + WPrefs.app/Workspace.c | 4 ++++ + WPrefs.app/double.c | 4 ++++ + WPrefs.app/editmenu.c | 4 ++++ + WPrefs.app/main.c | 4 ++++ + WPrefs.app/xmodifier.c | 4 ++++ + configure.ac | 4 +++- + src/actions.c | 4 ++++ + src/appicon.c | 4 ++++ + src/application.c | 4 ++++ + src/appmenu.c | 4 ++++ + src/balloon.c | 4 ++++ + src/client.c | 4 ++++ + src/colormap.c | 4 ++++ + src/cycling.c | 4 ++++ + src/defaults.c | 4 ++++ + src/dialog.c | 4 ++++ + src/dock.c | 4 ++++ + src/dockedapp.c | 4 ++++ + src/event.c | 4 ++++ + src/framewin.c | 4 ++++ + src/geomview.c | 4 ++++ + src/icon.c | 4 ++++ + src/main.c | 4 ++++ + src/menu.c | 4 ++++ + src/misc.c | 4 ++++ + src/monitor.c | 4 ++++ + src/motif.c | 4 ++++ + src/moveres.c | 4 ++++ + src/osdep_bsd.c | 4 ++++ + src/osdep_darwin.c | 4 ++++ + src/osdep_linux.c | 4 ++++ + src/osdep_stub.c | 4 ++++ + src/pixmap.c | 4 ++++ + src/placement.c | 4 ++++ + src/properties.c | 4 ++++ + src/resources.c | 4 ++++ + src/rootmenu.c | 4 ++++ + src/screen.c | 4 ++++ + src/session.c | 4 ++++ + src/shutdown.c | 4 ++++ + src/stacking.c | 4 ++++ + src/startup.c | 4 ++++ + src/superfluous.c | 4 ++++ + src/switchmenu.c | 4 ++++ + src/switchpanel.c | 4 ++++ + src/texture.c | 4 ++++ + src/usermenu.c | 4 ++++ + src/wcore.c | 4 ++++ + src/wdefaults.c | 4 ++++ + src/window.c | 4 ++++ + src/winmenu.c | 4 ++++ + src/winspector.c | 4 ++++ + src/wmspec.c | 4 ++++ + src/workspace.c | 4 ++++ + src/xdnd.c | 4 ++++ + src/xinerama.c | 4 ++++ + src/xmodifier.c | 4 ++++ + src/xutil.c | 4 ++++ + test/notest.c | 4 ++++ + test/wtest.c | 4 ++++ + util/convertfonts.c | 4 ++++ + util/fontconv.c | 4 ++++ + util/geticonset.c | 4 ++++ + util/getstyle.c | 4 ++++ + util/seticons.c | 4 ++++ + util/setstyle.c | 4 ++++ + util/wdread.c | 4 ++++ + util/wdwrite.c | 4 ++++ + util/wmagnify.c | 4 ++++ + util/wmgenmenu.c | 4 ++++ + util/wmmenugen.c | 4 ++++ + util/wmmenugen_misc.c | 4 ++++ + util/wmmenugen_parse_wmconfig.c | 4 ++++ + util/wmmenugen_parse_xdg.c | 4 ++++ + util/wxcopy.c | 4 ++++ + wmlib/app.c | 4 ++++ + wmlib/command.c | 4 ++++ + wmlib/event.c | 4 ++++ + wmlib/menu.c | 4 ++++ + wrlib/alpha_combine.c | 4 ++++ + wrlib/tests/testdraw.c | 4 ++++ + wrlib/tests/testgrad.c | 4 ++++ + wrlib/tests/testrot.c | 4 ++++ + wrlib/tests/view.c | 4 ++++ + 167 files changed, 668 insertions(+), 3 deletions(-) + +Index: WINGs/Examples/colorpick.c +=================================================================== +--- WINGs/Examples/colorpick.c.orig ++++ WINGs/Examples/colorpick.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/Examples/fontl.c +=================================================================== +--- WINGs/Examples/fontl.c.orig ++++ WINGs/Examples/fontl.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/Examples/puzzle.c +=================================================================== +--- WINGs/Examples/puzzle.c.orig ++++ WINGs/Examples/puzzle.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/Extras/wtabledelegates.c +=================================================================== +--- WINGs/Extras/wtabledelegates.c.orig ++++ WINGs/Extras/wtabledelegates.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/Extras/wtableview.c +=================================================================== +--- WINGs/Extras/wtableview.c.orig ++++ WINGs/Extras/wtableview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/Tests/mywidget.c +=================================================================== +--- WINGs/Tests/mywidget.c.orig ++++ WINGs/Tests/mywidget.c +@@ -13,6 +13,10 @@ + * + * + */ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + /* +Index: WINGs/Tests/testmywidget.c +=================================================================== +--- WINGs/Tests/testmywidget.c.orig ++++ WINGs/Tests/testmywidget.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/Tests/wmfile.c +=================================================================== +--- WINGs/Tests/wmfile.c.orig ++++ WINGs/Tests/wmfile.c +@@ -11,6 +11,10 @@ + ----------------------------------------------------------------------- + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: WINGs/Tests/wmquery.c +=================================================================== +--- WINGs/Tests/wmquery.c.orig ++++ WINGs/Tests/wmquery.c +@@ -3,6 +3,10 @@ + * Author: Len Trigg + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: WINGs/Tests/wtest.c +=================================================================== +--- WINGs/Tests/wtest.c.orig ++++ WINGs/Tests/wtest.c +@@ -2,6 +2,10 @@ + * WINGs test application + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: WINGs/array.c +=================================================================== +--- WINGs/array.c.orig ++++ WINGs/array.c +@@ -8,6 +8,10 @@ + * proper credit is always appreciated :) + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/bagtree.c +=================================================================== +--- WINGs/bagtree.c.orig ++++ WINGs/bagtree.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/configuration.c +=================================================================== +--- WINGs/configuration.c.orig ++++ WINGs/configuration.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include "wconfig.h" + +Index: WINGs/data.c +=================================================================== +--- WINGs/data.c.orig ++++ WINGs/data.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "WUtil.h" + +Index: WINGs/dragcommon.c +=================================================================== +--- WINGs/dragcommon.c.orig ++++ WINGs/dragcommon.c +@@ -1,5 +1,9 @@ + #include "wconfig.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #define XDND_SOURCE_VERSION(dragInfo) dragInfo->protocolVersion +Index: WINGs/dragdestination.c +=================================================================== +--- WINGs/dragdestination.c.orig ++++ WINGs/dragdestination.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include + +Index: WINGs/dragsource.c +=================================================================== +--- WINGs/dragsource.c.orig ++++ WINGs/dragsource.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include "WINGsP.h" + +Index: WINGs/error.c +=================================================================== +--- WINGs/error.c.orig ++++ WINGs/error.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: WINGs/findfile.c +=================================================================== +--- WINGs/findfile.c.orig ++++ WINGs/findfile.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include "WUtil.h" +Index: WINGs/handlers.c +=================================================================== +--- WINGs/handlers.c.orig ++++ WINGs/handlers.c +@@ -3,6 +3,10 @@ + * WINGs internal handlers: timer, idle and input handlers + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include "WINGsP.h" + +Index: WINGs/hashtable.c +=================================================================== +--- WINGs/hashtable.c.orig ++++ WINGs/hashtable.c +@@ -1,5 +1,9 @@ + #include + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/memory.c +=================================================================== +--- WINGs/memory.c.orig ++++ WINGs/memory.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include "WUtil.h" + +Index: WINGs/misc.c +=================================================================== +--- WINGs/misc.c.orig ++++ WINGs/misc.c +@@ -20,6 +20,10 @@ + + /* Miscelaneous helper functions */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "error.h" +Index: WINGs/notification.c +=================================================================== +--- WINGs/notification.c.orig ++++ WINGs/notification.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/proplist.c +=================================================================== +--- WINGs/proplist.c.orig ++++ WINGs/proplist.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/selection.c +=================================================================== +--- WINGs/selection.c.orig ++++ WINGs/selection.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: WINGs/string.c +=================================================================== +--- WINGs/string.c.orig ++++ WINGs/string.c +@@ -6,6 +6,10 @@ + # undef _XOPEN_SOURCE + #endif + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: WINGs/tree.c +=================================================================== +--- WINGs/tree.c.orig ++++ WINGs/tree.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "WUtil.h" +Index: WINGs/userdefaults.c +=================================================================== +--- WINGs/userdefaults.c.orig ++++ WINGs/userdefaults.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WINGs/usleep.c +=================================================================== +--- WINGs/usleep.c.orig ++++ WINGs/usleep.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/wapplication.c +=================================================================== +--- WINGs/wapplication.c.orig ++++ WINGs/wapplication.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/wappresource.c +=================================================================== +--- WINGs/wappresource.c.orig ++++ WINGs/wappresource.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "WINGsP.h" +Index: WINGs/wballoon.c +=================================================================== +--- WINGs/wballoon.c.orig ++++ WINGs/wballoon.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include "WINGsP.h" + +Index: WINGs/wbox.c +=================================================================== +--- WINGs/wbox.c.orig ++++ WINGs/wbox.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct { +Index: WINGs/wbrowser.c +=================================================================== +--- WINGs/wbrowser.c.orig ++++ WINGs/wbrowser.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include /* for : double rint (double) */ + +Index: WINGs/wbutton.c +=================================================================== +--- WINGs/wbutton.c.orig ++++ WINGs/wbutton.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_Button { +Index: WINGs/wcolor.c +=================================================================== +--- WINGs/wcolor.c.orig ++++ WINGs/wcolor.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include "wconfig.h" +Index: WINGs/wcolorpanel.c +=================================================================== +--- WINGs/wcolorpanel.c.orig ++++ WINGs/wcolorpanel.c +@@ -23,6 +23,10 @@ + * - Resizing + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include "WINGsP.h" + #include "rgb.h" +Index: WINGs/wcolorwell.c +=================================================================== +--- WINGs/wcolorwell.c.orig ++++ WINGs/wcolorwell.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #define XDND_COLOR_DATA_TYPE "application/X-color" +Index: WINGs/wevent.c +=================================================================== +--- WINGs/wevent.c.orig ++++ WINGs/wevent.c +@@ -3,6 +3,10 @@ + * This event handling stuff was inspired on Tk. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + /* table to map event types to event masks */ +Index: WINGs/wfilepanel.c +=================================================================== +--- WINGs/wfilepanel.c.orig ++++ WINGs/wfilepanel.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: WINGs/wfont.c +=================================================================== +--- WINGs/wfont.c.orig ++++ WINGs/wfont.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "wconfig.h" +Index: WINGs/wfontpanel.c +=================================================================== +--- WINGs/wfontpanel.c.orig ++++ WINGs/wfontpanel.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include "WUtil.h" + #include "wconfig.h" +Index: WINGs/wframe.c +=================================================================== +--- WINGs/wframe.c.orig ++++ WINGs/wframe.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_Frame { +Index: WINGs/widgets.c +=================================================================== +--- WINGs/widgets.c.orig ++++ WINGs/widgets.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include "wconfig.h" + +Index: WINGs/winputmethod.c +=================================================================== +--- WINGs/winputmethod.c.orig ++++ WINGs/winputmethod.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "wconfig.h" +Index: WINGs/wlabel.c +=================================================================== +--- WINGs/wlabel.c.orig ++++ WINGs/wlabel.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_Label { +Index: WINGs/wlist.c +=================================================================== +--- WINGs/wlist.c.orig ++++ WINGs/wlist.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + const char *WMListDidScrollNotification = "WMListDidScrollNotification"; +Index: WINGs/wmenuitem.c +=================================================================== +--- WINGs/wmenuitem.c.orig ++++ WINGs/wmenuitem.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_MenuItem { +Index: WINGs/wmisc.c +=================================================================== +--- WINGs/wmisc.c.orig ++++ WINGs/wmisc.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include +Index: WINGs/wpanel.c +=================================================================== +--- WINGs/wpanel.c.orig ++++ WINGs/wpanel.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include +Index: WINGs/wpixmap.c +=================================================================== +--- WINGs/wpixmap.c.orig ++++ WINGs/wpixmap.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include +Index: WINGs/wpopupbutton.c +=================================================================== +--- WINGs/wpopupbutton.c.orig ++++ WINGs/wpopupbutton.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_PopUpButton { +Index: WINGs/wprogressindicator.c +=================================================================== +--- WINGs/wprogressindicator.c.orig ++++ WINGs/wprogressindicator.c +@@ -5,6 +5,10 @@ + * - centralized drawing into one pain function + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_ProgressIndicator { +Index: WINGs/wruler.c +=================================================================== +--- WINGs/wruler.c.orig ++++ WINGs/wruler.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include "wconfig.h" + +Index: WINGs/wscroller.c +=================================================================== +--- WINGs/wscroller.c.orig ++++ WINGs/wscroller.c +@@ -7,6 +7,10 @@ + # undef _XOPEN_SOURCE + #endif + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include +Index: WINGs/wscrollview.c +=================================================================== +--- WINGs/wscrollview.c.orig ++++ WINGs/wscrollview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_ScrollView { +Index: WINGs/wslider.c +=================================================================== +--- WINGs/wslider.c.orig ++++ WINGs/wslider.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #undef STRICT_NEXT_BEHAVIOUR +Index: WINGs/wsplitview.c +=================================================================== +--- WINGs/wsplitview.c.orig ++++ WINGs/wsplitview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + /* +Index: WINGs/wtabview.c +=================================================================== +--- WINGs/wtabview.c.orig ++++ WINGs/wtabview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + typedef struct W_TabView { +Index: WINGs/wtext.c +=================================================================== +--- WINGs/wtext.c.orig ++++ WINGs/wtext.c +@@ -1,6 +1,10 @@ + + /* WINGs WMText: multi-line/font/color/graphic text widget, by Nwanua. */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include + #include +Index: WINGs/wtextfield.c +=================================================================== +--- WINGs/wtextfield.c.orig ++++ WINGs/wtextfield.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + #include "wconfig.h" + +Index: WINGs/wutil.c +=================================================================== +--- WINGs/wutil.c.orig ++++ WINGs/wutil.c +@@ -3,6 +3,10 @@ + * Handle events for non-GUI based applications + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + void WHandleEvents(void) +Index: WINGs/wview.c +=================================================================== +--- WINGs/wview.c.orig ++++ WINGs/wview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WINGsP.h" + + #include +Index: WINGs/wwindow.c +=================================================================== +--- WINGs/wwindow.c.orig ++++ WINGs/wwindow.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "wconfig.h" +Index: WPrefs.app/Appearance.c +=================================================================== +--- WPrefs.app/Appearance.c.orig ++++ WPrefs.app/Appearance.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + #include +Index: WPrefs.app/Configurations.c +=================================================================== +--- WPrefs.app/Configurations.c.orig ++++ WPrefs.app/Configurations.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/Expert.c +=================================================================== +--- WPrefs.app/Expert.c.orig ++++ WPrefs.app/Expert.c +@@ -21,6 +21,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + /* This structure containts the list of all the check-buttons to display in the +Index: WPrefs.app/Focus.c +=================================================================== +--- WPrefs.app/Focus.c.orig ++++ WPrefs.app/Focus.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/FontSimple.c +=================================================================== +--- WPrefs.app/FontSimple.c.orig ++++ WPrefs.app/FontSimple.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + #include + #include +Index: WPrefs.app/Icons.c +=================================================================== +--- WPrefs.app/Icons.c.orig ++++ WPrefs.app/Icons.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + +Index: WPrefs.app/KeyboardSettings.c +=================================================================== +--- WPrefs.app/KeyboardSettings.c.orig ++++ WPrefs.app/KeyboardSettings.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/Menu.c +=================================================================== +--- WPrefs.app/Menu.c.orig ++++ WPrefs.app/Menu.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + #include + #include +Index: WPrefs.app/MenuPreferences.c +=================================================================== +--- WPrefs.app/MenuPreferences.c.orig ++++ WPrefs.app/MenuPreferences.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/MouseSettings.c +=================================================================== +--- WPrefs.app/MouseSettings.c.orig ++++ WPrefs.app/MouseSettings.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + #include +Index: WPrefs.app/Paths.c +=================================================================== +--- WPrefs.app/Paths.c.orig ++++ WPrefs.app/Paths.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + #include + #include +Index: WPrefs.app/Preferences.c +=================================================================== +--- WPrefs.app/Preferences.c.orig ++++ WPrefs.app/Preferences.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + +Index: WPrefs.app/TexturePanel.c +=================================================================== +--- WPrefs.app/TexturePanel.c.orig ++++ WPrefs.app/TexturePanel.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WPrefs.app/Themes.c +=================================================================== +--- WPrefs.app/Themes.c.orig ++++ WPrefs.app/Themes.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + #include +Index: WPrefs.app/WPrefs.c +=================================================================== +--- WPrefs.app/WPrefs.c.orig ++++ WPrefs.app/WPrefs.c +@@ -21,6 +21,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + #include + +Index: WPrefs.app/WindowHandling.c +=================================================================== +--- WPrefs.app/WindowHandling.c.orig ++++ WPrefs.app/WindowHandling.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/Workspace.c +=================================================================== +--- WPrefs.app/Workspace.c.orig ++++ WPrefs.app/Workspace.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + typedef struct _Panel { +Index: WPrefs.app/double.c +=================================================================== +--- WPrefs.app/double.c.orig ++++ WPrefs.app/double.c +@@ -4,6 +4,10 @@ + * + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "WPrefs.h" + +Index: WPrefs.app/editmenu.c +=================================================================== +--- WPrefs.app/editmenu.c.orig ++++ WPrefs.app/editmenu.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: WPrefs.app/main.c +=================================================================== +--- WPrefs.app/main.c.orig ++++ WPrefs.app/main.c +@@ -20,6 +20,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "WPrefs.h" + + #include +Index: WPrefs.app/xmodifier.c +=================================================================== +--- WPrefs.app/xmodifier.c.orig ++++ WPrefs.app/xmodifier.c +@@ -31,6 +31,10 @@ Perpetrator: Sudish Joseph + #include + #include +Index: configure.ac +=================================================================== +--- configure.ac.orig ++++ configure.ac +@@ -94,7 +94,9 @@ AC_SUBST(WUTIL_VERSION) + + dnl Checks for programs + dnl =================== +-AC_PROG_CC ++AC_PROG_CC_STDC ++AC_USE_SYSTEM_EXTENSIONS ++AC_SYS_LARGEFILE + WM_PROG_CC_C11 + AC_PROG_LN_S + AC_PROG_GCC_TRADITIONAL +Index: src/actions.c +=================================================================== +--- src/actions.c.orig ++++ src/actions.c +@@ -21,6 +21,10 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/appicon.c +=================================================================== +--- src/appicon.c.orig ++++ src/appicon.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/application.c +=================================================================== +--- src/application.c.orig ++++ src/application.c +@@ -18,6 +18,10 @@ + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/appmenu.c +=================================================================== +--- src/appmenu.c.orig ++++ src/appmenu.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/balloon.c +=================================================================== +--- src/balloon.c.orig ++++ src/balloon.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #ifdef BALLOON_TEXT +Index: src/client.c +=================================================================== +--- src/client.c.orig ++++ src/client.c +@@ -17,6 +17,10 @@ + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/colormap.c +=================================================================== +--- src/colormap.c.orig ++++ src/colormap.c +@@ -23,6 +23,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include "WindowMaker.h" +Index: src/cycling.c +=================================================================== +--- src/cycling.c.orig ++++ src/cycling.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/defaults.c +=================================================================== +--- src/defaults.c.orig ++++ src/defaults.c +@@ -22,6 +22,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/dialog.c +=================================================================== +--- src/dialog.c.orig ++++ src/dialog.c +@@ -21,6 +21,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/dock.c +=================================================================== +--- src/dock.c.orig ++++ src/dock.c +@@ -21,6 +21,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/dockedapp.c +=================================================================== +--- src/dockedapp.c.orig ++++ src/dockedapp.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/event.c +=================================================================== +--- src/event.c.orig ++++ src/event.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #ifdef HAVE_INOTIFY +Index: src/framewin.c +=================================================================== +--- src/framewin.c.orig ++++ src/framewin.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/geomview.c +=================================================================== +--- src/geomview.c.orig ++++ src/geomview.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include "geomview.h" +Index: src/icon.c +=================================================================== +--- src/icon.c.orig ++++ src/icon.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/main.c +=================================================================== +--- src/main.c.orig ++++ src/main.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #ifdef HAVE_INOTIFY +Index: src/menu.c +=================================================================== +--- src/menu.c.orig ++++ src/menu.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/misc.c +=================================================================== +--- src/misc.c.orig ++++ src/misc.c +@@ -17,6 +17,10 @@ + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/monitor.c +=================================================================== +--- src/monitor.c.orig ++++ src/monitor.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + #include + #include +Index: src/motif.c +=================================================================== +--- src/motif.c.orig ++++ src/motif.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/moveres.c +=================================================================== +--- src/moveres.c.orig ++++ src/moveres.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/osdep_bsd.c +=================================================================== +--- src/osdep_bsd.c.orig ++++ src/osdep_bsd.c +@@ -11,6 +11,10 @@ + #else /* OPENBSD || NETBSD */ + # include + #endif ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: src/osdep_darwin.c +=================================================================== +--- src/osdep_darwin.c.orig ++++ src/osdep_darwin.c +@@ -1,3 +1,7 @@ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: src/osdep_linux.c +=================================================================== +--- src/osdep_linux.c.orig ++++ src/osdep_linux.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: src/osdep_stub.c +=================================================================== +--- src/osdep_stub.c.orig ++++ src/osdep_stub.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: src/pixmap.c +=================================================================== +--- src/pixmap.c.orig ++++ src/pixmap.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/placement.c +=================================================================== +--- src/placement.c.orig ++++ src/placement.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/properties.c +=================================================================== +--- src/properties.c.orig ++++ src/properties.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/resources.c +=================================================================== +--- src/resources.c.orig ++++ src/resources.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/rootmenu.c +=================================================================== +--- src/rootmenu.c.orig ++++ src/rootmenu.c +@@ -21,6 +21,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/screen.c +=================================================================== +--- src/screen.c.orig ++++ src/screen.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/session.c +=================================================================== +--- src/session.c.orig ++++ src/session.c +@@ -57,6 +57,10 @@ + * if the Die message is received, exit. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/shutdown.c +=================================================================== +--- src/shutdown.c.orig ++++ src/shutdown.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/stacking.c +=================================================================== +--- src/stacking.c.orig ++++ src/stacking.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/startup.c +=================================================================== +--- src/startup.c.orig ++++ src/startup.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/superfluous.c +=================================================================== +--- src/superfluous.c.orig ++++ src/superfluous.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/switchmenu.c +=================================================================== +--- src/switchmenu.c.orig ++++ src/switchmenu.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/switchpanel.c +=================================================================== +--- src/switchpanel.c.orig ++++ src/switchpanel.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/texture.c +=================================================================== +--- src/texture.c.orig ++++ src/texture.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/usermenu.c +=================================================================== +--- src/usermenu.c.orig ++++ src/usermenu.c +@@ -56,6 +56,10 @@ + * + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #ifdef USER_MENU +Index: src/wcore.c +=================================================================== +--- src/wcore.c.orig ++++ src/wcore.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/wdefaults.c +=================================================================== +--- src/wdefaults.c.orig ++++ src/wdefaults.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/window.c +=================================================================== +--- src/window.c.orig ++++ src/window.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/winmenu.c +=================================================================== +--- src/winmenu.c.orig ++++ src/winmenu.c +@@ -19,6 +19,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/winspector.c +=================================================================== +--- src/winspector.c.orig ++++ src/winspector.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/wmspec.c +=================================================================== +--- src/wmspec.c.orig ++++ src/wmspec.c +@@ -28,6 +28,10 @@ + * return to be Success is not enough. -Dan + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/workspace.c +=================================================================== +--- src/workspace.c.orig ++++ src/workspace.c +@@ -18,6 +18,10 @@ + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include +Index: src/xinerama.c +=================================================================== +--- src/xinerama.c.orig ++++ src/xinerama.c +@@ -20,6 +20,10 @@ + + #include + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wconfig.h" + + #include "xinerama.h" +Index: src/xmodifier.c +=================================================================== +--- src/xmodifier.c.orig ++++ src/xmodifier.c +@@ -27,6 +27,10 @@ Perpetrator: Sudish Joseph +Index: src/xutil.c +=================================================================== +--- src/xutil.c.orig ++++ src/xutil.c +@@ -19,6 +19,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: test/notest.c +=================================================================== +--- test/notest.c.orig ++++ test/notest.c +@@ -3,6 +3,10 @@ + * TODO: remake + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: test/wtest.c +=================================================================== +--- test/wtest.c.orig ++++ test/wtest.c +@@ -10,6 +10,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/convertfonts.c +=================================================================== +--- util/convertfonts.c.orig ++++ util/convertfonts.c +@@ -25,6 +25,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: util/fontconv.c +=================================================================== +--- util/fontconv.c.orig ++++ util/fontconv.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/geticonset.c +=================================================================== +--- util/geticonset.c.orig ++++ util/geticonset.c +@@ -25,6 +25,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/getstyle.c +=================================================================== +--- util/getstyle.c.orig ++++ util/getstyle.c +@@ -25,6 +25,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: util/seticons.c +=================================================================== +--- util/seticons.c.orig ++++ util/seticons.c +@@ -25,6 +25,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/setstyle.c +=================================================================== +--- util/setstyle.c.orig ++++ util/setstyle.c +@@ -25,6 +25,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: util/wdread.c +=================================================================== +--- util/wdread.c.orig ++++ util/wdread.c +@@ -29,6 +29,10 @@ + */ + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/wdwrite.c +=================================================================== +--- util/wdwrite.c.orig ++++ util/wdwrite.c +@@ -28,6 +28,10 @@ + */ + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/wmagnify.c +=================================================================== +--- util/wmagnify.c.orig ++++ util/wmagnify.c +@@ -7,6 +7,10 @@ + */ + #include + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + + #include +Index: util/wmgenmenu.c +=================================================================== +--- util/wmgenmenu.c.orig ++++ util/wmgenmenu.c +@@ -6,6 +6,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/wmmenugen.c +=================================================================== +--- util/wmmenugen.c.orig ++++ util/wmmenugen.c +@@ -18,6 +18,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: util/wmmenugen_misc.c +=================================================================== +--- util/wmmenugen_misc.c.orig ++++ util/wmmenugen_misc.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: util/wmmenugen_parse_wmconfig.c +=================================================================== +--- util/wmmenugen_parse_wmconfig.c.orig ++++ util/wmmenugen_parse_wmconfig.c +@@ -20,6 +20,10 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: util/wmmenugen_parse_xdg.c +=================================================================== +--- util/wmmenugen_parse_xdg.c.orig ++++ util/wmmenugen_parse_xdg.c +@@ -36,6 +36,10 @@ + * Basic validation of the .desktop file is done. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: util/wxcopy.c +=================================================================== +--- util/wxcopy.c.orig ++++ util/wxcopy.c +@@ -18,6 +18,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: wmlib/app.c +=================================================================== +--- wmlib/app.c.orig ++++ wmlib/app.c +@@ -20,6 +20,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: wmlib/command.c +=================================================================== +--- wmlib/command.c.orig ++++ wmlib/command.c +@@ -20,6 +20,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + +Index: wmlib/event.c +=================================================================== +--- wmlib/event.c.orig ++++ wmlib/event.c +@@ -20,6 +20,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: wmlib/menu.c +=================================================================== +--- wmlib/menu.c.orig ++++ wmlib/menu.c +@@ -20,6 +20,10 @@ + * MA 02110-1301, USA. + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include + #include +Index: wrlib/alpha_combine.c +=================================================================== +--- wrlib/alpha_combine.c.orig ++++ wrlib/alpha_combine.c +@@ -20,6 +20,10 @@ + + #include "config.h" + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "wraster.h" + #include "wr_i18n.h" + +Index: wrlib/tests/testdraw.c +=================================================================== +--- wrlib/tests/testdraw.c.orig ++++ wrlib/tests/testdraw.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "wraster.h" + #include +Index: wrlib/tests/testgrad.c +=================================================================== +--- wrlib/tests/testgrad.c.orig ++++ wrlib/tests/testgrad.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "wraster.h" + #include +Index: wrlib/tests/testrot.c +=================================================================== +--- wrlib/tests/testrot.c.orig ++++ wrlib/tests/testrot.c +@@ -1,4 +1,8 @@ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "wraster.h" + #include +Index: wrlib/tests/view.c +=================================================================== +--- wrlib/tests/view.c.orig ++++ wrlib/tests/view.c +@@ -1,3 +1,7 @@ ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include + #include "wraster.h" + #include +Index: src/xdnd.c +=================================================================== +--- src/xdnd.c.orig ++++ src/xdnd.c +@@ -20,7 +20,9 @@ + + /* Many part of code are ripped of an example from JX's site */ + ++#ifdef HAVE_CONFIG_H + #include "config.h" ++#endif + + #include + #include