[opensuse-gnome] YaST's gtk interface now in gtk3
Hi! There's good news for the upcoming 12.1 release from the perspective of the users of YaST's gtk interface (the default YaST interface on GNOME) -- the port of the interface to gtk3 is now complete and will hit the factory shelves soon, thanks to Duncan (dmacvicar) and Ricardo Cruz who made it happen. This ensures its perfect integration into the GNOME 3 desktop that debuts (in openSUSE land) with 12.1. Please do test out the fresh-out-of-the-oven gtk3 version as much as you can and report bugs at http://bugzilla.novell.com. If you are impatient in waiting for the version to hit Factory, like me, you can simply get it off svn as documented at http://en.opensuse.org/YaST2-GTK#Download . Please note that you will need the following dependencies installed in your system to compile yast2-gtk from svn: gcc-c++ cmake gtk3-devel yast2-devtools yast2-core-devel yast2-libyui-devel libzypp-devel You are also encouraged to report on improvements you would like to see made to yast2-gtk (over and above its current form), usability wise and feature wise, either by replying to this mail or by posting on yast2-gtk's group page at http://groups.google.com/group/yast2-gtk Thanks and bye -- Atri -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
Le dimanche 24 juillet 2011, à 16:58 +0530, Atri Bhattacharya a écrit :
Hi!
There's good news for the upcoming 12.1 release from the perspective of the users of YaST's gtk interface (the default YaST interface on GNOME) -- the port of the interface to gtk3 is now complete and will hit the factory shelves soon, thanks to Duncan (dmacvicar) and Ricardo Cruz who made it happen. This ensures its perfect integration into the GNOME 3 desktop that debuts (in openSUSE land) with 12.1.
That's pretty cool, I'm sure this will be a nice improvements. Now, we simply need to port yast2-control-center-gnome too :-) I'll see if we can abuse the gnome-control-center shell for that. Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
Le lundi 25 juillet 2011, à 09:52 +0200, Vincent Untz a écrit :
Now, we simply need to port yast2-control-center-gnome too :-) I'll see if we can abuse the gnome-control-center shell for that.
I've forked the gnome-control-center code to abuse it for the yast shell too. It's in svn now, and I'll submit my package soon. It simply works like the gnome-control-center shell. I'm unsure if we want to keep single-click to activate yast modules, or if we want to lose some consistency with the g-c-c shell, and force double-click... You can test the svn code with those commands: sudo zypper in yast2-devtools svn co http://svn.opensuse.org/svn/yast/trunk/control-center-gnome/ cd control-center-gnome ./autogen.sh && ./configure --prefix=/tmp/yast-test make && make install /tmp/yast-test/bin/y2controlcenter-gnome My package will be in home:vuntz:branches:YaST:Head soon (but might disappear once it gets accepted in YaST:Head). Cheers, Vincent -- Les gens heureux ne sont pas pressés. -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
Hi! On Mon, 2011-07-25 at 12:35 +0200, Vincent Untz wrote:
Le lundi 25 juillet 2011, à 09:52 +0200, Vincent Untz a écrit :
Now, we simply need to port yast2-control-center-gnome too :-) I'll see if we can abuse the gnome-control-center shell for that.
I've forked the gnome-control-center code to abuse it for the yast shell too. It's in svn now, and I'll submit my package soon.
It simply works like the gnome-control-center shell. I'm unsure if we want to keep single-click to activate yast modules, or if we want to lose some consistency with the g-c-c shell, and force double-click...
You can test the svn code with those commands: sudo zypper in yast2-devtools svn co http://svn.opensuse.org/svn/yast/trunk/control-center-gnome/ cd control-center-gnome ./autogen.sh && ./configure --prefix=/tmp/yast-test make && make install /tmp/yast-test/bin/y2controlcenter-gnome
My package will be in home:vuntz:branches:YaST:Head soon (but might disappear once it gets accepted in YaST:Head).
Thanks a lot Vincent. I will test the control centre and and get back to you with my feedback. Exciting times! Bye -- Atri -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-gnome+help@opensuse.org
participants (2)
-
Atri Bhattacharya
-
Vincent Untz