[Bug 221383] New: fast-user-switch-applet shows "fake" accounts
https://bugzilla.novell.com/show_bug.cgi?id=221383 Summary: fast-user-switch-applet shows "fake" accounts Product: openSUSE 10.2 Version: Beta 2 plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de fast-user-switch-applet displays accounts that it shouldn't display (see screenshot). I think that this might be related to bug 208685 or 221146, or both. Where does fast-user-switch-applet take this information from? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-11-15 10:05 MST ------- Created an attachment (id=105468) --> (https://bugzilla.novell.com/attachment.cgi?id=105468&action=view) Screenshot -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #2 from andreas.hanke@gmx-topmail.de 2006-11-15 10:52 MST ------- Strange... There is this string hardcoded into the fast-user-switch-applet binary: /etc/opt/gnome/gdm/gdm.conf Why? This file does not exist and shouldn't be used. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmeeks@novell.com ------- Comment #3 from jpr@novell.com 2006-11-15 11:46 MST ------- *** Bug 208685 has been marked as a duplicate of this bug. *** -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |rodrigo@novell.com |gnome@forge.provo.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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #4 from andreas.hanke@gmx-topmail.de 2006-11-15 13:15 MST ------- Hm. I'm not entirely convinced that these are duplicates. They are very similar, but whether they are really duplicates - let's see. I "fixed" it for fast-user-switch-applet as follows: - Add "MinimalUID=500" to /etc/opt/gnome/gdm/custom.conf - Symlink custom.conf to gdm.conf None of both individual steps seems to be sufficient, I had to do both. This is of course not a fix, but it shows that there is some problem/confusion which config files to read and where to look for them. To me it looks like fast-user-switch-applet more or less implements its own config file locator. An strace crearly shows that it looks at gdm.conf which doesn't exist at all any more. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #5 from andreas.hanke@gmx-topmail.de 2006-11-15 13:47 MST ------- I think I found the problem using strace. write(2, "Fast-User-Switch-Applet-Message:"..., 316Fast-User-Switch-Applet-Message: Could not parse default GDM configuration file `/opt/gnome/share/gdm/defaults.conf': Die Schlüsselwertedatei enthält die Zeile Willing script, none is shipped, X11's one is used by default. If, welche kein zulässiges SchlÃŒssel-Wert-Paar, keine Gruppe und kein Kommentar ist. ) (Sorry for posting non-English content, this means that the defaults.conf file is broken: It contains a comment that doesn't have a proper # sign at the beginning, so the parser tries to parse it as a key and fails because it is not a valid key.) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Critical ------- Comment #6 from andreas.hanke@gmx-topmail.de 2006-11-15 14:03 MST ------- I found several problems and broken patches in the gdm package, will attach fixes soon. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #7 from andreas.hanke@gmx-topmail.de 2006-11-15 14:07 MST ------- Created an attachment (id=105509) --> (https://bugzilla.novell.com/attachment.cgi?id=105509&action=view) fixed domain entry patch Identical to the currently included patch, except that a superfluous hunk is removed, which is a prerequisite for the actual fix. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #8 from andreas.hanke@gmx-topmail.de 2006-11-15 14:46 MST ------- Created an attachment (id=105517) --> (https://bugzilla.novell.com/attachment.cgi?id=105517&action=view) Fixed gdm-conf.patch, not yet tested Most important change is that the "Willing" line must be commented out! If it is not, the file cannot be parsed and all keys below the "Willing" line are discarded. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105517|0 |1 is obsolete| | ------- Comment #9 from andreas.hanke@gmx-topmail.de 2006-11-15 15:29 MST ------- Created an attachment (id=105522) --> (https://bugzilla.novell.com/attachment.cgi?id=105522&action=view) Fixed gdm-conf.patch, this one is tested and works -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|fast-user-switch-applet |gdm defaults.conf is broken and cannot be parsed |shows "fake" accounts | ------- Comment #10 from andreas.hanke@gmx-topmail.de 2006-11-15 15:35 MST ------- Adjusting Summary to reflect the actual problem -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #11 from andreas.hanke@gmx-topmail.de 2006-11-15 15:54 MST ------- Created an attachment (id=105532) --> (https://bugzilla.novell.com/attachment.cgi?id=105532&action=view) fast-user-switch-applet needs to -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #12 from andreas.hanke@gmx-topmail.de 2006-11-15 15:56 MST ------- (Oops) .. be fixed, too, but this is by all means the less important part (it works as-is, too; it will just always read the defaults.conf only and ignore custom.conf) -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105532|0 |1 is obsolete| | ------- Comment #13 from andreas.hanke@gmx-topmail.de 2006-11-15 16:38 MST ------- Created an attachment (id=105541) --> (https://bugzilla.novell.com/attachment.cgi?id=105541&action=view) extended fix for fast-user-switch-applet to add disabled functionality as well -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #14 from danw@novell.com 2006-11-16 11:51 MST ------- *** Bug 221146 has been marked as a duplicate of this bug. *** -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpr@novell.com ------- Comment #15 from aj@novell.com 2006-11-17 03:38 MST ------- Rodrigo, can you fix this *today*? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 rodrigo@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #16 from rodrigo@novell.com 2006-11-17 05:06 MST ------- Yeah, submitted fixed package for STABLE -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #17 from andreas.hanke@gmx-topmail.de 2006-11-20 15:30 MST ------- Have you submitted the gdm defaults.conf part of this as well? I have seen the fast-user-switch-applet part of this on the commit mailing list, but not the gdm part. The gdm part is the more important one because this is what fixes the original issue reported in bug 208685. The fast-user-switch-applet part is the less important one. Note that JPR made a different correction to gdm-2.8.0.7-domain-entry.patch in the meantime, so be careful not to re-introduce the bug that this correction fixes. What needs to be done for gdm is: - Delete the part of gdm-2.8.0.7-domain-entry.patch that patches .orig files. This part of the patch is unnecessary and makes it conflict with corrections to gdm-conf.patch. - Replace gdm-conf.patch with attachment 105522 from this bug. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |sbrabec@novell.com ------- Comment #18 from jpr@novell.com 2006-11-20 17:22 MST ------- I think Stanislav was fixing the other part regarding commented lines. Stanislav? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com AssignedTo|rodrigo@novell.com |hpj@novell.com Status|NEEDINFO |NEW Info Provider|sbrabec@novell.com | ------- Comment #19 from jpr@novell.com 2006-11-20 22:24 MST ------- I checked and the 'debug' option which comes after "willing" works so gdm is a little more robust parsing its own file. I think this makes it major. This is different than I thought. The Willing line just needs proper commenting, since fast-user-switch-applet is not on the media, I think this can just wait for a hotfix. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #20 from jpr@novell.com 2006-11-20 22:25 MST ------- ~jpr/gdm should fix this actually. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #21 from jpr@novell.com 2006-11-20 22:30 MST ------- Created an attachment (id=106346) --> (https://bugzilla.novell.com/attachment.cgi?id=106346&action=view) package with fix I kind of cheated and just commented it out in both spots rather than re-diff -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #22 from andreas.hanke@gmx-topmail.de 2006-11-20 22:31 MST ------- Test with gnome-screensaver... It gets a hickup on this, too (and not just fast-user-switch-applet). That was/is bug 208685. (Now that this option is disabled by default in gnome-screensaver, it's maybe not that important anymore, but still annoying.) I did not test whether gdm itself gets a hickup on this. Enabling the face browser in gdm might be worth a try. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #23 from jpr@novell.com 2006-11-21 00:04 MST ------- Face browser works and yes, its not the default for the screensaver now so it can wait for a maintenance update. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #24 from jpr@novell.com 2006-11-21 00:44 MST ------- HPJ, i checked in my fix, can you double check? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #25 from andreas.hanke@gmx-topmail.de 2006-11-21 03:00 MST ------- Sorry for being picky: Attachment 106346 is indeed much better now in that it does not have the invalid Willing comment anymore, but it's still somewhat broken: SessionDesktopDir=/usr/share/xsessions/:@EXPANDED_SYSCONFDIR@/dm/Sessions/:@EXPANDED_DATADIR@/gdm/BuiltInSessions/ And this is still caused by a badly re-diffed SUSE patch. The usage of these @EXPANDED_*@ variables has been removed from upstream gdm in 2.14.1. gdm-conf.patch is insufficiently adapted[1] to this change, and therefore the @EXPANDED_*@ stuff remains in the defaults.conf because configure does _not_ replace it anymore. I don't know what this breaks. @EXPANDED_SYSCONFDIR@/dm/Sessions should be /etc/opt/gnome/dm/Sessions and is no longer used, this would just be a backward compatibility thing and not having it does probably not hurt. But then, the proper solution is removing it. But @EXPANDED_DATADIR@/gdm/BuiltInSessions can be a problem. This should be /opt/gnome/share/gdm/BuildInSessions. I don't know what this does, but the directory holds a .desktop file and whatever this .desktop file does, might not work. [1] http://lists.opensuse.org/opensuse-commit/2006-08/msg00508.html -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #26 from andreas.hanke@gmx-topmail.de 2006-11-21 03:34 MST ------- To illustrate why your current gdm-conf.patch can't work: http://cvs.gnome.org/viewcvs/gdm2/configure.ac?r1=1.34&r2=1.35 There are no AC_SUBST rules for any EXPANDED_* thingies any more in the configure script! This is old cruft, you need to run s/@EXPANDED_SYSCONFDIR@\/dm/@dmconfdir@/g s/@EXPANDED_DATADIR@/@datadir@/g on your patches. And @gdmlocaledir@ is also wrong. This one is different from the others, it does not get expanded because it does not have an appropriate sed rule in config/Makefile.am, but it's broken upstream and therefore less much of a problem than the ones which are broken by a SUSE patch. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Critical |Major ------- Comment #27 from jpr@novell.com 2006-11-21 07:00 MST ------- the locale line is also commented out by default and its unlikely you'd ever want to change it. This is probably not critical now but should be fixed. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #28 from sbrabec@novell.com 2006-11-21 08:43 MST ------- And there is similar problem (maybe upstream): /etc/opt/gnome/gdm/custom.conf says: # Refer to the comments in the # /usr/share/gdm/defaults.conf But we use /opt/gnome/share/gdm/defaults.conf -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #29 from andreas.hanke@gmx-topmail.de 2006-11-21 15:17 MST ------- Ignoring @gdmlocaledir@ is fine for me because it's broken upstream and ends up broken in the SUSE package only because it's broken upstream. The other @foo@:@bar@ things are broken by SUSE patches should really be fixed some day. Maybe after 10.2 is out, but please fix them as well some day. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Critical ------- Comment #31 from aj@novell.com 2006-11-26 22:39 MST ------- Is everything fixed now? Or what else needs to be done? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #34 from sbrabec@novell.com 2006-12-22 09:34 MST ------- hpj: Can you submit your fix? I will add my fix for bug 221350 then. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 hpj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 hpj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105522|0 |1 is obsolete| | ------- Comment #35 from hpj@novell.com 2007-02-13 01:19 MST ------- Created an attachment (id=118783) --> (https://bugzilla.novell.com/attachment.cgi?id=118783&action=view) gdm-conf.patch -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #36 from hpj@novell.com 2007-02-13 01:22 MST ------- I've submitted it. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #37 from andreas.hanke@gmx-topmail.de 2007-02-13 01:28 MST ------- This patch contains an .orig file, which can be very unhandy if a file has multiple patches because it can prevent you from adjusting one of the patches without also touching the other ones. This hunk diff -Nurp gdm-2.16.1-pre/config/gdm.conf.in.orig gdm-2.16.1-post/config/gdm.conf.in.orig --- gdm-2.16.1-pre/config/gdm.conf.in.orig 1969-12-31 18:00:00.000000000 -0600 +++ gdm-2.16.1-post/config/gdm.conf.in.orig 2006-08-03 12:36:26.000000000 -0500 is not needed. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 hpj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118783|0 |1 is obsolete| | ------- Comment #38 from hpj@novell.com 2007-02-13 01:40 MST ------- Created an attachment (id=118789) --> (https://bugzilla.novell.com/attachment.cgi?id=118789&action=view) gdm-conf.patch again. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #39 from hpj@novell.com 2007-02-13 01:41 MST ------- The latest attached patch removes the .orig file. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #40 from hpj@novell.com 2007-02-13 01:49 MST ------- Created an attachment (id=118793) --> (https://bugzilla.novell.com/attachment.cgi?id=118793&action=view) gdm-2.8.0.7-domain-entry.patch without .orig hunk. I thought it was already fixed, but it turns out this patch update is also needed, or it won't apply after the .orig removal in gdm-conf.patch. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #41 from hpj@novell.com 2007-02-13 01:59 MST ------- Resubmitted with these changes. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 sbrabec@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #42 from sbrabec@novell.com 2007-02-13 10:21 MST ------- Resubmitted with patches from bug 221350. Please test fixed packages from http://pack.suse.cz/sbrabec/bug221383/gdm (all three fixes included). Patchinfo submitted to /work/src/done/PATCHINFO/gdm.patch.box. I guess we can close the bug. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=221383 ------- Comment #43 from ast@novell.com 2007-03-01 09:37 MST ------- released -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com