Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37877888
en ru br
ALT Linux repos
S:1.24-alt2

Group :: Graphical desktop/Window Maker
RPM: wmfishtime

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: wmfishtime-1.24-no_display.patch
Download


--- fishmon.c.orig	2010-06-27 18:38:42.000000000 +0200
+++ fishmon.c	2010-06-27 18:40:56.000000000 +0200
@@ -152,6 +152,8 @@
 
 int main(int argc, char **argv)
 {
+    /* This is needed to proper dockapp work on >=GTK+-2.18 */
+    setenv("GDK_NATIVE_WINDOWS", "1", 0);
     int ch;
     GdkEvent *event;
 #ifdef PRO
@@ -694,6 +696,7 @@
     gdk_window_show(bm.win);
 
     XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
+    gdk_window_show(bm.iconwin);
 
 #undef MASK
 }				/* make_new_fishmon_dockapp */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin