- Update to 3.3.0: * Prevent a derefence of a null-Pixel in xftColor. * Add "getClass" and "setClass" commands to icesh. * Support tabs in task grouping. * Use spaces instead of dots when printing WM_COMMAND. * When a focused window hides or rolls up, focus some other window. * When looking for a focusable window, avoid rolled up windows. * Fix for setting focus on passive motif dialogs * Fallback to rolled up windows in the second pass of getLastFocus. * Use CurrentTime when setting focus to a passive client in the timeout. * On icon not found, report dimensions. * Don't refocus a focused window in focusLastWindow. * Don't activate an active window when receiving an activation message. * Ignore duplicate map requests. * Let icesh implicitly select windows at most once. * Add support for nanosvg for issue #695. * Add preference ToolTipIcon=1 for issue #637. * Add nanosvg to .gitignore. * Remove unneeded logevent from icesh. - Remove unknown options from configure - Rebase icewm-preferences.patch OBS-URL: https://build.opensuse.org/request/show/1044025 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=128
14 lines
408 B
Diff
14 lines
408 B
Diff
Index: icewm-3.3.0/lib/icewm.desktop
|
|
===================================================================
|
|
--- icewm-3.3.0.orig/lib/icewm.desktop
|
|
+++ icewm-3.3.0/lib/icewm.desktop
|
|
@@ -20,7 +20,7 @@ Comment[uk]=Простий та швид
|
|
Icon=icewm
|
|
TryExec=/usr/bin/icewm
|
|
Exec=/usr/bin/icewm
|
|
-NoDisplay=false
|
|
+NoDisplay=true
|
|
Hidden=false
|
|
Categories=WindowManager;Application;System;
|
|
StartupNotify=false
|