Skip to content

Commit

Permalink
x11-wm/fvwm3: Use upstream .desktop file
Browse files Browse the repository at this point in the history
After upstream accepted a simple .desktop file with a few changes, use
this one until the next upstream version is released.

The main difference is that it uses Type=Application instead of
Type=XSession. According to freedesktop.org specs, Type=XSession does
not exist. Both work fine with sddm, but it's still better to use the
one that conforms to the spec.

PR:		272836
  • Loading branch information
Zirias committed Aug 4, 2023
1 parent 8f29968 commit b9aa3ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x11-wm/fvwm3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fvwm3
DISTVERSION= 1.0.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm3/releases/download/${DISTVERSION}/ \
http://fvwm.sourceforge.net/generated/icon_download/:icons
Expand Down
3 changes: 1 addition & 2 deletions x11-wm/fvwm3/files/fvwm3.desktop.in
@@ -1,6 +1,5 @@
[Desktop Entry]
Name=FVWM3
Comment=The fvwm3 window manager
Type=XSession
Type=Application
Exec=%%PREFIX%%/bin/fvwm3
TryExec=%%PREFIX%%/bin/fvwm3

0 comments on commit b9aa3ea

Please sign in to comment.