mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
CachedPixmaps added as pixmap folder
The CachedPixmap folder is added to the icon list. This is because if one icon is created, but the user change it and set other icon, the first icon cannot be selected anymore using the settings window. The user needs modify the configuration files by hand. Some extra paths are added to the debian default config file.
This commit is contained in:
committed by
Carlos R. Mafra
parent
5728b6436d
commit
df4141236b
@@ -14,6 +14,7 @@
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"/usr/include/X11/pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/CachedPixmaps",
|
||||
"/usr/share/icons",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
@@ -21,6 +22,7 @@
|
||||
PixmapPath = (
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Backgrounds",
|
||||
"~/GNUstep/Library/WindowMaker/CachedPixmaps",
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"#pkgdatadir#/Backgrounds",
|
||||
"/usr/include/X11/pixmaps",
|
||||
|
||||
Reference in New Issue
Block a user