Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310399 - x11-misc/bubblemon-1.46-r1 does not shows up
Summary: x11-misc/bubblemon-1.46-r1 does not shows up
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 16:16 UTC by Roman 'gryf' Dobosz
Modified: 2010-06-06 06:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed patch (bubblemon-1.46-no_display.patch,588 bytes, patch)
2010-03-20 16:22 UTC, Roman 'gryf' Dobosz
Details | Diff
Show dockapp. Enable memory/load screens. (bubblemon-1.46-no_display.patch,814 bytes, patch)
2010-03-25 21:48 UTC, Roman 'gryf' Dobosz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman 'gryf' Dobosz 2010-03-20 16:16:03 UTC
After bump version of GTK bubblemon monitor dockapp for Window Maker doesn't show - instead, empty tail appears. No visible errors are reported by application itself while executed from terminal, but Xorg reports error: bubblemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

Reproducible: Always

Steps to Reproduce:
1. Emerge bubblemon.
2. Run it in wmaker

Actual Results:  
Empty tile appear

Expected Results:  
Dockapp with duck swimming in water :)
Comment 1 Roman 'gryf' Dobosz 2010-03-20 16:22:16 UTC
Created attachment 224401 [details, diff]
proposed patch

Make call gdk_window_show(bm.iconwin); not only for KDE. Also remove unused GTK include and correct version of the dockapp.
Comment 2 Roman 'gryf' Dobosz 2010-03-20 16:24:14 UTC
Comment on attachment 224401 [details, diff]
proposed patch

This patch should be applied after bubblemon-1.46-gtk.patch.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-03-20 17:12:07 UTC
applied in -r2, works like -r1 used to (using Xfce4's xfce4-wmdock-plugin)

thanks
Comment 4 Roman 'gryf' Dobosz 2010-03-25 21:34:41 UTC
After applying patch dockapp is not fully functional 
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-03-25 21:41:26 UTC
ok, next step is removal then, the app isn't maintained by upstream anymore.
Comment 6 Roman 'gryf' Dobosz 2010-03-25 21:48:07 UTC
Created attachment 225263 [details, diff]
Show dockapp. Enable memory/load screens.

Previous patch shows tank with water and swimming duck, however there was no way to get to memory/load screens - therefore it's was semi-fixed, because there was possibility to get back all the functionality by setting environment variable GDK_NATIVE_WINDOWS, but I think it should run without any further steps. This patch provides setenv function with mentioned env var.

Please be aware, that again, this is just a hack to make it work. If GTK change its api in the future it could be not possible to use this dockapp in current implementation.
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2010-06-06 06:31:22 UTC
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  files/bubblemon-1.46-no_display.patch:
+  Update -no_display.patch patch wrt #310399 by Roman Dobosz.