I've made an attempt to port xfce4-mixer to GTK+3 (3.14+, as currently set in Xfce 4.14 roadmap): https://github.com/xfce-mirror/xfce4-mixer/compare/master...mikedld:gtk3-port Not sure about specific library versions in configure.ac.in, as well as overall code quality (I'm not developing with GTK+ much). Please review.
Tested it here, works fine, cool stuff ! Remaining todo: * migrate to gtkapplication/gapplication and drop libunique dependency * migrate GtkAction to GAction in xfce-mixer-window.c But lots have already been done, keep up the good work :)
(In reply to Landry Breuil from comment #1) > * migrate to gtkapplication/gapplication and drop libunique dependency > * migrate GtkAction to GAction in xfce-mixer-window.c Done with second commit.
Wow, awesome - at this point, i think we'll just merge it to master, and removing dbus-glib dependency can still be done later on.
Thanks a lot again, merged to master in http://git.xfce.org/apps/xfce4-mixer/commit/?id=a12e53cda395aad85316181761b21b770b90f601 !