Description of problem: Many Mageia tools haves cutted icons Version-Release number of selected component (if applicable): all Mageia soft How reproducible:always Steps to Reproduce: 1. for example, to run rpmdrake 2. to see cutted icon Reproducible: Steps to Reproduce:
Created attachment 4819 [details] Picture with problem (rpmdrake)
on what for desktop ? (btw in english an imperative sentence does not begin with "to" ;) )
CC: (none) => thierry.vignaud
indeed, (doesn't depends of the environment) but I didn't found any other drakx with it.
Blocks: (none) => 11778Assignee: bugsquad => thierry.vignaudSummary: Mageia soft haves cutted icons => rpmdrake haves cutted iconsSource RPM: (none) => rpmdrake
I found: rpmdrake, drakrpm-update, drakuser, draksambashare, draknfs, draknetcenter, logdrake (Mail Alert only).
Summary: rpmdrake haves cutted icons => Mageia soft haves cutted iconsSource RPM: rpmdrake => rpmdrake, drakrpm-update, drakuser, draksambashare, draknfs, draknetcenter, logdrake
Thierry, will you find a bit of time? Maybe it will fix easy, but would look nice.
Keywords: (none) => USABILITY
Would it be possible to fix this before Mageia 5 is released ? I'm sorry to say that but this bug really makes the distro look "badly polished"⦠In the Alpha 2 it still has not been fixed. It appears in any desktop (KDE, GNOME, Xfce, â¦). It would really be great if the developers could worry a little more about aesthetics from time to time ;)
CC: (none) => aurelienmurith
if I remove $icon_img->set_margin_top(($blue_part->get_height-$icon_w->get_height)/2-4); (equivalent in mga4) it works, but it certainly break something else (no ideas what it really do) http://gitweb.mageia.org/software/drakx/tree/perl-install/ugtk3.pm#n1548
The problem is still present in Mageia 5 beta 2. Manuel, I think you found where the problem is. In my opinion it should not break anything elsewhere. After all, if this is fixed but another icon is broken, the situation will be same as now, so why not trying what you suggested ? I believe this problem appears since the MCC has been ported to GTK+3, but I don't know much about GTK+ so I can't tell more.
Hardware: i586 => All
Keywords: (none) => PATCH
Fixed in my local git
Status: NEW => RESOLVEDResolution: (none) => FIXEDSource RPM: rpmdrake, drakrpm-update, drakuser, draksambashare, draknfs, draknetcenter, logdrake => gtk+3.0, drakxtools
commit 7dbb2f4624e9df80b2aec3ad476347d2ea37e0ef Author: Thierry Vignaud <thierry.vignaud@...> Date: Tue May 19 06:17:23 2015 -0400 fix setting banner icon top margin (mga#12358) Gtk3's gtk_widget_set_margin_top() really is buged when margin < 0 bug introduced in commit f5ed08a589bc9081c68188c464a5a978557d0b2a --- Commit Link: http://gitweb.mageia.org/software/drakx/commit/?id=7dbb2f4624e9df80b2aec3ad476347d2ea37e0ef
commit b268870a7af9c251a9e4e61488fe1ee5eb35191f Author: Thierry Vignaud <thierry.vignaud@...> Date: Tue May 19 06:17:23 2015 -0400 fix setting banner icon top margin (mga#12358) Gtk3's gtk_widget_set_margin_top() really is buged when margin < 0 bug introduced in commit f5ed08a589bc9081c68188c464a5a978557d0b2a --- Commit Link: http://gitweb.mageia.org/software/drakx/commit/?id=b268870a7af9c251a9e4e61488fe1ee5eb35191f