Comment #19 on issue 34 by rainwoodman: Qt compatibility
http://code.google.com/p/gnome2-globalmenu/issues/detail?id=34
wiki: PlanForQTStyle
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Any progress on this?
Ubuntu in its new edition of netbook is going to have similiar thing. They,
as far as I can see have made the
QT and GTK display global menu.
http://www.youtube.com/watch?v=_FQGuUETJaA&feature=player_embedded
Maybe use some of ther stuff to bring it to global menu project?
https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu
Yes they got the QT part done.
More or less I would say ubuntu's app-menu will deprecate Global Menu, when
their
patches to GTK merges upstream.
I was under impression that it's going to be a Netbook version thing only,
with specific changes to fit their
new "Unity" shell. Sure, one could use it on the desktop but it's going to
bring dependecies form that netbook
shell and who-knows-what.
Besides, Global Menu is and, again in my impression, will remain to be more
advanced and suitable for
desktop users. If you could add the QT part, it will make it that much
cooler :)
Yes.. Ubuntu's Appmenu is... primitive, and severely buggy at the moment.
The Qt support is nice, but if we could have that in Globalmenu, it would
be superior in every way
I've implemented this using a QMenuBar plugin, the same way Ubuntu's
Appmenu does it.
https://gitorious.org/firefox-gnome-globalmenu/qt4-gnome-globalmenu
Note that you need Qt4.7 and Ubuntu's QMenuBar plugin system patch (for
example available here https://aur.archlinux.org/packages.php?ID=40317 ).
While it should work on Qt4.8, I've not tried.
The plugin also hacks the WM_NAME on the session leader window for Qt
applications so that the menu applet gives more meaningful application
names.