Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hutchinson <portmaster@bsdforge.com>2022-11-07 22:11:31 +0300
committerFernando Apesteguía <fernape@FreeBSD.org>2022-11-08 19:37:35 +0300
commitbed229375d7b70292f7e01787df23d25f5043233 (patch)
treeb7b2dd6a0ade1d9030e341c0880acdcd8613504a
parent2f5b21e40a831efb7e7e276fcb3de1a50bf8fc24 (diff)
x11-wm/icewm: fix invalid paths in desktop files
This caused graphical login managers, like slim, to fail on login. PR: 267574 Reported by: ron@digitalcombine.ca MFH: 2022Q4 (cherry picked from commit cbcb71ff6481effc9074eb601ef43d543738f036)
-rw-r--r--x11-wm/icewm/files/patch-lib_icewm-session.desktop13
-rw-r--r--x11-wm/icewm/files/patch-lib_icewm.desktop13
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-lib_icewm-session.desktop b/x11-wm/icewm/files/patch-lib_icewm-session.desktop
new file mode 100644
index 000000000000..d3e4e8df6ee8
--- /dev/null
+++ b/x11-wm/icewm/files/patch-lib_icewm-session.desktop
@@ -0,0 +1,13 @@
+--- lib/icewm-session.desktop.orig 2022-11-07 10:45:52.521479000 -0800
++++ lib/icewm-session.desktop 2022-11-07 10:46:39.992803000 -0800
+@@ -60,8 +60,8 @@
+ Comment[zh_CN]=此会话使您登录到 IceWM
+ Comment[zh_TW]=選取這個作業階段後會進入 IceWM 環境
+ Icon=icewm
+-TryExec=/usr/bin/icewm-session
+-Exec=/usr/bin/icewm-session
++TryExec=/usr/local/bin/icewm-session
++Exec=/usr/local/bin/icewm-session
+ NoDisplay=false
+ Hidden=false
+ StartupNotify=false
diff --git a/x11-wm/icewm/files/patch-lib_icewm.desktop b/x11-wm/icewm/files/patch-lib_icewm.desktop
new file mode 100644
index 000000000000..5abe5732e026
--- /dev/null
+++ b/x11-wm/icewm/files/patch-lib_icewm.desktop
@@ -0,0 +1,13 @@
+--- lib/icewm.desktop.orig 2022-11-07 10:45:37.073745000 -0800
++++ lib/icewm.desktop 2022-11-07 10:46:22.473136000 -0800
+@@ -18,8 +18,8 @@
+ Comment[pt_BR]=Gerenciador simples e rápido de janelas
+ Comment[uk]=Простий та швидкий менеджер вікон
+ Icon=icewm
+-TryExec=/usr/bin/icewm
+-Exec=/usr/bin/icewm
++TryExec=/usr/local/bin/icewm
++Exec=/usr/local/bin/icewm
+ NoDisplay=false
+ Hidden=false
+ Categories=WindowManager;Application;System;