<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE> [Mageia-dev] Problems with Gnome 3 </TITLE> <LINK REL="Index" HREF="index.html" > <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problems%20with%20Gnome%203&In-Reply-To=%3C20110609123514.7a3238b7%40werewolf.home%3E"> <META NAME="robots" CONTENT="index,nofollow"> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <LINK REL="Previous" HREF="005262.html"> <LINK REL="Next" HREF="005269.html"> </HEAD> <BODY BGCOLOR="#ffffff"> <H1>[Mageia-dev] Problems with Gnome 3</H1> <B>JA Magallón</B> <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Problems%20with%20Gnome%203&In-Reply-To=%3C20110609123514.7a3238b7%40werewolf.home%3E" TITLE="[Mageia-dev] Problems with Gnome 3">jamagallon at ono.com </A><BR> <I>Thu Jun 9 12:35:14 CEST 2011</I> <P><UL> <LI>Previous message: <A HREF="005262.html">[Mageia-dev] Problems with Gnome 3 </A></li> <LI>Next message: <A HREF="005269.html">[Mageia-dev] Problems with Gnome 3 </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#5266">[ date ]</a> <a href="thread.html#5266">[ thread ]</a> <a href="subject.html#5266">[ subject ]</a> <a href="author.html#5266">[ author ]</a> </LI> </UL> <HR> <!--beginarticle--> <PRE>On Thu, 9 Jun 2011 12:15:12 +0200, Dexter Morgan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dmorganec at gmail.com</A>> wrote: ><i> 2011/6/9 JA Magallón <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jamagallon at ono.com</A>>: </I>><i> > On Thu, 09 Jun 2011 10:49:18 +0100, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote: </I>><i> > </I>><i> >> 'Twas brillig, and Wolfgang Bornath at 09/06/11 10:25 did gyre and gimble: </I>><i> >> > 2011/6/9 JA Magallón <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jamagallon at ono.com</A>>: </I>><i> >> >> </I>><i> >> >> No need, Cauldron is Cauldron. The only strange thing is that I had </I>><i> >> >> heard on other threads that update to Gnome 3 was being discussed, </I>><i> >> >> but never realized it had finally agreed on. </I>><i> >> > </I>><i> >> > Same here, I'm a bit surprised. </I>><i> >> </I>><i> >> We're on the next cycle now. Quite frankly I'd be stunned (and hugely </I>><i> >> disappointed) if we *didn't* have Gnome 3! </I>><i> >> </I>><i> >> Providing a Gnome2 environment or not is likely the point that need </I>><i> >> discussion :D </I>><i> >> </I>><i> > +1 </I>><i> > </I>><i> > One question: </I>><i> > </I>><i> > xps:/etc/X11/wmsession.d# ll </I>><i> > total 16 </I>><i> > -rw-r--r-- 1 root root 131 2011.06.08 11:00 02GNOME </I>><i> > -rw-r--r-- 1 root root 116 2011.03.25 00:36 06Xfce </I>><i> > -rw-r--r-- 1 root root 177 2011.06.08 11:31 11GNOME3 </I>><i> > -rw-r--r-- 1 root root 118 2011.02.07 22:12 29drak3d </I>><i> > xps:/etc/X11/wmsession.d# rpm -qf * </I>><i> > gnome-session-3.0.1-1.mga2 </I>><i> > xfce-utils-4.8.1-5.mga1 </I>><i> > gnome-shell-3.0.2-1.mga2 </I>><i> > drak3d-1.30-1.mga1 </I>><i> > </I>><i> > What is the difference between bot gnomes ? IE, gnome-session and </I>><i> > gnome-shell-session ? </I>><i> > </I>><i> > Now we don't have gnome 2 (gnome 3 uninstalled almost everything), so ? </I>><i> </I>><i> can you do a rpm -qf for 02GNOME please ? </I> xps:/etc/X11/wmsession.d# ll total 16 -rw-r--r-- 1 root root 131 2011.06.08 11:00 02GNOME -rw-r--r-- 1 root root 116 2011.03.25 00:36 06Xfce -rw-r--r-- 1 root root 177 2011.06.08 11:31 11GNOME3 -rw-r--r-- 1 root root 118 2011.02.07 22:12 29drak3d xps:/etc/X11/wmsession.d# rpm -qf * gnome-session-3.0.1-1.mga2 <===================== xfce-utils-4.8.1-5.mga1 gnome-shell-3.0.2-1.mga2 drak3d-1.30-1.mga1 But, if you look at it: xps:/etc/X11/wmsession.d# cat 11* NAME=GNOME 3 ICON=gnome-logo-icon-transparent.png DESC=GNOME Environment EXEC=/usr/share/gnome-shell/gnome-shell-session SCRIPT: exec /usr/share/gnome-shell/gnome-shell-session xps:/etc/X11/wmsession.d# cat /usr/share/gnome-shell/gnome-shell-session #!/bin/bash # # Script to start a GNOME session in a GNOME 3 preview mode. # if test -n "$XDG_CONFIG_DIRS"; then export XDG_CONFIG_DIRS=/usr/share/gnome-shell/xdg-override:$XDG_CONFIG_DIRS else export XDG_CONFIG_DIRS=/usr/share/gnome-shell/xdg-override:/etc/xdg fi exec /usr/bin/startgnome $* It looks like the session file in gnome-shell-3.0.2 is just for testing, the good one seems to be that in gnome-session (INMHO...). Probably you need to kill 11GNOME, and in a future if we have it add a "GNOME2" or "GNOME Simple" or the like... -- J.A. Magallon <jamagallon()ono!com> \ Winter is coming... </PRE> <!--endarticle--> <HR> <P><UL> <!--threads--> <LI>Previous message: <A HREF="005262.html">[Mageia-dev] Problems with Gnome 3 </A></li> <LI>Next message: <A HREF="005269.html">[Mageia-dev] Problems with Gnome 3 </A></li> <LI> <B>Messages sorted by:</B> <a href="date.html#5266">[ date ]</a> <a href="thread.html#5266">[ thread ]</a> <a href="subject.html#5266">[ subject ]</a> <a href="author.html#5266">[ author ]</a> </LI> </UL> <hr> <a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev mailing list</a><br> </body></html>