mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Add WPrefs to XDG desktop menu
We include a desktop entry file for WPrefs so that it will be included in XDG-compatible menus. See the specifications at: https://specifications.freedesktop.org/menu-spec/menu-spec-latest.html https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
This commit is contained in:
committed by
Carlos R. Mafra
parent
a6c8577eb4
commit
66b0ee3c4d
2
.gitignore
vendored
2
.gitignore
vendored
@@ -120,6 +120,8 @@ WindowMaker/Defaults/WMWindowAttributes
|
|||||||
WindowMaker/Defaults/WindowMaker
|
WindowMaker/Defaults/WindowMaker
|
||||||
WindowMaker/IconSets/Default.iconset
|
WindowMaker/IconSets/Default.iconset
|
||||||
|
|
||||||
|
WPrefs.app/WPrefs.desktop
|
||||||
|
|
||||||
# These files are generated by the i18n process
|
# These files are generated by the i18n process
|
||||||
/po/WindowMaker.pot
|
/po/WindowMaker.pot
|
||||||
/po/*.mo
|
/po/*.mo
|
||||||
|
|||||||
@@ -10,9 +10,20 @@ wpdatadir = @wprefs_datadir@
|
|||||||
|
|
||||||
wpdata_DATA = WPrefs.tiff WPrefs.xpm
|
wpdata_DATA = WPrefs.tiff WPrefs.xpm
|
||||||
|
|
||||||
|
applicationsdir = @datadir@/applications
|
||||||
|
|
||||||
|
applications_DATA = WPrefs.desktop
|
||||||
|
|
||||||
|
WPrefs.desktop: WPrefs.desktop.in
|
||||||
|
$(AM_V_GEN)sed -e "s:#wprefs_bindir#:${wprefs_bindir}:" \
|
||||||
|
-e "s:#wprefs_datadir#:${wprefs_datadir}:" $< > $@
|
||||||
|
|
||||||
EXTRA_DIST = $(wpdata_DATA) \
|
EXTRA_DIST = $(wpdata_DATA) \
|
||||||
KeyboardSettings.c \
|
KeyboardSettings.c \
|
||||||
Themes.c
|
Themes.c \
|
||||||
|
WPrefs.desktop.in
|
||||||
|
|
||||||
|
DISTCLEANFILES = WPrefs.desktop
|
||||||
|
|
||||||
WPrefs_SOURCES = \
|
WPrefs_SOURCES = \
|
||||||
main.c \
|
main.c \
|
||||||
|
|||||||
9
WPrefs.app/WPrefs.desktop.in
Normal file
9
WPrefs.app/WPrefs.desktop.in
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Version=1.5
|
||||||
|
Type=Application
|
||||||
|
Name=WPrefs
|
||||||
|
Comment=Window Maker Preferences
|
||||||
|
TryExec=#wprefs_bindir#/WPrefs
|
||||||
|
Exec=WPrefs
|
||||||
|
Icon=#wprefs_datadir#/WPrefs.xpm
|
||||||
|
Categories=Settings;DesktopSettings;
|
||||||
Reference in New Issue
Block a user