http://bugzilla.novell.com/show_bug.cgi?id=540627
Summary: X-KDE-SubstituteUID do not work on XFCE and LXDE Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andrea@opensuse.org QAContact: jsrain@novell.com Found By: ---
I don't know if that is a YaST/ XFCE/ X.org or Usability issue, but because it's a YaST2 launcher problem i added YaST2 as componet, feel free to edit if i am wrong.
All YaST .destop files in /usr/share/applications/YaST2 use the "X-KDE-SubstituteUID" to make them running as root.
X-KDE-SubstituteUID is a KDE only "workaround" for that only KDE is supposed to be able to understand.
Really, also GNOME as very famous DE understand that.
All the others DE like XFCE, LXDE, Icewm and so on do not understand that (and they are not supposed to do that) so they run all yast2 modules as NON root user.
all that Desktop files should edit their exec line and maybe remove X-KDE-SubstituteUID exactly as has been done with /usr/share/applications/YaST.desktop into yast2-control-center package.
/usr/share/applications/YaST.desktop content:
[Desktop Entry] X-SuSE-translate=true Type=Application Categories=Settings;System;SystemSetup;X-SuSE-Core-System;X-SuSE-ControlCenter-System; Name=YaST Icon=yast GenericName=Administrator Settings Exec=/usr/bin/xdg-su -c /sbin/yast2 #OnlyShowIn=KDE;GNOME; #X-KDE-SubstituteUID=true X-KDE-RootOnly=true X-KDE-System-Settings-Parent-Category=system X-KDE-ServiceTypes=KCModule Encoding=UTF-8
as you can see use /usr/bin/xdg-su -c in Exec line, made the .desktop file DE independent
http://bugzilla.novell.com/show_bug.cgi?id=540627
zhu rensheng rszhu@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com |
http://bugzilla.novell.com/show_bug.cgi?id=540627
User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=540627#c1
Ladislav Slezak lslezak@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |kmachalkova@novell.com
--- Comment #1 from Ladislav Slezak lslezak@novell.com 2009-11-03 05:22:08 MST --- Bubli? You probably know more details about "X-KDE-SubstituteUID" option...
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c
andrea florio andrea@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |561145
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c2
Pavol Rusnak prusnak@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major
--- Comment #2 from Pavol Rusnak prusnak@novell.com 2009-12-17 17:38:22 CET --- Either we edit _ALL_ desktop files and replace X-KDE-SubstitudeUID with Andrea's suggestion (xdg-su -c cmd) or we hack the support into Xfce and LXDE. (We would still need to hack ALL new upcoming desktop environments ...)
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c
Katarina Machalkova kmachalkova@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c
Stephan Binner binner@kde.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |binner@kde.org Status Whiteboard| |desktop-interop
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c3
Christian Boltz suse-beta@cboltz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de
--- Comment #3 from Christian Boltz suse-beta@cboltz.de 2009-12-28 20:43:23 CET --- (In reply to comment #2)
Either we edit _ALL_ desktop files and replace X-KDE-SubstitudeUID with Andrea's suggestion (xdg-su -c cmd)
That's the way to go IMHO.
Finding all desktop files that contain X-KDE-SubstitudeUID should be easy with a rpmlint (or similar) check.
or we hack the support into Xfce and LXDE. (We would still need to hack ALL new upcoming desktop environments ...)
That will cause more work on the long-term ;-) and additionally isn't a good[tm] solution. If you really want this way, ask upstream (freedesktop.org) to introduce a "SubstitudeUID" parameter that is valid for all desktops instead of making all desktop environments honoring KDE-specific settings.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c4
--- Comment #4 from Katarina Machalkova kmachalkova@novell.com 2010-01-07 15:01:59 UTC --- (In reply to comment #0)
Really, also GNOME as very famous DE understand that.
Not quite true, SUSE's fork of GNOME does, but upstream GNOME does not (that's what I was told some time ago, maybe it's not so anymore ... )
(In reply to comment #2)
Either we edit _ALL_ desktop files and replace X-KDE-SubstitudeUID with Andrea's suggestion (xdg-su -c cmd)
Fair enough, let's do it.
The only thing that bothers me is that YaST should somehow require/recommend xdg-utils in order to make sure 'xdg-su' is really installed and can be used. The question is i) which component of YaST ( yast2 - its base package, as every single YaST module depends on it? ) will be the one with requirement ii) wouldn't strict requirement of xdg-utils pull in some additional (desktop-oriented) stuff we certainly want to avoid on minimal systems where YaST must also work?
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c5
--- Comment #5 from andrea florio andrea@opensuse.org 2010-01-07 15:30:53 UTC --- 1st question:
who's supposed to submitreq for ANY desktop file? any fast way to do it?
2nd
actually the following packages looks to REQUIRE xdg-utils:
desktop-data-openSUSE dia opensuse-codec-installer wireshark xsane gtkpod
and looks to be already a MUST for patterns:
package-lists-openSUSE-X11-cd package-lists-openSUSE-images
and anyway, icewm requires xdg-menu and i see no troubles if it can recommends xdg-utils
in other words, even minimum X11 installation should already have xdg-utils installed because of patterns.
any way the core component is just "yast2" so probably it should be added as recommends to yast2 package or to patterns..
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c6
--- Comment #6 from Pavol Rusnak prusnak@novell.com 2010-01-07 16:36:29 CET --- (In reply to comment #4)
i) which component of YaST ( yast2 - its base package, as every single YaST module depends on it? ) will be the one with requirement
Unless we have another yast package that is being installed for each module, yast2 seems to be the only choice.
ii) wouldn't strict requirement of xdg-utils pull in some additional (desktop-oriented) stuff we certainly want to avoid on minimal systems where YaST must also work?
$ rpm -q --requires xdg-utils rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 /bin/bash /bin/sh rpmlib(PayloadIsLzma) <= 4.4.6-1
Seems that xdg-utils does not bring any unnecessary requires to system (at the moment). We'd need to track that if we added REQUIRES to yast2 core package.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c7
Pavol Rusnak prusnak@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com, | |dmueller@novell.com
--- Comment #7 from Pavol Rusnak prusnak@novell.com 2010-01-07 16:40:15 CET --- (In reply to comment #5)
who's supposed to submitreq for ANY desktop file? any fast way to do it?
I wouldn't create SRs right now. There would be hundreds of them. We could think of a better approach and probably also create RPMLINT check which will throw an error if "X-KDE-SubstituteUID" and suggest using "xdg-su -c" in Exec line instead.
Adding Coolo and Dirk for further discussion.
2nd in other words, even minimum X11 installation should already have xdg-utils installed because of patterns.
Good.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c8
--- Comment #8 from Katarina Machalkova kmachalkova@novell.com 2010-01-14 16:36:41 UTC --- I've made a mass update of relevant .desktops for all YaST modules in our SVN repo (there are still some modules out there that are not living in this repo and are maintained outside YaST team, but afaik none of them is part of openSUSE)
After discussion with jsrain (he's maintaining yast2.rpm - the base pack every other YaST pack requires), we decided to go for adding a weak requirement to yast2, so it now Recommends: xdg-utils. On X11-enabled systems xdg-utils are in anyway. On X11-less systems we don't need them, as text-mode YaST control centre doesn't read Exec= key at all.
who's supposed to submitreq for ANY desktop file? any fast way to do it?
I wouldn't create SRs right now. There would be hundreds of them.
Right, it's like ~80 YaST packages to submit. Some of them (storage, tv, ...) are already submitted with the above mentioned change. The rest will get submitted over the time, due to other pending changes. Those that won't, might get a reminder in, say, 2 months from now ...
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c9
--- Comment #9 from andrea florio andrea@opensuse.org 2010-01-14 16:58:34 UTC --- wonderful
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c10
--- Comment #10 from Pavol Rusnak prusnak@novell.com 2010-01-14 18:01:15 CET --- (In reply to comment #8)
I wouldn't create SRs right now. There would be hundreds of them.
Right, it's like ~80 YaST packages to submit.
Well, not only YaST uses desktop files. That's why I wrote "hundreds" ... But thanks for your effort in YaST territory.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c11
--- Comment #11 from andrea florio andrea@opensuse.org 2010-01-14 17:11:36 UTC --- what about to add the rpmlint check as pavol suggested? i don't think to be difficult.... i will try to create my own rpmlint, no promises :)
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c12
--- Comment #12 from Katarina Machalkova kmachalkova@novell.com 2010-01-14 17:26:05 UTC --- Who's the next candidate for .desktop file modification, now that YaST is done ?
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c13
--- Comment #13 from andrea florio andrea@opensuse.org 2010-01-14 17:38:34 UTC --- anubis@linux-y9ev:/usr/share/applications> grep -rwl "X-KDE-SubstituteUID" . /MonoOSC.desktop /AcetoneISO.desktop /gnome-system-log.desktop /gparted.desktop /sax2.desktop
/YaST2/*.desktop --> already done
/wireshark.desktop
that has been done on my gnome 11.2 installation... of course lots of packages are not installed on my system and actually only wireshark, sax2 and gnome-system-log looks be OSS packages
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c14
Pavol Rusnak prusnak@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kmachalkova@novell.com AssignedTo|kmachalkova@novell.com |prusnak@novell.com
--- Comment #14 from Pavol Rusnak prusnak@novell.com 2010-01-14 18:52:03 CET --- I'll take it. Wireshark is mine package and I'll take care of the rest too.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c15
Johannes Meixner jsmeix@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmeix@novell.com
--- Comment #15 from Johannes Meixner jsmeix@novell.com 2010-01-15 14:34:12 UTC --- FYI regarding comment #8: "adding a weak requirement to yast2, so it now Recommends: xdg-utils. On X11-enabled systems xdg-utils are in anyway. On X11-less systems we don't need them"
In the end "Recommends: xdg-utils" lets our package mamagement system install xdg-utils and anything which it requires in any case, see https://bugzilla.novell.com/show_bug.cgi?id=546893#c4 ----------------------------------------------------------------- Recommends has in the end the same result as Requires (if the packages are available to be installed) because our installer installs recommended packages silently -----------------------------------------------------------------
Fortunately (as far as I see) xdg-utils requires almost nothing. In particular (as far as I see) xdg-utils does not require or recommend any X11 stuff.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c16
--- Comment #16 from andrea florio andrea@opensuse.org 2010-01-15 15:53:56 UTC --- (In reply to comment #15)
FYI regarding comment #8: "adding a weak requirement to yast2, so it now Recommends: xdg-utils. On X11-enabled systems xdg-utils are in anyway. On X11-less systems we don't need them"
In the end "Recommends: xdg-utils" lets our package mamagement system install xdg-utils and anything which it requires in any case, see https://bugzilla.novell.com/show_bug.cgi?id=546893#c4
Recommends has in the end the same result as Requires (if the packages are available to be installed) because our installer installs recommended packages silently
Fortunately (as far as I see) xdg-utils requires almost nothing. In particular (as far as I see) xdg-utils does not require or recommend any X11 stuff.
exactly, it will never recommend/requires anything since it's just a set of wrapper scripts.
if do not want to recommend it, how do you suggest to proceed? simply work on patterns?
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c17
--- Comment #17 from Katarina Machalkova kmachalkova@novell.com 2010-01-15 16:46:56 UTC ---
if do not want to recommend it, how do you suggest to proceed? simply work on patterns?
Nah, what Johannes is probably trying to imply here is that with current default setup of libzypp and solver, there is no difference between Recommends and Requires. Package gets pulled in as a dependent one no matter which one of these two is used, so we could have done Requires:xdg-utils just as well.
This behaviour can be switched off in zypp.conf and then only Requires will be installed along with selected package/pattern. But I doubt many users know about and use this option.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c18
--- Comment #18 from andrea florio andrea@opensuse.org 2010-01-15 17:02:53 UTC --- i think than, that's better to leave it as Recommends, because IMHO you can still avoid to install xdg-utils with the "--no-recommends" zypper option, that is much easier to find than edit zypp.conf
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c19
Vincent Untz vuntz@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vuntz@novell.com
--- Comment #19 from Vincent Untz vuntz@novell.com 2010-01-19 00:40:06 UTC --- So, hrm, does that mean I can remove the patches we have in GNOME to support X-KDE-SubstituteUID?
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c20
--- Comment #20 from Pavol Rusnak prusnak@novell.com 2010-01-19 09:41:25 CET --- (In reply to comment #19)
So, hrm, does that mean I can remove the patches we have in GNOME to support X-KDE-SubstituteUID?
Let's keep them for a while. At least until there is a rpmlint check ready and active :-)
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c
andrea florio andrea@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|561145 |
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c21
Pavol Rusnak prusnak@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|prusnak@novell.com |vuntz@novell.com
--- Comment #21 from Pavol Rusnak prusnak@novell.com 2010-02-25 13:41:54 CET --- Fixed wireshark, sax2 and gparted package. Reassigning to GNOME so they can fix their desktop files, after that we should clean KDE.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c22
--- Comment #22 from andrea florio andrea@opensuse.org 2010-02-25 14:22:00 UTC --- perfect... any news from rpmlint check? it will help to fix all packages, even outside Factory
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c23
--- Comment #23 from Pavol Rusnak prusnak@novell.com 2010-02-25 15:24:51 CET --- No news, someone has to write it :-/
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c24
Vincent Untz vuntz@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|vuntz@novell.com |kde-maintainers@suse.de
--- Comment #24 from Vincent Untz vuntz@novell.com 2010-03-28 16:54:12 UTC --- (In reply to comment #21)
Fixed wireshark, sax2 and gparted package. Reassigning to GNOME so they can fix their desktop files, after that we should clean KDE.
I fixed the only mention of a X-KDE-SubstitudeUID key in GNOME .desktop files I'm aware of.
So moving to kde team.
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c25
--- Comment #25 from andrea florio andrea@opensuse.org 2010-05-17 14:59:51 UTC --- what's the current status of that ?
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c26
Swamp Workflow Management swamp@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|desktop-interop |desktop-interop | |maint:released:11.2:34968 | |maint:released:11.3:34968
--- Comment #26 from Swamp Workflow Management swamp@suse.com 2010-08-11 10:29:19 UTC --- Update released for: yast2-add-on-creator Products: openSUSE 11.2 (i586) openSUSE 11.3 (i586)
http://bugzilla.novell.com/show_bug.cgi?id=540627
http://bugzilla.novell.com/show_bug.cgi?id=540627#c27
--- Comment #27 from andrea florio andrea@opensuse.org 2010-08-11 22:25:55 UTC --- i guess it wasn't supposed to be here right?
(In reply to comment #26)
Update released for: yast2-add-on-creator Products: openSUSE 11.2 (i586) openSUSE 11.3 (i586)
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c
Stephen Dunn nzlbob2332@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nzlbob2332@gmail.com Component|YaST2 |YaST2 Version|Factory |Final AssignedTo|kde-maintainers@suse.de |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.2 |openSUSE 11.3
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c28
Vincent Untz vuntz@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|YaST2 |YaST2 Version|Final |Factory Product|openSUSE 11.3 |openSUSE 11.4
--- Comment #28 from Vincent Untz vuntz@novell.com 2010-09-18 08:39:00 UTC --- I don't have any mention of X-KDE-SubstitudeUID here anymore on 11.4. Can we go ahead and remove the patches in gnome-desktop and glib?
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c29
--- Comment #29 from andrea florio andrea@opensuse.org 2010-09-18 09:02:00 UTC --- what about bnc621848 ??
they said the request for maintenance was sent, but i don't see any progress... 11.3 is still broken
the following .desktop files for yast are still broken:
add-on inetd joystick online_update sshd vendor backup inst_release_notes ldap_browser restore sudo checkmedia inst_suse_register mouse sound sysconfig hwinfo irda nis squid system_settings
and only based on the ones i have installed... can you confirm it has been fixed on factory?
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c
andrea florio andrea@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |621848
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c30
--- Comment #30 from Vincent Untz vuntz@novell.com 2010-09-18 09:20:23 UTC --- (In reply to comment #29)
what about bnc621848 ??
they said the request for maintenance was sent, but i don't see any progress... 11.3 is still broken
As I said in my comment, I only looked at 11.4 (ie, Factory).
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c31
--- Comment #31 from Katarina Machalkova kmachalkova@novell.com 2010-09-30 11:51:57 UTC ---
the following .desktop files for yast are still broken:
add-on
..
system_settings
and only based on the ones i have installed... can you confirm it has been fixed on factory?
Nope, it has been fixed in YaST SVN only. Some modules are fixed in Factory, because mass update of .desktop files (removing SubstituteUID) got in along with other bugfixes. The above listed modules are still broken in Factory because nobody made submitreqs when there were no other bugfixes pending. And nobody (almost) hacks on YaST anymore
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c33
Hubert Mantel mantel@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mantel@novell.com AssignedTo|yast2-maintainers@suse.de |coolo@novell.com
--- Comment #33 from Hubert Mantel mantel@novell.com 2010-12-07 13:09:53 UTC --- This problem is not YaST specific and affects many packages. So it should be supervised on the project management level.
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c34
Stephan Kulow coolo@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|coolo@novell.com |yast2-maintainers@suse.de
--- Comment #34 from Stephan Kulow coolo@novell.com 2010-12-07 14:15:40 CET --- if you submitted all fixed yast modules from svn, feel free to close it.
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c
Bug 540627 depends on bug 621848, which changed state.
Bug 621848 Summary: YaST2 module list from command line invocation http://bugzilla.novell.com/show_bug.cgi?id=621848
What |Old Value |New Value ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Status|NEEDINFO |REOPENED Status|REOPENED |RESOLVED Resolution| |FIXED
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c35
Stefan Schubert schubi@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |schubi@novell.com AssignedTo|yast2-maintainers@suse.de |locilka@novell.com
--- Comment #35 from Stefan Schubert schubi@novell.com 2011-01-11 11:10:37 UTC --- OK, then lets start with the first module. Lukas when you have submitted your packages to factory please assign the bug to the next package maintainer:
add-on inetd joystick online_update sshd vendor backup inst_release_notes ldap_browser restore sudo checkmedia inst_suse_register mouse sound sysconfig hwinfo irda nis squid system_settings
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c36
--- Comment #36 from Vincent Untz vuntz@novell.com 2011-03-21 08:44:05 UTC --- Any news on this? The patch we have in glib to try to support this in the meantime might be causing issues (see bug 681078).
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c37
--- Comment #37 from Bernhard Wiedemann bwiedemann@novell.com 2011-06-15 23:17:42 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/73653 Factory / yast2-sshd
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c38
--- Comment #38 from Bernhard Wiedemann bwiedemann@novell.com 2011-06-27 17:00:24 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/74667 Factory / yast2-squid
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c39
--- Comment #39 from Bernhard Wiedemann bwiedemann@novell.com 2011-06-28 13:00:38 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/74761 Factory / yast2-add-on
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c40
--- Comment #40 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-08 16:00:38 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/75857 Factory / yast2-squid
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c41
--- Comment #41 from Lukas Ocilka locilka@novell.com 2011-07-22 15:10:46 UTC --- All YaST modules I've found in SVN have been fixed
* Removed X-KDE-SubstituteUID from desktp files * Replaced with /usr/bin/xdg-su -c '/sbin/yast2 ${yast_module}' if appropriate
I'll continue with submitting all the package as time permits next week...
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c42
--- Comment #42 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-22 18:00:32 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/76788 Factory / yast2
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c43
--- Comment #43 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-22 19:00:44 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/76800 Factory / yast2-network
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c44
--- Comment #44 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-25 14:00:32 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/76946 Factory / yast2-packager
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c45
--- Comment #45 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-25 15:00:23 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/76953 Factory / yast2-metapackage-handler https://build.opensuse.org/request/show/76957 Factory / yast2-installation
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c46
--- Comment #46 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-25 16:00:23 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/76958 Factory / yast2-firstboot
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c47
--- Comment #47 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-26 11:00:45 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/77047 Factory / yast2-ldap-client
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c48
--- Comment #48 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-26 14:00:20 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/77063 Factory / yast2-devtools
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c49
--- Comment #49 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-26 15:00:29 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/77068 Factory / yast2-fcoe-client https://build.opensuse.org/request/show/77072 Factory / yast2-snapper
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c50
Lukas Ocilka locilka@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED Target Milestone|--- |Factory
--- Comment #50 from Lukas Ocilka locilka@novell.com 2011-07-26 13:08:14 UTC --- All (known) YaST modules have been fixed. Most of them submitted to openSUSE:Factory (if appropriate).
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c51
--- Comment #51 from Vincent Untz vuntz@novell.com 2011-07-26 13:32:42 UTC --- I'm now removing the patches in glib2 and gnome-desktop2 that change the code to understand X-KDE-SubstituteUID.
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c52
--- Comment #52 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-26 16:00:40 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/77079 Factory / yast2-apparmor
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c53
--- Comment #53 from Bernhard Wiedemann bwiedemann@novell.com 2011-07-27 16:00:30 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/77221 Factory / yast2-sysconfig
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c54
--- Comment #54 from Bernhard Wiedemann bwiedemann@suse.com 2011-08-31 17:00:12 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/80417 Factory / autoyast2
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c55
--- Comment #55 from Bernhard Wiedemann bwiedemann@suse.com 2011-09-16 15:00:09 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/82417 Factory / yast2-restore https://build.opensuse.org/request/show/82418 Factory / yast2-irda
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c56
--- Comment #56 from Bernhard Wiedemann bwiedemann@suse.com 2011-10-02 13:00:10 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/85921 Factory / yast2-slp https://build.opensuse.org/request/show/85926 Factory / yast2-mouse
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c57
--- Comment #57 from Bernhard Wiedemann bwiedemann@suse.com 2011-10-02 14:00:10 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/85932 Factory / yast2-phone-services
https://bugzilla.novell.com/show_bug.cgi?id=540627
https://bugzilla.novell.com/show_bug.cgi?id=540627#c58
--- Comment #58 from Bernhard Wiedemann bwiedemann@suse.com 2011-10-04 13:00:08 CEST --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/86514 Factory / yast2-slp
http://bugzilla.novell.com/show_bug.cgi?id=540627 http://bugzilla.novell.com/show_bug.cgi?id=540627#c59
--- Comment #59 from Bernhard Wiedemann bwiedemann@suse.com --- This is an autogenerated message for OBS integration: This bug (540627) was mentioned in https://build.opensuse.org/request/show/37769 Factory / yast2-packager https://build.opensuse.org/request/show/40018 Factory / yast2-http-server https://build.opensuse.org/request/show/42198 Factory / yast2-slp-server https://build.opensuse.org/request/show/42262 Factory / yast2-instserver https://build.opensuse.org/request/show/42690 Factory / yast2-dirinstall https://build.opensuse.org/request/show/49782 Factory / yast2-online-update https://build.opensuse.org/request/show/49936 Factory / yast2-tune https://build.opensuse.org/request/show/50376 Factory / yast2-live-installer https://build.opensuse.org/request/show/52593 Factory / yast2-sound https://build.opensuse.org/request/show/65008 Factory / yast2-nis-client https://build.opensuse.org/request/show/77668 Factory / yast2-sudo https://build.opensuse.org/request/show/78015 Factory / yast2-power-management https://build.opensuse.org/request/show/78261 Factory / yast2-nis-server