View | Details | Raw Unified | Return to bug 267574
Collapse All | Expand All

(-)b/x11-wm/icewm/files/patch-lib_icewm-session.desktop (+13 lines)
Added Link Here
1
--- lib/icewm-session.desktop.orig	2022-11-07 10:45:52.521479000 -0800
2
+++ lib/icewm-session.desktop	2022-11-07 10:46:39.992803000 -0800
3
@@ -60,8 +60,8 @@
4
 Comment[zh_CN]=此会话使您登录到 IceWM
5
 Comment[zh_TW]=選取這個作業階段後會進入 IceWM 環境
6
 Icon=icewm
7
-TryExec=/usr/bin/icewm-session
8
-Exec=/usr/bin/icewm-session
9
+TryExec=/usr/local/bin/icewm-session
10
+Exec=/usr/local/bin/icewm-session
11
 NoDisplay=false
12
 Hidden=false
13
 StartupNotify=false
(-)b/x11-wm/icewm/files/patch-lib_icewm.desktop (+13 lines)
Added Link Here
1
--- lib/icewm.desktop.orig	2022-11-07 10:45:37.073745000 -0800
2
+++ lib/icewm.desktop	2022-11-07 10:46:22.473136000 -0800
3
@@ -18,8 +18,8 @@
4
 Comment[pt_BR]=Gerenciador simples e rápido de janelas
5
 Comment[uk]=Простий та швидкий менеджер вікон
6
 Icon=icewm
7
-TryExec=/usr/bin/icewm
8
-Exec=/usr/bin/icewm
9
+TryExec=/usr/local/bin/icewm
10
+Exec=/usr/local/bin/icewm
11
 NoDisplay=false
12
 Hidden=false
13
 Categories=WindowManager;Application;System;

Return to bug 267574