Go to file
Dominique Leuenberger 3ebbfdf088 Accepting request 794222 from X11:windowmanagers
- Update to 0.95.9
  * SwitchPanel is now more configurable:
    you can configure the switch panel icon size by setting the
    “SwitchPanelIconSize” option to your preferred value in
    ~/GNUstep/Defaults/WindowMaker. The font size used in this panel now is also
    sensible to changes in the system font.
  * New user configuration directory environment variable:
    In previous versions, the GNUstep directory used to store a user’s Window
    Maker configuration files was specified by the GNUSTEP_USER_ROOT environment
    variable, which defaulted to ~/GNUstep. However, this environment variable
    was deprecated in gnustep-make v2. Therefore, it has been replaced by the
    WMAKER_USER_ROOT environment variable.
  * libXmu is now an optional dependency
    If the library is not found, compilation work, the only limitation will
    arise when trying to install the standard colormap on displays which are not
    TrueColor. Please note that if you have the library but not the headers,
    configure will still stop; there is no user option to explicitly disable
    the library use.
- Rebase patches
  * WindowMaker-config.patch
  * WindowMaker-menu.patch
- Rework reproducible patch
  * remove WindowMaker-0.95.8-reproducible.patch
  * add WindowMaker-reproducible.patch

OBS-URL: https://build.opensuse.org/request/show/794222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=45
2020-04-15 17:57:22 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=1 2007-01-15 22:50:36 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=1 2007-01-15 22:50:36 +00:00
fix_wmgenmenu_paths.patch Accepting request 484190 from home:computersalat:devel:X11wm 2017-03-31 16:39:28 +00:00
README.SUSE Accepting request 484190 from home:computersalat:devel:X11wm 2017-03-31 16:39:28 +00:00
theme.tar.bz2 Accepting request 336534 from home:jubalh:branches:X11:windowmanagers 2015-10-05 12:30:05 +00:00
windowmaker OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=1 2007-01-15 22:50:36 +00:00
WindowMaker-0.95.9.tar.gz Accepting request 793111 from home:computersalat:devel:X11wm 2020-04-15 15:13:47 +00:00
WindowMaker-config.patch Accepting request 793111 from home:computersalat:devel:X11wm 2020-04-15 15:13:47 +00:00
WindowMaker-extra-0.1.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=1 2007-01-15 22:50:36 +00:00
WindowMaker-menu.patch Accepting request 793111 from home:computersalat:devel:X11wm 2020-04-15 15:13:47 +00:00
WindowMaker-reproducible.patch Accepting request 793111 from home:computersalat:devel:X11wm 2020-04-15 15:13:47 +00:00
WindowMaker-rpmlintrc Accepting request 105760 from home:computersalat:devel:X11wm 2012-02-18 06:38:52 +00:00
WindowMaker.changes - Update to 0.95.9 2020-04-15 15:14:54 +00:00
WindowMaker.desktop OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=1 2007-01-15 22:50:36 +00:00
WindowMaker.spec Accepting request 793111 from home:computersalat:devel:X11wm 2020-04-15 15:13:47 +00:00
wm-giflib.patch Accepting request 484190 from home:computersalat:devel:X11wm 2017-03-31 16:39:28 +00:00

CHANGED PREFIX /usr/X11R6 => /usr
=================================

Beginning with openSUSE 10.2 WindowMaker was moved from 
/usr/X11R6 to /usr. 
An automatic conversion of configuration files in ~/GNUstep 
is offered at the first start.

If you have your home directory on a network filesystem, 
shared among various openSUSE versions, you may prefer to 
keep the configuration files unchanged and create symlinks instead,
to maintain compatibility with previous versions.

In order to create the compatibility links, run these
commands as root:

mkdir -p /usr/X11R6/share
ln -s /usr/share/WindowMaker /usr/X11R6/share
ln -s /usr/lib/GNUstep /usr/X11R6

PROBLEMS WITH UTF-8 LOCALES
===========================

If you switch to UTF-8 locale (the default since SUSE LINUX 9.1), 
please note that the configuration and especialy menu files 
in ~/GNUstep remains unchanged. 
If you encounter any broken characters in WindowMaker menu,
please update the menu file ~/GNUstep/Defaults/WMRootMenu.
The most convenient way to do it is by running script
"wmaker.inst" which overwrites the file by the default one.