From 54a24ab6f7292aaf5e78c23a26c120dd6e10aa46 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 9 Apr 2020 00:00:14 -0400 Subject: [PATCH] Remove trailing whitespace. Also, the script is a one-liner, stolen from [1]: ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//' [1] https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively --- ChangeLog | 124 ++--- FAQ | 720 ++++++++++++++-------------- The-perfect-Window-Maker-patch.txt | 2 +- WINGs/ChangeLog | 30 +- WINGs/Extras/Makefile.am | 6 +- WINGs/Extras/wtabledelegates.h | 8 +- WINGs/Makefile.am | 2 +- WINGs/NEWS | 8 +- WINGs/README | 12 +- WINGs/Tests/Makefile.am | 6 +- WINGs/Tests/wm.html | 8 +- WINGs/WINGs/WINGsP.h | 2 +- WINGs/po/Makefile.am | 2 +- WINGs/po/de.po | 4 +- WPrefs.app/Docks.c | 4 +- WPrefs.app/FontSimple.c | 6 +- WPrefs.app/Makefile.am | 4 +- WPrefs.app/README | 28 +- WPrefs.app/po/Makefile.am | 2 +- WPrefs.app/po/fr.po | 2 +- WPrefs.app/po/hr.po | 52 +- WPrefs.app/po/pt.po | 2 +- WPrefs.app/tiff/Makefile.am | 2 +- WPrefs.app/xpm/Makefile.am | 2 +- WindowMaker/Backgrounds/Makefile.am | 2 +- WindowMaker/IconSets/Makefile.am | 2 +- WindowMaker/Icons/Makefile.am | 2 +- WindowMaker/README | 6 +- WindowMaker/README.themes | 10 +- WindowMaker/appearance.menu.fy.in | 4 +- WindowMaker/appearance.menu.in | 4 +- WindowMaker/appearance.menu.nl.in | 4 +- WindowMaker/menu.ca | 22 +- WindowMaker/menu.cz | 10 +- WindowMaker/menu.da | 14 +- WindowMaker/menu.de | 2 +- WindowMaker/menu.el | 32 +- WindowMaker/menu.es | 20 +- WindowMaker/menu.fi.in | 18 +- WindowMaker/menu.fr | 10 +- WindowMaker/menu.fy.in | 16 +- WindowMaker/menu.gl | 16 +- WindowMaker/menu.he | 8 +- WindowMaker/menu.hr | 8 +- WindowMaker/menu.hu.in | 14 +- WindowMaker/menu.in | 18 +- WindowMaker/menu.it | 22 +- WindowMaker/menu.ja | 14 +- WindowMaker/menu.ko.in | 30 +- WindowMaker/menu.nl.in | 16 +- WindowMaker/menu.no | 20 +- WindowMaker/menu.pl | 50 +- WindowMaker/menu.pt | 26 +- WindowMaker/menu.ro.in | 18 +- WindowMaker/menu.ru | 24 +- WindowMaker/menu.se | 12 +- WindowMaker/menu.sk.in | 16 +- WindowMaker/menu.sl | 16 +- WindowMaker/menu.tr | 28 +- WindowMaker/menu.zh_CN | 14 +- WindowMaker/menu.zh_TW.in | 14 +- WindowMaker/plmenu.de | 4 +- WindowMaker/plmenu.es.in | 4 +- WindowMaker/plmenu.fr | 2 +- WindowMaker/plmenu.it | 4 +- WindowMaker/plmenu.ja.in | 4 +- WindowMaker/plmenu.pl.in | 18 +- WindowMaker/plmenu.ro.in | 4 +- WindowMaker/plmenu.sk.in | 4 +- WindowMaker/plmenu.zh_CN.in | 4 +- WindowMaker/wmmacros.in | 10 +- configure.ac | 4 +- debian/README.Debian | 2 +- debian/changelog | 44 +- debian/wmaker-common.postinst | 2 +- debian/wmaker.postinst | 2 +- distros/wmaker-crm-next.spec | 2 +- doc/cs/wmaker.1 | 2 +- doc/cs/wxcopy.1 | 2 +- doc/sk/wmaker.1 | 2 +- po/Makefile.am | 2 +- po/README | 4 +- po/be.po | 2 +- po/bg.po | 50 +- po/ca.po | 2 +- po/el.po | 2 +- po/hr.po | 50 +- po/hu.po | 2 +- po/no.po | 2 +- po/pt.po | 2 +- po/sk.po | 2 +- src/Makefile.am | 4 +- src/appicon.c | 6 +- src/dock.c | 6 +- src/icon.c | 2 +- src/screen.c | 2 +- src/wconfig.h.in | 2 +- src/wmspec.c | 2 +- util/Makefile.am | 2 +- util/README | 4 +- util/wkdemenu.pl | 8 +- util/wm-oldmenu2new | 4 +- util/wmaker.inst.in | 2 +- wmlib/COPYING.LIB | 2 +- wmlib/Makefile.am | 2 +- wrlib/COPYING | 2 +- wrlib/ChangeLog | 6 +- wrlib/README | 4 +- wrlib/tests/Makefile.am | 2 +- 109 files changed, 951 insertions(+), 951 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67afbe1a..fc0697fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2810,7 +2810,7 @@ Changes since version 0.92.0: platforms with a recent pkg-config (debian unstable/sid for one) - Fixed buggy handling of UTF8 characters in textfields in WINGs. (Stanislav Maslovski ) -- Fixed segfault in WPrefs when some font description is missing from the +- Fixed segfault in WPrefs when some font description is missing from the configuration file (Stanislav Maslovski ) - Removed WINGs' dependency on rgb.txt (from X11) and issues with locating it on the filesystem for different systems/distributions. @@ -2891,11 +2891,11 @@ Changes since version 0.80.2: - Removed obsoleted acconfig.h and implemented its functionality using AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends. This will definitely enforce the need to use autoconf 2.5x -- Added Xft2 support to WINGs, for rendering antialiased fonts with +- Added Xft2 support to WINGs, for rendering antialiased fonts with transparency. Details in WINGs/ChangeLog. -- Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin +- Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin ) -- Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO +- Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO ) - Added Belarusian translation (Ihar Viarheichyk ) - Fixed wrlib not to load braindead images with 0 sized width or height @@ -2966,7 +2966,7 @@ Changes since version 0.80.2: - Made maximize behave differently with keyboard/mouse for xinerama (Peter Zijlstra ) - A few leftover xinerama fixes (Peter Zijlstra ) -- Extended the 'strut' to multiple heads +- Extended the 'strut' to multiple heads (Peter Zijlstra ) - Icon placement now takes into account the new xinerama extended 'strut' (Peter Zijlstra ) @@ -3012,7 +3012,7 @@ Changes since version 0.80.2: by Peter Zijlstra ) - Applied patch to enhance the Virtual Desktop behaviour, and to integrate it with the NetWM code (Peter Zijlstra ) -- Applied a few xinerama and placement fixes (Peter Zijlstra +- Applied a few xinerama and placement fixes (Peter Zijlstra ) - Fixed memory leak in dock code. - Fixed and enhanced the text wrapping in WINGs. @@ -3036,7 +3036,7 @@ Changes since version 0.80.2: - MacOS X style window switching panel (navigate through windows with Alt-Tab or arrow keys) - Added support for NET_WM_NAME/NET_WM_ICON_NAME -- Moved out font name conversion code from getstyle/setstyle/convertfonts and +- Moved out font name conversion code from getstyle/setstyle/convertfonts and made it support fontsets - Converted all menu and po files to UTF-8 - Updated de.po (Thomas Otto <3.1415926535897932384626433832@gmx.net>) @@ -3059,8 +3059,8 @@ Changes since version 0.80.0: WMState. file on multihead system. - Fixed problem with keyboard shortcuts executed an every screen for multihead systems. -- Updated traditional chinese translations -- Fixed buglet in non-caching rootmenu option +- Updated traditional chinese translations +- Fixed buglet in non-caching rootmenu option ("John H. Robinson, IV" ) - Added Malay translation - Fixed problem with kcalc not having a miniaturize button. @@ -3081,7 +3081,7 @@ Changes since version 0.80.0: - Added Greek (el) language pixmap (Michalis Kabrianis ) - Fixes icons being reduced twice when icon size != 64x64 Eduardo Pereira Habkost -- Fixed a bug that crashed wmaker when selecting the "Start alternate window +- Fixed a bug that crashed wmaker when selecting the "Start alternate window manager" option in the crashing dialog panel. - Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if it is defined) to overwrite the default hardcoded fallback window manager. @@ -3090,7 +3090,7 @@ Changes since version 0.80.0: "Keep on Top" option is active. - Added ability to browse for files/directories in the WPrefs menu editor. - Added Czech translations of documentation (Jiri Hnidek ) -- Fixed segfault with incomplete WM_CLASS specifications. +- Fixed segfault with incomplete WM_CLASS specifications. - Fixed a bug about arranging subviews in a WMBox after removing a subview and a memleak occuring in the same situation. - Fixed a bug in wdread @@ -3102,7 +3102,7 @@ Changes since version 0.80.0: Changes since version 0.70.0: ............................. -- Disabled window birth animation by default (while it was ok with normal +- Disabled window birth animation by default (while it was ok with normal windows, it was very annoying with menus editing in WPrefs.app) - Added ability to shade/unshade a window using the mouse wheel. - Fixed compilation for systems that required -lintl for WINGs @@ -3119,7 +3119,7 @@ Changes since version 0.70.0: saving dock/clip/session information on exit. - Added an internal strcasecmp() to WINGs (only on systems where's not present) - Deminiaturizing a window that is also shaded, will perform an unshade too. - (Note that this only applies to deminiaturizing shaded windows. Unhiding + (Note that this only applies to deminiaturizing shaded windows. Unhiding an application will keep the shaded/unshaded state of windows.) - Removed compile time option for definable cursors and made them available by default. @@ -3127,7 +3127,7 @@ Changes since version 0.70.0: will unhide the application. - Added || pipe menu for generating non-cached menus - Removed the collapse appicons thing. -- Added real appicon sharing (apps of the same kind will have a single shared +- Added real appicon sharing (apps of the same kind will have a single shared appicon). - Fixed user and global defaults domain merging to preserve values present in global but not in user, in sub-dictionaries. @@ -3158,7 +3158,7 @@ Changes since version 0.65.1: (Marcelo E. Magallon ) - fixed crash with broken apps that set null WM_CLASS - fixed crash when with gnome panel and multi-screens, some menu - updates and applied various other patches from + updates and applied various other patches from (Crutcher Dunnavant ) - po file fixes (Crutcher Dunnavant ) - replaced I18N_MB with I18N in one place in src/wconfig.h.in @@ -3187,7 +3187,7 @@ Changes since version 0.65.1: More details about this can be found in WINGs/ChangeLog and WINGs/NEWS. Say bye, bye libPropList =) - rewrote all Window Maker code to use the new WINGs based proplist functions. -- fixed a few compilation warnings and a problem caused by an uninitialized +- fixed a few compilation warnings and a problem caused by an uninitialized variable. @@ -3229,7 +3229,7 @@ Changes since version 0.64.0: - use Hermes in wrlib - removed MOUSE_WS_WHEEL #defines - fixed bug with multibyte text on libc5 systems (Osamu Ajiki ) -- fixed race conditions on signal handlers +- fixed race conditions on signal handlers - SIGINT will gently exit, SIGTERM will not be handled - When Window Maker calls wmsetbg to set the background, it will consider the value of the DisableDithering option and pass the right switch to wmsetbg. @@ -3240,7 +3240,7 @@ Changes since version 0.64.0: desktop level. - Fixed incorrect parsing of display and screen number from $DISPLAY. - Organized the inspector panel a bit better. -- Replaced bags with arrays wherever appropriate. This will improve +- Replaced bags with arrays wherever appropriate. This will improve performance a bit. - Made the Gnome tasklist skip the windows with the "Skip window list" flag enabled. (Bastien Nocera ) @@ -3258,11 +3258,11 @@ Changes since version 0.64.0: - Added retain/release mechanism for RImages. RDestroyImage() has become obsolete. More about this can be found in wrlib/Changelog and wrlib/NEWS. - Small API change in WINGs to allow images with alpha blending set as the - application icons be shown correctly. More about this in WINGs/Changelog + application icons be shown correctly. More about this in WINGs/Changelog and WINGs/NEWS. - Made images with alpha blending be shown correctly in the panels and the icon chooser. -- The icon image set to be shown in panels ("Logo.WMPanel") will be +- The icon image set to be shown in panels ("Logo.WMPanel") will be automatically updated if its entry in WMWindowAttributes changes (without a need to restart as until now). - Fixed a bug in the icon chooser dialog that made the selected icon look @@ -3282,7 +3282,7 @@ Changes since version 0.64.0: Changes since version 0.63.1: ............................. - fixed messup in get-{wings,wutil,wraster}-flags -- fixed #wmdatadir# substitution in wmaker.inst +- fixed #wmdatadir# substitution in wmaker.inst (Seiichi SATO ) - Removed spurious focus disabling for GNUstep applications - but retain code that lets GNUstep apps control their window titlebar. @@ -3323,7 +3323,7 @@ Changes since version 0.62.1: - added wmagnify utility - changed behaviour of control/shift double click on titlebar for maximize - updated getstyle to account for extendspace options -- fixed weird color bug in jpeg loader +- fixed weird color bug in jpeg loader (Alban Hertroys ) - improved and simplified fonts configuration for multibyte languages (Tomohiro KUBOTA ) @@ -3337,7 +3337,7 @@ Changes since version 0.62.1: - fixed bug with incorrect window placement using automatic placement, while there were shaded windows on other workspaces - fixed some buffer overflow issues in WINGs -- fixed bug with WPrefs.app not selecting the menu appearance options after +- fixed bug with WPrefs.app not selecting the menu appearance options after startup. - replaced free() with wfree() wherever appropriate - fixed some memory leaks generated by wstrappend() @@ -3401,7 +3401,7 @@ Changes since version 0.61.1: - changed semantics of GNUstep window attribute hints - added get-wings-flags and get-wutil-flags with the same purpose as get-wraster-flags, but for compiling and linking with WINGs/WUtil -- fixed bug handling non-string values given to string valued options in +- fixed bug handling non-string values given to string valued options in defaults.c - fixed colormap_window crash bug (appears when launching some apps from dock, or removing apps from gnome panel etc) @@ -3420,7 +3420,7 @@ Changes since version 0.61.1: - added Jim Knoble 's cursor thing patch - fixed lock of wmaker when clicking on menu multiple times - made transients appear near their owner -- fixed crash bug with broken java implementations (Miguel Covarrubias +- fixed crash bug with broken java implementations (Miguel Covarrubias ) - made Revert on attributes panel apply the reverted changes immediately to avoid inconsistent internal state @@ -3438,7 +3438,7 @@ Changes since version 0.61.0: - fixed OPEN_MENU - fixed crash when moving a shaded window with keyboard - fixed problem with window shortcut assignment from the menu -- fixed problem with fonts in WINGs (Masahide -mac- NODA +- fixed problem with fonts in WINGs (Masahide -mac- NODA ) - fixed multihead bugs (Morten Bgeskov" ) - fixed crashing bug when saving session information. @@ -3465,7 +3465,7 @@ Changes since version 0.60.0: - added missing kbd shortcut definitions for window shortcuts (Michael Smith ) - fixed floppy button layout in filepanel (Matthew Ashton ) -- fixed bug with documentedited close button (Felipe A. Rodriguez +- fixed bug with documentedited close button (Felipe A. Rodriguez ) - fixed some buffer overflows - fixed some problem with the alpha @@ -3481,7 +3481,7 @@ Changes since version 0.60.0: - removed drop shadow for text on title bar code. (TITLE_TEXT_SHADOW) - text on title bar is now possible to be drawn by plugin. See NEWS. - WPrefs: added support for button4/5 -- fixed scrolling of menus outside screen (Vito Caputo +- fixed scrolling of menus outside screen (Vito Caputo ) - added SHEXEC command - fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com) @@ -3631,7 +3631,7 @@ Changes since version 0.51.1: - fixed bug with window that can get focus if both shaded and hidden. - maximize for full screen -- fixed problem with frame drawing in non-opaque +- fixed problem with frame drawing in non-opaque - fixed installation path prob [jmknoble@pobox.com] - fixed bug moving window when only one window is on screen - fixed bug with ignored GNUstep attributes @@ -3727,7 +3727,7 @@ Changes since version 0.50.1: - fixed wmsetbg - fixed parsing of WorkspaceSpecificBack - fixed initial workspace for new windows -- added the workspace button proxy thingy for GNOME +- added the workspace button proxy thingy for GNOME - added more GNOME compatibility fixes - fixed bug in %a() macro in root menu @@ -3901,7 +3901,7 @@ Changes since version 0.19.3: ............................. - fixed crash when closing windows in autoraise -- fixed a memory leak +- fixed a memory leak - fixed a crash when closing Lotus Notes - rewrote colormap code - incomplete multihead support @@ -4014,7 +4014,7 @@ Changes since version 0.17.5: ............................. - fixed handling of signals when the X event queue is empty -- fixed blank window titles +- fixed blank window titles - made current workspace entry be disabled in Move To window menu command, and in the Clip's Move To submenu. - fixed menu width calculation @@ -4025,7 +4025,7 @@ Changes since version 0.17.5: - added a hack to make everything work even if NumLock or ScrollLock is on - added a little more verbosity to error messages - fixed kluged workspace menu in clip -- removed workspace menu mapped through the microbutton in the clip. +- removed workspace menu mapped through the microbutton in the clip. - remade clip button layout to be more usable - fixed bug with keepontop and apps with Motif hints (x11amp) - changed menu border drawing @@ -4091,7 +4091,7 @@ Changes since version 0.17.3: - fixed bug with rootmenu that caused twin menus to be left mapped - added DontConfirmKill option to remove confirmation panel for Kill - fixed bug with hide of app with wmaker menu -- changed all NSsomething internal flags for the GNUstep attributes to +- changed all NSsomething internal flags for the GNUstep attributes to WMsomething Changes since version 0.17.2: @@ -4099,7 +4099,7 @@ Changes since version 0.17.2: - fixed bug in attributes panel with Disable Resizebar - fixed save in attribs panel with windows other than the client leader -- bug in attribs panel with Revert that made it save attributes with the +- bug in attribs panel with Revert that made it save attributes with the wrong name - fixed (by kluging) bugs related to destroying dialog panels in a bad order - fixed various bug with hide in empty screens @@ -4206,7 +4206,7 @@ Changes since version 0.16.0: - Added autoscroll for scrollers in WINGs. - Optimized WMList and WMBrowser in WINGs. - Button2 on clip opens workspace menu -- Changed cycling colors of selected icons. +- Changed cycling colors of selected icons. - Made icon chooser display a better rendering of alpha-channeled icons. - Sorted list/browser entries. - Fixed bug in timer code that was causing some timer events to be lost. @@ -4243,11 +4243,11 @@ Changes since version 0.15.1: - clicking on the appicon switches to the workspace where the app was last focused before unhiding - fixed problem with aspect ratio setting (gr_osview etc.) -- changed some extensions in the default config/data files and removed +- changed some extensions in the default config/data files and removed Sound.{xpm,tif} because it seem to be copyrighted. - added icon selection panel - changed selection indication of icons. Removed SClipColor option -- simplified animation speed options (IconSlideDelay, IconDelayStep, +- simplified animation speed options (IconSlideDelay, IconDelayStep, MenuScrollDelay, MenuScrollStep etc. etc) to IconSlideSpeed etc. - removed Start miniaturized/hidden items from Dock/Clip and added them as attributes @@ -4319,7 +4319,7 @@ Changes since version 0.15.0: window is correctly updated if the font size is changed while running. - Deleted unnecessary redrawing code in moveres.c. - Many fixes to moveres.c. -- Put all the keys from defaults.c in WindowMaker domain database. +- Put all the keys from defaults.c in WindowMaker domain database. - Fixed a crashing bug when workspace names were as long (or longer) as MAX_WORKSPACENAME_WIDTH (16 characters). In this case a right click on a window title caused WindowMaker to crash. @@ -4622,7 +4622,7 @@ Changes since version 0.12.1: Changes since version 0.12.0: ............................. -- now maintained by Matthew Hawkins while our +- now maintained by Matthew Hawkins while our esteemed friend Alfredo is away. Have a great holiday in Japan, mate! - fixed __DuMmY install problems - made NextMenuBehaviour and ScrollableMenus run-time configuration options @@ -4634,7 +4634,7 @@ Changes since version 0.11.1: - added Launch command in dock menu - fixed manual window placement - fixed problem during installation in po/ directory -- changed Command format for dock state +- changed Command format for dock state - added OffiX DND support for the dock - added Move To submenu in window commands menu - right click on root window does not deselect windows (to allow workspace @@ -4650,7 +4650,7 @@ Changes since version 0.11.1: Changes since version 0.11.0: ............................. -- fixed bug with menus that caused wmaker to crash +- fixed bug with menus that caused wmaker to crash - brought program parameter dialog box back - fixed autoplacement - changed window matching precedence for WMWindowAttributes (complete, just @@ -4671,7 +4671,7 @@ Changes since version 0.10.2: - fixed maximize bug - added a widget set and new dialog panels - fixed titlebar update after font change -- renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION +- renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION - fixed bug with miniaturization of bad behaved apps (vtcl) Changes since version 0.10.1: @@ -4721,7 +4721,7 @@ pipe - more apps can be docked (ghostview et. al) - fixed diagonal/horizontal resize detection to be like in NS - simplified titlebar button code: removed possibility to add more buttons -- fixed window gravity handling (xclock -geometry 100x100-0-0) +- fixed window gravity handling (xclock -geometry 100x100-0-0) - removed shadeable window attribute, added DontMoveOff - window resize with Meta-Click3 on window - fixed bug that caused keyboard locks if a invalid key was used in a shortcut @@ -4831,20 +4831,20 @@ has quit. (probably the same problem with XFMail and others) - better handling of long text - limited windowlist menu width - fixed arrange icons -- changed geometry display to account for base size if it's not in +- changed geometry display to account for base size if it's not in the technical drawing style -- meta-dbl-click on appicon does hide others +- meta-dbl-click on appicon does hide others - changed RaiseOnFocus option with RaiseDelay -- dbl-click on root window or open submenu entry brings the root menu +- dbl-click on root window or open submenu entry brings the root menu to the cursor. - removed AllowMenuLowering option and made menu ontopness work like on dock -- changed meta-click on dock with meta-dbl-click, to change ontopness -- moved gradient and image code to a library. +- changed meta-click on dock with meta-dbl-click, to change ontopness +- moved gradient and image code to a library. - added support for icons with alpha channel - simplified dithering setup -- many clean ups +- many clean ups - not-so-good looking gradients for 8bpp -- changed application menu stuff +- changed application menu stuff - started wmaker client library. Try out test/test.c @@ -4889,7 +4889,7 @@ Changes since version 0.4.2: - fixed docking on left side dock - fixed bug in window command menu - fixed bug in narrow windows with NEWSTYLE enabled -- fixed Hide Others crash +- fixed Hide Others crash - I18N fixes - hopefully stable again @@ -4940,7 +4940,7 @@ Changes since version 0.3.1: ............................ - fixed bug that caused window frames to be left after window closure -- submenus are opened to the left/right if it is too close to the right/left +- submenus are opened to the left/right if it is too close to the right/left edge (not perfect, but better than before) - remember window state (shade) on restart - fixed resize bug @@ -4957,7 +4957,7 @@ Changes since version 0.3.0: - added diagonal gradients - ignoreHideOthers window flag - optimized/fixed window raising and lowering -- fixed menu handling: don't need to click on the menu after +- fixed menu handling: don't need to click on the menu after it's opened to select items, just drag the pointer - _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols - application specified titlebar button pixmaps @@ -4985,10 +4985,10 @@ with accidental dbl-clicks on the root menu. - remade application group code (more stable) - undid stacking code change from 0.2.0 - fixed bug that caused hangs (not sure) -- fixed bug that caused window_count error and associated crashes +- fixed bug that caused window_count error and associated crashes - remade application defined menus - vertical gradient -- I18N support +- I18N support - fixed multiple window selection bug with windows in other workspaces - changed workspace numbering - fixed problem with series of X errors when a window is destroyed @@ -5026,7 +5026,7 @@ you focus a shaded window - fixed bug that allowed on top window to be lowered - disappearing xconsole and other initial-state==IconicState windows fixed - menus open always inside screen area -- open submenus are moved with their parents +- open submenus are moved with their parents - keyboard support - faster menu drawing - hide for applications that use window_group hint fixed (LyX et al) @@ -5089,7 +5089,7 @@ Changes since version 0.0.4: - added cpp preprocessing - zombie process bug fixed - interactive and dumb (cascade) window placement -- floating transient windows +- floating transient windows - disable mapped submenu entry on parent - added colormap handling stolen from fvwm (temporary) @@ -5097,10 +5097,10 @@ Changes since version 0.0.4: Changes since version 0.0.3: ............................ -- hide application implemented (just for apps that have the window_group -field of WMHints set or the WM_CLIENT_LEADER property set, +- hide application implemented (just for apps that have the window_group +field of WMHints set or the WM_CLIENT_LEADER property set, apparently most Xt based apps) -- fixed a crashing bug caused by icons +- fixed a crashing bug caused by icons - internal change on button pixmap structure and other places - handling of property changes on mapped windows - fixed bug in event handling (MapRequest) diff --git a/FAQ b/FAQ index 24bba28d..cbf873bc 100644 --- a/FAQ +++ b/FAQ @@ -10,50 +10,50 @@ http://wm.current.nu/wmfaq/ Summary of Contents: -1 - Introduction - 1.1 What is Window Maker? - 1.2 Where can I get Window Maker? - 1.3 Where are the mailing list archives? - 1.4 Where is more documentation on configuring Window Maker? - 1.5 What is an App Icon? - 1.6 How can I get a question added to the FAQ? - 1.7 How do I report bugs? +1 - Introduction + 1.1 What is Window Maker? + 1.2 Where can I get Window Maker? + 1.3 Where are the mailing list archives? + 1.4 Where is more documentation on configuring Window Maker? + 1.5 What is an App Icon? + 1.6 How can I get a question added to the FAQ? + 1.7 How do I report bugs? 1.8 Is there an anonymous cvs server? -2 - Installation - 2.1 Where can I get proplist.h? +2 - Installation + 2.1 Where can I get proplist.h? 2.2 Why do no icons show up after installing Window Maker 0.15.0 - when I've followed all the directions? - 2.3 How do I get libtiff to work? - 2.4 How do I get libjpeg to work? - 2.5 How do I get libpng to work? - 2.6 How do I get libgif (or libungif) to work? - 2.7 Does wmsound work with 0.1x.x? - 2.8 Can I use WindowMaker with KDE or GNOME or CDE? - 2.9 How do I get Window Maker working with xdm in Redhat 5.[01]? + when I've followed all the directions? + 2.3 How do I get libtiff to work? + 2.4 How do I get libjpeg to work? + 2.5 How do I get libpng to work? + 2.6 How do I get libgif (or libungif) to work? + 2.7 Does wmsound work with 0.1x.x? + 2.8 Can I use WindowMaker with KDE or GNOME or CDE? + 2.9 How do I get Window Maker working with xdm in Redhat 5.[01]? 2.10 Do I need to rerun wmaker.inst with every new version of - Window Maker? + Window Maker? 2.11 When I install Window Maker, I've used wmaker.inst correctly and I only get a root menu with xterm and exit. How do I fix this? 2.12 How do I get Window Maker to use more than 16 colors on my - SGI Indy Workstation? - 2.13 Using WindowMaker with Solaris 2.6 CDE + SGI Indy Workstation? + 2.13 Using WindowMaker with Solaris 2.6 CDE 2.14 How do I switch CDE's window manager to use Window Maker? 2.15 When I run wmaker it quits complaining about something "__register_frame_info". 2.16 When I run wmaker it complains about something like library is 62, caller expects 61 -3 - Usage +3 - Usage 3.1 How do I get new apps on the dock (The line of pixmaps on the - right side of the screen by default) + right side of the screen by default) 3.2 What is the difference between the Exit and Exit Session Option? - 3.3 How do I "dock" AppIcons on the Clip? - 3.4 Why do none of my Key Bindings work in Window Maker 0.1x.x - 3.5 How do I rename workspaces? + 3.3 How do I "dock" AppIcons on the Clip? + 3.4 Why do none of my Key Bindings work in Window Maker 0.1x.x + 3.5 How do I rename workspaces? 3.6 How can I resize a window if the window is larger than my current - desktop? - 3.7 How do I "undock" AppIcons? + desktop? + 3.7 How do I "undock" AppIcons? 3.8 I docked an application but when I run it the button is permanently shaded and I can't run new instances. 3.9 When I run wmaker it complains about not being able to load any @@ -62,66 +62,66 @@ Summary of Contents: but when I do that from the configuration files it doesn't! 3.11 When I run GNOME application they have no title bar. -4 - Configuration - 4.1 What are those files inside my ~/GNUstep directory? - 4.2 How do I enable the normal X sloppy focus mode? - 4.3 How do I get my auto-arrange icons to work? - 4.4 How do I get my Meta-Tab to cycle through windows correctly? +4 - Configuration + 4.1 What are those files inside my ~/GNUstep directory? + 4.2 How do I enable the normal X sloppy focus mode? + 4.3 How do I get my auto-arrange icons to work? + 4.4 How do I get my Meta-Tab to cycle through windows correctly? 4.5 How can I define my own Icon for a program? (instead of the Icon - the Application Supplies?) + the Application Supplies?) 4.6 How do I get a pixmap background for my appicons (those things - in the dock)? + in the dock)? 4.7 How do you dock that doesn't have an - appicon in the new version of Window Maker? + appicon in the new version of Window Maker? 4.8 How do I get x11amp to not have a title bar? (or any other - program for that matter?) - 4.9 How do I set a pixmap background? - 4.10 Can I put pixmaps in my root menu and title bars? + program for that matter?) + 4.9 How do I set a pixmap background? + 4.10 Can I put pixmaps in my root menu and title bars? 4.11 How do I get my Minimize Icon to look like the triangle I see in - screenshots? - 4.12 How do I get superfluous bells and whistles working? + screenshots? + 4.12 How do I get superfluous bells and whistles working? 4.13 How do I get my old style back? - 4.14 How do I get the window menu with only a two button mouse? - 4.15 How do I edit my root menu? + 4.14 How do I get the window menu with only a two button mouse? + 4.15 How do I edit my root menu? 4.16 How can I set dock/clip to use single click to launch applications, instead of double click? -5 - Other Applications - 5.1 How do I assign gimp an appicon? - 5.2 How do I get an appicon for XEmacs 20.3+? +5 - Other Applications + 5.1 How do I assign gimp an appicon? + 5.2 How do I get an appicon for XEmacs 20.3+? 5.3 Where do you get that clock program I always see on people's - desktops? - 5.4 How do you dock asclock? - 5.5 How do you dock wmload? - 5.6 What other apps exist for the dock? - 5.7 How do I get an appicon for rxvt so I can dock it? + desktops? + 5.4 How do you dock asclock? + 5.5 How do you dock wmload? + 5.6 What other apps exist for the dock? + 5.7 How do I get an appicon for rxvt so I can dock it? 5.8 How do I get different icons for rxvt's (or xterms) running different programs? - 5.9 How do I launch multiple instances of XTerm from one appicon? + 5.9 How do I launch multiple instances of XTerm from one appicon? 5.10 How do I allow Alt+# to work in an rxvt session? (with irc for - example) + example) 5.11 Window Maker breaks scilab 5.12 Netscape icons show up in black and white 5.13 Snow flakes from xsnow don't accumulate on title bars! 5.14 I'm using RedHat 6.0 and Netscape dies without reason. -6 - Programming - 6.1 How do I get a normal X application to produce an appicon? - 6.2 How do I get my tcl/tk application to produce an appicon? - 6.3 What is WINGs? +6 - Programming + 6.1 How do I get a normal X application to produce an appicon? + 6.2 How do I get my tcl/tk application to produce an appicon? + 6.3 What is WINGs? 6.4 Where can I get more information about WINGs? -7 - Miscellaneous Questions - 7.1 Is there a pager for Window Maker? - 7.2 Can I have folders like in AfterStep? - 7.3 How do I use getstyle and setstyle? +7 - Miscellaneous Questions + 7.1 Is there a pager for Window Maker? + 7.2 Can I have folders like in AfterStep? + 7.3 How do I use getstyle and setstyle? 7.4 Why don't you distribute {normal diff, xdelta} patches? 7.5 Will you add GNOME support? -8 - Themes - 8.1 What exactly are Themes? - 8.2 How do I install a Theme? - 8.3 How do I make a Theme? +8 - Themes + 8.1 What exactly are Themes? + 8.2 How do I install a Theme? + 8.3 How do I make a Theme? ======================================================================== @@ -132,16 +132,16 @@ Summary of Contents: Introduction: -=-=-=-=-=-=- -1.1 What is Window Maker? +1.1 What is Window Maker? ---------------------------------- Window Maker is an elegant X11 window manger that emulates the OpenStep desktop with some noticeable enhancements. Look at http://wm.current.nu/themes/my-themes.html and http://wm.current.nu/themes/screenshots.html -here for example screenshots. +here for example screenshots. -1.2 Where can I get Window Maker? +1.2 Where can I get Window Maker? ---------------------------------- The official site to get new developmental versions from is http://windowmaker.org/pub/source/beta/ @@ -153,23 +153,23 @@ want to have all the newest features, you can rather safely go with the development versions. Just remember to save any unsaved data before you go playing around with the config files. Also, remember they are developmental versions, so your mileage may vary, don't get angry if they -crash. +crash. -1.3 Where are the mailing list archives? +1.3 Where are the mailing list archives? ---------------------------------------- Please read the information on the web pages at http://lists.windowmaker.org/ for information on how to subscribe, the posting guidelines, and how to access the web archives. -1.4 Where is more documentation on configuring Window Maker? +1.4 Where is more documentation on configuring Window Maker? ---------------------------------- Besides the mailing list archives, there are nice documents in http://windowmaker.org/documentation.php -1.5 What is an appicon? +1.5 What is an appicon? ---------------------------------- An appicon is the icon (without the tiny title bar a minimized application icon has) produced by most applications that initially is in the bottom left corner @@ -177,7 +177,7 @@ of the screen while an application is running. For an example, run xterm and notice the icon in the corner. -1.6. How can I get a question added to the FAQ? +1.6. How can I get a question added to the FAQ? ---------------------------------- Ask on the mailing list, or send your request to faqs@windowmaker.org @@ -187,7 +187,7 @@ and the forums http://bugs.windowmaker.org/projects/wmaker/boards -1.7. How do I report bugs? +1.7. How do I report bugs? ---------------------------------- You can look at the BUGFORM file in your tarball of Window Maker. Alternatively, you can use the Window Maker Bugtracker at @@ -201,7 +201,7 @@ Yes there is. To check out from mercurial use: To update your source tree, cd to the wmaker directory and type hg pull - + -=-=-=-=-=-=- @@ -215,8 +215,8 @@ It was obsoleted by adding property list handling code to the WINGs library. -2.2 Why do no icons show up after installing Window Maker >= 0.15.x - when I've followed all the directions? +2.2 Why do no icons show up after installing Window Maker >= 0.15.x + when I've followed all the directions? ------------------------------------------------------------------- Under normal circumstances, this should not happen because Window Maker should detect if libtiff is going to be compiled in and then it will make the @@ -228,10 +228,10 @@ which require you to have compiled Window Maker with libtiff support, if you want them to be used. If you are happy with the .xpm icons, then you don't need libtiff. Window Maker will detect that TIFF support is not available and use .xpm icons instead. For some help on compiling with libtiff, look at the -libtiff section of this FAQ. +libtiff section of this FAQ. -2.3 How do I get libtiff to work? +2.3 How do I get libtiff to work? ---------------------------------- The whole key to getting libtiff working for me was to upgrade to >= tiff-v3.4beta037-tar.gz available at ftp.sgi.com. @@ -239,22 +239,22 @@ tiff-v3.4beta037-tar.gz available at ftp.sgi.com. Rerun ./configure and make and it should work. I had previously been using tiff-v3.4-tar.gz instead so the library was there just not working. A note to keep in mind, is that the tiff libs are versioned rather oddly, version -tiff-v3.4beta037 is actually newer than tiff-v3.4. +tiff-v3.4beta037 is actually newer than tiff-v3.4. Make sure to rm config.cache and rerun ./configure before attempting to -compile again. +compile again. -Also, make sure to use gnu-make for the Window Maker compile. +Also, make sure to use gnu-make for the Window Maker compile. -2.4 How do I get libjpeg to work? +2.4 How do I get libjpeg to work? ---------------------------------- The newest jpeg libs are available at ftp://ftp.uu.net/graphics/jpeg/. How many of you have seen that darned "lib reports 62 caller expects 61" type of error? Well, I have more than once, and here are some answers to possibly help -you out. +you out. First things first. As always, make sure there are not older copies of libjpeg floating around on your system. By default my Slackware distribution came @@ -262,87 +262,87 @@ with an old libjpeg.so.1 in the /usr/X11R6/lib/ directory. This can simply be deleted. Or if something complains after you delete it, recompile it if you can to look for the new lib in the right place, or if that fails, as a last resort, you might add a symlink to the new lib like so: -ln -s /usr/local/lib/libjpeg.so.6.0.2 libjpeg.so.1 +ln -s /usr/local/lib/libjpeg.so.6.0.2 libjpeg.so.1 Now on to the error. This is basically caused by your application having been compiled to dynamically use the libjpeg.so shared library. When you install a new lib and then try to run your program again, it expects the lib it was compiled against, in this case the older libjpeg.so.6.0.1 and instead finds libjpeg.so.6.0.2 -and reports the error. +and reports the error. The fix is actually rather simple. Along with adding a libjpeg.so.6 symlink like so (just in case): ln -s libjpeg.so.6.0.2 libjpeg.so.6 where you installed your new lib, you simply need to recompile your app to -link it against the new library. :) +link it against the new library. :) Make sure to rm config.cache and rerun ./configure before attempting to -compile again. +compile again. -Also, make sure to use gnu-make for the Window Maker compile. +Also, make sure to use gnu-make for the Window Maker compile. -2.5 How do I get libpng to work? +2.5 How do I get libpng to work? ---------------------------------- The newest png libs are available at -http://www.cdrom.com/pub/png/pngcode.html. +http://www.cdrom.com/pub/png/pngcode.html. You should also get the newest zlib libs from -http://www.cdrom.com/pub/infozip/zlib/. +http://www.cdrom.com/pub/infozip/zlib/. I had a few problems with this lib as well, basically I had an old libz.so in my /usr/X11R6/lib/ directory which configure was finding first, and which failed the -test, being an older lib. +test, being an older lib. Generally the same applies here as with libjpeg, make sure there are no older versions of the necessary libs floating around on your system, then try -and configure and make again. +and configure and make again. Make sure to rm config.cache and rerun ./configure before attempting to -compile again. +compile again. -Also, make sure to use gnu-make for the Window Maker compile. +Also, make sure to use gnu-make for the Window Maker compile. -2.6 How do I get libgif (or libungif) to work? +2.6 How do I get libgif (or libungif) to work? ---------------------------------- The newest libgif is available at -ftp://sunsite.unc.edu/pub/Linux/libs/giflib/. +ftp://sunsite.unc.edu/pub/Linux/libs/giflib/. The newest libungif is available at -ftp://sunsite.unc.edu/pub/Linux/libs/graphics/. +ftp://sunsite.unc.edu/pub/Linux/libs/graphics/. I had a few problems with libgif... it seems that the install process didn't install the header file libgif.h, so although the Window Maker configure found the lib (libgif.so.x), when you actually try to compile, it fails when it looks for the header to include the make. I simply copied it from the libgif source -directory to the system include directory. (/usr/local/include/ on my system). +directory to the system include directory. (/usr/local/include/ on my system). Make sure to rm config.cache and rerun ./configure before attempting to -compile again. +compile again. -Also, make sure to use gnu-make for the Window Maker compile. +Also, make sure to use gnu-make for the Window Maker compile. -2.7 Does wmsound work with 0.1x.x? +2.7 Does wmsound work with 0.1x.x? ---------------------------------- As of Window Maker 0.15.x, sound is now included by default but requires the authors sound server. For more information, read the NEWS file in the -Window Maker distribution. +Window Maker distribution. -The author Anthony Quinn has released a -version that works with Window Maker >= 0.15.x. It is available from +The author Anthony Quinn has released a +version that works with Window Maker >= 0.15.x. It is available from its home page at http://www.frontiernet.net/~southgat/wmsound/ -or on Largo's site at http://wm.current.nu/files.html#wmsound -for your convenience. +or on Largo's site at http://wm.current.nu/files.html#wmsound +for your convenience. -2.8 Can I use WindowMaker with KDE or GNOME or CDE? +2.8 Can I use WindowMaker with KDE or GNOME or CDE? --------------------------------------------------- Contrary to what a lot of people think, KDE is NOT a window manager. KDE is a suite of various applications that includes a custom window manager (kwm). -The same is true for CDE. +The same is true for CDE. Now, answering the question: Yes, you can use WindowMaker in these environments. To use Window Maker with GNOME, you don't need to do @@ -359,25 +359,25 @@ need to restart Window Maker to make this change take effect. The "Disable mouse actions" change is needed to allow you to use krootwm, which enables you to use kfm's desktop icons, but will prevent you from accessing Window Maker's Applications and Window List menus with the -mouse. +mouse. -2.9 How do I get Window Maker working with xdm in Redhat 5.[01]? +2.9 How do I get Window Maker working with xdm in Redhat 5.[01]? ---------------------------------------------------------------- After running wmaker.inst and letting it write to .xinitrc, cp .xinitrc .xsession and make sure that /usr/local/bin is in your $PATH for the Xserver. You can -make sure of this by including a statement like +make sure of this by including a statement like - export PATH=$PATH:/usr/local/bin - + export PATH=$PATH:/usr/local/bin -in your .xsession file. + +in your .xsession file. Make sure to chmod +x .xsession so that the Xsession script of xdm can -execute it. +execute it. -This is how the Xsession script is designed: +This is how the Xsession script is designed: startup=$HOME/.xsession @@ -393,14 +393,14 @@ This is how the Xsession script is designed: fi exec xsm fi - + You could also have a .Xclients file as was mentioned in previous revisions -of this question. +of this question. 2.10 Do I need to rerun wmaker.inst with every new version of - Window Maker? + Window Maker? ---------------------------------- There is no need to do this. You can do it, but keep in mind, that all your preferences will be lost, overwritten by the defaults. You can update the @@ -412,7 +412,7 @@ The way domain files are read beginning from 0.15.0 makes the need for update almost redundant. The user config files are merged with the global ones in /usr/local/share/WindowMaker/Defaults. So even if new options are added, they will be reflected in the user -configuration. +configuration. Only if user wishes to change the default behavior, he needs to add that option to the config file. @@ -425,114 +425,114 @@ future version, this will be noted in the NEWS file. ---------------------------------- Most likely, the problem is that Window Maker can not find a copy of the C pre processor in a directory such as /lib. The file /lib/cpp should be a -symbolic link to whatever c compiler's cpp you are using. Mine reads as: +symbolic link to whatever c compiler's cpp you are using. Mine reads as: cpp -> ../usr/lib/gcc-lib/i586-pc-linux-gnu/pgcc-2.90.29/cpp* - + There seems to be another common problem that exhibits this same behavior. If you find another solution that matches this question please -email or . +email or . 2.12 How do I get Window Maker to use more than 16 colors on my - SGI Indy Workstation? + SGI Indy Workstation? ---------------------------------- -Thanks to Peter H. Chou for this answer: +Thanks to Peter H. Chou for this answer: By default, the SGI X Server uses 8-bit Pseudocolor mode. To change it, edit (as root) the file /usr/lib/X11/xdm/Xservers. -Change it to read: +Change it to read: :0 secure /usr/bin/X11/X -bs -c -class TrueColor -depth 24 - -2.13 Using WindowMaker with Solaris 2.6 CDE + +2.13 Using WindowMaker with Solaris 2.6 CDE ---------------------------------- -(thanks to Rob Funk, Unix God of osu.edu) +(thanks to Rob Funk, Unix God of osu.edu) Assuming you installed Window Maker according to the README's that come with the source, all you need to run Window Maker on a Solaris box is an entry in the .xinitrc. Only 0.17 - 0.19 versions have been tested, but when you run the configure script, let it make changes to the .xinitrc file. It -should look something like this: +should look something like this: #!/bin/sh # Window Maker Default .xinitrc exec /usr/local/bin/wmaker - + Believe it or not, that's all that it takes. This, in fact, runs WindowMaker instead of OpenWindows. In order to choose WindowMaker, you simply choose "OpenWindows Desktop" in the "Options - Session" Menus. -Choose "CDE Desktop" if you want CDE. +Choose "CDE Desktop" if you want CDE. The Color schemes and settings for Window Maker are separate from CDE. Tested on a SPARC 10, Solaris x86 should work also. (better, -hopefully) +hopefully) -2.14 How do I switch CDE's window-manager to use Window Maker? +2.14 How do I switch CDE's window-manager to use Window Maker? ---------------------------------- -Method 1: +Method 1: -Peter Ilberg gives us this answer: +Peter Ilberg gives us this answer: Install WM wherever you want it, mine is in /opt/WindowMaker-0.16.0 (eg. use ./configure --prefix=/opt/WindowMaker-0.16.0). -Run the install script wmaker.inst in your home directory. +Run the install script wmaker.inst in your home directory. -Add the following two lines to .dtprofile in your home directory: +Add the following two lines to .dtprofile in your home directory: SESSIONTYPE=xdm; export SESSIONTYPE -PATH=:/usr/contrib/bin/X11:$PATH:.; export PATH +PATH=:/usr/contrib/bin/X11:$PATH:.; export PATH This tells CDE to go looking for an .xinitrc/.xsession instead of using the -default environment. +default environment. Make your .xsession/.xinitrc executable (VERY IMPORTANT, wmaker.inst did -NOT do this automatically for me) using eg. +NOT do this automatically for me) using eg. -chmod ugo+x .xsession +chmod ugo+x .xsession -Your .xsession/.xinitrc should look something like this: +Your .xsession/.xinitrc should look something like this: #!/bin/sh -exec wmaker +exec wmaker -Things to try if it doesn't work: (somewhat fuzzy and random) +Things to try if it doesn't work: (somewhat fuzzy and random) This should do it although I did have problems sometimes initially which I fixed by randomly trying absolute pathes for wmaker in .xsession/.xinitrc and/or making the dtprofile/.xinitrc/etc executable. It helps logging in on the console (select from CDE login screen) and start X manually using 'X'. If it works that way it should work when logging into the CDE environment. -Remember to Check your paths! +Remember to Check your paths! If it doesn't work, you can also substitute some other window manager for wmaker in the .xinitrc and see if that works. If it does you know at least that -.xinitrc is getting called/executed, so your WM path is wrong or not set. +.xinitrc is getting called/executed, so your WM path is wrong or not set. -Method 2: +Method 2: -Thomas Hanselman gave this alternative answer (via Peter Ilberg): +Thomas Hanselman gave this alternative answer (via Peter Ilberg): Build and install WM wherever you want, as described in Method 1. You can install and run WM just fine from your home directory. That's what I'm doing, since I don't have root access at work :(. Then, in your .Xdefaults file in -your home directory, add the following line: +your home directory, add the following line: -Dtsession*wmStartupCommand: +Dtsession*wmStartupCommand: Then, log out, and log back in, and, unless I've forgotten a step (or this is a -custom Nortel thing), you should be in Window Maker heaven ;). +custom Nortel thing), you should be in Window Maker heaven ;). -Difference between the methods: (according to Thomas) +Difference between the methods: (according to Thomas) I've been told that the difference between setting the resource and Peter's method is that if you override the window manager with the resource, you @@ -543,28 +543,28 @@ however. Also, another thing to note with Window Maker and HP-UX 10.20 -- if you select "Exit Session" from the WM root menu, Window Maker and all of your applications are killed, but you may not be logged out. Again, this might be an artifact from my work environment, or the way I start Window -Maker. +Maker. -Owen Stenseth adds: +Owen Stenseth adds: When using this method it is possible to exit Window Maker cleanly by -using the dtaction command. I use the following in my Window Maker menu: +using the dtaction command. I use the following in my Window Maker menu: -"Exit Session" EXEC dtaction ExitSession +"Exit Session" EXEC dtaction ExitSession The only problem I have at the moment is I seem to get multiple copies of -asclock running when I log in again. +asclock running when I log in again. You can also use the normal "Exit Session" command from the WM root menu and place additional commands required to shutdown CDE in -~/GNUstep/Library/WindowMaker/exitscript +~/GNUstep/Library/WindowMaker/exitscript So, if you add "dtaction ExitSession" in that file, the command to shutdown -CDE will be automatically executed when you exit WindowMaker. +CDE will be automatically executed when you exit WindowMaker. 2.15 When I run wmaker it quits complaining about something - __register_frame_info. + __register_frame_info. ---------------------------------- This is due to using gcc >= 2.8.0 or egcs to compile Window Maker or a library it uses, then running these precompiled binaries on a system using @@ -610,7 +610,7 @@ Usage: -=-=-=- 3.1 How do I get new apps on the dock (The icon or line of icons on - the right side of the screen by default) + the right side of the screen by default) ---------------------------------- Launch an application. If there is a little icon that pops up in the bottom corner of the screen, drag it over to the dock icon(s). You should see a @@ -619,7 +619,7 @@ be placed. To make sure this application will be there next time you start up WindowMaker, exit WindowMaker with the "exit session" option. -3.2 What is the difference between the 'Exit' and 'Exit Session' Options? +3.2 What is the difference between the 'Exit' and 'Exit Session' Options? ---------------------------------- 'Exit' exits wmaker, but leaves the other apps running, and if wmaker was not the last app launched in the .xinitrc the X server is not closed, until @@ -628,60 +628,60 @@ the last app started by .xinitrc is closed. the X server will be closed, and your session will end. -3.3 How do I "dock" AppIcons on the Clip? +3.3 How do I "dock" AppIcons on the Clip? ----------------------------------------- Just drag icons near it like you would for the dock. Note that if you place the clip near the dock, you may have problems docking appicons in either. Move the clip away first. -3.4 Why do none of my Key Bindings (ie: Alt+#) work in Window Maker 0.1x.x +3.4 Why do none of my Key Bindings (ie: Alt+#) work in Window Maker 0.1x.x ---------------------------------- If you are using XFree86, make sure scroll lock and numlock are off or no bindings will work (XFree bug). You can try using the XFree86 Numlock Hack by editing the line #undef NUMLOCK_HACK in $WindowMakerdir/src/wconfig.h -and changing it to #define NUMLOCK_HACK. +and changing it to #define NUMLOCK_HACK. As of 0.18.0, this hack functions properly. -3.5 How do I rename workspaces? +3.5 How do I rename workspaces? ---------------------------------- Right click on the "desktop" (root window) to show the menu (don't hold the button down). Go to the workspaces menu and hold the Control key down -and click on the workspace you would like to rename and type the name. +and click on the workspace you would like to rename and type the name. If you use the clip, use the "Rename Workspace" command in the clip -menu. +menu. 3.6 How can I resize a window if the window is larger than my current desktop? ---------------------------------- -David Reviejo best summed up this answer: +David Reviejo best summed up this answer: "Maybe you know: Alt+Left click and drag - to move the window. + to move the window. Try this: Alt+Right click and drag - to resize (by moving the nearest window corner) + to resize (by moving the nearest window corner) Another move/resize tip: while you are moving or resizing a window, you - can change the move/resize mode by pressing the SHIFT key." + can change the move/resize mode by pressing the SHIFT key." -3.7 How do I "undock" AppIcons? +3.7 How do I "undock" AppIcons? ---------------------------------- If the program is not running, just drag the icon to the middle of your -desktop (away from the dock and clip) and watch it disappear. +desktop (away from the dock and clip) and watch it disappear. If the program is running, hold down Meta (usually CTRL) and drag the icon off the dock. You can also right click on it and choose 'Kill', then undock as -usual. +usual. 3.8 I docked an application but when I run it the button is permanently @@ -691,7 +691,7 @@ You probably docked the application with dockit. To fix it remove the icon and use the "Emulate Application Icon" checkbox in the Advanced Options section of the Attributes panel for the window. Then restart the application to get the application icon you -must use to dock the application. +must use to dock the application. It can also mean that you did something you shouldn't, which is changing the program that is ran from the docked icon. For example, if you docked rxvt you must NOT change it to xterm, for example. @@ -751,29 +751,29 @@ for GTK applications" button. Configuration: -=-=-=-=-=-=-=- -4.1 What are those files inside my ~/GNUstep directory? +4.1 What are those files inside my ~/GNUstep directory? ---------------------------------- -~/GNUstep/WindowMaker/WindowMaker +~/GNUstep/WindowMaker/WindowMaker The main config file. This file controls options such as key bindings, - fonts, pixmaps, and focus modes. + fonts, pixmaps, and focus modes. -~/GNUstep/WindowMaker/WMWindowAttributes +~/GNUstep/WindowMaker/WMWindowAttributes The Controls "attributes" for individual applications and appicons. Options such as what icon to use are set here. For the most part, this is now best accessed via a right click on a title bar of an application - and selecting "Attributes" + and selecting "Attributes" -~/GNUstep/Defaults/WMState +~/GNUstep/Defaults/WMState This is the file that is automatically generated and contains the current - dock settings. It is not recommended to edit this file by hand. + dock settings. It is not recommended to edit this file by hand. -~/GNUstep/Defaults/WMRootMenu +~/GNUstep/Defaults/WMRootMenu This file specifies what file to use as the root menu. In Window Maker 0.19.0 and higher, you can replace this file with the one called plmenu @@ -781,9 +781,9 @@ Configuration: the menu. -~/GNUstep/Library/WindowMaker/menu +~/GNUstep/Library/WindowMaker/menu - This is the file to edit to change your root menu. + This is the file to edit to change your root menu. ~/GNUstep/Library/WindowMaker/plmenu @@ -793,80 +793,80 @@ Configuration: -4.2 How do I enable the normal X sloppy focus mode? +4.2 How do I enable the normal X sloppy focus mode? ---------------------------------- -In the ~/GNUstep/Defaults/WindowMaker, change the following: +In the ~/GNUstep/Defaults/WindowMaker, change the following: -FocusMode = sloppy; +FocusMode = sloppy; -4.3 How do I get my auto-arrange icons to work? +4.3 How do I get my auto-arrange icons to work? ---------------------------------- In ~/GNUstep/Defaults/WindowMaker set AutoArrangeIcons=Yes; and the icons -should now auto-arrange. +should now auto-arrange. -4.4 How do I get my Meta-Tab to cycle through windows correctly? +4.4 How do I get my Meta-Tab to cycle through windows correctly? ---------------------------------- Make sure that these settings are true in your ~/GNUstep/Defaults/WindowMaker -file: +file: CirculateRaise = Yes; -RaiseDelay = 1; +RaiseDelay = 1; This will not give you MS Windows(tm) style application switching where -alt-tab is changes context. +alt-tab is changes context. Paul Warren <> has released a patch that will -give this style of Context Switching to Window Maker. +give this style of Context Switching to Window Maker. It is available from http://ferret.lmh.ox.ac.uk/~pdw/patches/ 4.5 How can I define my own Icon for a program? (instead of the - Icon the Application Supplies?) + Icon the Application Supplies?) ---------------------------------- You can right click on the title bar of the running app and choose the "Attributes..." option, then click on the "Ignore client supplied icon" -checkbox. Click "Apply", "Save" and close the Attributes Editor. +checkbox. Click "Apply", "Save" and close the Attributes Editor. Another method is to edit ~/GNUstep/Defaults/WMWindowAttributes by hand and -use the AlwaysUserIcon=YES; option for the app. For example: +use the AlwaysUserIcon=YES; option for the app. For example: xmcd = { Icon = "Radio.xpm"; AlwaysUserIcon=Yes; -}; +}; 4.6 How do I get a Tile background for my AppIcons (those things in - the dock)? + the dock)? ---------------------------------- -You need to change 1 line to your ~/GNUstep/Defaults/WindowMaker file. +You need to change 1 line to your ~/GNUstep/Defaults/WindowMaker file. IconBack = (spixmap, tile.black.xpm, white); or IconBack = (tpixmap, tile.black.xpm, white); -spixmap will scale the pixmap to fit the tile, tpixmap will tile it as is. +spixmap will scale the pixmap to fit the tile, tpixmap will tile it as is. As Random@efnet says, The last parameter is the color that fills in any -Transparent parts of your icon. +Transparent parts of your icon. IconBack takes other options too, search the NEWS file. 4.7 How do you dock that doesn't have an - appicon in the new version of Window Maker? + appicon in the new version of Window Maker? ---------------------------------- There is now an option available to emulate appicons so that Window -Maker can dock just about anything now. +Maker can dock just about anything now. To dock a misbehaving application, right click on the title bar and select the attributes menu. Next, select the pull down menu's "Advanced Options" item. Under the ``Advanced Options'' menu, select the ``Emulate -Application Icon'' Option then Save, Apply and close the dialog. +Application Icon'' Option then Save, Apply and close the dialog. -This should allow you do dock the program normally. +This should allow you do dock the program normally. Emulate Appicon does exactly the same thing as dockit, a small app distributed with ancient versions of Window Maker before the Attribute @@ -877,59 +877,59 @@ badly coded for not setting the instance.class hints. 4.8 How do I get x11amp to not have a title bar? (or any other - program for that matter?) + program for that matter?) ---------------------------------- Right Click on the title bar and choose "Attributes". Click on Panel 2 and click the "Disable titlebar" and "Disable resizebar" options. Click -"Save", "Apply" and then close the Attributes panel. +"Save", "Apply" and then close the Attributes panel. By Default, to get back to the attributes menu once you've removed the -titlebar, hit the key F10 while the window is focused. +titlebar, hit the key F10 while the window is focused. -Here is an example entry in ~/GNUstep/WMWindowAttributes for x11amp. +Here is an example entry in ~/GNUstep/WMWindowAttributes for x11amp. x11amp={ Icon="x11amp.xpm"; NoTitlebar=Yes; NoResizebar=Yes; NoAppIcon=Yes; -}; +}; -4.9 How do I set a pixmap background? +4.9 How do I set a pixmap background? ---------------------------------- -Here is the in depth explanation straight from the NEWS file: +Here is the in depth explanation straight from the NEWS file: -wmsetbg now accepts the following options: -usage: wmsetbg [-options] image -options: --d +wmsetbg now accepts the following options: +usage: wmsetbg [-options] image +options: +-d dither image --m +-m match colors --t +-t tile image --s +-s scale image (default) --u +-u update Window Maker domain database --D +-D update database --c +-c colors per channel to use By default, it will try to guess if dithering is needed or not and proceed accordingly. -Using -d or -m will force it to dither or match colors. +Using -d or -m will force it to dither or match colors. Dithering for more than 15bpp is generally not needed, and will only result in a slower processing. Don't use dithering except when needed, because it is slower. Else rely on -wmsetbg which will detect if dithering is needed and use it. +wmsetbg which will detect if dithering is needed and use it. --u +-u will update the WorkspaceBack in the default database domain file in ~/GNUstep/Defaults/WindowMaker, and let Window Maker refresh the screen. Please note that this option only @@ -938,11 +938,11 @@ wmsetbg which will detect if dithering is needed and use it. update the image after it reads the updated defaults database. --D +-D is same as above, but will update the domain instead of the default Window Maker domain. --c +-c will set the color per channel to use. Only needed for PseudoColor visuals. Window Maker will automatically pass the value read from the Window Maker domain database. @@ -950,104 +950,104 @@ wmsetbg which will detect if dithering is needed and use it. The following line is straight from your WindowMaker-0.15.x -~/GNUstep/Library/WindowMaker/menu file and should all be on one line. +~/GNUstep/Library/WindowMaker/menu file and should all be on one line. "Images" OPEN_MENU BACKGROUNDS_DIR -~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t +~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t This should give you an idea on how to add other entries for different image directories. See the help info at the top of the -~/GNUstep/Library/WindowMaker/menu file for more information. +~/GNUstep/Library/WindowMaker/menu file for more information. If you for some reason would like to set your background image with XV, for instance to use an image format not yet supported by wmsetbg or to use one of XV's special modes, edit the file ~/GNUstep/Library/WindowMaker/autostart -and insert the line +and insert the line xv -root -quit -maxpect ~/background.jpg or -xv -root -quit -max ~/background.jpg +xv -root -quit -max ~/background.jpg you can also try variations of this to get different tiling and other effects (where X is a number 1-9 I believe): -'xv -root -quit -rmodeX ~/background.jpg' +'xv -root -quit -rmodeX ~/background.jpg' If you would like xv functionality in your menu, here's a nice little tip from -Alfredo: +Alfredo: Add the following line to your ~/GNUstep/Library/WindowMaker/menu file. (all on -one line) +one line) -"More Backgrounds" OPEN_MENU /home/whoever/backgrounds xv -root -maxpect -quit +"More Backgrounds" OPEN_MENU /home/whoever/backgrounds xv -root -maxpect -quit -4.10 Can I put pixmaps in my root menu and title bars? +4.10 Can I put pixmaps in my root menu and title bars? ---------------------------------- With the release of WindowMaker-0.14.1, you can now put pixmaps -anywhere you would have either a gradient or a color. This means now that +anywhere you would have either a gradient or a color. This means now that -MenuTextBack=(tpixmap, foo.xpm, acolor); +MenuTextBack=(tpixmap, foo.xpm, acolor); in ~/GNUstep/Defaults/WindowMaker will put the correct pixmap tiled in your -menu. +menu. -FTitleBack = (spixmap, foo.xpm, black); +FTitleBack = (spixmap, foo.xpm, black); Would have the effect of stretching a pixmap to fit the title bar of the active window. You can use png, gif, ppm, tiff, jpeg and xpm images interchangeably in -Window Maker if you have compiled in support for those formats. +Window Maker if you have compiled in support for those formats. 4.11 How do I get my Minimize Icon to look like the triangle I see in - screenshots? + screenshots? ---------------------------------- This involves a minor source tweak. Instructions are available at http://wm.current.nu/tips.html#titlebar_icons -Example screenshot at +Example screenshot at http://wm.current.nu/themes/images/screenshots/Midnight3.jpg -4.12 How do I get superfluous bells and whistles working? +4.12 How do I get superfluous bells and whistles working? ---------------------------------- -Add Superfluous=YES; to your ~/GNUstep/Defaults/Windowmaker file. +Add Superfluous=YES; to your ~/GNUstep/Defaults/Windowmaker file. This option was added as a run-time option in Window Maker >= 0.16.1. -4.13 How do I get the classic NeXT(tm)-like style back? +4.13 How do I get the classic NeXT(tm)-like style back? ---------------------------------- -Add NewStyle=NO; to your ~/GNUstep/Defaults/Windowmaker file. +Add NewStyle=NO; to your ~/GNUstep/Defaults/Windowmaker file. This option was added as a run-time option in Window Maker >= 0.16.1 -4.14 How do I get the window menu with only a two button mouse? +4.14 How do I get the window menu with only a two button mouse? ---------------------------------- -Jim Noble writes: +Jim Noble writes: If you've got a two-button mouse under some versions of Solaris x86, there's no way (that I'm aware of) to emulate a 3-button mouse. The right -button can be either MB2 or MB3, but chording doesn't work. +button can be either MB2 or MB3, but chording doesn't work. ApplicationMenuMouseButton = Left; -and +and + + WindowListMouseButton = Right; - WindowListMouseButton = Right; - in ~/GNUstep/Defaults/WindowMaker ought to allow the left button to activate the root menu, and the right button (as MB2) to activate the -windows menu. +windows menu. -4.15 How do I edit my root menu? +4.15 How do I edit my root menu? ---------------------------------- -You can now use WPrefs.app -(see http://wm.current.nu/features/configuration.html for more info) -if you have the new PropList style menu, or you can manually edit the +You can now use WPrefs.app +(see http://wm.current.nu/features/configuration.html for more info) +if you have the new PropList style menu, or you can manually edit the old style menu file ~/GNUstep/Library/WindowMaker/menu @@ -1058,13 +1058,13 @@ old style menu file and save your changes. Window Maker should detect the change and automatically update. If you are having a problem getting it to reload the -menu, try +menu, try touch ~/GNUstep/Library/WindowMaker/menu (or 'touch ~/GNUstep/Defaults/WMRootMenu' for the new style menu) -to force the modification time into the future. +to force the modification time into the future. 4.16 How can I set dock/clip to use single click to launch @@ -1110,59 +1110,59 @@ Editor. Check the "Ignore client supplied icon" box. "Apply" and "Save", and close the Attributes Editor. Another method is to edit ~/GNUstep/Defaults/WMWindowAttributes by hand and -use the AlwaysUserIcon=YES; option for the app. For example: +use the AlwaysUserIcon=YES; option for the app. For example: -xmcd = { Icon = "Radio.xpm"; AlwaysUserIcon=Yes; }; +xmcd = { Icon = "Radio.xpm"; AlwaysUserIcon=Yes; }; -=-=-=-=-=-=-=-=-=- Other Applications: -=-=-=-=-=-=-=-=-=- -5.1 How do I assign gimp an appicon? +5.1 How do I assign gimp an appicon? ---------------------------------- Window Maker now can assign Icons from within the window manager, to do so, right click on the title bar of an app or hit F10 while the desired app is focused, choose "Attributes...", click on the "4" Button, enter the icon file name (make sure this is in your pixmap path, or you can type in the full path without using ~/ type path names), click "Update", "Apply", "Save" and then -close the Attributes Editor. +close the Attributes Editor. You can also enter the following line in -~/GNUstep/Library/WindowMaker/WMWindowAttributes: +~/GNUstep/Library/WindowMaker/WMWindowAttributes: -gimp={Icon="gimp.xpm";}; +gimp={Icon="gimp.xpm";}; -5.2 How do I get an appicon for XEmacs 20.3+? +5.2 How do I get an appicon for XEmacs 20.3+? ---------------------------------- -Thanks to Michael Hafner for this answer. +Thanks to Michael Hafner for this answer. -You don't need to patch the XEmacs code, just run +You don't need to patch the XEmacs code, just run -./configure --with-session=yes (in addition to any other options you use) +./configure --with-session=yes (in addition to any other options you use) in your XEmacs 20.3+ source dir and rebuild it. Then XEmacs shows an -appicon when running and you can easily dock it. +appicon when running and you can easily dock it. 5.3 Where do you get that clock program I always see on people's - desktops? + desktops? ---------------------------------- Its called asclock. It was included with each version of Window Maker until version 0.17.5, and was no longer included in 0.18.0 and above. You could find it in ./WindowMaker-0.xx.x/misc/asclock.tgz and it was pre-patched to be able to dock. Some other (older) versions you might find -on the net don't dock. +on the net don't dock. Since it was pulled from the distribution (probably to save space), I've -included it at http://wm.current.nu/files.html#asclock for your convenience. +included it at http://wm.current.nu/files.html#asclock for your convenience. -5.4 How do you dock asclock? +5.4 How do you dock asclock? ---------------------------------- -asclock -shape -iconic -12 & +asclock -shape -iconic -12 & Drag it from the top right corner of the clock to the dock. Right click on the icon and select autolaunch. @@ -1170,106 +1170,106 @@ You have to drag the appicon by clicking on the edge of the icon, because the actual pixmap belongs to the app itself, and any clicks on the pixmap are interpreted by the app rather than X or the window manager. Therefor, you need to click somewhere on the appicon where the background tile -shows through (usually the edges), and drag it that way. +shows through (usually the edges), and drag it that way. -5.5 How do you dock wmload? +5.5 How do you dock wmload? ---------------------------------- -wmload -withdrawn -shape & +wmload -withdrawn -shape & -Then dock it similar to asclock. +Then dock it similar to asclock. -5.6 What other apps exist for the dock? +5.6 What other apps exist for the dock? ---------------------------------- -Several Nice applications are available: +Several Nice applications are available: wmmixer and wmcd and wmmount - http://www.geocities.com/SiliconValley/Vista/2471/linux.htm#xapps + http://www.geocities.com/SiliconValley/Vista/2471/linux.htm#xapps ascd, WMRack, asmixer, asmodem, and others - ftp://ftp.windowmaker.info/pub/wmaker/contrib/srcs/apps/ + ftp://ftp.windowmaker.info/pub/wmaker/contrib/srcs/apps/ wmavgload, wmmount, and wmload - ftp://ftp.windowmaker.info/pub/wmaker/contrib/srcs/utils/ + ftp://ftp.windowmaker.info/pub/wmaker/contrib/srcs/utils/ wmppp-wmifs, wmtime, wmmon and other nifty apps - http://windowmaker.mezaway.org/ + http://windowmaker.mezaway.org/ A huge index of most available dockapps is available at: http://www.bensinclair.com/dockapp/ -5.7 How do I get an appicon for rxvt so I can dock it? +5.7 How do I get an appicon for rxvt so I can dock it? ---------------------------------- The default rxvt that comes with most distributions is an outdated version of rxvt. The newest development version of rxvt is available from ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/. As of the time of this writing, the -version is 2.4.7 and it natively produces an appicon without a patch. +version is 2.4.7 and it natively produces an appicon without a patch. John Eikenberry has also created an rpm which is available from -ftp://ftp.coe.uga.edu/users/jae/windowmaker/ +ftp://ftp.coe.uga.edu/users/jae/windowmaker/ For your convenience, I have rxvt-2.4.7.tar.gz at http://wm.current.nu/files/rxvt-2.4.7.tar.gz for download. As of version 2.4.7, rxvt includes Window Maker support as well as John -Eikenberry's NeXT scrollbar hack. +Eikenberry's NeXT scrollbar hack. 5.8 How do I get different icons for rxvt's (or xterms) running - different programs? + different programs? ---------------------------------- -The simplest way is to run each rxvt with a different -name parameter. +The simplest way is to run each rxvt with a different -name parameter. For example, I want to run an rxvt for irc and one for mail. This is an -example of what I'd do: +example of what I'd do: for the irc rxvt: -rxvt -name "irc" -e "irc" +rxvt -name "irc" -e "irc" for the mail rxvt: -rxvt -name "mail" -e "pine" +rxvt -name "mail" -e "pine" This would result in each rxvt now having the instance and class of irc.Xterm and mail.Xterm respectively, so that Window Maker can now set Attributes -for them individually. +for them individually. 5.9 How do I launch multiple instances of XTerm from one appicon? ---------------------------------- The easiest way to accomplish this is to dock XTerm as normal. Then Go to the 'Attributes menu' -> 'Application Specific' and select 'no application -icon' for XTerm. +icon' for XTerm. You can also right-click on the docked appicon and select settings. Change -the 'Application Path with arguments' section to +the 'Application Path with arguments' section to foo.sh -where foo.sh is the following script +where foo.sh is the following script #!/bin/sh exec xterm -This should allow unlimited XTerms without appicon clutter. +This should allow unlimited XTerms without appicon clutter. 5.10 How do I allow Alt+# to work in an rxvt session? (with irc for - example) + example) ---------------------------------- First, Launch a unique instance of rxvt or xterm. This can be done using the -name option of rxvt. -For example: +For example: -rxvt -name foo -e irc +rxvt -name foo -e irc Then, go to the Attributes menu (right click on title bar (or hit F10) and choose 'Attributes...') Then choose 'Advanced Options' from the listbox and enable 'Don't Bind Keyboard shortcuts'. Click 'Save' and 'Apply' and you should be able to run your session without -the shortcuts. +the shortcuts. 5.11 Window Maker breaks scilab @@ -1285,10 +1285,10 @@ WM_NORMAL_HINTS(WM_SIZE_HINTS): Now, when scilab opens its window, Window Maker nicely does exactly what it is told, that is, map the window at position 136679205, 1074468360 which -obviously falls outside the screen no matter how big is your monitor ;) +obviously falls outside the screen no matter how big is your monitor ;) Meanwhile, the workaround for this is to open the window list menu -(click on the root window with the middle mouse button) and click +(click on the root window with the middle mouse button) and click on the ScilabGraphic entry. The window should be brought to your reach. Then, open the window commands menu (right click on window's title bar) and open the Attributes panel. Go to the "Advanced Options" @@ -1296,7 +1296,7 @@ section, check the "Keep inside screen" option and save. If you can recompile Scilab, this came from a Scilab developer: -replace +replace size_hints.flags = USPosition | USSize | PMinSize; with size_hints.flags = /** USPosition |**/ USSize | PMinSize; @@ -1323,7 +1323,7 @@ WPrefs, in the advanced options section. 5.14 I'm using RedHat 6.0 and Netscape dies without reason. ---------------------------------- -Er... well, I don't know why you're looking in this Window Maker FAQ +Er... well, I don't know why you're looking in this Window Maker FAQ for a RedHat/Netscape problem, but anyway, the answer is in: http://www.redhat.com/cgi-bin/support?solution&11-990511-0082&100-926468988&14-0&15-0&25-&3-&30- @@ -1333,62 +1333,62 @@ http://www.redhat.com/cgi-bin/support?solution&11-990511-0082&100-926468988&14-0 Programming: -=-=-=-=-=-=- -6.1 How do I get a normal X application to produce an appicon? +6.1 How do I get a normal X application to produce an appicon? ---------------------------------- You must define the WM_CLASS (XSetClassHint()) and the CLIENT_LEADER or XWMHints.window_group properties, which are automatically set by most applications that use Xt (Motif, Athena ...), -but if you use plain Xlib you must set them by hand. +but if you use plain Xlib you must set them by hand. -Also you must make a call to XSetCommand(dpy, leader, argv, argc); +Also you must make a call to XSetCommand(dpy, leader, argv, argc); Take a look at Window Maker-0.1x.x/test/test.c that is an example for writing such an app (which also have an app menu). -6.2 How do I get my tcl/tk application to produce an appicon? +6.2 How do I get my tcl/tk application to produce an appicon? ---------------------------------- -Oliver Graf writes: +Oliver Graf writes: The main window (normally this is called '.' [dot] in tk) should use the -following lines: +following lines: -wm command . [concat $argv0 $argv] -wm group . . +wm command . [concat $argv0 $argv] +wm group . . -All child windows attached to the same app-icon should use: +All child windows attached to the same app-icon should use: toplevel .child -wm group .child . +wm group .child . -where .child should be replaced by the actual window path. +where .child should be replaced by the actual window path. Replace '.' with the actual main-window path and 'wm group .child .' should -be added for each 'toplevel .child' call. +be added for each 'toplevel .child' call. -6.3 What is WINGs? +6.3 What is WINGs? ---------------------------------- -WINGs Is Not GNUstep. ;) +WINGs Is Not GNUstep. ;) -It is the Widget Library written for the widgets in Window Maker. +It is the Widget Library written for the widgets in Window Maker. It is currently under heavy development but several people have started -writing applications in it. Its goal is to emulate the NeXT(tm)-style widgets. +writing applications in it. Its goal is to emulate the NeXT(tm)-style widgets. http://www.ozemail.com.au/~crn/wm/wings.html is the closest thing to an -information center about WINGs by . +information center about WINGs by . -6.4 Where can I get more information about WINGs? +6.4 Where can I get more information about WINGs? ---------------------------------- Nic Berstein has created a WINGs Development list. The purpose of this list is to provide a forum for support, ideas, -suggestions, bug reports etc. for the WINGs widget set library. +suggestions, bug reports etc. for the WINGs widget set library. To subscribe to this list, send a message with the word ``subscribe'' in the -_BODY_ of the message to: . +_BODY_ of the message to: . @@ -1396,20 +1396,20 @@ _BODY_ of the message to: . Miscellaneous Questions: -=-=-=-=-=-=-=-=-=-=-=-=- -7.1 Is there a pager for Window Maker? +7.1 Is there a pager for Window Maker? ---------------------------------- Not at the moment because there is not a pressing need for a pager. The concept of multiple desktops does exist and there are currently 3 ways to -switch between them. +switch between them. First, the Alt+Number combination will switch between desktops. The Workspaces menu will also let you switch workspaces. Lastly, the Clip will -also scroll one through workspaces. +also scroll one through workspaces. For those that would like to send an application to a specific workspace, either drag it to an edge of the desktop onto the next workspace or you can right click on the title bar, choose "Move to..." and choose the appropriate -workspace. +workspace. BUT, Window Maker does support KDE and GNOME protocols, including the workspace management stuff, so you can use Window Maker in these @@ -1417,32 +1417,32 @@ environments and use their pagers. -7.2 Can I have folders like in AfterStep? +7.2 Can I have folders like in AfterStep? ---------------------------------- No. Window Maker does however support the collapsible Clip per desktop -for a similar functionality. +for a similar functionality. -7.3 How do I use getstyle and setstyle? +7.3 How do I use getstyle and setstyle? ---------------------------------- -To capture the current Window Maker style, use the command +To capture the current Window Maker style, use the command - getstyle > current.style - + getstyle > current.style -To replace the current style, use the command + +To replace the current style, use the command setstyle filename.style -7.4 Why don't you distribute {normal diff, xdelta} patches? +7.4 Why don't you distribute {normal diff, xdelta} patches? ---------------------------------- Whenever possible plain diff patches are distributed. If the new version has new binary files, normal diff won't be able to handle them, so a patch package is distributed, instead. We don't use xdelta because: - most systems do not have xdelta installed; - xdelta is picky and require the file to be patched to be exactly the same as the one used to make the patch. The -patch package scheme used is much more flexible. +patch package scheme used is much more flexible. We do not distribute a simple diff with the binary files separately (and variations, like uuencoding the binary files) because: - it is more @@ -1450,13 +1450,13 @@ complicated and error prone to require the user to manually move the files to the correct places; - the current patch package scheme *does* distribute the binary files and diff files separately. If the user wants to install everything by hand, nobody will object to that; - sooner or later someone will certainly -ask for a script to automate the file moving stuff. +ask for a script to automate the file moving stuff. So we hacked a script (mkpatch) that automatically creates a patch package with the normal text diff file, a list of removed files and the binary files that have changed or been added, plus a script that does the patching automatically. If you don't like the script, you can apply the patch and move -the files manually. Or download the whole distribution. +the files manually. Or download the whole distribution. 7.5 Will you add GNOME or KDE support? @@ -1473,31 +1473,31 @@ was dropped in favor of NETWM support (used by both Gnome-2.x and KDE-3.x) Themes: -=-=-=-=- -8.1 What exactly are themes? +8.1 What exactly are themes? ---------------------------------- Themes are a great aspect of Window Maker allowing a user to simply save the entire 'look' of their desktop in a Archive to distribute freely among -friends, fellow users and/or the whole net in general. :) +friends, fellow users and/or the whole net in general. :) -See the theme-HOWTO at http://wm.current.nu/themes/theme-HOWTO.html -for an in-depth walk-through on making a Theme archive. +See the theme-HOWTO at http://wm.current.nu/themes/theme-HOWTO.html +for an in-depth walk-through on making a Theme archive. -8.2 How do I install a Theme? +8.2 How do I install a Theme? ---------------------------------- This should be as simple as untarring the Theme.tar.gz into one of two places. You can untar it to the global /usr/local/share/WindowMaker/* directory, and have it be accessible to all users, or you can untar it to your own -~/GNUstep/Library/WindowMaker/ directory for your own personal use. +~/GNUstep/Library/WindowMaker/ directory for your own personal use. -Use your favorite variation of the following: +Use your favorite variation of the following: -gzip -dc "Theme.tar.gz" | tar xvf - +gzip -dc "Theme.tar.gz" | tar xvf - -*(directory may differ on some systems) +*(directory may differ on some systems) -8.3 How do I make a Theme? +8.3 How do I make a Theme? ---------------------------------- There is a neat little file called README.themes distributed with Window Maker that explains everything in intricate detail. You can also read diff --git a/The-perfect-Window-Maker-patch.txt b/The-perfect-Window-Maker-patch.txt index c6c88cf5..0dac5324 100644 --- a/The-perfect-Window-Maker-patch.txt +++ b/The-perfect-Window-Maker-patch.txt @@ -205,7 +205,7 @@ Example .gitconfig ui = auto [apply] whitespace = fix - + diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog index d9218193..805fb5a6 100644 --- a/WINGs/ChangeLog +++ b/WINGs/ChangeLog @@ -63,7 +63,7 @@ Changes since wmaker 0.80.1: - Fixed small memory leak in the font panel code. - Fixed call to qsort in WMSortArray. - Fixed a memleak in the file panel. -- Double/triple-click selection in text widgets +- Double/triple-click selection in text widgets (Vitaly Ovtchinnikov ) - Fixed bug in tableview (clicked row callback got incorrect row) (Carlos Torres ) @@ -102,7 +102,7 @@ Changes since wmaker 0.70.0: ............................ - added an internal strcasecmp() (only on systems where is not present) -- removed some redundant includes of ../src/config.h when wconfig.h is +- removed some redundant includes of ../src/config.h when wconfig.h is included too - removed a wsyserror() message when reading a property list from file (the programmer should decide if to give that message or just ignore). @@ -117,7 +117,7 @@ Changes since wmaker 0.65.0: related error when text was selected in a textfiled. - moved wstrdup(), wstrconcat() and wstrappend() from memory.c to string.c - added property list handling code making libPropList unnecessary and - obsolete. Backward compatibility is provided through the + obsolete. Backward compatibility is provided through the WINGs/proplist-compat.h header file which has #defines from old libPropList function names to new function names with minimal changes. Read this header file and the NEWS file for more details about this subject. @@ -197,7 +197,7 @@ changes since wmaker 0.63.1: changes since wmaker 0.62.1: ............................ - added WRuler widget -- added WText widget (rtf multiline text widget) +- added WText widget (rtf multiline text widget) Nwanua Elumeze - added a new AUTO option for the UseMultiByte option - added WMRaiseWidget()/WMLowerWidget() @@ -217,7 +217,7 @@ changes since wmaker 0.62.1: - added WMGetListSelectedItems() - added WMSetListAllowMultipleSelection(), WMListAllowsMultipleSelection(). - added WMSetListAllowEmptySelection(), WMListAllowsEmptySelection(). -- WMListSelectionDidChangeNotification passes NULL as the notification +- WMListSelectionDidChangeNotification passes NULL as the notification client data (previously passed the selected item row). - added WMUnselectListItem(), WMSelectAllListItems(), WMUnselectAllListItems() - better behavior of wheel mices in WMList. Simple mouse wheel events @@ -243,8 +243,8 @@ changes since wmaker 0.62.1: str1 with str2 and returns that in a newly malloc'ed string. Be sure to rename wstrappend with wstrconcat in your code too, else hazardous things can happen! -- implemented a new wstrappend() function. wstrappend(dst, src) will append - src to dst modifing dst and returning a pointer to it. No new string is +- implemented a new wstrappend() function. wstrappend(dst, src) will append + src to dst modifing dst and returning a pointer to it. No new string is generated, except if dst is NULL, in which case its the same as calling wstrdup(src). dst can ONLY be NULL or a dynamically allocated string (obtained from a @@ -334,7 +334,7 @@ changes since wmaker 0.61.1: item that is beyond the total number of items present in the popup button. - changed names of functions for SplitView to be consistent. Some contained SubView while other Subview. Now all have Subview. -- fixed a bug in how input events were posted. Establishing 2 or more input +- fixed a bug in how input events were posted. Establishing 2 or more input handlers for the same file descriptor, handling different (read/write/except) events, caused wrong handlers to be called. - Reimplemented the input and idle handlers with WMBag to avoid a functional @@ -346,7 +346,7 @@ changes since wmaker 0.61.1: 2. if new_size is 0, call wfree(old), and return NULL. 3. if both old is a valid pointer and new_size>0, call realloc. - added wstrerror(int errnum) to return the string associated with errnum. -- new wsyserrorwithcode(int error, const char* fmt, ...), similar to +- new wsyserrorwithcode(int error, const char* fmt, ...), similar to wsyserror(), but printing the message for the specified error code. - added 3 new classes: WMData, WMHost and WMConnection - fixed a big memory leak in the color panel code (from Pascal Hofstee). @@ -357,7 +357,7 @@ changes since wmaker 0.61.0: - added WMGetTextFieldFont() - escape key in panels (craig nellist ) -- applied patch with fixes and enhancements to textfield +- applied patch with fixes and enhancements to textfield (Franck Wolff ) - changed WMList to use WMBag internally, instead of a linked list - replaced WMAddSortedListItem() with WMSortListItems() @@ -437,10 +437,10 @@ changes since wmaker 0.53.0: The notifications will still work, but using the delegate is preferable How to convert old code to delegate callbacks: - 1 - create a variable (static or dynamic) of the type of the + 1 - create a variable (static or dynamic) of the type of the delegate for the widget type. - 2 - Replace the notification observers with the equivalent - delegate callbacks. + 2 - Replace the notification observers with the equivalent + delegate callbacks. 3 - Put pointers to the callbacks in the delegate variable. Take a look in wfilepanel.c to see how it is used there. @@ -480,7 +480,7 @@ changes since wmaker 0.51.2: - added WMColorWellDidChangeNotification - added wfindfileinarray() -- fixed bug in window title setting +- fixed bug in window title setting (MANOME Tomonori ) changes since wmaker 0.51.1: @@ -611,7 +611,7 @@ I don't remember everything, but here it goes: The same panel will be reused every time you call for it, unless you free it. - changed semantics of WMCreateFont() so that it returns NULL if the requested font can't be loaded -- removed WMAddDestroyCallback() +- removed WMAddDestroyCallback() - fixed bug in WMRemovePopUpButtonItem() - added function for user specified item height in WMList - added WMSetPopUpButtonText(). It will set the default text in the button diff --git a/WINGs/Extras/Makefile.am b/WINGs/Extras/Makefile.am index 14b1271c..b35b637c 100644 --- a/WINGs/Extras/Makefile.am +++ b/WINGs/Extras/Makefile.am @@ -5,20 +5,20 @@ AUTOMAKE_OPTIONS = # is this a kluge? if so, how should i do it? includedir = @includedir@/WINGs -include_HEADERS = wtableview.h wtabledelegates.h +include_HEADERS = wtableview.h wtabledelegates.h lib_LTLIBRARIES = libExtraWINGs.la noinst_PROGRAMS = test -EXTRA_DIST = +EXTRA_DIST = libExtraWINGs_la_SOURCES = \ wtableview.c \ wtabledelegates.c \ wtableview.h \ - wtabledelegates.h + wtabledelegates.h AM_CPPFLAGS = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \ -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ diff --git a/WINGs/Extras/wtabledelegates.h b/WINGs/Extras/wtabledelegates.h index 82b7c058..c53cf75d 100644 --- a/WINGs/Extras/wtabledelegates.h +++ b/WINGs/Extras/wtabledelegates.h @@ -11,15 +11,15 @@ WMTableColumnDelegate *WTCreateStringDelegate(WMTableView *table); WMTableColumnDelegate *WTCreatePixmapStringDelegate(WMTableView *parent); WMTableColumnDelegate *WTCreateStringEditorDelegate(WMTableView *table); - + WMTableColumnDelegate *WTCreateEnumSelectorDelegate(WMTableView *table); void WTSetEnumSelectorOptions(WMTableColumnDelegate *delegate, char **options, int count); - + WMTableColumnDelegate *WTCreateBooleanSwitchDelegate(WMTableView *parent); - + #ifdef __cplusplus } #endif - + #endif diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 59c2fc49..1f09e7ae 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -18,7 +18,7 @@ libWUtil_la_LIBADD = @LIBBSD@ EXTRA_DIST = BUGS make-rgb Examples Extras Tests -# wbutton.c +# wbutton.c libWINGs_la_SOURCES = \ configuration.c \ dragcommon.c \ diff --git a/WINGs/NEWS b/WINGs/NEWS index c5afb8d8..327985f3 100644 --- a/WINGs/NEWS +++ b/WINGs/NEWS @@ -388,13 +388,13 @@ Property lists handling code ---------------------------- Code to handle property lists was added to WINGs. It is more robust -than the libPropList code, mostly because some conflicting concepts +than the libPropList code, mostly because some conflicting concepts borrowed from UserDefaults (which libPropList use) are no longer used in the WINGs property lists code. These borrowed concepts conflicted with the retain/release mechanism of property lists and could lead in certain cases to segmentation faults when executing libPropList based code. But the worse part was that these libPropList problems were practically unsolvable without -removing one of those conflicting concepts and without a complete redesign. +removing one of those conflicting concepts and without a complete redesign. The new WINGs property lists code is also better integrated with the other data types from WINGs and is actively maintained. @@ -469,10 +469,10 @@ All WM...IconImage() functions operate on RImages and will also convert the RImage to a WMPixmap with a threshold of 128 and will use that pixmap for the appicon image. If that doesn't satisfy you, you can make a call to WMSetApplicationIconPixmap() on your own to - set whatever WMPixmap you see fit for the appicon. + set whatever WMPixmap you see fit for the appicon. - WMSetApplicationIconPixmap() will set the WMPixmap to be used for the - appicon and for the panels + appicon and for the panels If you use only one of the above functions, the corresponding image/pixmap diff --git a/WINGs/README b/WINGs/README index ca1a5b21..c9fd550c 100644 --- a/WINGs/README +++ b/WINGs/README @@ -3,8 +3,8 @@ by - Alfredo Kengi Kojima - + Alfredo Kengi Kojima + kojima@windowmaker.info @@ -16,12 +16,12 @@ also has other functions that are usefull for applications, like a User Defaults alike configuration manager and a notification system. The library is limited and its design is a little sloppy, -so it's not intended to build large or complex applications, like +so it's not intended to build large or complex applications, like anything more complex than a CDPlayer. GNUstep should be used for such applications. Since WINGs is written in C and is sort of low-level it is small -and faster than say, Motif or even Athena. Knowing Xlib will help you to +and faster than say, Motif or even Athena. Knowing Xlib will help you to workaround some of its limitations, although you'll probably be able to write something like a trivial tic-tac-toe game without knowing much Xlib. @@ -31,7 +31,7 @@ support Window Maker. All other uses of it are just an added bonus. It will help you to understand the API if you read the ApplicationKit reference manual, distributed as a PDF by Apple. The function names, -structs and most of the intrinsics are very close to OpenStep classes. +structs and most of the intrinsics are very close to OpenStep classes. Internationalization: @@ -66,7 +66,7 @@ Widgets provided by WINGs: - input box - file panel - color panel -- alert panel +- alert panel - font panel If you think you can code the following, please do. They are needed by diff --git a/WINGs/Tests/Makefile.am b/WINGs/Tests/Makefile.am index 8be4edb8..e1c21971 100644 --- a/WINGs/Tests/Makefile.am +++ b/WINGs/Tests/Makefile.am @@ -2,14 +2,14 @@ AUTOMAKE_OPTIONS = -noinst_PROGRAMS = wtest wmquery wmfile testmywidget +noinst_PROGRAMS = wtest wmquery wmfile testmywidget LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \ $(top_builddir)/WINGs/libWUtil.la \ - @XFTLIBS@ @INTLIBS@ @XLIBS@ + @XFTLIBS@ @INTLIBS@ @XLIBS@ -testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h +testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la diff --git a/WINGs/Tests/wm.html b/WINGs/Tests/wm.html index ac434e7a..9526fc05 100644 --- a/WINGs/Tests/wm.html +++ b/WINGs/Tests/wm.html @@ -8,16 +8,16 @@ ftp.windowmaker.info
Window Maker -is the GNU window manager +is the GNU window manager for the X Window System. It was designed to emulate the look and feel of part of the NEXTSTEP(tm) GUI. Its -supposed to be relatively fast and small, feature rich, easy to configure and +supposed to be relatively fast and small, feature rich, easy to configure and easy to use, with a simple and elegant appearance borrowed from NEXTSTEP(tm).

-Window Maker was designed keeping integration with GNUstep in +Window Maker was designed keeping integration with GNUstep in mind and is the "official" window manager for it. It is also part of the GNU project -(www.gnu.org) +(www.gnu.org)

What is GNUstep?

diff --git a/WINGs/WINGs/WINGsP.h b/WINGs/WINGs/WINGsP.h index 4cbe0fc2..7ce8df13 100644 --- a/WINGs/WINGs/WINGsP.h +++ b/WINGs/WINGs/WINGsP.h @@ -254,7 +254,7 @@ typedef struct W_Screen { Atom wmIconDragOffsetAtom; Atom wmStateAtom; /* WM_STATE */ - + Atom utf8String; Atom netwmName; diff --git a/WINGs/po/Makefile.am b/WINGs/po/Makefile.am index b4ac0d46..7a0a071b 100644 --- a/WINGs/po/Makefile.am +++ b/WINGs/po/Makefile.am @@ -71,7 +71,7 @@ POTFILES += \ SUFFIXES = .po .mo -.po.mo: +.po.mo: $(AM_V_GEN)$(MSGFMT) -c -o $@ $< diff --git a/WINGs/po/de.po b/WINGs/po/de.po index 2f3b6845..3f1ff285 100644 --- a/WINGs/po/de.po +++ b/WINGs/po/de.po @@ -3,10 +3,10 @@ # # Initial translation # Gudio Scholz -# +# # Adapted to versions 0.80 ff. # Torsten Marek -# +# msgid "" msgstr "" diff --git a/WPrefs.app/Docks.c b/WPrefs.app/Docks.c index a5f345b7..c83332c8 100644 --- a/WPrefs.app/Docks.c +++ b/WPrefs.app/Docks.c @@ -68,7 +68,7 @@ typedef struct _Panel { WMButton *autoDelayB[wlengthof_nocheck(auto_delay)][wlengthof_nocheck(autoDelayPresetValues)]; WMTextField *autoDelayT[wlengthof_nocheck(auto_delay)]; WMLabel *autoDelayMsL[wlengthof_nocheck(auto_delay)]; - + WMFrame *dockF; WMButton *docksB[wlengthof_nocheck(dock_config)]; } _Panel; @@ -267,7 +267,7 @@ static void createPanel(Panel *p) WMSetBalloonTextForView(_(dock_config[i].balloon_text), WMWidgetView(panel->docksB[i])); WMSetButtonAction(panel->docksB[i], pushDockButton, panel); } - + WMMapSubwidgets(panel->dockF); if (xis) diff --git a/WPrefs.app/FontSimple.c b/WPrefs.app/FontSimple.c index b545fd14..eac0411c 100644 --- a/WPrefs.app/FontSimple.c +++ b/WPrefs.app/FontSimple.c @@ -1,9 +1,9 @@ /* FontSimple.c- simplified font configuration panel - * + * * WPrefs - Window Maker Preferences Program - * + * * Copyright (c) 1998-2004 Alfredo K. Kojima - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/WPrefs.app/Makefile.am b/WPrefs.app/Makefile.am index f13aeeeb..b4f689f5 100644 --- a/WPrefs.app/Makefile.am +++ b/WPrefs.app/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = wpexecbindir = @wprefs_bindir@ -wpexecbin_PROGRAMS = WPrefs +wpexecbin_PROGRAMS = WPrefs wpdatadir = @wprefs_datadir@ @@ -48,7 +48,7 @@ WPrefs_SOURCES = \ AM_CFLAGS = AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \ - -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ + -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la diff --git a/WPrefs.app/README b/WPrefs.app/README index c1c45d69..ddf8f961 100644 --- a/WPrefs.app/README +++ b/WPrefs.app/README @@ -3,12 +3,12 @@ ========== The WindowMaker Prerefences Application - - WPrefs.app is the preferences "editor" for the WindowMaker window + + WPrefs.app is the preferences "editor" for the WindowMaker window manager. It can be used to set most of the preference options of WindowMaker -and define its applications menu. It also can change some settings -that do not belong to WindowMaker. +and define its applications menu. It also can change some settings +that do not belong to WindowMaker. Although WPrefs.app is designed to be easy to use, you should read the user guide to be fully aware of all available options and other features @@ -26,7 +26,7 @@ option in the attributes panel for the WPrefs window. Of course, it will use some memory, but by leaving it hidden it'll probably be swapped out and stay there until you unhide it. - WPrefs is still under development. Some of the configuration options are + WPrefs is still under development. Some of the configuration options are not yet configurable from WPrefs, notably the appearance related options. It might contain bugs that can corrupt your configuration files, so backup the contents of the ~/GNUstep/Defaults directory before using it. @@ -37,19 +37,19 @@ License ------- Like Window Maker, WPrefs is distributed with through the General Public -License (as stated in the file COPYING). +License (as stated in the file COPYING). Notes ----- -The mouse speed configuration is saved as a call for xset in +The mouse speed configuration is saved as a call for xset in ~/G/D/L/W/autostart. WindowMaker calls this file when it is started. If you don't want or can't use the menu definition section, do not open its section (or if you do open it, do not Save), or WPrefs will overwrite your ~/G/D/WMRootMenu file. -Only options that have different values than what is found in the +Only options that have different values than what is found in the system-wide configuration file is saved. WPrefs only supports property list menus. If you have a plain text file @@ -68,13 +68,13 @@ WPrefs will be built automatically and installed with the rest of WindowMaker. Customized Installation ----------------------- -By default, WPrefs.app will be installed in the GNUstep applications directory, -which is /usr/local/GNUstep/Applications. If you want to install it somewhere +By default, WPrefs.app will be installed in the GNUstep applications directory, +which is /usr/local/GNUstep/Applications. If you want to install it somewhere else, like in /some_weird_path/Applications, set the GNUSTEP_LOCAL_ROOT environment variable to some_weird_path before running configure for WindowMaker. You can also configure Window Maker supplying the --with-gnustepdir option to configure, like ./configure --with-gnustepdir=/usr/GNUstep/Applications -If you change your mind after installing, you can move the .app directory +If you change your mind after installing, you can move the .app directory to one of the following GNUstep/Applications directories: /usr/GNUstep/Applications @@ -93,7 +93,7 @@ Credits ------- User interface design, programming and a few icons: - Alfredo K. Kojima + Alfredo K. Kojima Additional programming: James Thompson @@ -108,7 +108,7 @@ Icon and image artwork: WindowMaker ----------- - If for some weird reason you end up with this preferences program and + If for some weird reason you end up with this preferences program and don't have Window Maker yet, you can get more information about it at http://windowmaker.info and download it at ftp://ftp.windowmaker.info @@ -116,6 +116,6 @@ http://windowmaker.info and download it at ftp://ftp.windowmaker.info Contact ------- -Send comments and bug reports to kojima@windowmaker.info +Send comments and bug reports to kojima@windowmaker.info Use the WindowMaker BUGFORM to report bugs. diff --git a/WPrefs.app/po/Makefile.am b/WPrefs.app/po/Makefile.am index 536d3d34..c2363e93 100644 --- a/WPrefs.app/po/Makefile.am +++ b/WPrefs.app/po/Makefile.am @@ -37,7 +37,7 @@ POTFILES = \ SUFFIXES = .po .mo -.po.mo: +.po.mo: $(AM_V_GEN)$(MSGFMT) -c -o $@ $< diff --git a/WPrefs.app/po/fr.po b/WPrefs.app/po/fr.po index f8d5928e..9146fcfe 100644 --- a/WPrefs.app/po/fr.po +++ b/WPrefs.app/po/fr.po @@ -1,4 +1,4 @@ -# French Message file for WPrefs.app +# French Message file for WPrefs.app # # Update History: # Antoine Hulin diff --git a/WPrefs.app/po/hr.po b/WPrefs.app/po/hr.po index e6919c3e..c5c05457 100644 --- a/WPrefs.app/po/hr.po +++ b/WPrefs.app/po/hr.po @@ -1168,88 +1168,88 @@ msgid "could not initialize application" msgstr "ne mogu inicijalizirati aplikaciju" # msgid "could not extract version information from WindowMaker" # msgstr "ne mogu izvuči informaciju o verziji WindowMaker-a" -# +# # msgid "Could not load WindowMaker domain (%s) from defaults database." # msgstr "Ne mogu učitati WindowMaker domenu (%s) iz početne baze." -# +# # msgid "Version %s for WindowMaker %s" # msgstr "Verzija %s za WindowMaker %s" -# +# # msgid "Could not extract version from WindowMaker. Make sure it is correctly installed." # msgstr "Ne mogu izvuči verziju WindowMakera. Provjerite da je ispravno instaliran." -# +# # msgid "" # "Programming/Design: Alfredo K. Kojima\n" # "Artwork: Marco van Hylckama Vlieg" # msgstr "" # "Programiranje/Dizajn: Alfredo K. Kojima\n" # "Artwork: Marco van Hylckama Vlieg" -# +# # msgid "WindowMaker domain (%s) is corrupted!" # msgstr "WindowMaker domena (%s) je oštećena!" -# +# # msgid "WindowMaker %i.%i.%i, which is installed in your system, is not fully supported by this version of WPrefs." # msgstr "WindowMaker %i.%i.%i, koji je instaliran na vašem sistemu, nije potpuno podržan ovom verzijom WPrefs-a." -# +# # msgid "WindowMaker Preferences" # msgstr "Postavke WindowMaker-a" -# +# # msgid "Make sure WindowMaker is in your search path." # msgstr "Provjerite da je WindowMaker u vašoj search stazi." -# +# # msgid "...do not resize over dock" # msgstr "ne pokrivati dock" -# +# # msgid "" # "WPrefs only supports WindowMaker 0.18.0 or newer.\n" # "The version installed is %i.%i.%i\n" # msgstr "" # "WPrefs podržava samo WindowMaker 0.18.0 ili noviji.\n" # "Instalirana je verzija %i.%i.%i\n" -# +# # msgid "Could not load global WindowMaker domain (%s)." # msgstr "Ne mogu učitati globlanu WindowMaker domenu (%s)." -# +# # msgid "Loading WindowMaker configuration files..." # msgstr "Učitavam WindowMaker konfiguracijske datoteke..." -# +# # msgid "Aplications Menu Definition" # msgstr "Definiranje izbornika Aplikacije" -# +# # msgid "The command supplied must generate and output a valid menu definition to stdout. This definition should be in the plain text menu file format, described in the menu files included with WindowMaker, probably at ~/GNUstep/Library/WindowMaker/menu" # msgstr "Ponuđena naredba mora generirati i ispisati važeću definicuju izbornika na stdout. Ova bi definicja trebala biti u čistom tekst menu formatu koji je opisan u menu datotekama iz distribucije, vjerojatno u ~/GNUstep/Library/WindowMaker/menu" -# +# # msgid "" # "bad speed value for option %s.\n" # "Using default Medium" # msgstr "" # "kriva vrijednost za brzinu za opciju %s.\n" # "Koristm Medium" -# +# # msgid "The format of the current menu file (%s) is not supported by WPrefs. A new menu will be created." # msgstr "Format trenutne datoteke izbornika (%s) nije podržan od strane WPrefs-a. Kreirat ću novi izbornik." -# +# # msgid "Omnipresent miniwindows" # msgstr "SvugdjePrisutni mini prozori" -# +# # msgid "Error extracting version from WindowMaker. Make sure it is correctly installed." # msgstr "Greška pri izvlačenju verzije WindowMakera. Provjerite da je ispravno instaliran." -# +# # msgid "Auto-arrange icons" # msgstr "Auto-pospremanje ikona" -# +# # msgid "Open submenus to the left if they don't fit inside the screen." # msgstr "Otvoriti podizbornike na lijevo ako ne stanu unutar ekrana." -# +# # msgid "Use SaveUnders in icons, menus and other objects" # msgstr "Koristi SnimiIspod u ikonama, izbornicima i drugim objektima" -# -# msgid "Type the path for the directory. You can type more than one path by separating them with spaces." +# +# msgid "Type the path for the directory. You can type more than one path by separating them with spaces." # msgstr "Upišite stazu za direktorij. Možete upisati više od jedne staze odvajajući ih razmacima." -# +# # msgid "invalid data in option WindowPlacementOrigin. Using default (0,0)" # msgstr "krivi podaci u opciji WindowPlacementOrigin. Koristim (0,0)" -# +# # msgid "Icon Size" # msgstr "Veličina ikone" -# +# diff --git a/WPrefs.app/po/pt.po b/WPrefs.app/po/pt.po index 5eff2c5a..87008bf4 100644 --- a/WPrefs.app/po/pt.po +++ b/WPrefs.app/po/pt.po @@ -1,5 +1,5 @@ # -# Mensagens do WPrefs.app traduzidas p/ Português +# Mensagens do WPrefs.app traduzidas p/ Português # # Update History: # Alfredo K. Kojima diff --git a/WPrefs.app/tiff/Makefile.am b/WPrefs.app/tiff/Makefile.am index 3a243853..e4b66de1 100644 --- a/WPrefs.app/tiff/Makefile.am +++ b/WPrefs.app/tiff/Makefile.am @@ -73,5 +73,5 @@ dist_tiffdata_DATA = \ windowfocus.tiff \ workspace.tiff \ workspacename.tiff \ - xis.tiff + xis.tiff endif diff --git a/WPrefs.app/xpm/Makefile.am b/WPrefs.app/xpm/Makefile.am index 9064db6f..01f15f3a 100644 --- a/WPrefs.app/xpm/Makefile.am +++ b/WPrefs.app/xpm/Makefile.am @@ -72,5 +72,5 @@ dist_xpmdata_DATA = \ windowfocus.xpm \ workspace.xpm \ workspacename.xpm \ - xis.xpm + xis.xpm endif diff --git a/WindowMaker/Backgrounds/Makefile.am b/WindowMaker/Backgrounds/Makefile.am index 74aa045d..2a10853c 100644 --- a/WindowMaker/Backgrounds/Makefile.am +++ b/WindowMaker/Backgrounds/Makefile.am @@ -1,6 +1,6 @@ defsdatadir = $(pkgdatadir)/Backgrounds -defsdata_DATA = BlueImage.jpeg +defsdata_DATA = BlueImage.jpeg EXTRA_DIST = $(defsdata_DATA) diff --git a/WindowMaker/IconSets/Makefile.am b/WindowMaker/IconSets/Makefile.am index ed4317da..4185a5d0 100644 --- a/WindowMaker/IconSets/Makefile.am +++ b/WindowMaker/IconSets/Makefile.am @@ -3,7 +3,7 @@ defsdatadir = $(pkgdatadir)/IconSets defsdata_DATA = Default.iconset -EXTRA_DIST = +EXTRA_DIST = CLEANFILES = Default.iconset diff --git a/WindowMaker/Icons/Makefile.am b/WindowMaker/Icons/Makefile.am index 3bfe23c5..a236154b 100644 --- a/WindowMaker/Icons/Makefile.am +++ b/WindowMaker/Icons/Makefile.am @@ -74,5 +74,5 @@ defsdata_DATA = \ xv.xpm -EXTRA_DIST = $(defsdata_DATA) +EXTRA_DIST = $(defsdata_DATA) diff --git a/WindowMaker/README b/WindowMaker/README index 7edb9049..361ee803 100644 --- a/WindowMaker/README +++ b/WindowMaker/README @@ -17,10 +17,10 @@ in double quotes ("). Ex: "~/GNUstep/Library/WindowMaker/menu" Instructions for editing the plain text menus can be found in the menu file itself, kindly translated to your tongue for your convenience, by -the translation contributors. +the translation contributors. There is a script to convert plain text menus to property list menus -in the utils directory, named wm-oldmenu2new. +in the utils directory, named wm-oldmenu2new. If you are unsure to wich format to use, stick with the plain text menus as they are more flexible. If for some psychological reason you are @@ -32,7 +32,7 @@ Localized menu file translators: File Language Maintainer ------------------------------------------------------------------------------ -menu.ja Japanese MANOME Tomonori +menu.ja Japanese MANOME Tomonori ABE Shige menu.pt Portuguese Alfredo K. Kojima menu.de German Carsten Schaar diff --git a/WindowMaker/README.themes b/WindowMaker/README.themes index d7327ac0..09a6d3e3 100644 --- a/WindowMaker/README.themes +++ b/WindowMaker/README.themes @@ -5,21 +5,21 @@ Themes For Window Maker ======================= Note: the information contained in this file is only valid for themes -in the .themed (for theme directory) format, supported in +in the .themed (for theme directory) format, supported in Window Maker 0.20.4 or newer. How To Install a Theme Pack =========================== -To install a theme, unpack your theme into your WindowMaker directory +To install a theme, unpack your theme into your WindowMaker directory (the same as old-style themes), usually ~/GNUstep/Library/WindowMaker cd ~/GNUstep/Library/WindowMaker gzip -dc "xyztheme.tar.gz" | tar xvf - You can also do this in your system-wide WindowMaker directory (usually -/usr/local/share/WindowMaker) to have the themes be available to all +/usr/local/share/WindowMaker) to have the themes be available to all your users. This will probably need to be done with root access. @@ -46,10 +46,10 @@ getstyle -p ~/GNUstep/Library/WindowMaker/Themes/MyTheme This will create a theme pack (a new directory in either the current directory or a directory you specify) named MyTheme.themed, containing everything it requires, including all pixmap files. In this example, -the new theme pack would be made in your themes directory and be +the new theme pack would be made in your themes directory and be immediately available in your Themes menu. -Additionally, you can put a text file named MyTheme.lsm in the MyTheme.themed +Additionally, you can put a text file named MyTheme.lsm in the MyTheme.themed directory. This file can contain info like copyrights, credits or whatever. To distribute your theme, just make a .tar.gz of the .themed directory. diff --git a/WindowMaker/appearance.menu.fy.in b/WindowMaker/appearance.menu.fy.in index c5576dc6..527888c9 100644 --- a/WindowMaker/appearance.menu.fy.in +++ b/WindowMaker/appearance.menu.fy.in @@ -1,6 +1,6 @@ #include "wmmacros" -Uterlik MENU +Uterlik MENU "Eftergrûn" OPEN_MENU background.menu.fy "Stilen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle "Tema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle @@ -8,5 +8,5 @@ Uterlik MENU "Ikoaneset bewarje" EXEC geticonset USER_ICON_SETS_DIR/"%a(Ikoanesetnamme)" "Tema bewarje" EXEC getstyle -p "%a(Temanamme)" "Foarkarrehelpmiddel" EXEC #wprefs# -Uterlik END +Uterlik END diff --git a/WindowMaker/appearance.menu.in b/WindowMaker/appearance.menu.in index 3833ac42..1887e14e 100644 --- a/WindowMaker/appearance.menu.in +++ b/WindowMaker/appearance.menu.in @@ -1,6 +1,6 @@ #include "wmmacros" -Appearance MENU +Appearance MENU "Background" OPEN_MENU background.menu "Styles" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle "Themes" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle @@ -8,5 +8,5 @@ Appearance MENU "Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)" "Save Theme" EXEC getstyle -p "%a(Theme name)" "Preferences Utility" EXEC #wprefs# -Appearance END +Appearance END diff --git a/WindowMaker/appearance.menu.nl.in b/WindowMaker/appearance.menu.nl.in index d4d9865b..5eaccaf8 100644 --- a/WindowMaker/appearance.menu.nl.in +++ b/WindowMaker/appearance.menu.nl.in @@ -1,6 +1,6 @@ #include "wmmacros" -Uiterlijk MENU +Uiterlijk MENU "Achtergrond" OPEN_MENU background.menu.nl "Stijlen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle "Thema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle @@ -8,5 +8,5 @@ Uiterlijk MENU "Iconenset opslaan" EXEC geticonset USER_ICON_SETS_DIR/"%a(Iconensetnaam)" "Thema opslaan" EXEC getstyle -p "%a(Themanaam)" "Voorkeurenhulpmiddel" EXEC #wprefs# -Uiterlijk END +Uiterlijk END diff --git a/WindowMaker/menu.ca b/WindowMaker/menu.ca index 8fdf488a..ac05f6df 100644 --- a/WindowMaker/menu.ca +++ b/WindowMaker/menu.ca @@ -18,11 +18,11 @@ * No es pot especificar una combinació de tecles per a un MENU o un * OPEN_MENU * - * pot ser un d'aquests comandes: + * pot ser un d'aquests comandes: * MENU - Comença la definició d'un submenú * END - Acaba la definició d'un submenú * OPEN_MENU - Obre el contingut d'un menú desde un fitxer, una - * canonada (pipe), o desde el contingut de un(s) + * canonada (pipe), o desde el contingut de un(s) * directori(s) i eventualment pot precedir-li algun * comanda * WORKSPACE_MENU - Afageix el menú de operacions del escriptori. Tan @@ -38,16 +38,16 @@ * HIDE_OTHERS - Oculta totes les finestres de l'escriptori excepte la * actual (o la darrera que ha estat activa) * SAVE_SESSION - Guarda l'estat actual de l'escriptori, que inclou - * totes les aplicacions en execució, la seva geometria, la - * posició en pantalla, l'escriptori en que estaven, el dock - * o el clip desde on van ser executades, i si estaven + * totes les aplicacions en execució, la seva geometria, la + * posició en pantalla, l'escriptori en que estaven, el dock + * o el clip desde on van ser executades, i si estaven * minimitzades, ocultes o plegades. També guarda l'escriptori - * que és usat en aquest moment. Tot això serà restaurat el + * que és usat en aquest moment. Tot això serà restaurat el * pròxim cop que s'arrenqui Window Maker fins que es faci un * altre SAVE_SESSION o CLEAR_SESSION. Si SaveSessionOnExit = * Yes; el fitxer de domini de Window Maker, llavors la sessió - * es guardarà cada cop que es surt de Window Maker, - * sobreescribint qualsevol SAVE_SESSION o CLEAR_SESSION + * es guardarà cada cop que es surt de Window Maker, + * sobreescribint qualsevol SAVE_SESSION o CLEAR_SESSION * (veure avall) * CLEAR_SESSION - Borra qualsevol sessió guardada anteriorment. No té * cap efecte si SaveSessionOnExit és verdader @@ -115,7 +115,7 @@ "Llista de Processos" EXEC xterm -e top "Manual d'instruccions" EXEC xman "Informació" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Escriptoris" WORKSPACE_MENU "Aplicacions" MENU @@ -128,7 +128,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -136,7 +136,7 @@ "Editors" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.cz b/WindowMaker/menu.cz index eb27076c..c4bff7b9 100644 --- a/WindowMaker/menu.cz +++ b/WindowMaker/menu.cz @@ -9,7 +9,7 @@ // 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: +// 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 @@ -24,18 +24,18 @@ // bylo naposledy zaměřeno) // // je program, který bude proveden. -// -// Každý příkaz MENU musí mít odpovídající END. +// +// 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 - "Správce oken" MENU + "Správce oken" MENU "Editace menu" SHEXEC xterm -T 'Editace menu' -e joe $HOME/GNUstep/Library/WindowMaker/menu "Správce oken" END "Info" MENU "Info Panel..." INFO_PANEL - "Legal" LEGAL_PANEL + "Legal" LEGAL_PANEL // "Xosview" EXEC xosview "Top" EXEC xterm -e top "Manuál" EXEC xman diff --git a/WindowMaker/menu.da b/WindowMaker/menu.da index e752eb63..ac8a844c 100644 --- a/WindowMaker/menu.da +++ b/WindowMaker/menu.da @@ -7,13 +7,13 @@ * * er en tekst som anvendes som titel i menuen. Teksten * skal omgives med " hvis den indeholder mellemrum. - * + * * SHORTCUT angiver en genvej for menuobjektet. har samme * syntaks som genvejene i filen $HOME/GNUStep/Defaults/WindowMaker. * * Man kan ikke angive en genvej for kommandoerne MENU og OPEN_MENU. - * - * kan være et af følgende: + * + * kan være et af følgende: * MENU - starter (under)menu definition. * END - afslutter (under)menu definition. * OPEN_MENU - åbner en menu fra en fil, pipe eller indholdet af @@ -109,8 +109,8 @@ "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 + "XTerm" EXEC xterm -sb + "Rxvt" EXEC rxvt -bg black -fg white "Arbejdsborde" WORKSPACE_MENU "Applikationer" MENU "Grafik" MENU @@ -122,7 +122,7 @@ "X Filhåndtering" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -130,7 +130,7 @@ "Tekstbehandling" MENU "XFte" EXEC xfte "Emacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.de b/WindowMaker/menu.de index 4fda8e1f..1d4961c0 100644 --- a/WindowMaker/menu.de +++ b/WindowMaker/menu.de @@ -8,7 +8,7 @@ // ist ein Text, der als Titel benutzt werden soll. Falls er // Leerzeichen enthält, muss er von " umgeben sein. // -// <Command> eine der folgenden gültigen Anweisungen: +// <Command> eine der folgenden gültigen Anweisungen: // MENU - beginnt (Unter)menüdefinition // END - beendet (Unter)menüdefinition // EXEC <program> - führt ein externes Programm aus diff --git a/WindowMaker/menu.el b/WindowMaker/menu.el index e7ae9ffb..2ac864ca 100644 --- a/WindowMaker/menu.el +++ b/WindowMaker/menu.el @@ -8,14 +8,14 @@ * <Title> είναι η ονομασία του προγράμματος ή εντολής. Αν είναι περισσότερες * από μία λέξεις πρέπει να εμπεριέχονται μεταξύ εισαγωγικών π.χ: * "Το Πρόγραμμα" - * + * * SHORTCUT είναι ο συνδυασμός πλήκτρων για το συγκεκριμένο πρόγραμμα π.χ: * "Meta+1". Άλλα παραδείγματα θα δείτε στο αχρείο: * $HOME/GNUstep/Defaults/WindowMaker * * Δεν μπορεί να δηλωθεί ένα shortcut για MENU και για OPEN_MENU εντολή. - * - * <Command> μία από τις εντολές: + * + * <Command> μία από τις εντολές: * MENU - το σημείο που ξεκινά ένα υπομενού * END - το σημείο που τελειώνει ένα υπομενού * OPEN_MENU - ανοίγει ένα μενού από ένα αρχείο, pipe ή τα περιεχόμενα ενός @@ -26,7 +26,7 @@ * SHEXEC <command> - εκτέλεση εντολής κέλυφους (όπως gimp > /dev/null) * EXIT - έξοδος από τον Διαχειριστή Παραθύρων * RESTART [<window manager>] - επανεκκινεί τον Window Maker ή ξεκινάει - * ένας άλλος window manager + * ένας άλλος window manager * REFRESH - ανανεώνει την προβολή της Επιφάνειας στην οθόνη * ARRANGE_ICONS - τακτοποίηση των εικονιδίων στην Επιφάνεια * SHUTDOWN - τερματίζει βίαια όλους τους clients @@ -34,7 +34,7 @@ * SHOW_ALL - εμφανίζει όλα τα "κρυμμένα" παράθυρα στην Επιφάνεια * HIDE_OTHERS - "κρύβει" όλα τα παράθυρα στην Επιφάνεια, εκτός από * αυτό που είναι "ενεργό" (ή το τελευταίο που ήταν "ενεργό") - * SAVE_SESSION - αποθηκεύει την εκάστοτε "κατάσταση" της Επιφάνειας, το + * SAVE_SESSION - αποθηκεύει την εκάστοτε "κατάσταση" της Επιφάνειας, το * οποίο σημαίνει, όλα τα προγράμματα που εκτελούνται εκείνη τη * στιγμή με όλες τους τις ιδιότητες (γεωμετρία, θέση στην * οθόνη, επιφάνεια εργασίας στην οποία έχουν εκτελεστεί, Dock ή @@ -48,31 +48,31 @@ * "SaveSessionOnExit = Yes;", τότε όλα τα παραπάνω γίνονται * αυτόματα με κάθε έξοδο του χρήστη από τον Window Maker, * ακυρώνοντας ουσιαστικά κάθε προηγούμενη χρήση τως εντολών - * SAVE_SESSION ή CLEAR_SESSION (βλέπε παρακάτω). - * CLEAR_SESSION - σβήνει όλες τις πληροφορίες που έχουν αποθηκευθεί - * σύμφωνα με τα παραπάνω. Δεν θα έχει όμως κανένα αποτέλεσμα + * SAVE_SESSION ή CLEAR_SESSION (βλέπε παρακάτω). + * CLEAR_SESSION - σβήνει όλες τις πληροφορίες που έχουν αποθηκευθεί + * σύμφωνα με τα παραπάνω. Δεν θα έχει όμως κανένα αποτέλεσμα * αν η εντολή SaveSessionOnExit=Yes. * INFO - Πληροφορίες σχετικά με τον Window Maker * * OPEN_MENU σύνταξη: * 1. Χειρισμός ενός αρχείου-μενού. - * // ανοίγει το "αρχείο.μενού" το οποίο περιέχει ένα έγκυρο αρχείο-μενού + * // ανοίγει το "αρχείο.μενού" το οποίο περιέχει ένα έγκυρο αρχείο-μενού * // καιτο εισάγει στην εκάστοτε θέση * OPEN_MENU αρχείο.μενού * 2. Χειρισμός ενός Pipe μενού. * // τρέχει μια εντολή και χρησιμοποιεί την stdout αυτής για την κατασκευή - * // του μενού. Το αποτέλεσμα της εντολής πρέπει να έχει έγκυρη σύνταξη - * // για χρήση ως μενού. Το κενό διάστημα μεταξύ "|" και "εντολής" είναι + * // του μενού. Το αποτέλεσμα της εντολής πρέπει να έχει έγκυρη σύνταξη + * // για χρήση ως μενού. Το κενό διάστημα μεταξύ "|" και "εντολής" είναι * // προεραιτικό. * OPEN_MENU | εντολή * 3. Χειρισμός ενός καταλόγου. * // Ανοίγει έναν ή περισσότερους καταλόγους και κατασκευάζει ένα μενού με - * // όλους τους υποκαταλόγους και τα εκτελέσιμα αρχεία σε αυτούς + * // όλους τους υποκαταλόγους και τα εκτελέσιμα αρχεία σε αυτούς * // κατανεμημένα αλφαβητικά. * OPEN_MENU /κάποιος/κατάλογος [/κάποιος/άλλος/κατάλογος ...] * 4. Χειρισμός ενός καταλόγου με κάποια εντολή. * // Ανοίγει έναν ή περισσότερους καταλόγους και κατασκευάζει ένα μενού με - * // όλους τους υποκαταλόγους και τα αναγνώσιμα αρχεία σε αυτούς + * // όλους τους υποκαταλόγους και τα αναγνώσιμα αρχεία σε αυτούς * // κατανεμημένα αλφαβητικά, τα οποία μπορούν να εκτελεστούν με μία * // εντολή. * OPEN_MENU /κάποιος/κατάλογος [/κάποιος/άλλος/κατάλογος ...] WITH εντολή -παράμετροι @@ -124,7 +124,7 @@ "Βοήθεια" EXEC xman "Πληροφορίες" END "Εκτέλεση..." SHEXEC %a(Εκτέλεση,Γράψε την εντολή προς εκτέλεση:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn grfixed "Επιφάνειες" WORKSPACE_MENU "Προγράμματα" MENU @@ -137,7 +137,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "Netscape" EXEC netscape "Ghostview" EXEC ghostview %a(Αρχείο προς ανάγνωση) "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Γράψε το PDF προς προβολή) "TkDesk" EXEC tkdesk @@ -145,7 +145,7 @@ "Κειμενογράφοι" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.es b/WindowMaker/menu.es index 7bdef651..50860dce 100644 --- a/WindowMaker/menu.es +++ b/WindowMaker/menu.es @@ -8,7 +8,7 @@ // // <Título> cadena de texto usada como el título.Tiene que estar entre "" // -// <Comando> un comando de los siguientes : +// <Comando> un comando de los siguientes : // MENU - comienza la definición del (sub)menu. // END - termina la definición del (sub)menu. // EXEC <programa> - ejecuta un programa externo @@ -23,12 +23,12 @@ // excepto la que tiene el foco (o la ultima que haya recibido el foco) // // <Parametros> es el programa a ejecutar. -// +// // ** Opciones para a linea de comando EXEC : // %s - se sustituye por la corriente seleción. Si la selección no es posible , // el comando es cancelado -// %w - se sustituye con la corrente ID de la ventana selecionada . Si no hay -// ventanas selecionadas , no se devuolve nada. +// %w - se sustituye con la corrente ID de la ventana selecionada . Si no hay +// ventanas selecionadas , no se devuolve nada. // // Se puede anular carácteres especiales (como % e ") con el caracter \ : // ejemplo: xterm -T "\"Terminal X\"" @@ -54,14 +54,14 @@ "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 @@ -69,13 +69,13 @@ "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 @@ -85,7 +85,7 @@ "ASClock" EXEC asclock -shape "Portapapeles" EXEC xclipboard "Utilidades ..." END - + "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx @@ -123,7 +123,7 @@ "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 diff --git a/WindowMaker/menu.fi.in b/WindowMaker/menu.fi.in index 83631adc..dfb3f48a 100644 --- a/WindowMaker/menu.fi.in +++ b/WindowMaker/menu.fi.in @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * SHEXEC <command> - executes a shell command (like gimp > /dev/null) * EXIT - exits the window manager @@ -79,7 +79,7 @@ * optional prompt and do substitution with what you typed * %w - substitute with XID for the current focused window * %W - substitute with the number of the current workspace - * + * * You can override special characters (as % and ") with the \ character: * ex: xterm -T "\"Hello World\"" * @@ -114,7 +114,7 @@ "Ohjeselain" EXEC xman "Tietoja" END "Käynnistä..." SHEXEC %a(Käynnistä,Kirjoita suoritettava komento:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Työtilat" WORKSPACE_MENU "Sovellukset" MENU @@ -127,7 +127,7 @@ "X Tiedostonhallinta" EXEC xfm "OffiX Tiedostot" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -135,7 +135,7 @@ "Editorit" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.fr b/WindowMaker/menu.fr index ada6cde0..8f4948c9 100644 --- a/WindowMaker/menu.fr +++ b/WindowMaker/menu.fr @@ -1,6 +1,6 @@ /* * Définition du menu de fond pour WindowMaker - * + * * La syntaxe est: * * <Titre> [SHORTCUT <Raccourci>] <Commande> <Paramètres> @@ -47,7 +47,7 @@ * * SHOW_ALL Montre toutes les fenêtres sur le bureau * - * HIDE_OTHERS Cache toutes les fenêtres sur le + * HIDE_OTHERS Cache toutes les fenêtres sur le * bureau qui sont en arrière plan * * SAVE_SESSION Sauve la l'état courant du bureau, cela @@ -74,7 +74,7 @@ * antérieure. Ceci n'aura aucun effet si * "SaveSessionOnExit" est égal à "Yes". * - * INFO_PANEL Affiche le panneau d'informations sur + * INFO_PANEL Affiche le panneau d'informations sur * WindowMaker. * * LEGAL_PANEL Affiche le panneau d'informations sur @@ -201,14 +201,14 @@ "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 diff --git a/WindowMaker/menu.fy.in b/WindowMaker/menu.fy.in index 1ebe5542..00c4a757 100644 --- a/WindowMaker/menu.fy.in +++ b/WindowMaker/menu.fy.in @@ -7,20 +7,20 @@ * * <Titel> is elke tekenrige te brûken as titel. Moat tusken " stean at it * spaasjes hat. - * + * * SHORTCUT jout in fluchtoets op foar dy yngong. <Fluchtoets> hat * deselde opmaak as de fluchtoetsopsjes yn it * $HOME/GNUstep/Defaults/WindowMaker bestân, sa as RootMenuKey of MiniaturizeKey. * * Jo kinne gjin fluchtoets opjaan foar in MENU- of OPEN_MENU-ûnderdiel. - * - * <Kommando> ien fan 'e jildige kommando's: + * + * <Kommando> ien fan 'e jildige kommando's: * MENU - begjint (sub)menubepaling * END - beëiniget (sub)menubepaling * OPEN_MENU - iepenet in menu út in bestân, 'pipe' of map(pen)ynhâld, * en giet eventueel elk foarôf mei in kommando. * WORKSPACE_MENU - foeget in submenu foar wurkromtehannelingen ta. Mar ien - * workspace_menu is tastien. + * workspace_menu is tastien. * EXEC <programma> - fiert in ekstern programma út * SHEXEC <kommando> - fiert in 'shell'-kommando út (sa as gimp > /dev/null) * EXIT - slút de finsterbehearder ôf @@ -87,7 +87,7 @@ * opsjonele oanwizing, en wurdt ferfongen troch wat jo yntype * %w - wurdt ferfongen troch XID foar it aktuele fokust finster * %W - wurdt ferfongen troch it nûmer fan 'e aktuele wurkromte - * + * * Jo kinne spesjale karakters (sa as % en ") útskeakelje mei it \-teken: * fb.: xterm -T "\"Hallo Wrâld\"" * @@ -122,7 +122,7 @@ "Hantliedingblêder" EXEC xman "Ynfo" END "Utfiere..." SHEXEC %a(Utfiere,Typ út te fieren kommando:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Mozilla Firefox" EXEC firefox "Wurkromten" WORKSPACE_MENU "Programma's" MENU @@ -137,12 +137,12 @@ "Rekkenblêd" EXEC oocalc "Draw" EXEC oodraw "Impress" EXEC ooimpress - "OpenOffice.org" END + "OpenOffice.org" END "Tekstbewurkers" MENU "XEmacs" EXEC xemacs "Emacs" EXEC emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "VI" EXEC xterm -e vi "GVIM" EXEC gvim "NEdit" EXEC nedit diff --git a/WindowMaker/menu.gl b/WindowMaker/menu.gl index f2603961..a8ca41fb 100644 --- a/WindowMaker/menu.gl +++ b/WindowMaker/menu.gl @@ -8,7 +8,7 @@ // <Título> cadea de texto usada como o título.Ten que estar pecha entre "" // // -// <Comando> un comando dos seguintes : +// <Comando> un comando dos seguintes : // MENU - escomenza a definición do (sub)menú. // END - remata a definición do (sub)menu. // EXEC <programa> - executa un programa externo @@ -19,19 +19,19 @@ // REFRESH - refresca o ecritorio // ARRANGE_ICONS - ordena os iconos do escritorio // SHUTDOWN - asasina tódalas aplicacións (e fecha a sesión das X) -// WORKSPACE_MENU - engade un submenú para as operacións da +// WORKSPACE_MENU - engade un submenú para as operacións da // area de traballo // SHOW_ALL - mostra tódalas fiestras na área de traballo // HIDE_OTHERS - oculta tódalas fiestras da area de traballo, // excepto a que ten o foco (ou a ultima que haxa recibido o foco) // // <Parametros> é o programa a executar. -// +// // ** Opcións para a liña de comando EXEC : // %s - sustituese pola corrente seleción. Se a selección non é posible , // o comando é cancelado -// %w - sustituese coa corrente ID da fiestra selecionada . Se non hay -// xanelas selecionadas , non se devolve nada. +// %w - sustituese coa corrente ID da fiestra selecionada . Se non hay +// xanelas selecionadas , non se devolve nada. // // Pódese anular carácteres especiais (como % e ") co caracter \ : // exemplo: xterm -T "\"Boas mundo\"" @@ -50,7 +50,7 @@ "Manual" EXEC xman "Información" END "Emulador Terminal" EXEC rxvt -ls -fg white -bg black -fn vga - "XJed" EXEC xjed + "XJed" EXEC xjed "Areas de Traballo" WORKSPACE_MENU "Aplicacións" MENU "Gráficos" MENU @@ -62,7 +62,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "Netscape" EXEC netscape "Ghostview" EXEC ghostview "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread "TkDesk" EXEC tkdesk @@ -116,7 +116,7 @@ "Fechar" EXEC xlock -allowroot -usefirst "Grabar Area de traballo" EXEC SAVE_WORKSPACE "Area Traballo" END - + "Sair" MENU "Reinicializar" RESTART "Iniciar AfterStep" RESTART afterstep diff --git a/WindowMaker/menu.he b/WindowMaker/menu.he index d7da651a..21d04294 100644 --- a/WindowMaker/menu.he +++ b/WindowMaker/menu.he @@ -8,7 +8,7 @@ * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces * - * <Command> one of the valid commands: + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. @@ -101,7 +101,7 @@ "Process List" EXEC xterm -e top "Manual Browser" EXEC xman "עדימ" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "הדובע יבחרמ" WORKSPACE_MENU "םימושי" MENU @@ -114,7 +114,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "פייקסטנ" EXEC 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 @@ -122,7 +122,7 @@ "םיכרוע" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.hr b/WindowMaker/menu.hr index 6c7bb7c1..18e55fde 100644 --- a/WindowMaker/menu.hr +++ b/WindowMaker/menu.hr @@ -8,7 +8,7 @@ * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces * - * <Command> one of the valid commands: + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. @@ -102,7 +102,7 @@ "Lista procesa" EXEC xterm -e top "Pretraživač manuala" EXEC xman "Informacije" END - "XTerm u boji" EXEC nxterm -sb + "XTerm u boji" EXEC nxterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Xisp" EXEX xisp "Radni prostori" WORKSPACE_MENU @@ -116,7 +116,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -124,7 +124,7 @@ "Editori" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.hu.in b/WindowMaker/menu.hu.in index 619c03b8..f9f8eed3 100644 --- a/WindowMaker/menu.hu.in +++ b/WindowMaker/menu.hu.in @@ -3,7 +3,7 @@ * Verzio: 0.61 * * Horvath Szabolcs <horvathsz@penguinpowered.com> - 2000. junius - * A 0.20.3-s verziohoz keszult forditast + * A 0.20.3-s verziohoz keszult forditast * Prew (Csanaki Csaba <prew@mail.matav.hu>) keszitette. Koszonet erte! * * Szintakszis: @@ -12,14 +12,14 @@ * * <Title> egy szoveg, amelyet cimkent kell hasznalni. Ha tartalmaz space-t, * akkor idezojelbe ("... ...") kell tenni. - * + * * SHORTCUT meghataroz egy shortcut-ot adott programokra. <Shortcut>-nak * ugyanolyan megadasi szintakszisa van a * $HOME/GNUstep/Defaults/WindowMaker file-ban, mint a RootMenuKey * vagy a MiniaturizeKey. * * Nem lehet letrehozni shortcut-ot MENU vagy OPEN_MENU bejegyzesben. - * + * * <Parancs> az itt kovetkezo utasitasok valamelyike: * MENU - kezdi a/az (al)menudefiniciot * END - befejezi a/az (al)menudefiniciot @@ -104,7 +104,7 @@ * "Style" OPEN_MENU style.menu * "Teszt" END */ - + #include "wmmacros" "Alkalmazások" MENU @@ -117,7 +117,7 @@ "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 + "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 @@ -131,7 +131,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -139,7 +139,7 @@ "Szerkesztők" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.in b/WindowMaker/menu.in index f9698d91..65cd72b0 100644 --- a/WindowMaker/menu.in +++ b/WindowMaker/menu.in @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * SHEXEC <command> - executes a shell command (like gimp > /dev/null) * EXIT - exits the window manager @@ -87,7 +87,7 @@ * optional prompt and do substitution with what you typed * %w - substitute with XID for the current focused window * %W - substitute with the number of the current workspace - * + * * You can override special characters (as % and ") with the \ character: * ex: xterm -T "\"Hello World\"" * @@ -122,7 +122,7 @@ "Manual Browser" EXEC xman "Info" END "Run..." SHEXEC %a(Run,Type command to run:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Mozilla Firefox" EXEC firefox "Workspaces" WORKSPACE_MENU "Applications" MENU @@ -137,12 +137,12 @@ "Spreadsheet" EXEC oocalc "Draw" EXEC oodraw "Impress" EXEC ooimpress - "OpenOffice.org" END + "OpenOffice.org" END "Editors" MENU "XEmacs" EXEC xemacs "Emacs" EXEC emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "VI" EXEC xterm -e vi "GVIM" EXEC gvim "NEdit" EXEC nedit diff --git a/WindowMaker/menu.it b/WindowMaker/menu.it index 604316ac..8e5a49e1 100644 --- a/WindowMaker/menu.it +++ b/WindowMaker/menu.it @@ -8,8 +8,8 @@ // <Titolo> e' la stringa usata per il titolo. Deve essere racchiusa dagli apici // se contiene degli spazi // -// <Comando> uno dei seguenti comandi: -// MENU - inizio della definizione di un sottomenu +// <Comando> uno dei seguenti comandi: +// MENU - inizio della definizione di un sottomenu // END - fine della definizione di un sottomenu // EXEC <programma> - esegue un programma // SHEXEC <command> - executes a shell command (like gimp > /dev/null) @@ -17,8 +17,8 @@ // RESTART [<window manager>] - reinizializza WindowMaker o lancia un altro // window manager // REFRESH - ridisegna l'area di lavoro -// ARRANGE_ICONS - riordina le icone sull'area di lavoro -// SHUTDOWN - uccide tutti i clienti (e chiude la sessione X window) +// ARRANGE_ICONS - riordina le icone sull'area di lavoro +// SHUTDOWN - uccide tutti i clienti (e chiude la sessione X window) // WORKSPACE_MENU - aggiunge un submenu per operazioni sull'area di lavoro // SHOW_ALL - mostra tutte le finestre dell'area di lavoro // HIDE_OTHERS -nasconde tutte le finestre dell'area di lavoro eccetto @@ -29,13 +29,13 @@ // ** Opzioni per la linea di comando in EXEC: // %s - sostituisce con la selezione corrente. Se non e' disponibile nessuna // selezione, il comando e' annullato -// %w - sostituisce con l'identificativo della finestra correntemente -// selezionata. Se nessuna finestra e' selezionata, viene restituito vuoto -// +// %w - sostituisce con l'identificativo della finestra correntemente +// selezionata. Se nessuna finestra e' selezionata, viene restituito vuoto +// // Si possono generare caratteri speciali (come % e ") con il carattere \ : // esempio: xterm -T "\"ciao mondo\"" (ndt banale, no? ) // -// Ciascun comando MENU deve avere un comando END alla fine. +// Ciascun comando MENU deve avere un comando END alla fine. // Vedere esempio: @@ -50,7 +50,7 @@ "Ricerca Manuali" EXEC xman "Informazioni" END "XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb - "XJed" EXEC xjed + "XJed" EXEC xjed "Area di lavoro" WORKSPACE_MENU "Applicazioni" MENU "Grafica" MENU @@ -62,7 +62,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "Netscape" EXEC netscape "Ghostview" EXEC ghostview %a(Ghostview) "XDvi" EXEC xdvi %a(XDvi) "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat) @@ -119,7 +119,7 @@ #endif "Salva area di lavoro" EXEC SAVE_WORKSPACE "Area di lavoro" END - + "Uscire" MENU "Restart" RESTART "Avviare AfterStep" RESTART afterstep diff --git a/WindowMaker/menu.ja b/WindowMaker/menu.ja index 9f58f5eb..9aa3325d 100644 --- a/WindowMaker/menu.ja +++ b/WindowMaker/menu.ja @@ -7,9 +7,9 @@ * * <Title> とはメニューのタイトルに使用される文字列です。スペースを含む * 場合には " で囲んでください。 - * * - * <Command> は以下のものが使えます: + * + * <Command> は以下のものが使えます: * MENU - メニュー(サブメニュー)の定義の開始を示します。 * OPEN_MENU - ファイル,パイプ,ディレクトリの内容(それぞれのファイルの * 前処理に指定したコマンドを使用することも可能)から @@ -27,7 +27,7 @@ * SHOW_ALL - ハイドされていた全てのウィンドウを表示します。 * HIDE_OTHERS - ワークスペース上の現在あるいは一番最近フォーカス * されたウィンドウを除く全てのウィンドウをハイドします。 - * + * * SAVE_SESSION - デスクトップの現在の状態をセーブします。現在の状態と * とは、全ての実行中のアプリケーション、それらのヒント * (ジオメトリ,位置,どのワークスペースに存在するか, @@ -88,7 +88,7 @@ * "KTerm" EXEC kterm * // /usr/openwin/bin中のファイルでサブメニューを作る * "XView apps" OPEN_MENU "/usr/openwin/bin" - * // 異なるディレクトリのX11アプリケーションを表示 + * // 異なるディレクトリのX11アプリケーションを表示 * "X11 apps" OPEN_MENU /usr/X11/bin $HOME/bin/X11 * // 背景の画像をセットする。 * "背景" OPEN_MENU $HOME/images /usr/share/images WITH wmsetbg -u -t @@ -107,7 +107,7 @@ "プロセス一覧" EXEC xterm -e top "マニュアルブラウザ" EXEC xman "情報" END - "KTerm" EXEC kterm -sb + "KTerm" EXEC kterm -sb "Rxvt" EXEC rxvt -bg black -fg white "ワークスペース" WORKSPACE_MENU "アプリケーション" MENU @@ -120,7 +120,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -129,7 +129,7 @@ "Mule" EXEC mule "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC kterm -e vi diff --git a/WindowMaker/menu.ko.in b/WindowMaker/menu.ko.in index 6b413223..aa69e68c 100644 --- a/WindowMaker/menu.ko.in +++ b/WindowMaker/menu.ko.in @@ -1,7 +1,7 @@ /* - * Windowmaker를 위한 루트 메뉴 정의 + * Windowmaker를 위한 루트 메뉴 정의 * - * 사용법: + * 사용법: * * <Title> [SHORTCUT <Shortcut>] <Command> <Parameters> * @@ -14,13 +14,13 @@ * * <Command> 사용가능한 명령어들 * MENU - (하부)메뉴 정의를 시작한다. - * END - (하부)메뉴 정의를 마친다. + * END - (하부)메뉴 정의를 마친다. * OPEN_MENU - 파일이나 파이프 혹은 디렉토리 내용으로 부터 메뉴를 열고 * 명령어를 실행한다. * WORKSPACE_MENU - 작업공간 제어에 관한 하부 메뉴를 추가한다. - * EXEC <program> - 외부 프로그램을 실행한다. + * EXEC <program> - 외부 프로그램을 실행한다. * SHEXEC <command> - 쉘 명령을 실행한다. (예제: gimp > /dev/null) - * EXIT - 윈도우 매니저를 종료시킨다. + * EXIT - 윈도우 매니저를 종료시킨다. * RESTART [<window manager>] - Windowmaker를 다시시작하거나 다른 윈도우 * 관리자를 실행시킨다. * REFRESH - 화면을 다시 그린다. @@ -34,14 +34,14 @@ * 화면상의 위치, 작업공간 번호, 그것들이 실행된 dock이나 * 클립 그리고 프로그램이 아이콘화되었는지 shade 형태 * 인지 혹은 숨겨졌는지의 여부이다. 또한 사용자가 현재 - * 작업중인 워크스페이스도 저장된다. 이 모든 정보들은 - * 또다른 SAVE_SESSION이나 CLEAR_SEEION이 사용되기 전까지 - * 매번 윈도우메이커가 실행될 때마다 복원된다. 만일 + * 작업중인 워크스페이스도 저장된다. 이 모든 정보들은 + * 또다른 SAVE_SESSION이나 CLEAR_SEEION이 사용되기 전까지 + * 매번 윈도우메이커가 실행될 때마다 복원된다. 만일 * SaveSession OnExit = Yes; 로 설정되어 있으면 매번 윈도우 * 메이커가 종료될 때마다 자동적으로 세션의 내용을 저장하고 - * SAVE_SESSION 이나 CLEAR_SESSOIN 값은 무시된다. - * CLEAR_SESSION - 이미 정장된 세션을 지운다. 이것은 SaveSessionOnExit가 - * 참인 경우에 효과를 미치지 않는다. + * SAVE_SESSION 이나 CLEAR_SESSOIN 값은 무시된다. + * CLEAR_SESSION - 이미 정장된 세션을 지운다. 이것은 SaveSessionOnExit가 + * 참인 경우에 효과를 미치지 않는다. * INFO - 정보 패널을 보여준다. * * OPEN_MENU syntax: @@ -65,9 +65,9 @@ * OPEN_MENU [options] /some/dir [/some/other/dir ...] WITH command -options * 옵션: -noext 파일 이름의 확장자를 없애고 보여준다. * - * <Parameters> 는 실행할 프로그램이다. + * <Parameters> 는 실행할 프로그램이다. * - * ** EXEC의 명령어 라인에 대한 옵션: + * ** EXEC의 명령어 라인에 대한 옵션: * %s - 현재 선택된 내용으로 바꾼다. * %a(title[,prompt]) - 입력 상자를 열고 사용자가 입력한 것으로 * 메시지를 바꾼다. @@ -81,7 +81,7 @@ * * 각각의 MENU 문은 반드시 END와 쌍을 이루어야 한다. * - * 예제: + * 예제: * * "Test" MENU * "XTerm" EXEC xterm @@ -124,7 +124,7 @@ "하 이 텔" EXEC hanterm -T 하이텔 -n 하이텔 -e ztelnet home.hitel.net "천 리 안" EXEC hanterm -T 천리안 -n 천리안 -e ztelnet chonllian.net "가 우" SHEXEC gau || gaui - "네트워크" END + "네트워크" END "편 집 기" MENU "VIM" EXEC hanterm -T VIM -n VIM -e vim "이맥스" EXEC emacs diff --git a/WindowMaker/menu.nl.in b/WindowMaker/menu.nl.in index 10ed9510..422a680d 100644 --- a/WindowMaker/menu.nl.in +++ b/WindowMaker/menu.nl.in @@ -7,20 +7,20 @@ * * <Titel> is elke tekenreeks te gebruiken als titel. Moet tussen " staan als het * spaties heeft. - * + * * SHORTCUT geeft een sneltoets op voor die ingang. <Sneltoets> heeft * dezelfde opmaak als de sneltoetsopties in het * $HOME/GNUstep/Defaults/WindowMaker bestand, zoals RootMenuKey of MiniaturizeKey. * * U kunt geen sneltoets opgeven voor een MENU- of OPEN_MENU-onderdeel. - * - * <Commando> een van de geldige commando's: + * + * <Commando> een van de geldige commando's: * MENU - begint (sub)menubepaling * END - beëindigt (sub)menubepaling * OPEN_MENU - opent een menu uit een bestand, 'pipe' of map(pen)inhoud, * en gaat eventueel elk vooraf met een commando. * WORKSPACE_MENU - voegt een submenu voor werkruimtehandelingen toe. Slechts één - * workspace_menu is toegestaan. + * workspace_menu is toegestaan. * EXEC <programma> - voert een extern programma uit * SHEXEC <commando> - voert een 'shell'-commando uit (zoals gimp > /dev/null) * EXIT - sluit de vensterbeheerder af @@ -87,7 +87,7 @@ * optionele aanwijzing, en wordt vervangen door wat u intypt * %w - wordt vervangen door XID voor het actuele gefocust venster * %W - wordt vervangen door het nummer van de actuele werkruimte - * + * * U kunt speciale karakters (zoals % en ") uitschakelen met het \-teken: * vb.: xterm -T "\"Hallo Wereld\"" * @@ -122,7 +122,7 @@ "Handleidingbrowser" EXEC xman "Info" END "Uitvoeren..." SHEXEC %a(Uitvoeren,Typ uit te voeren commando:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Mozilla Firefox" EXEC firefox "Werkruimten" WORKSPACE_MENU "Programma's" MENU @@ -137,12 +137,12 @@ "Rekenblad" EXEC oocalc "Draw" EXEC oodraw "Impress" EXEC ooimpress - "OpenOffice.org" END + "OpenOffice.org" END "Tekstbewerkers" MENU "XEmacs" EXEC xemacs "Emacs" EXEC emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "VI" EXEC xterm -e vi "GVIM" EXEC gvim "NEdit" EXEC nedit diff --git a/WindowMaker/menu.no b/WindowMaker/menu.no index 11bf9f76..b6c5e828 100644 --- a/WindowMaker/menu.no +++ b/WindowMaker/menu.no @@ -24,14 +24,14 @@ * ARRANGE_ICONS - rydder opp i ikonene dine på skjermbildet. * SHUTDOWN - Stenger ned alle X klienter og avslutter X tjeneren * SHOW ALL - Viser alle skjulte vinduer på denne skjermen - * HIDE_OTHERS - skjuler alle vinduer på denne skjermen som ikke har + * HIDE_OTHERS - skjuler alle vinduer på denne skjermen som ikke har * fokus. * SAVE_SESSION - lagrer desktop'en din som den ser ut. Dette inkluderer * alle applikasjoner som kjører (størrelse, posisjon, * arbeidsområde de er på, hvilken dock/binders de ble * startet fra, og om de er minimert, shadet eller * skjult. Lagrer også hvilket arbeidsområde brukeren - * er på. Alt vil bli startet opp igjen hver gang + * er på. Alt vil bli startet opp igjen hver gang * windowmaker blir startet, fram til til SAVE_SESSION * blir kalt igjen, eller CLEAR_SESSION blir kalt. * Hvis SaveSessionOnExit = Yes; i WindowMaker domene @@ -40,10 +40,10 @@ * og også CLEAR_SESSION (Se under). * CLEAR_SESSION - resetter lagrede settinging fra SAVE_SESSION. Vil * ikke ha noen effekt hvis SaveSessionOnExit er satt. - * + * * OPEN_MENU syntaks: * 1. Fil Meny beskrivelse - * // åpner fil.menu som må innholde en gyldig meny fil, og setter den + * // åpner fil.menu som må innholde en gyldig meny fil, og setter den * // inn her. * OPEN_MENU fil.menu * 2. Pipe meny beskrivelse @@ -56,7 +56,7 @@ * // katalogene og alle kjørbare filer i dem, sortert alfabetisk. * OPEN_MENU /en/katalog [/en/annen/katalog ....] * 4. Beskrivelse av katalog med kommando - * // Åpner en eller flere kataloger, og konstruerer en meny med alle + * // Åpner en eller flere kataloger, og konstruerer en meny med alle * // katalogene og alle lesbare filer i dem. Setter kommando forran * // hver av dem. * OPEN_MENU /en/katalog [/en/annen/katalog ....] WITH kommando -args @@ -72,7 +72,7 @@ * * Du kan bruke \ tegnet for å skrive spesialtegn som vanlige bokstaver: * eksempel: xterm -T "\"Hallo Verden\"" - * + * * * Du kan også bruke spesialsekvenser som i C, f.eks \n * @@ -104,7 +104,7 @@ "Prosess Liste" EXEC xterm -e top "Manual leser" EXEC stepman "Info" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Arbeids-Områder" WORKSPACE_MENU "Applikasjoner" MENU @@ -117,7 +117,7 @@ "X Fil Behandler" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -125,7 +125,7 @@ "Tekst Redigering" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi @@ -188,7 +188,7 @@ "Avslutt" MENU "Restart" RESTART "Start Afterstep" RESTART afterstep - "Avslutt WindowMaker..." EXIT + "Avslutt WindowMaker..." EXIT "Avslutt X11..." SHUTDOWN "Avslutt" END "Applikasjoner" END diff --git a/WindowMaker/menu.pl b/WindowMaker/menu.pl index a15b0c41..0f89dce4 100644 --- a/WindowMaker/menu.pl +++ b/WindowMaker/menu.pl @@ -8,21 +8,21 @@ * * <Tytuł> Tytuł może być dowolnym ciągiem znaków. Jeśli będą w nim występować * spacje umieśc go w cudzysłowie np. "Tytuł ze spacją" - * + * * SHORTCUT Definiowanie skrótu. * <Skrót> Nazwa rodzaju skrótu umieszczonego w pliku - * $HOME/GNUstep/Defaults/WindowMaker, tak jak RootMenuKey + * $HOME/GNUstep/Defaults/WindowMaker, tak jak RootMenuKey * lub MiniaturizeKey. * * Skróty mogą występować w sekcji MENU lub OPEN_MENU . - * - * <Komenda> jedna z dostępnych komend: - * MENU - rozpoczęcie definicji (pod)menu - * END - zakończenie definicji (pod)menu + * + * <Komenda> jedna z dostępnych komend: + * MENU - rozpoczęcie definicji (pod)menu + * END - zakończenie definicji (pod)menu * OPEN_MENU - generowanie podmenu na podstawie podanego katalogu, * umieszczając w nim pliki wykonywalne i podkatalogi. * WORKSPACE_MENU - Dodanie podmenu zawierającego aktywne pulpity. Tylko - * jedno workspace_menu jest potrzebne. + * jedno workspace_menu jest potrzebne. * EXEC <program> - wykonanie jakiegokolwiek programu * EXIT - wyjście z menadżera okien * RESTART [<window manager>] - restart WindowMakera albo start innego @@ -51,12 +51,12 @@ * ** Opcje w lini komend EXEC: * %s - znak jest zastepowany przez text znajdujacy sie w ,,schowku'' * %a(tytuł[,komunikat]) - otwiera dodatkowe okno o tytule tytuł, komunikacie - * komunikat i czeka na podanie parametrów, które + * komunikat i czeka na podanie parametrów, które * zostaną wstawione zamiast %a. Niestety nie udalo mi - * się uzyskać polskich fontów w tej pocji :( + * się uzyskać polskich fontów w tej pocji :( * %w - znak jest zastepowany przez XID aktywnego okna * %W - znak jest zastepowany przez numer aktywnego pulpitu - * + * * Aby używać specjalnych znaków ( takich jak % czy " ) należy poprzedzic je znakiem \ * np. :xterm -T "\"Witaj Świecie\"" * @@ -79,7 +79,7 @@ * "Test" END * * Jeżeli zamiast polskich fontów są jakieś krzaczki należy wyedetować pliki - * $HOME/GNUstep/Defaults/WMGLOBAL i $HOME/GNUstep/Defaults/WindowMaker, + * $HOME/GNUstep/Defaults/WMGLOBAL i $HOME/GNUstep/Defaults/WindowMaker, * lub wejść w menu Konfiguracja. * Aby uzyskać polskie znaki należy uzupełnić definicje fontów. * np. zamienić @@ -92,10 +92,10 @@ * * i wszędzie tam gdzie występuje podobna definicja. */ - + #include "wmmacros" -#define ULUB_EDYTOR vi +#define ULUB_EDYTOR vi /* Jeśli nie lubisz edytora vi zmień na swój ulubiony edytor */ #define ULUB_TERM xterm /* A tutaj ustaw swój ulubiony terminal */ @@ -109,18 +109,18 @@ "Lista Procesów" EXEC ULUB_TERM -T "Lista Procesów" -e top "Przeglądarka Manuali" EXEC xman "Informacja" END - - "Konfiguracja" MENU + + "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 + "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:) "Pulpity" WORKSPACE_MENU - + "Aplikacje" MENU "Grafika" MENU "Gimp" EXEC gimp >/dev/null @@ -145,15 +145,15 @@ "X Gnu debbuger" EXEC xxgdb "Xwpe" EXEC xwpe "Aplikacje" END - + "Internet" MENU "Przeglądarki" MENU - "Netscape" EXEC netscape + "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 + "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 @@ -172,20 +172,20 @@ "Editory" MENU "XFte" EXEC xfte "XEmacs" EXEC xemacs || emacs - "XJed" EXEC xjed + "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 @@ -202,7 +202,7 @@ "xboing" EXEC xboing -sound "XBill" EXEC xbill "Gry" END - + "Użytki" MENU "Kalkulator" EXEC xcalc "Zegarek" EXEC xclock diff --git a/WindowMaker/menu.pt b/WindowMaker/menu.pt index 497860d3..def8cb8c 100644 --- a/WindowMaker/menu.pt +++ b/WindowMaker/menu.pt @@ -6,12 +6,12 @@ * <Title> [SHORTCUT <tecla de atalho>] <Comando> <Parâmetros> * * <Title> é qualquer texto a ser usado como título. Deve estar entre aspas " - * - * SHORTCUT especifica uma tecla de atalho para o item. <tecla de atalho> + * + * SHORTCUT especifica uma tecla de atalho para o item. <tecla de atalho> * tem a mesma sintaxe das teclas de atalho em $HOME/GNUstep/Defaults/WindowMaker * * Não é possível especificar teclas de atalho para MENU ou OPEN_MENU - * + * * <Command> é um dos seguintes comandos: * MENU - inicia definição de um (sub)menu * END - termina definição de um (sub)menu @@ -22,7 +22,7 @@ * EXEC <programa> - executa um programa * EXIT - termina o gerenciador de janelas * SHEXEC <command> - executa comando de shell (ex.: gimp > /dev/null) - * RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia + * RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia * outro gerenciador de janelas * REFRESH - força repintagem da área de trabalho * ARRANGE_ICONS - arruma os ícones na área de trabalho @@ -33,13 +33,13 @@ * SAVE_SESSION - salva o estado da área de trabalho, o que inclui * todos os programas em execução, informações relativas * a posição, tamanho, área de trabalho onde se localizam, - * o dock ou clip de onde foi lançado e se a janela está + * o dock ou clip de onde foi lançado e se a janela está * miniaturizada, shadeada ou hideada. Também salva qual a área * de trabalho atual. Todas as informações serão restauradas * até que se use o comando SAVE_SESSION de novo ou CLEAR_SESSION. - * Se SaveSessionOnExit = Yes; estiver definido no domínio - * WindowMaker ($HOME/GNUstep/Defaults/WindowMaker), então o - * salvamento da sessão é feito automaticamente quando o + * Se SaveSessionOnExit = Yes; estiver definido no domínio + * WindowMaker ($HOME/GNUstep/Defaults/WindowMaker), então o + * salvamento da sessão é feito automaticamente quando o * WindowMaker finalizar, apagando quaisquer SAVE_SESSION ou * CLEAR_SESSION usados anteriormente. * CLEAR_SESSION - apaga uma sessão salvada anteriormente. Este comando @@ -68,7 +68,7 @@ * // usando o comando para executar cada arquivo. * * OPEN_MENU [-noext] /algum/dir [/algum/outro/dir ...] WITH comando -opções - * + * * * <Parâmetros> é o programa a ser executado. * @@ -95,7 +95,7 @@ * "X11 apps" OPEN_MENU /usr/X11/bin $HOME/bin/X11 * // faz um submenu de papéis de parede * "Papel de Parede" OPEN_MENU $HOME/imagens /usr/share/imagens WITH wmsetbg -u -t - * // insere o menu meu.menu + * // insere o menu meu.menu * "Style" OPEN_MENU meu.menu * "Test" END */ @@ -111,7 +111,7 @@ "Lista de Processos" EXEC xterm -e top "Leitor de Manual" EXEC xman "Informações" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Áreas de Trabalho" WORKSPACE_MENU "Aplicações" MENU @@ -124,7 +124,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -132,7 +132,7 @@ "Editores" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.ro.in b/WindowMaker/menu.ro.in index 68714296..4fb9ff77 100644 --- a/WindowMaker/menu.ro.in +++ b/WindowMaker/menu.ro.in @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * SHEXEC <command> - executes a shell command (like gimp > /dev/null) * EXIT - exits the window manager @@ -79,7 +79,7 @@ * optional prompt and do substitution with what you typed * %w - substitute with XID for the current focused window * %W - substitute with the number of the current workspace - * + * * You can override special characters (as % and ") with the \ character: * ex: xterm -T "\"Hello World\"" * @@ -114,7 +114,7 @@ "Navigator de Pagini Man" EXEC xman "Informaţii" END "Execută..." SHEXEC %a(Execută,Introduceţi o comandă:) - "XTerm" EXEC xterm -sb + "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 @@ -127,7 +127,7 @@ "Manager de Fişiere" EXEC xfm "Fisiere OffiX" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -135,7 +135,7 @@ "Editoare" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.ru b/WindowMaker/menu.ru index ecf6d2ad..2b309b6a 100644 --- a/WindowMaker/menu.ru +++ b/WindowMaker/menu.ru @@ -8,9 +8,9 @@ * <Имя> - любая строка для заголовка меню. Должна быть заключена в парные ", * если содержит пробелы * - * <Команда> одна из следующего набора команд: + * <Команда> одна из следующего набора команд: * MENU - начинает определение (под)меню - * OPEN_MENU - считывает меню из файла или содержания каталога + * OPEN_MENU - считывает меню из файла или содержания каталога * END - заканчивает определение (под)меню * WORKSPACE_MENU - добавляет подменю для операций с Рабочим местом * EXEC <program> - выполняет внешнюю программу @@ -18,7 +18,7 @@ * EXIT - завершает работу менеджера окон * RESTART [<window manager>] - перезапускает WindowMaker или запускает * другой менеджер окон - * REFRESH - обновляет видимое пространство + * REFRESH - обновляет видимое пространство * ARRANGE_ICONS - упорядочивает значки Рабочего места * SHUTDOWN - убивает все приложения ( и завершает сессию X) * SHOW_ALL - показывает все окна Рабочего места @@ -29,16 +29,16 @@ * * ** Опции для командной строки в EXEC: * %s - подтановка текущего выделения - * %a(message) - открывает окно ввода с сообщением и выполняет подстановку + * %a(message) - открывает окно ввода с сообщением и выполняет подстановку * набранного * %w - заменить на XID окна, имеющего фокус в данный момент * - * Вы можете избежать специальной интерпретации знаков ( таких как % и ") с + * Вы можете избежать специальной интерпретации знаков ( таких как % и ") с * помощью знака \ : Напр.: xterm -T "\"Hello World\"" * * Вы можете также использовать escape-последовательности, как \n * - * Каждое предложение MENU должно иметь одно соответствующее предложение END + * Каждое предложение MENU должно иметь одно соответствующее предложение END * в конце определения. * Пример: * @@ -61,9 +61,9 @@ "Список Процессов" EXEC xterm -e top "Просмотр Руководств" EXEC xman "Информация" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed - "XJed" EXEC xjed + "XJed" EXEC xjed "Рабочие места" WORKSPACE_MENU "Приложения" MENU "Графические" MENU @@ -75,14 +75,14 @@ "Менеджер файлов X" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi @@ -119,7 +119,7 @@ "Рабочее место" END "Внешний вид" MENU -/* "Темы" OPEN_MENU themes.menu +/* "Темы" OPEN_MENU themes.menu */ "Фон" MENU "Однотонный" MENU @@ -141,7 +141,7 @@ "Выход" MENU "Перезапустить" RESTART "Запустить Afterstep" RESTART afterstep - "Завершить работу..." EXIT + "Завершить работу..." EXIT "Завершить сессию..." SHUTDOWN "Выход" END "Приложения" END diff --git a/WindowMaker/menu.se b/WindowMaker/menu.se index 315890bd..8cef24ab 100644 --- a/WindowMaker/menu.se +++ b/WindowMaker/menu.se @@ -7,13 +7,13 @@ * * <Titel> är en sträng som du vill använda som titel i menyn. Strängen * måste omslutas med " om den innehåller mellanslag. - * + * * SHORTCUT anger en genväg för det menyalternativet. <Genväg> har likadan * syntax som genvägarna i filen $HOME/GNUStep/Defaults/WindowMaker. * * Man kan inte ange en genväg för kommandona MENU och OPEN_MENU. - * - * <Kommando> kan vara ett av följande: + * + * <Kommando> kan vara ett av följande: * MENU - börjar (under)meny definition. * END - avslutar (under)meny definition. * OPEN_MENU - öppnar en meny från en fil, pipe eller innehållet av @@ -110,7 +110,7 @@ "Processlista" EXEC xterm -e top "Manualläsare" EXEC xman "Info" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt (fixed)" EXEC rxvt -bg black -fg white -fn fixed "Rxvt (9x15)" EXEC rxvt -bg black -fg white -fn 9x15 "Arbetsbord" WORKSPACE_MENU @@ -124,7 +124,7 @@ "X Filhanterare" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "Netscape" EXEC netscape "Ghostview" EXEC ghostview %a(Enter file to view) "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Skriv in PDF-fil som ska visas) "TkDesk" EXEC tkdesk @@ -132,7 +132,7 @@ "Textredigerare" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.sk.in b/WindowMaker/menu.sk.in index a6e992d0..8ebe6e68 100644 --- a/WindowMaker/menu.sk.in +++ b/WindowMaker/menu.sk.in @@ -1,6 +1,6 @@ /* Slovak root menu for WindowMaker * (C) 2001 Jan "judas" Tomka - * + * * Original translation by Jan "judas" Tomka on Jan 22 2001 * Currently maintained by Jan "judas" Tomka <tomka@oalevice.sk> * @@ -18,13 +18,13 @@ * * <Názov> je ľubovoľný reťazec, ktorý sa použije ako názov položky. Ak obsahuje * medzery, musí byť uzavretý v úvodzovkách. - * + * * SHORTCUT udáva klávesovú skratku pre danú položku. <Klávesová skratka> má - * rovnakú syntax ako v súbore $HOME/GNUstep/Defaults/WindowMaker, napr. + * rovnakú syntax ako v súbore $HOME/GNUstep/Defaults/WindowMaker, napr. * RootMenuKey alebo MiniaturizeKey. * * Nemôžete zadať klávesovú skratku pre položky typu MENU a OPEN_MENU. - * + * * <Príkaz> je jeden z nasledujúcich: * MENU - začína definíciu (sub)menu * END - ukončuje definíciu (sub)menu @@ -93,7 +93,7 @@ * nahradí sa v príkaze textom, ktorý zadáte * %w - nahradí sa identifikačným číslom (XID) aktuálneho okna * %W - nahradí sa číslom aktuálnej pracovnej plochy - * + * * Vložiť špeciálne znaky (ako % a ") môžete pomocou znaku \ : * xterm -T "\"Ahoj svet\"" * @@ -128,7 +128,7 @@ "Prehliadač manuálov" EXEC xman "Informácie" END "Spustiť..." SHEXEC %a(Spustiť,Zadajte príkaz:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Pracovné plochy" WORKSPACE_MENU "Aplikácie" MENU @@ -141,7 +141,7 @@ "Správca súborov Xfm" EXEC xfm "Správca súborov OffiX" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -149,7 +149,7 @@ "Editory" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VIM" EXEC xterm -e vim diff --git a/WindowMaker/menu.sl b/WindowMaker/menu.sl index ac26258f..9287753f 100644 --- a/WindowMaker/menu.sl +++ b/WindowMaker/menu.sl @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * SHEXEC <command> - executes a shell command (like gimp > /dev/null) * EXIT - exits the window manager @@ -110,7 +110,7 @@ "Seznam procesov" EXEC xterm -e top "Pomoč (Iskalec man strani)" EXEC xman "Informacije" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Delovni prostori" WORKSPACE_MENU "Aplikacije" MENU @@ -123,7 +123,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -131,7 +131,7 @@ "Urejevalniki besedil" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.tr b/WindowMaker/menu.tr index 6b774198..250576d1 100644 --- a/WindowMaker/menu.tr +++ b/WindowMaker/menu.tr @@ -5,14 +5,14 @@ * * <Başlık> [SHORTCUT <Kısayol>] <Komut> <Parametreler> * - * <Başlık> herhangi bitr yazıyı içerebilir, boşul içeriyorsa " içinde + * <Başlık> herhangi bitr yazıyı içerebilir, boşul içeriyorsa " içinde * yazılmalı - * + * * SHORTCUT sözkonusu giriş için kısayol tuşu tanımlamak için kullanılır * <Kısayol>, $HOME/GNUstep/Defaults/WindowMaker olduğu gibi tanımlanabilir. * * MENU veya OPEN_MENU için kısayol tanımlayamazsınız. - * + * * <Komut> aşağıdakilerden birisidir * MENU - (Alt)Menü tanımını başlatır. * OPEN_MENU - Menüyü, bir dosya veya dizinden oluşturur @@ -28,28 +28,28 @@ * SHUTDOWN - tüm uygulamalrı kapatır ve sistemden çıkar * SHOW_ALL - Tüm pencereleri saklı hallerinden çıkarır * HIDE_OTHERS - içinde bulunulan dışındaki tüm pencereleri saklar - * SAVE_SESSION - mevcut uygulamaları ve pencere konumlarını saklar, + * SAVE_SESSION - mevcut uygulamaları ve pencere konumlarını saklar, * yeniden başladığında bu konumları korumaya çalışır. - * CLEAR_SESSION - son saklanan bilgileri siler. + * CLEAR_SESSION - son saklanan bilgileri siler. * * OPEN_MENU yazım kuralları: * 1. Dosyadan - * // dosya.menu isimli geçerli dosya tanımı içeren dosyayı alıp + * // dosya.menu isimli geçerli dosya tanımı içeren dosyayı alıp * // belirtilen konuma ekler * OPEN_MENU dosya.menu * - * 2. Komut sonucundan - * // "komut"u çalıştırı ve çıktısını möenü olarak kullanır. + * 2. Komut sonucundan + * // "komut"u çalıştırı ve çıktısını möenü olarak kullanır. * // Komutun çıktısı geçerli bir menü tanımı vermeli * OPEN_MENU | komut - * + * * 3. Dizinden * // Bir veya daha fazla dizin içinde yer alan çalıştırılabilir * // dosyaları alfabetik olarak sıralayarak menü oluşturur * OPEN_MENU /bir/dizin [/bir/başka/dizin ...] * * 4. Dizinden komutla - * // Dizin seçeneği gibi, ancak dizindeki dosyaları "komut" + * // Dizin seçeneği gibi, ancak dizindeki dosyaları "komut" * // ile çalıştırır * * OPEN_MENU /bir/dizin [/bir/başka/dizin ...] WITH komut -seçenekler @@ -59,7 +59,7 @@ * * ** EXEC komut satırı seçenekleri: * %s - mevcut seçimi koyar. - * %a(mesaj) - bir mesaj başlığı ile bir kutucuk açarak yazılan bilgileri + * %a(mesaj) - bir mesaj başlığı ile bir kutucuk açarak yazılan bilgileri * komuta parametre olarak gönderir * %w - seçili pencerenin XID'sini verir. * @@ -96,7 +96,7 @@ "Süreç Dökümü" EXEC xterm -e top "Kılavuz Tarayıcısı" EXEC xman "Bilgi" END - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "Çalışma Alanları" WORKSPACE_MENU "Uygulamalar" MENU @@ -109,7 +109,7 @@ "X File Manager" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "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 @@ -117,7 +117,7 @@ "Düzenleyiciler" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/menu.zh_CN b/WindowMaker/menu.zh_CN index c6b7b7f8..c176535d 100644 --- a/WindowMaker/menu.zh_CN +++ b/WindowMaker/menu.zh_CN @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * SHEXEC <command> - executes a shell command (like gimp > /dev/null) * EXIT - exits the window manager @@ -79,7 +79,7 @@ * optional prompt and do substitution with what you typed * %w - substitute with XID for the current focused window * %W - substitute with the number of the current workspace - * + * * You can override special characters (as % and ") with the \ character: * ex: xterm -T "\"Hello World\"" * @@ -114,7 +114,7 @@ "手册浏览器" EXEC xman "信息" END "运行..." EXEC %a(运行,要执行的命令:) - "XTerm" EXEC xterm -sb + "XTerm" EXEC xterm -sb "Rxvt" EXEC rxvt -bg black -fg white -fn fixed "工作空间" WORKSPACE_MENU "应用程序" OPEN_MENU diff --git a/WindowMaker/menu.zh_TW.in b/WindowMaker/menu.zh_TW.in index edc9f755..6a6d4f8f 100644 --- a/WindowMaker/menu.zh_TW.in +++ b/WindowMaker/menu.zh_TW.in @@ -7,20 +7,20 @@ * * <Title> is any string to be used as title. Must be enclosed with " if it * has spaces - * + * * SHORTCUT specifies a shortcut for that item. <Shortcut> has the - * same syntax of the shortcuts key options in the + * same syntax of the shortcuts key options in the * ~/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey. * * You can't specify a shortcut for a MENU or OPEN_MENU entry. - * - * <Command> one of the valid commands: + * + * <Command> one of the valid commands: * MENU - starts (sub)menu definition * END - end (sub)menu definition * OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents * and eventually precede each with a command. * WORKSPACE_MENU - adds a submenu for workspace operations. Only one - * workspace_menu is allowed. + * workspace_menu is allowed. * EXEC <program> - executes an external program * EXIT - exits the window manager * RESTART [<window manager>] - restarts WindowMaker or start another @@ -124,7 +124,7 @@ "X 檔案管理員" EXEC xfm "OffiX Files" EXEC files "LyX" EXEC lyx - "Netscape" EXEC netscape + "Netscape" EXEC netscape "Ghostview" EXEC ghostview %a(GhostView,輸入要檢視的檔案) "Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(輸入要檢視的 PDF) "TkDesk" EXEC tkdesk @@ -132,7 +132,7 @@ "編輯器" MENU "XFte" EXEC xfte "XEmacs" SHEXEC xemacs || emacs - "XJed" EXEC xjed + "XJed" EXEC xjed "NEdit" EXEC nedit "Xedit" EXEC xedit "VI" EXEC xterm -e vi diff --git a/WindowMaker/plmenu.de b/WindowMaker/plmenu.de index 825b97df..675cd50f 100644 --- a/WindowMaker/plmenu.de +++ b/WindowMaker/plmenu.de @@ -91,10 +91,10 @@ ("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") - ), + ), ("Thema speichern", SHEXEC, "getstyle -t $(HOME)/GNUstep/Library/WindowMaker/Themes/\"%a(Themenname)\""), ("Iconsatz speichern", SHEXEC, "geticonset $(HOME)/GNUstep/Library/WindowMaker/IconSets/\"%a(Iconsatz-Name)\"") - ), + ), ("Beenden", ("Neustart", RESTART), ("BlackBox starten", RESTART, blackbox), diff --git a/WindowMaker/plmenu.es.in b/WindowMaker/plmenu.es.in index 560a993e..0c4205f9 100644 --- a/WindowMaker/plmenu.es.in +++ b/WindowMaker/plmenu.es.in @@ -91,11 +91,11 @@ ("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") - ), + ), ("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#") - ), + ), ("Salir", ("Reiniciar", RESTART), ("Empezar BlackBox", RESTART, blackbox), diff --git a/WindowMaker/plmenu.fr b/WindowMaker/plmenu.fr index b6fc1a10..f3a483e2 100644 --- a/WindowMaker/plmenu.fr +++ b/WindowMaker/plmenu.fr @@ -91,7 +91,7 @@ ("Images", OPEN_MENU, "-noext /opt/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:)\"") ), ("Quitter", ("Redémarrer", RESTART), diff --git a/WindowMaker/plmenu.it b/WindowMaker/plmenu.it index 151c6a6f..b7b2315e 100644 --- a/WindowMaker/plmenu.it +++ b/WindowMaker/plmenu.it @@ -91,10 +91,10 @@ ("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") - ), + ), ("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)\"") - ), + ), ("Esci", ("Riavvia", RESTART), ("Avvia BlackBox", RESTART, blackbox), diff --git a/WindowMaker/plmenu.ja.in b/WindowMaker/plmenu.ja.in index 0fb4c83c..f13d3965 100644 --- a/WindowMaker/plmenu.ja.in +++ b/WindowMaker/plmenu.ja.in @@ -91,11 +91,11 @@ ("Wine Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") ), ("イメージ", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") - ), + ), ("設定をテーマとしてセーブ", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), ("現在のアイコンセットをセーブ", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), ("設定ユーティリティ", EXEC, "#wprefs#") - ), + ), ("終了", ("再起動", RESTART), ("BlackBox をスタート", RESTART, blackbox), diff --git a/WindowMaker/plmenu.pl.in b/WindowMaker/plmenu.pl.in index 007123e8..d1269acf 100644 --- a/WindowMaker/plmenu.pl.in +++ b/WindowMaker/plmenu.pl.in @@ -7,18 +7,18 @@ ("Lista Procesów", EXEC, "xterm -T 'Lista Procesów' -e top"), ("Przeglądarka Manuali", EXEC, "xman") ), - - ("Konfiguracja", + + ("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:)"), ("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"), @@ -43,10 +43,10 @@ ("X Gnu debbuger", EXEC, "xxgdb"), ("Xwpe", EXEC, "xwpe") ), - + ("Internet", ("Przeglądarki", - ("Netscape", EXEC, "netscape"), + ("Netscape", EXEC, "netscape"), ("Arena", EXEC, "arena"), ("Lynx", EXEC, "xterm -e lynx %a(Lynx,Podaj URL:)") ), @@ -76,13 +76,13 @@ ("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"), @@ -99,7 +99,7 @@ ("xboing", EXEC, "xboing -sound"), ("XBill", EXEC, "xbill") ), - + ("Użytki", ("Kalkulator", EXEC, "xcalc"), ("Zegarek", EXEC, "xclock"), diff --git a/WindowMaker/plmenu.ro.in b/WindowMaker/plmenu.ro.in index 744f157d..8875687f 100644 --- a/WindowMaker/plmenu.ro.in +++ b/WindowMaker/plmenu.ro.in @@ -91,11 +91,11 @@ ("Gradient Vişiniu", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") ), ("Imagini", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") - ), + ), ("Salvează Tema", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), ("Salvează Setul de Iconiţe", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), ("Utilitar de Configurare", EXEC, "#wprefs#") - ), + ), ("Ieşire", ("Repornire", RESTART), ("Porneşte BlackBox", RESTART, blackbox), diff --git a/WindowMaker/plmenu.sk.in b/WindowMaker/plmenu.sk.in index bddf4c36..32defaff 100644 --- a/WindowMaker/plmenu.sk.in +++ b/WindowMaker/plmenu.sk.in @@ -91,11 +91,11 @@ ("Odtiene vínovej", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") ), ("Obrázky", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") - ), + ), ("Uložiť tému", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""), ("Uložiť sadu ikon", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""), ("Konfiguračný nástroj", EXEC, "#wprefs#") - ), + ), ("Koniec", ("Reštartovať", RESTART), ("Spustiť BlackBox", RESTART, blackbox), diff --git a/WindowMaker/plmenu.zh_CN.in b/WindowMaker/plmenu.zh_CN.in index 9c0cf738..0ccae709 100644 --- a/WindowMaker/plmenu.zh_CN.in +++ b/WindowMaker/plmenu.zh_CN.in @@ -93,10 +93,10 @@ ("酒红阴影", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'") ), ("图像", 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(图标集名)\"") - ), + ), ("退出", ("重新启动", RESTART), ("启动 BlackBox", RESTART, blackbox), diff --git a/WindowMaker/wmmacros.in b/WindowMaker/wmmacros.in index 112422b9..44fe12a2 100644 --- a/WindowMaker/wmmacros.in +++ b/WindowMaker/wmmacros.in @@ -1,6 +1,6 @@ /* * Some generic macros for WindowMaker configuration files - * + * */ #ifndef WMMACROS_ @@ -11,7 +11,7 @@ /* * WS_BACK - sets the root background texture to VAL */ -#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack +#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack /* * CLEARROOT - set the root background to nothing @@ -20,10 +20,10 @@ /* - * + * * MANUAL_SEARCH(ITEM) - search manual page for ITEM - * - * You might need to change this according to what's the exit status of your + * + * You might need to change this according to what's the exit status of your * man(1). This is for the one that comes with Linux (RedHat) */ #ifdef HAVE_XLESS diff --git a/configure.ac b/configure.ac index 368fb6dc..64c9dd65 100644 --- a/configure.ac +++ b/configure.ac @@ -417,7 +417,7 @@ AC_CHECK_HEADERS([sys/inotify.h], [AC_DEFINE([HAVE_INOTIFY], [1], [Check for inotify])]) -dnl Check for syslog +dnl Check for syslog dnl ================ dnl It is used by WUtil to log the wwarning, werror and wfatal AC_CHECK_HEADERS([syslog.h], [AC_DEFINE([HAVE_SYSLOG], [1], [Check for syslog])]) @@ -479,7 +479,7 @@ AC_SUBST(X_LIBRARY_PATH) dnl Decide which locale function to use, setlocale() or _Xsetlocale() -dnl by MANOME Tomonori +dnl by MANOME Tomonori dnl =========================================== WM_I18N_XLOCALE diff --git a/debian/README.Debian b/debian/README.Debian index a376dac5..fbf1761c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -8,7 +8,7 @@ as possible under X11. It is the natural step after AfterStep. There are some changes in the paths, added support for Debian menu system, improved user configuration (from the sysadmin point of view). - + To run Window Maker put this at the end of ~/.xsession: exec /usr/bin/wmaker diff --git a/debian/changelog b/debian/changelog index 09f1297e..ffb8112a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -440,7 +440,7 @@ wmaker (0.95.1+20120131-1) unstable; urgency=low wmaker (0.95.0+20111028-4) unstable; urgency=low * libpng12-dev dependencies changed to libpng-dev. [Closes: #648123] - * wterm package suggestion removed. + * wterm package suggestion removed. * Menu shows "Run..." option. [Closes: #165075] Thanks to Andreas Tscharner for their patch. * Menu shows the background files [Closes: #655122] @@ -648,7 +648,7 @@ wmaker (0.92.0-6) unstable; urgency=medium wmaker (0.92.0-5.3) unstable; urgency=low * Non-maintainer upload. - Fix library search path: Add XLFLAGS to src/Makefile.am and + Fix library search path: Add XLFLAGS to src/Makefile.am and util/Makefile.am. Thanks to Goswin von Brederlow for the patch. (Closes: #358540) @@ -657,7 +657,7 @@ wmaker (0.92.0-5.3) unstable; urgency=low wmaker (0.92.0-5.2) unstable; urgency=low * Non-maintainer upload. - * Add libxinerama-dev to the list of build dependencies. + * Add libxinerama-dev to the list of build dependencies. (Closes: #349524, #349466) -- Frederik Schüler <fs@debian.org> Tue, 24 Jan 2006 16:43:03 +0000 @@ -910,7 +910,7 @@ wmaker (0.80.2-0.4) unstable; urgency=medium * Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L. Carvalho, Alexey Spiridonov and Julien Wajsberg. * debian/wmaker.menu-method, debian/appearance.menu-method, - debian/wmakerpl.menu-method: + debian/wmakerpl.menu-method: + Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path. Together with menu 2.1.16, this will fix bugs #252637 and #252891. @@ -928,21 +928,21 @@ wmaker (0.80.2-0.2) unstable; urgency=low * NMU with maintainer approval (Thanks Marcelo!) * configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream - forgot to do it (closes: #250018, #250326). + forgot to do it (closes: #250018, #250326). * debian/appearance.menu-method: (closes: #250315) + Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff. * util/wmchlocale.in: (closes: #232258) + fix typo preventing script to start, thanks Dirk Schulz. * debian/wmaker.menu: + Move Exit and Exit Session at top-level (closes: #43887). - + Move other needs=wmaker entries to WindowManagers/Modules + + Move other needs=wmaker entries to WindowManagers/Modules (closes: #92265). - * debian/wmaker.menu-method: + * debian/wmaker.menu-method: + Use SHEXEC instead of EXEC (closes: #154671). * doc/wmaker.1x: (closes: #115682) + Remove duplicate pixmap path. Thanks Daniel Bonniot. * debian/rules: get rid of /usr/X11R6/bin/wmaker symlink. - + -- Bill Allombert <ballombe@debian.org> Mon, 31 May 2004 08:58:54 +0200 wmaker (0.80.2-0.1) unstable; urgency=low @@ -952,13 +952,13 @@ wmaker (0.80.2-0.1) unstable; urgency=low * This version include the fix to wrlib/raster.c. * Build with current libtool (1.5.6-1). * src/Makefile.am: Fix FTBFS with new libtool. - + Add @LIBRARY_SEARCH_PATH@. - * debian/wmaker.menu-methods: + + Add @LIBRARY_SEARCH_PATH@. + * debian/wmaker.menu-methods: + Add outputencoding="ISO-8859-1" (closes: #234587). + Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612). + Use title() not $title and convert " to '. * debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings) - * debian/control: + * debian/control: + Add Conflicts with menu (<<2.1.10) (needed for shell()). + Remove broken link in wmaker description (closes: #196936), thanks Jay Bonci. @@ -966,7 +966,7 @@ wmaker (0.80.2-0.1) unstable; urgency=low + Remove extraneous comma in Uploaders: field. + Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4) (closes: #165139). - + Apply patch from Kevin B. McCarty for more fine grained X11 deps. + + Apply patch from Kevin B. McCarty for more fine grained X11 deps. (closes: #241520). + Change section of -dev packages to libdevel to match overrides file. + Bump Standard-Version to 3.6.1. @@ -975,10 +975,10 @@ wmaker (0.80.2-0.1) unstable; urgency=low + Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT. (closes: #220497). * debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall. - + DISCLAIMER: This should not be construed as an endorsement of + + DISCLAIMER: This should not be construed as an endorsement of /usr/share/xsessions, however. see the comments in #241554. - * debian/rules: - + Install wmaker.desktop in /usr/share/xsessions. + * debian/rules: + + Install wmaker.desktop in /usr/share/xsessions. + Add --noscripts to dh_installmenu since we handle them manually. * debian/changelog: convert to UTF-8. + Remove obsolete user emacs settings (5 lintian warnings). @@ -993,7 +993,7 @@ wmaker (0.80.2-0.1) unstable; urgency=low * debian/libwraster2.postinst (2 lintian warnings) + Replace debhelper generated part by DEBHELPER token. + Fix "unkow" typo. - * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: + * debian/wmaker.postinst.tmpl, debian/wmaker.prerm: + Remove /usr/share/doc transition code. (1 lintian warning) * debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst: + Add DEBHELPER token. (3 lintian warnings) @@ -1244,7 +1244,7 @@ wmaker (0.65.0-2) unstable; urgency=low -- Marcelo E. Magallon <mmagallo@debian.org> Sat, 2 Jun 2001 22:26:18 +0200 wmaker (0.65.0-1) unstable; urgency=low - + * New upstream version (AYBABTU) * This version fixes the speckles on PowerPC (closes bug#79272) * debian/rules: added versioned dependency for libwraster2. @@ -1375,7 +1375,7 @@ wmaker (0.62.1-2) unstable; urgency=low * debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio * src/misc.c: removed code that inserts -I<path to current file> in the - preprocessor arguments, it's not required as that is what + preprocessor arguments, it's not required as that is what '#include "foo"' does (closes: bug#76317) * debian/manpages/wmaker.1x: removed Debian options, there aren't any of them now. (closes: bug#76260) @@ -1421,7 +1421,7 @@ wmaker (0.61.1-3) frozen; urgency=low * Added calls to x-terminal-emulator instead of xterm in default settings. * Cleaned up the control file. - * + * -- Chris McKillop <cdm@debian.org> Tue, 1 Feb 2000 00:42:12 -0500 @@ -1731,7 +1731,7 @@ wmaker (0.51.0-1) unstable; urgency=low wmaker (0.50.2-0.0.4) unstable; urgency=low - * Really fixed the '%a(blah)' bug + * Really fixed the '%a(blah)' bug -- Marcelo E. Magallon <mmagallo@debian.org> Mon, 11 Jan 1999 18:11:52 -0600 @@ -2250,7 +2250,7 @@ wmaker (0.15.0-0) unstable; urgency=low * New upstream version available. New features: The Fiend is gone. The Clip is here. Theme support improved. Better dithering, performs better on low end systems. Workspaces are more independent of each - other. + other. * Rearranged directory layout. Should support themes better. Is not really FSSTND complaint, because the FSSTND doesn't really say anything about /usr/share, but it goes better with the FHS. @@ -2595,7 +2595,7 @@ wmaker (0.4.3-1) unstable; urgency=low wmaker (0.4.2-1) unstable; urgency=low - * Added dockapp script missing in upstream tarball. + * Added dockapp script missing in upstream tarball. * New upstream release. -- Neil A. Rubin <nar5@po.cwru.edu> Tue, 27 May 1997 11:13:00 -0400 diff --git a/debian/wmaker-common.postinst b/debian/wmaker-common.postinst index b0b22b69..9b688d8a 100644 --- a/debian/wmaker-common.postinst +++ b/debian/wmaker-common.postinst @@ -4,7 +4,7 @@ set -e # run after debhelper code, which removes menu-methods. if [ "$1" = "configure" ] && - [ x"$2" != "x" ] && + [ x"$2" != "x" ] && test -e /etc/GNUstep/Defaults/appearance.menu && dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then if head -n1 /etc/GNUstep/Defaults/appearance.menu | diff --git a/debian/wmaker.postinst b/debian/wmaker.postinst index 1ef49c20..751df13f 100644 --- a/debian/wmaker.postinst +++ b/debian/wmaker.postinst @@ -4,7 +4,7 @@ set -e # run after debhelper code, which removes menu-methods. if [ "$1" = "configure" ] && - [ x"$2" != "x" ] && + [ x"$2" != "x" ] && test -e /etc/GNUstep/Defaults/menu.hook && dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then if head -n1 /etc/GNUstep/Defaults/menu.hook | diff --git a/distros/wmaker-crm-next.spec b/distros/wmaker-crm-next.spec index d5322511..920e4050 100644 --- a/distros/wmaker-crm-next.spec +++ b/distros/wmaker-crm-next.spec @@ -503,7 +503,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Aug 09 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.92.0-1 -- upgrade to new version +- upgrade to new version - use dist tag - use smp_mflags - fix #163459 diff --git a/doc/cs/wmaker.1 b/doc/cs/wmaker.1 index d041fe5b..ce9d5c77 100644 --- a/doc/cs/wmaker.1 +++ b/doc/cs/wmaker.1 @@ -109,7 +109,7 @@ Styly spolo .TP .B /usr/share/WindowMaker/Themes/ A te to zkuste sami... ;-) -.SH PROMNN PROSED +.SH PROMNN PROSED .IP WMAKER_USER_ROOT specifikuje cestu k adresi Defaults. "Defaults/" je pidn k tto promnn, m se ur umstn databz. Pokud promnn nen nastaven, diff --git a/doc/cs/wxcopy.1 b/doc/cs/wxcopy.1 index a186fe1a..440a3ed1 100644 --- a/doc/cs/wxcopy.1 +++ b/doc/cs/wxcopy.1 @@ -28,7 +28,7 @@ pam .TP .B \-clearselection Vyprzdn vlastnka PRIMARY selekce. V praxi to znamen, e kdy se pokuste -vloit data prostednm tlatkem (napklad), tak vlo se data z vyrovnvac +vloit data prostednm tlatkem (napklad), tak vlo se data z vyrovnvac pamti 0, namsto ppadnho sputn selelekce myi. .PP .SH PODVEJTE SE TAK diff --git a/doc/sk/wmaker.1 b/doc/sk/wmaker.1 index 8852ccca..38047043 100644 --- a/doc/sk/wmaker.1 +++ b/doc/sk/wmaker.1 @@ -109,7 +109,7 @@ a tu. .TP .B /usr/share/WindowMaker/Themes/ Teraz to sks sm... ;-) -.SH PREMENN PROSTREDIA +.SH PREMENN PROSTREDIA .IP WMAKER_USER_ROOT pecifikuje cestu k adresru Defaults. "Defaults/" je pridan k tejto premennej, m sa ur umiestnenie databz. Ak premenn nie je nastaven, diff --git a/po/Makefile.am b/po/Makefile.am index d2d20d53..1fe71df9 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -66,7 +66,7 @@ POTFILES = \ SUFFIXES = .po .mo -.po.mo: +.po.mo: $(AM_V_GEN)$(MSGFMT) -c -o $@ $< diff --git a/po/README b/po/README index dc9f119b..5cb21fe0 100644 --- a/po/README +++ b/po/README @@ -57,7 +57,7 @@ your own good. Notes ----- -1. Multibyte character support must be enabled in WindowMaker. +1. Multibyte character support must be enabled in WindowMaker. 2. WindowMaker must also be started from a terminal program that can display the messages in that language, like xterm that supports Korean @@ -66,7 +66,7 @@ characters. 3. Uses iso8859-2 character set. -Notes: +Notes: - if you update a translation of someone else, please contact the current maintainer, so that we don't have duplicate work. Also put a "history" log in the top of the file, like: diff --git a/po/be.po b/po/be.po index b6771365..36aabf47 100644 --- a/po/be.po +++ b/po/be.po @@ -190,7 +190,7 @@ msgstr "неадпаведны лік аргументаў у спецыфіка #: ../src/defaults.c:2060 #, c-format msgid "bad opacity value for tgradient texture \"%s\". Should be [0..255]" -msgstr +msgstr "дрэннае значэнне непразрыстасці для градыетнай тэкстуры \"%s\"." "Павінна быць [0..255]" diff --git a/po/bg.po b/po/bg.po index b76c0234..fcb67910 100644 --- a/po/bg.po +++ b/po/bg.po @@ -45,7 +45,7 @@ msgstr "Приемам" # За да бъде без род замених "ще бъде затворена" на "ще се затвори". # "Запазена" е по-точен превод на "save" - не всичко запазено е записано -# във файл. (А.З.) +# във файл. (А.З.) # ../src/appicon.c:579 ../src/dock.c:277 #: ../src/appicon.c:456 ../src/dock.c:264 msgid "" @@ -57,7 +57,7 @@ msgstr "" "Всяка информация, която не е запазена ще бъде загубена.\n" "Наистина ли желаете това?" -# +# # ../src/appicon.c:585 ../src/dock.c:282 ../src/winmenu.c:125 #: ../src/appicon.c:464 ../src/dock.c:283 ../src/winmenu.c:125 msgid "Kill Application" @@ -144,7 +144,7 @@ msgstr "областта %s от глобалната база данни не # безсмислици ?!?! (Б.Й.) # # Поувлякох се. Това тук са конзолни съобщения и съображенията за -# краткост не важат. (А.З.) +# краткост не важат. (А.З.) # ../src/defaults.c:910 ../src/startup.c:820 ../src/startup.c:838 # ../src/startup.c:844 #: ../src/defaults.c:949 ../src/startup.c:884 ../src/startup.c:902 @@ -335,14 +335,14 @@ msgstr "не може да се определи цвят за ключа \"%s\" msgid "%s:invalid key modifier \"%s\"" msgstr "%s: неправилен клавишен модификатор \"%s\"" -# +# # ../src/defaults.c:2364 #: ../src/defaults.c:2413 #, c-format msgid "%s:invalid kbd shortcut specification \"%s\"" msgstr "%s: определена е недопустима клавишна комбинация \"%s\"" -# +# # ../src/defaults.c:2371 #: ../src/defaults.c:2420 #, c-format @@ -420,7 +420,7 @@ msgstr "Да се запази състоянието" msgid "Cancel" msgstr "Отменям" -# +# # ../src/dialog.c:225 #: ../src/dialog.c:299 msgid "Could not open directory \"%s\":\n%s" @@ -446,7 +446,7 @@ msgstr "Иконки" msgid "Preview" msgstr "Преглед" -# +# # ../src/dialog.c:564 #: ../src/dialog.c:740 msgid "File Name:" @@ -709,13 +709,13 @@ msgstr "Всички маркирани иконки ще бъдат отстр msgid "Keep Icon" msgstr "Запази иконката" -# +# # ../src/dock.c:598 ../src/dock.c:2120 ../src/dock.c:2254 #: ../src/dock.c:609 ../src/dock.c:2138 ../src/dock.c:2279 msgid "Type the command used to launch the application" msgstr "Въведете командата за стартиране на приложението" -# +# # ../src/dock.c:949 #: ../src/dock.c:965 #, c-format @@ -877,7 +877,7 @@ msgstr "Донеси тук" msgid "could not find icon %s, used in a docked application" msgstr "иконката %s, използвана от приложението, не може да бъде открита" -# +# # ../src/dockedapp.c:210 #: ../src/dockedapp.c:229 #, c-format @@ -899,7 +899,7 @@ msgstr "Да се стартира автоматично в началото" msgid "Lock (prevent accidental removal)" msgstr "Да се предпазва от неволно махане" -# +# # ../src/dockedapp.c:318 #: ../src/dockedapp.c:344 msgid "Application path and arguments" @@ -941,7 +941,7 @@ msgstr "Иконка" msgid "Browse..." msgstr "Избери..." -# +# # ../src/dockedapp.c:408 #: ../src/dockedapp.c:466 msgid "Docked Application Settings" @@ -982,7 +982,7 @@ msgstr "изчерпана памет при актуализиране на GNO msgid "error loading image file \"%s\": %s" msgstr "грешка при зареждане на файла с картинка \"%s\": %s" -# +# # ../src/icon.c:488 ../src/icon.c:497 #: ../src/icon.c:493 ../src/icon.c:502 #, c-format @@ -1116,7 +1116,7 @@ msgstr " --no-dock\t\tбез Дока за приложения" msgid " --no-clip\t\tdo not open the workspace Clip" msgstr " --no-clip\t\tбез Кламера за работните места" -# +# # ../src/main.c:429 #: ../src/main.c:448 msgid " --no-autolaunch\tdo not autolaunch applications" @@ -1177,7 +1177,7 @@ msgstr "" "не може да се открие потребителската директория GNUstep (%s).\n" "Уверете се, че Уиндоу Мейкър е инсталиран правилно и стартирайте wmaker.inst" -# +# # ../src/icon.c:488 ../src/icon.c:497 #: ../src/main.c:479 #, c-format @@ -1226,7 +1226,7 @@ msgstr "твърде малко аргументи за %s" msgid "bad value for visualid: \"%s\"" msgstr "неправилна стойност на visualid: \"%s\"" -# +# # ../src/main.c:658 #: ../src/main.c:705 #, c-format @@ -1247,7 +1247,7 @@ msgstr "Локалът не се поддържа от X сървъра" # Пак не ми е ясно за какво точно става въпрос и за да не възникнат # недоразумения замених 'параметри на локализацията' с по-буквалното -# 'модификатори на локала'. (А.З.) +# 'модификатори на локала'. (А.З.) # ../src/main.c:694 #: ../src/main.c:741 msgid "cannot set locale modifiers" @@ -1259,7 +1259,7 @@ msgstr "не може да се зададат модификатори на л msgid "could not open display \"%s\"" msgstr "не е достъпен дисплея \"%s\"" -# +# #: ../src/menu.c:1264 msgid "could not grab keyboard" msgstr "не може да се монополизира клавиатурата" @@ -1278,7 +1278,7 @@ msgid "could not define value for %s for cpp" msgstr "не може да се дефинира стойност за %s за cpp" # Има ли смисъл UID да се замени с "номер", в смисъл "... за потребителя -# с номер(UID) "? (Б.Й.) +# с номер(UID) "? (Б.Й.) # ../src/misc.c:101 #: ../src/misc.c:101 #, c-format @@ -1309,10 +1309,10 @@ msgstr "Въведете аргументи за програмата:" # [ start translation # Translated by: Boris Jordanov -# +# # "пуснати" или "спуснати"? да преведем ли DND? Или да бъде # "... пуснати със(след, чрез) завлачване (изтегляне)" или нещо от сорта -# (Б.Й.) +# (Б.Й.) # ../src/misc.c:863 #: ../src/misc.c:750 msgid "unable to get dropped data from DND drop" @@ -1413,7 +1413,7 @@ msgstr "Край на работата" # Вместо "да се затвори ли" много по-добре би било "да се прекрати ли", но за # съжаление това води до колизия поради двойната употреба на "Close" от # следващата статия - "close the session" и "close a window". (А.З.) -# А "Да се приключи ли сесията с графичната среда?"? +# А "Да се приключи ли сесията с графичната среда?"? # Изобщо "приключи" вместо "убие" там, където е възможно? (Б.Й.) # Не върви "приключи прозореца". (А.З.) # ../src/rootmenu.c:224 @@ -1655,7 +1655,7 @@ msgstr "" "Менюто на приложенията не може да бъде заредено. Подробна информация за " "грешките ще бъде изведена на конзолата" -# :::>>>>> - 'context'? +# :::>>>>> - 'context'? # ^Това е от Любо # Щом не е ясно какво е "context", може и без него. (А.З.) # ../src/screen.c:745 @@ -1914,7 +1914,7 @@ msgid "Keep at bottom" msgstr "Винаги най-отдолу" # Hide означава всички прозорци да се скрият. Shade значи да се остави видима -# само заглавната лента на прозореца. И понеже на другите места "hide" е +# само заглавната лента на прозореца. И понеже на другите места "hide" е # превеждано като "скрий", то тук промених "Скрий" на "Засенчи". (А.З.) # ../src/winmenu.c:461 ../src/winmenu.c:596 #: ../src/winmenu.c:457 ../src/winmenu.c:600 @@ -2318,7 +2318,7 @@ msgstr "" # Преведено от Английски от (-:Stinger®:-) # corrected 31.03.2000 21:16 local time by Slaff # updated .......... -# +# # Съкратих "на приложение", защото няма място (А.З.) # ../src/winspector.c:1472 #: ../src/winspector.c:1474 diff --git a/po/ca.po b/po/ca.po index c959538b..76008c1d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -5,7 +5,7 @@ # Version history: # WM-ver author email date # 0.80.2 Ernest Adrogué eadrogue@gmx.net 23 Feb 2003 -# CVS-20030914 Ernest Adrogué eadrogue@gmx.net 15 Set 2003 +# CVS-20030914 Ernest Adrogué eadrogue@gmx.net 15 Set 2003 # msgid "" msgstr "" diff --git a/po/el.po b/po/el.po index 795338cf..e67201e1 100644 --- a/po/el.po +++ b/po/el.po @@ -2,7 +2,7 @@ # Copyright (C) 1999 Free Software Foundation, Inc. # Nikolaos Papagrigoriou <papanikos@freemail.gr>, 1998. # -# +# msgid "" msgstr "" "Project-Id-Version: 0.3\n" diff --git a/po/hr.po b/po/hr.po index 61e77c77..764473f9 100644 --- a/po/hr.po +++ b/po/hr.po @@ -984,7 +984,7 @@ msgid "" "windows that have their WM_CLASS property set to the above selected\n" "name, when saved." msgstr "" -"Kada bude snimljeno, konfiguracija će\n" +"Kada bude snimljeno, konfiguracija će\n" "biti primjenjena na sve prozore koji\n" "imaju svoju WM_CLASS postavku\n" "postavljenu na gore navedeno ime." @@ -1118,77 +1118,77 @@ msgid "invalid data in selection" msgstr "krivi podaci u odabiru" # msgid "could not create workspace submenu for window menu" # msgstr "ne mogu kreirati radni prostor podizbornik za prozor izbornik" -# +# # msgid "Floating Dock" # msgstr "Plutajući dock" -# +# # msgid "Program \"%s\" not found or cannot be executed." # msgstr "Program \"%s\" ne može biti nađen ili izvršen." -# +# # msgid "Invalid justification type \"%s\". Should be Left, Center or Right" # msgstr "Pogrešan tip poravnanja \"%s\". Trebao bi biti Left, Center ili Right" -# +# # msgid "Invalid colormap focus mode \"%s\". Should be Manual or Auto." # msgstr "Pogrešni colormap fokus mod \"%s\". Trebao bi biti Manual ili Auto." -# +# # msgid "Invalid geometry display type \"%s\". Should be Center, Corner, Floating or Line." # msgstr "Pogrešni tip geometry prikaza \"%s\". Trebao bi biti Center, Corner, Floating ili Line." -# +# # msgid "Invalid window placement mode \"%s\". Should be Auto, Cascade, Random or Manual." # msgstr "Pogrešni window placement mod \"%s\". Trebao bi biti Auto, Cascade, Random ili Manual." -# +# # msgid "Invalid focus mode \"%s\". Should be Manual, Auto or Sloppy." # msgstr "Pogrešni fokus mod \"%s\". Trebao bi biti Manual, Auto ili Sloppy." -# +# # msgid "Invalid mouse button \"%s\". Should be Left, Middle, Right or Button1 through Button5" # msgstr "Pogrešno dugme miša \"%s\". Trebalo bi biti Left, Middle, Right ili Button1 do Button5." -# +# # msgid "Invalid iconification style \"%s\". Should be Zoom, Twist, Flip or None" # msgstr "Krivi stil ikonifikacije \"%s\". Trebao bi biti Zoom, Twist, Flip ili None" -# +# # msgid "Invalid speed \"%s\". Should be UltraFast, Fast, Medium, Slow or UltraSlow." # msgstr "Pogrešna brzina \"%s\". Trebala bi biti UltraFast, Fast, Medium, Slow ili UltraSlow." -# +# # msgid "Floating Clip" # msgstr "Plutajući Clip" -# +# # msgid "Invalid icon Position \"%s\". Should be one of blv, blh, brv, brh, tlv, tlh, trv, trh" # msgstr "Kriva pozicija ikone \"%s\". Trebala bi biti: blv, blh, brv, brh, tlv, tlh, trv ili trh" -# +# # msgid "" # "could not find user GNUstep directory.\n" # "Make sure you have installed WindowMaker correctly and run wmaker.inst" # msgstr "" # "ne mogu naći korisnikov GNUstep direktorij.\n" # "Provjerite da li ste ispravno instalirali WinowMaker i pokrenite wmaker.inst" -# +# # msgid "Hide Others" # msgstr "Sakrij ostale" -# +# # msgid "Exiting...\n" # msgstr "Izlazim...\n" -# +# # msgid "%s:could not find menu file \"%s\"" # msgstr "%s:ne mogu naći datoteku izbornika \"%s\"" -# +# # msgid "%s:could not access menu \"%s\"" # msgstr "%s:ne mogu pristupiti izborniku \"%s\"" -# +# # msgid "invalid kbd shortcut specification \"%s\"" # msgstr "pogrešna specifikacija kbd kratice \"%s\"" -# +# # msgid "invalid key modifier \"%s\"" # msgstr "pogrešni modifier \"%s\"" -# +# # msgid "Could not find icon file specified for this window" # msgstr "Ne mogu naći ikonu specificiranu za ovaj prozor" -# +# # msgid "could not load clip tile image" # msgstr "ne mogu učitati image za pozadinu clipa" -# +# # msgid "invalid key in shortcut \"%s\"" # msgstr "krivi ključ u kratici \"%s\"" -# +# # msgid "not enough memory to open window inspector panel" # msgstr "premalo memorije za otvaranje window inspector panela" -# +# diff --git a/po/hu.po b/po/hu.po index abc42955..150fc103 100644 --- a/po/hu.po +++ b/po/hu.po @@ -2,7 +2,7 @@ # Copyright (C) 1998-2000 Free Software Foundation, Inc. # Horvath Szabolcs <horvathsz@penguinpowered.com> # thanks to magyar@lists.linux.hu. -# +# msgid "" msgstr "" "Project-Id-Version: Window Maker 0.95.5\n" diff --git a/po/no.po b/po/no.po index 0a908b2d..d35b8ae6 100644 --- a/po/no.po +++ b/po/no.po @@ -54,7 +54,7 @@ msgid "" "Invalid geometry display type \"%s\". Should be Center, Corner, Floating or " "Line." msgstr "" -"\"%s\". er et ugyldig geometri valg. Gyldige valg er Center, Corner," +"\"%s\". er et ugyldig geometri valg. Gyldige valg er Center, Corner," "Floating eller Line" #: ../src/defaults.c:1130 ../src/defaults.c:1161 ../src/defaults.c:1173 diff --git a/po/pt.po b/po/pt.po index c1350b97..ab10f7dc 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,7 +1,7 @@ # Portuguese message file for WindowMaker # Last Update: version 0.60.0 # -# Update History: +# Update History: # Alfredo Kojima # Eliphas Levy Theodoro <eliphas@conectiva.com.br> # diff --git a/po/sk.po b/po/sk.po index c35a4f0f..49505526 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ # # Revision history: # WM-ver author email date -# 0.63.1 Jan "judas" Tomka <tomka@oalevice.sk> Jan 28 2001 +# 0.63.1 Jan "judas" Tomka <tomka@oalevice.sk> Jan 28 2001 # 0.64.0 Jan "judas" Tomka <tomka@oalevice.sk> Feb 22 2001 # 0.65.1 Jan "judas" Tomka <judas@linux.sk> Aug 08 2001 # 0.70.0 Jan "judas" Tomka <judas@linux.sk> Oct 15 2001 diff --git a/src/Makefile.am b/src/Makefile.am index 771282e8..515880f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ BUILT_SOURCES = wconfig.h bin_PROGRAMS = wmaker -EXTRA_DIST = +EXTRA_DIST = wmaker_SOURCES = \ GNUstep.h \ @@ -152,7 +152,7 @@ AM_CFLAGS = AM_CPPFLAGS = $(DFLAGS) \ -I$(top_srcdir)/wrlib \ - -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ + -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ wmaker_LDADD = \ diff --git a/src/appicon.c b/src/appicon.c index 42ce96d0..6d6ddf22 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -934,9 +934,9 @@ Bool wHandleAppIconMove(WAppIcon *aicon, XEvent *event) shad_x = lastDock->x_pos + ix*wPreferences.icon_size; shad_y = lastDock->y_pos + iy*wPreferences.icon_size; - + XMoveWindow(dpy, scr->dock_shadow, shad_x, shad_y); - + if (!ondock) { XMapWindow(dpy, scr->dock_shadow); } @@ -945,7 +945,7 @@ Bool wHandleAppIconMove(WAppIcon *aicon, XEvent *event) lastDock = theNewDock; // i.e., NULL if (ondock) { XUnmapWindow(dpy, scr->dock_shadow); - /* + /* * Leaving that weird comment for now. * But if we see no gap, there is no need to fill one! * We could test ondock first and the lastDock to NULL afterwards diff --git a/src/dock.c b/src/dock.c index 49e4b384..b37cc561 100644 --- a/src/dock.c +++ b/src/dock.c @@ -603,7 +603,7 @@ static void toggleAutoAttractCallback(WMenu *menu, WMenuEntry *entry) if (dock->attract_icons) { if (dock->type == WM_DRAWER) { - /* The newly auto-attracting dock is a drawer: disable any clip and + /* The newly auto-attracting dock is a drawer: disable any clip and * previously attracting drawer */ if (!wPreferences.flags.noclip) { @@ -843,7 +843,7 @@ static WAppIcon *mainIconCreate(WScreen *scr, int type, const char *name) name = findUniqueName(scr, "Drawer"); btn = wAppIconCreateForDock(scr, NULL, name, "WMDrawer", TILE_DRAWER); btn->icon->core->descriptor.handle_expose = drawerIconExpose; - x_pos = 0; + x_pos = 0; } btn->xindex = 0; @@ -4386,7 +4386,7 @@ static int addADrawer(WScreen *scr) } } } - + if (!found_y) /* This can happen even when dock->icon_count + scr->drawer_count * < dock->max_icons when the dock is not aligned on an diff --git a/src/icon.c b/src/icon.c index 0dbd6acb..6f5f02e9 100644 --- a/src/icon.c +++ b/src/icon.c @@ -669,7 +669,7 @@ void update_icon_pixmap(WIcon *icon) XFreePixmap(dpy, icon->pixmap); icon->pixmap = None; - + /* Create the pixmap */ if (icon->file_image) icon_update_pixmap(icon, icon->file_image); diff --git a/src/screen.c b/src/screen.c index 01571c00..96f1632f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -907,7 +907,7 @@ void wScreenRestoreState(WScreen * scr) state = WMGetFromPLDictionary(scr->session_state, dClip); scr->clip_icon = wClipRestoreState(scr, state); } - + if (!wPreferences.flags.nodrawer) { if (!scr->dock->on_right_side) { /* Drawer tile was created early in wScreenInit() -> wReadDefaults(). At diff --git a/src/wconfig.h.in b/src/wconfig.h.in index b66d011d..46c3059c 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -111,7 +111,7 @@ /* * Some of the following options can be configured in the preference files, * but if for some reason they can't, these are their defaults. - * + * * There are also some options that can only be configured here, at compile time. */ diff --git a/src/wmspec.c b/src/wmspec.c index 239ca42b..c2bb35c0 100644 --- a/src/wmspec.c +++ b/src/wmspec.c @@ -1686,7 +1686,7 @@ Bool wNETWMProcessClientMessage(XClientMessageEvent *event) wwin->flags.maximized = maximized; wUnmaximizeWindow(wwin); } else { - wMaximizeWindow(wwin, wwin->flags.maximized, + wMaximizeWindow(wwin, wwin->flags.maximized, wGetHeadForWindow(wwin)); } } diff --git a/util/Makefile.am b/util/Makefile.am index dcca3a84..2a8c5f35 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -22,7 +22,7 @@ wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist) -wxcopy_LDADD = @XLFLAGS@ @XLIBS@ +wxcopy_LDADD = @XLFLAGS@ @XLIBS@ wxpaste_LDADD = @XLFLAGS@ @XLIBS@ diff --git a/util/README b/util/README index 456f58f1..a5831180 100644 --- a/util/README +++ b/util/README @@ -3,7 +3,7 @@ wm-oldmenu2new - converts between the plain text file menu format to the bughint- gathers some information for bug reporting -geticonset- outputs the current set of icon assignments. Good for making +geticonset- outputs the current set of icon assignments. Good for making themes. setstyle- load style settings from a style file and setup WindowMaker @@ -14,7 +14,7 @@ getstyle - gets current style settings and save into a file or create seticons- merges icon definitions into WMWindowAttributes file -wmaker.inst- quick and dirty script to install necessary files from +wmaker.inst- quick and dirty script to install necessary files from global configuration to user's directory. Look in the script to adapt it to your site. diff --git a/util/wkdemenu.pl b/util/wkdemenu.pl index 3a245170..98dfef73 100644 --- a/util/wkdemenu.pl +++ b/util/wkdemenu.pl @@ -30,7 +30,7 @@ # all of the KDE related items found. The script only needs to be run when/if # KDE is updated. # -# +# # Installation and Configuration: # # 1) If /usr/bin/perl is not the location of the perl binary on your system, @@ -123,7 +123,7 @@ # ----- # # Programmatically determine the system location for the KDE menu -# directory. +# directory. # # Find a better way to parse the Exec= lines. In the short term, # provide a user mechanism for generating exceptions to the curtailing @@ -150,7 +150,7 @@ $prefix="/usr"; $basedir = $prefix."/share/applnk"; # Terminal to use. May be specified on the command line with the -t -# switch. +# switch. $term = "xterm"; # Xmessage command line to invoke (can vary platform to platform) @@ -283,7 +283,7 @@ sub process_dir { # contents must be split. Directories are added to one array, files # to a second. The lists are then sorted alphabetically by name and # combined into a single list for processing by the rest of the - # subroutine. + # subroutine. while (defined($file = readdir(TLD))) { next if $file =~ /^\./; if (-d "$path/$file") { diff --git a/util/wm-oldmenu2new b/util/wm-oldmenu2new index 5ac80155..c44ec8d2 100755 --- a/util/wm-oldmenu2new +++ b/util/wm-oldmenu2new @@ -134,7 +134,7 @@ perl - $T <<-'EOF' > $T-p } @foo2=(); for (@foo) { - + s/^(\s*)"([^"]*)"\s\s*OPEN_MENU\s\s*(.*)$/\1($v\n\1"\2",$v\n\1OPEN_MENU,$v\n\1"\3"$v\n\1),/; push @foo2,split "\n"; } @@ -152,7 +152,7 @@ s/^(\s*)"([^"]*)"\s\s*OPEN_MENU\s\s*(.*)$/\1($v\n\1"\2",$v\n\1OPEN_MENU,$v\n\1"\ } @foo=(); for (@foo2) { - s/^(\s*)([^ + s/^(\s*)([^ ]*)\s\s*OPEN_MENU\s\s*(.*)$/\1($v\n\1"\2",$v\n\1OPEN_MENU,$v\n\1"\3"$v\n\1),/; push @foo,split "\n"; } diff --git a/util/wmaker.inst.in b/util/wmaker.inst.in index 0900dbe3..646f1ee5 100644 --- a/util/wmaker.inst.in +++ b/util/wmaker.inst.in @@ -35,7 +35,7 @@ make_script() { ISCRIPT="$1" cat << EOF >> "$ISCRIPT" -# Window Maker default X session startup script +# Window Maker default X session startup script PATH="\$PATH:$BINDIR" diff --git a/wmlib/COPYING.LIB b/wmlib/COPYING.LIB index 5bc8fb2c..12735e6c 100644 --- a/wmlib/COPYING.LIB +++ b/wmlib/COPYING.LIB @@ -133,7 +133,7 @@ such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. - + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an diff --git a/wmlib/Makefile.am b/wmlib/Makefile.am index e134b3d5..0816352c 100644 --- a/wmlib/Makefile.am +++ b/wmlib/Makefile.am @@ -16,7 +16,7 @@ libWMaker_la_SOURCES = \ event.c \ command.c \ app.h \ - menu.h + menu.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = wmlib.pc diff --git a/wrlib/COPYING b/wrlib/COPYING index 5bc8fb2c..12735e6c 100644 --- a/wrlib/COPYING +++ b/wrlib/COPYING @@ -133,7 +133,7 @@ such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. - + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an diff --git a/wrlib/ChangeLog b/wrlib/ChangeLog index 1abd13de..f9ac7a1c 100644 --- a/wrlib/ChangeLog +++ b/wrlib/ChangeLog @@ -2,7 +2,7 @@ - removed Hermes code. - Put back asm/mmx optimized code. -- fixed a bug in RCombineAreaWithOpaqueness() (Brad <lists@anomie.yi.org>) +- fixed a bug in RCombineAreaWithOpaqueness() (Brad <lists@anomie.yi.org>) - Added retain/release mechanism to RImage by adding RRetainImage() and RReleaseImage(). RDestroyImage() is an alias to RReleaseImage() now, but @@ -24,7 +24,7 @@ - fixed code dependant on the order of evaluation. code like *ptr++ = *ptr++ = *ptr++ = color; is wrong, because there is no guarantee that ptr will be incremented - _between_ the assignment operations. it can be incremented after all + _between_ the assignment operations. it can be incremented after all assignment operations as well. Because of this both of these are valid implementations for a compiler: a. assign, increment, assign, increment, assign, increment @@ -33,7 +33,7 @@ assigned 3 times the same value, while the other 2 remain unchanged. For example egcs-2.91.66 (and possibly gcc-2.95.x too) implement this in the second way (like in case b.) - Also the order in which the assignement is made is undefined (left to right + Also the order in which the assignement is made is undefined (left to right or right to left). - added RMakeCenteredImage() diff --git a/wrlib/README b/wrlib/README index 4010acb8..d47b6c3c 100644 --- a/wrlib/README +++ b/wrlib/README @@ -6,7 +6,7 @@ a format that can be displayed through the X window system. Read the wraster.h header for an idea of what is available -This Library is LGPL and +This Library is LGPL and Copyright (c) Alfredo K. Kojima <kojima@inf.ufrgs.br> @@ -27,7 +27,7 @@ Default is 4k (64x64) Porting ======= -It should be fairly easy to port it to other environments +It should be fairly easy to port it to other environments (svgalib, libggi etc), probably only requiring wraster.h, context.c and convert.c to be changed. Note that the X specific code should be disabled in that case, including support for libXpm. diff --git a/wrlib/tests/Makefile.am b/wrlib/tests/Makefile.am index 76c9872f..a6bc4d2a 100644 --- a/wrlib/tests/Makefile.am +++ b/wrlib/tests/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = noinst_PROGRAMS = testdraw testgrad testrot view -EXTRA_DIST = test.png tile.xpm ballot_box.xpm +EXTRA_DIST = test.png tile.xpm ballot_box.xpm AM_CPPFLAGS = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@