mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 20:35:54 +01:00
- client supplied icons that were saved by Window Maker in the directory
~/GNUstep/.AppInfo/WindowMaker/ will be recreated if missing when the application starts. - fixed a small memleak when the client supplied icon was extracted and saved. Check NEWS on how to fix your old broken XPM's saved to ~/GNUstep/.AppInfo/WindowMaker
This commit is contained in:
24
NEWS
24
NEWS
@@ -55,6 +55,30 @@ Else you need to use WPrefs.app to bind the actions to the mouse buttons
|
||||
again to your old settings. Also if you want to change the mouse wheel
|
||||
behavior regarding workspaces you can now (use WPrefs.app to do this).
|
||||
|
||||
Client supplied icons
|
||||
---------------------
|
||||
|
||||
Window Maker saves the client supplied icons in ~/GNUstep/.AppInfo/WindowMaker
|
||||
in XPM format for later use when the app is no longer running (to have the
|
||||
image to display for docked icons for example).
|
||||
|
||||
Until recently the XPM images saved by Window Maker were incorrect, but a
|
||||
recent fix in the code to save XPM's fixed them. But with this fix, all
|
||||
previously saved XPM's in that directory are no longer readable (they give
|
||||
wrong images on screen or fail to load).
|
||||
|
||||
To avoid the need for the user to fix this by hand editing WMWindowAttributes
|
||||
and removing all references to icons in ~/GNUstep/.AppInfo/WindowMaker which
|
||||
can be annoying, new code was added to Window Maker to permit the regeneration
|
||||
of images in ~/GNUstep/.AppInfo/WindowMaker if they are missing.
|
||||
|
||||
With this addition, all you need to do to fix your old broken images, is to
|
||||
delete all *.xpm files from ~/GNUstep/.AppInfo/WindowMaker. Next time the
|
||||
application that is supplying an icon image will start the icon will be
|
||||
recreated if missing, but this time it will be saved with the new XPM save
|
||||
code which produces good XPM images.
|
||||
All the rest of the process is transparent to the user.
|
||||
|
||||
|
||||
--- 0.64.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user