FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 10-23-2011, 07:55 PM
Marko Vojinovic
 
Default Gdm removed when sugar WM removed

On Sunday 23 October 2011 19:17:54 Joe Zeff wrote:
> On 10/23/2011 07:20 AM, antonio montagnani wrote:
> > A simple solution would be not disinstall GDM by default in any WM group
> > disinstallation: I guess that many people want to try different WM's and
> > in case they decided to disinstall some WM, their GDM would be killed,
> > that is not fair. How about this simple decision, i.e. not to include
> > GDM in any disinstallation list??
>
> In general, when you remove a package you also remove its dependencies
> if and only if nothing else needs them. As long as you have a WM
> installed that needs gdm, it shouldn't be removed. Sounds like a bug to
> me. Report it.

How do you determine whether or not a given wm needs gdm? Any wm can equally
well use kdm instead of gdm, so it is actually a conditional dependency ---
"if there is no other dm installed, and if there is some wm which depends on
the presence of a dm, don't uninstall it".

It's a mess, if you ask me. :-) Multiple wm's and de's, "maybe depending" on
multiple dm's that may or may not be present...

Best, :-)
Marko

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:14 PM
Joe Zeff
 
Default Gdm removed when sugar WM removed

On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
> How do you determine whether or not a given wm needs gdm? Any wm can equally
> well use kdm instead of gdm, so it is actually a conditional dependency ---
> "if there is no other dm installed, and if there is some wm which depends on
> the presence of a dm, don't uninstall it".

Can you tell me one good reason that a dm should be a dependency of any wm?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:19 PM
Joe Zeff
 
Default Gdm removed when sugar WM removed

On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
> Best, :-)
> Marko

Sorry to be sending this to the list, but as you'll see, it's the only
way I can do this. Please remove your own email address from the Reply
To: field until you've got it working again. Every time I reply to one
of your posts, the one sent to you personally bounces with this message:

A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:

<vmarko@ipb.ac.rs>

SMTP error from remote server after transfer of mail text:
host mail.ipb.ac.rs[147.91.80.4]:
550 5.7.1 message content rejected
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:20 PM
Kam Leo
 
Default Gdm removed when sugar WM removed

On Sun, Oct 23, 2011 at 12:55 PM, Marko Vojinovic <vvmarko@gmail.com> wrote:
> On Sunday 23 October 2011 19:17:54 Joe Zeff wrote:
>> On 10/23/2011 07:20 AM, antonio montagnani wrote:
>> > A simple solution would be not disinstall GDM by default in any WM group
>> > disinstallation: I guess that many people want to try different WM's and
>> > in case they decided to disinstall some WM, their GDM would be killed,
>> > that is not fair. How about this simple decision, i.e. not to include
>> > GDM in any disinstallation list??
>>
>> In general, when you remove a package you also remove its dependencies
>> if and only if nothing else needs them. *As long as you have a WM
>> installed that needs gdm, it shouldn't be removed. *Sounds like a bug to
>> me. *Report it.
>
> How do you determine whether or not a given wm needs gdm? Any wm can equally
> well use kdm instead of gdm, so it is actually a conditional dependency ---
> "if there is no other dm installed, and if there is some wm which depends on
> the presence of a dm, don't uninstall it".
>
> It's a mess, if you ask me. :-) Multiple wm's and de's, "maybe depending" on
> multiple dm's that may or may not be present...
>

Developers could try something similar to symbolic links. Each package
could add a dependency link. When the last link is deleted the actual
dependent package can be removed.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:26 PM
Marko Vojinovic
 
Default Gdm removed when sugar WM removed

On Sunday 23 October 2011 21:14:17 Joe Zeff wrote:
> On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
> > How do you determine whether or not a given wm needs gdm? Any wm can
> > equally well use kdm instead of gdm, so it is actually a conditional
> > dependency --- "if there is no other dm installed, and if there is some
> > wm which depends on the presence of a dm, don't uninstall it".
>
> Can you tell me one good reason that a dm should be a dependency of any wm?

Well, if you intend to run a wm in runlevel 5, you do need a dm, right? The
problem in my view is that this is a many-to-many mapping, so a given wm may
depend on *either* a gdm or kdm or xdm or whatever, but not on any particular
one of them.

Although, strictly speaking, you can always boot into runlevel 3 and start
your wm from there manually, so the wm doesn't strictly depend on the presence
of a dm (and the formal answer to your question is "no"). However, most of the
people typically boot into runlevel 5, so it makes sense to have a dm whenever
you have a wm installed. For me that is a good enough reason. ;-)

Best, :-)
Marko

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:30 PM
Marko Vojinovic
 
Default Gdm removed when sugar WM removed

On Sunday 23 October 2011 21:19:57 Joe Zeff wrote:
> On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
> Sorry to be sending this to the list, but as you'll see, it's the only
> way I can do this. Please remove your own email address from the Reply
> To: field until you've got it working again. Every time I reply to one
> of your posts, the one sent to you personally bounces with this message:

Oh, sorry, ok, is it fixed now?

Best, :-)
Marko

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:31 PM
"Mikkel L. Ellertson"
 
Default Gdm removed when sugar WM removed

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/23/2011 03:26 PM, Marko Vojinovic wrote:
> On Sunday 23 October 2011 21:14:17 Joe Zeff wrote:
>> On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
>>> How do you determine whether or not a given wm needs gdm? Any wm can
>>> equally well use kdm instead of gdm, so it is actually a conditional
>>> dependency --- "if there is no other dm installed, and if there is some
>>> wm which depends on the presence of a dm, don't uninstall it".
>>
>> Can you tell me one good reason that a dm should be a dependency of any wm?
>
> Well, if you intend to run a wm in runlevel 5, you do need a dm, right? The
> problem in my view is that this is a many-to-many mapping, so a given wm may
> depend on *either* a gdm or kdm or xdm or whatever, but not on any particular
> one of them.
>
> Although, strictly speaking, you can always boot into runlevel 3 and start
> your wm from there manually, so the wm doesn't strictly depend on the presence
> of a dm (and the formal answer to your question is "no"). However, most of the
> people typically boot into runlevel 5, so it makes sense to have a dm whenever
> you have a wm installed. For me that is a good enough reason. ;-)
>
> Best, :-)
> Marko
>
Not to difficult to provide. You have a dependency for a dm, and any
of the dm packages satisfy it. Like you do with a mail server now.
You could then use the alternate selection tool to select the dm you
want to use.

But you do get a dm installed that you do not use if you normally
start X from the cli.

Mikkel
- --

Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6keZcACgkQqbQrVW3JyMShwgCfcw1lYzH81H YUYtsxAkn0CQrX
H7AAn2C2krtELHrAZt3aFhDsOzasWdI+
=RI//
-----END PGP SIGNATURE-----
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-23-2011, 08:33 PM
"Mikkel L. Ellertson"
 
Default Gdm removed when sugar WM removed

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/23/2011 03:14 PM, Joe Zeff wrote:
> On 10/23/2011 12:55 PM, Marko Vojinovic wrote:
>> How do you determine whether or not a given wm needs gdm? Any wm can equally
>> well use kdm instead of gdm, so it is actually a conditional dependency ---
>> "if there is no other dm installed, and if there is some wm which depends on
>> the presence of a dm, don't uninstall it".
>
> Can you tell me one good reason that a dm should be a dependency of any wm?

That is a good question. If you boot to the cli, and use startx, you
do not need one. But if you make installing xdm part of installing
X, you are not using that much extra space. If you want a fancier
dm, install it.

Mikkel
- --

Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6keiIACgkQqbQrVW3JyMQFNQCfX8UqlpK+fg KlNkqCBKUBEf6j
Q7QAn05i/9OALUIdKHFUxnIZaCbr36cK
=KHqG
-----END PGP SIGNATURE-----
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
Old 10-26-2011, 12:17 AM
Mark LaPierre
 
Default Gdm removed when sugar WM removed

On 10/23/2011 09:24 AM, Mark LaPierre wrote:
> On 10/23/2011 04:42 AM, antonio montagnani wrote:
>> I installed Sugar as additional Windows Manager, but when I removed all
>> sugar group also gdm was removed, so I couldn't restart graphically.I
>> had to start in text mode, and re-install it.
>> I suppose that this is not correct, but what is wrong??
>>
>
> When you removed the entire group you also took GDM with it because it's
> part of the group. All you need to do it reinstall GDM to get your
> graphical log in back.
>

How about this for a solution? Make a group for install that contains
the gdm and a group for remove that does not contain gdm. Then yum
would only have to know if it was doing an install or a remove to get
the right group.

Maybe a label field in the group file that yum could check. Label gdm
as install only. Then yum would know to ignore gdm when removing this
group.

--
°v°
/(_)
^ ^ Mark LaPierre
Registerd Linux user No #267004
www.counter.li.org
****
In a free world without fences, who needs gates.
**
Help Microsoft stamp out piracy - give Linux to a friend today.
**
To mess up a Linux box, you need to work at it.
To mess up an MS Windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/
****
--
Signature shamelessly copied from:
Jatin Khatri & geleem
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 

Thread Tools




All times are GMT. The time now is 11:53 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org