[Bug 703833] New: gnome-control-center: check system tab in region panel works
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c0 Summary: gnome-control-center: check system tab in region panel works Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: vuntz@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- The new system tab that appeared in 3.1.3 is not complete, but once it's complete, we should check it works fine in openSUSE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c1 --- Comment #1 from Vincent Untz <vuntz@suse.com> 2011-10-06 07:46:23 UTC --- This sets data in /etc/locale.conf via systemd; no idea if we use this :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c2 Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com Component|GNOME |Basesystem AssignedTo|bnc-team-gnome@forge.provo. |bnc-team-screening@forge.pr |novell.com |ovo.novell.com Summary|gnome-control-center: check |/etc/locale.conf should be |system tab in region panel |instead of |works |/etc/sysconfig/language --- Comment #2 from Vincent Untz <vuntz@suse.com> 2011-10-06 07:49:55 UTC --- In openSUSE, we used to use /etc/sysconfig/language, and this file is still being preferred by many things in /etc, according to a quick grep. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|/etc/locale.conf should be |/etc/locale.conf should be |instead of |used instead of |/etc/sysconfig/language |/etc/sysconfig/language -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c3 Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsuchome@suse.com, | |lmuelle@suse.com, | |sndirsch@suse.com, | |werner@suse.com --- Comment #3 from Vincent Untz <vuntz@suse.com> 2011-10-06 07:58:27 UTC --- So we'd need to adapt yast2-country and at least the packages found by my grep (aaa_base, bash, samba, x11-tools, xorg-x11): etaules:/etc # grep -lr sysconfig/language . 2> /dev/null /skel/.profile /skel/.xim.template /init.d/xdm /init.d/smb /csh.login /X11/xim /profile /profile.d/lang.sh /profile.d/lang.csh (I removed the duplicate files) Note that on my system (which got upgraded since 11.x), I don't even have /etc/locale.conf, so we might need to create one on upgrades -- something to be done by systemd? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c4 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro@suse.com --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2011-10-06 12:47:25 UTC --- Hmmm ... why does systemd not use /etc/sysconfig/language on openSUSE? Also a sysmbolic link /etc/sysconfig/language -> /etc/locale.conf could help a lot. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c5 --- Comment #5 from Vincent Untz <vuntz@suse.com> 2011-10-06 12:54:21 UTC --- (In reply to comment #4)
Hmmm ... why does systemd not use /etc/sysconfig/language on openSUSE?
One major decision taken by systemd developers is to stop doing distro-specific stuff as much as possible. So by design, systemd doesn't read /etc/sysconfig/language.
Also a sysmbolic link /etc/sysconfig/language -> /etc/locale.conf could help a lot.
That probably wouldn't work as variables in /etc/sysconfig/language are prefixed with RC_. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c6 --- Comment #6 from Dr. Werner Fink <werner@suse.com> 2011-10-06 13:34:57 UTC --- In other word moving from /etc/sysconfig/language forward to /etc/locale.conf is more than a simply location change as this requires a lot of changes in all scripts mentioned above ... IMHO a nogo -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c7 --- Comment #7 from Vincent Untz <vuntz@suse.com> 2011-10-06 15:09:18 UTC --- This could be a no-go for 12.1, but we'll eventually have to bite the bullet... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c8 --- Comment #8 from Jiří Suchomel <jsuchome@suse.com> 2011-10-06 15:22:05 UTC --- Do you discuss it on some mailing list, so all involved people could join?
From the YaST part, I think it should not be a problem, but I'd rather not go for 12.1 as there are too many parts.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c9 --- Comment #9 from Vincent Untz <vuntz@suse.com> 2011-10-11 21:27:26 UTC --- (In reply to comment #8)
Do you discuss it on some mailing list, so all involved people could join?
I'll get some discussion on opensuse-factory, but it might be better to wait after 12.1 so we can really do things, instead of planning and then forgetting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c Andreas Jaeger <aj@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |vuntz@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |725382 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=703833 https://bugzilla.novell.com/show_bug.cgi?id=703833#c Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|725382 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com