diff options
author | Ruben Schuller <code@rbn.im> | 2021-05-17 02:00:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-17 08:40:22 +0700 |
commit | 4a8b7fdb37513eddf6b62d31feacedae891c53c5 (patch) | |
tree | 86702cc0f90f95a4430167b6c4b12a9080d386d1 /network/netsurf | |
parent | c557c8242addedae04824a0da451ce0a69304c12 (diff) |
network/netsurf: fix executable in desktop file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/netsurf')
-rw-r--r-- | network/netsurf/netsurf.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/netsurf/netsurf.desktop b/network/netsurf/netsurf.desktop index 256cd87298e8..0a46c65a1ad8 100644 --- a/network/netsurf/netsurf.desktop +++ b/network/netsurf/netsurf.desktop @@ -3,7 +3,7 @@ Type=Application Name=Netsurf GenericName=Web Browser Comment=Lightweight web browser -Exec=netsurf-gtk %U +Exec=netsurf-gtk2 %U Icon=netsurf Terminal=false StartupNotify=false |