Skip to content

Commit

Permalink
Add Keywords and Icon to fvwm3.desktop file.
Browse files Browse the repository at this point in the history
  • Loading branch information
somiaj authored and ThomasAdam committed Oct 21, 2023
1 parent c30f8b1 commit 3e1e15f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ uninstall-hook:
-rmdir @FVWM_DATADIR@

$(XSESSIONFILE): $(XSESSIONFILE).in
${SED} -e 's|[@]bindir@|$(bindir)|g' < "$@.in" > "$@"
${SED} -e 's|[@]bindir@|$(bindir)|g' \
-e 's|[@]datadir@|$(datadir)|g' < "$@.in" > "$@"
4 changes: 3 additions & 1 deletion contrib/xsession/fvwm3.desktop.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Desktop Entry]
Name=FVWM3
Comment=The fvwm3 window manager
Keywords=Fvwm3 Window Manager
Comment=F? Virtual Window Manager
Icon=@datadir@/fvwm3/default-config/images/fvwm-logo-small.png
Type=Application
Exec=@bindir@/fvwm3

0 comments on commit 3e1e15f

Please sign in to comment.