Hello,

when running wmcliphist under fluxbox, there's a blank area on top left of
the screen (see image wmcliphist-blank-area-on-fluxbox.jpg)

The attached patch fixes this issue (see image
wmcliphist-no-blank-area-on-fluxbox.jpg).

The slackbuild does not need to be updated.

-- 
SeB
--- dockapps/wmcliphist.c.orig	2018-04-03 15:57:29.351000000 +0200
+++ dockapps/wmcliphist.c	2018-04-04 16:19:45.484000000 +0200
@@ -91,6 +91,12 @@
 	XReparentWindow(d, mainwin, p, 0, 0);
 	XDestroyWindow(d, w);
 
+	/* It is required to explicitly hide the main window, otherwise
+          it remains visible in some cases (ex. when running wmcliphist
+          under fluxbox).
+	*/
+	gtk_widget_hide(mw);
+
 	return foobox;
 }
 
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to