mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-25 03:35:49 +01:00
Stop using old /usr/X11R6 directory
...it's replaced in xorg-x11 by standard /usr Switch from /usr/X11R6 to /usr in all files except debian and FAQ.
This commit is contained in:
committed by
Carlos R. Mafra
parent
4f07f5e1dd
commit
7d11577a82
@@ -12,7 +12,7 @@
|
||||
"~/GNUstep/Library/Icons",
|
||||
"#pkgdatadir#/Icons",
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"/usr/include/X11/pixmaps",
|
||||
"~/GNUstep/Library/WindowMaker/Pixmaps",
|
||||
"/usr/share/icons",
|
||||
"/usr/local/share/pixmaps",
|
||||
@@ -23,7 +23,7 @@
|
||||
"~/GNUstep/Library/WindowMaker/Backgrounds",
|
||||
"#pkgdatadir#/Pixmaps",
|
||||
"#pkgdatadir#/Backgrounds",
|
||||
"/usr/X11R6/include/X11/pixmaps",
|
||||
"/usr/include/X11/pixmaps",
|
||||
"/usr/local/share/pixmaps",
|
||||
"/usr/share/pixmaps"
|
||||
);
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
"Háttér" END
|
||||
"Téma mentése" SHEXEC getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/"%a(Téma neve,Add meg a téma fájl nevét:)"
|
||||
"Ikonbeállítások mentése" SHEXEC geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/"%a(Ikonbeállítások mentése,Add meg a fájl nevét:)"
|
||||
"Konfiguráló program" EXEC /usr/X11R6/bin/WPrefs
|
||||
"Konfiguráló program" EXEC /usr/bin/WPrefs
|
||||
"Megjelenés" END
|
||||
|
||||
"Kilépés" MENU
|
||||
|
||||
@@ -66,9 +66,9 @@
|
||||
("Cancella Sessione salvata", CLEAR_SESSION)
|
||||
),
|
||||
("Visualizzazione",
|
||||
("Temi", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
|
||||
("Stili", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
|
||||
("Set di Icone", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
|
||||
("Temi", OPEN_MENU, "-noext /usr/share/WindowMaker/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
|
||||
("Stili", OPEN_MENU, "-noext /usr/share/WindowMaker/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
|
||||
("Set di Icone", OPEN_MENU, "-noext /usr/share/WindowMaker/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
|
||||
("Sfondo",
|
||||
("Tinta unita",
|
||||
("Nero", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
|
||||
@@ -90,7 +90,7 @@
|
||||
("Sfumature Grigie", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"),
|
||||
("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Immagini", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
("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)\"")
|
||||
|
||||
Reference in New Issue
Block a user