[Bug 1037891] All YaST module window names show "ruby" instead of a more specifc name (was: Yast module windows in Plasma: generic x window icon and grouped as "ruby" in task manager)
http://bugzilla.suse.com/show_bug.cgi?id=1037891 http://bugzilla.suse.com/show_bug.cgi?id=1037891#c23 --- Comment #23 from Josef Reidinger <jreidinger@suse.com> --- (In reply to Fabian Vogt from comment #22)
(In reply to Josef Reidinger from comment #21)
ok, so we at least move forward. I will check this icon issue, how to do it in qt properly.
It's not the icon, it's the WM_CLASS. It should be enough to just override the passed argv[0] to the QApplication constructor, restoring the behaviour before YaST launched with argv[0] == "ruby"
and that's the part that is not so easy, as libyui obtain it from /proc see https://github.com/libyui/libyui-qt/blob/817ddbe637c98a54460b1152ec9d51e7f2d... in past it works due to this dirty hack, but we no longer want such nasty hack. So we need find better way to pass it https://github.com/libyui/libyui-qt/blob/817ddbe637c98a54460b1152ec9d51e7f2d... -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com