public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* xorg-server package no longer installs start menu icons?
@ 2013-09-12 18:47 Ryan Johnson
  2013-09-16 18:49 ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Johnson @ 2013-09-12 18:47 UTC (permalink / raw)
  To: cygwin

Subject line says it all...

(I thought this came up before but either I remembered wrong or my 
Google-foo is weak today).

Ryan


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server package no longer installs start menu icons?
  2013-09-12 18:47 xorg-server package no longer installs start menu icons? Ryan Johnson
@ 2013-09-16 18:49 ` Jon TURNEY
  2013-09-16 23:24   ` Ryan Johnson
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2013-09-16 18:49 UTC (permalink / raw)
  To: cygwin; +Cc: Ryan Johnson

On 12/09/2013 18:02, Ryan Johnson wrote:
> Subject line says it all...
> 
> (I thought this came up before but either I remembered wrong or my Google-foo
> is weak today).

These start menu links aren't installed by the xorg-server package, but by the
xinit package.  WFM.

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server package no longer installs start menu icons?
  2013-09-16 18:49 ` Jon TURNEY
@ 2013-09-16 23:24   ` Ryan Johnson
  2013-09-17 15:15     ` Jon TURNEY
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Johnson @ 2013-09-16 23:24 UTC (permalink / raw)
  To: cygwin; +Cc: Jon TURNEY

On 16/09/2013 2:45 PM, Jon TURNEY wrote:
> On 12/09/2013 18:02, Ryan Johnson wrote:
>> Subject line says it all...
>>
>> (I thought this came up before but either I remembered wrong or my Google-foo
>> is weak today).
> These start menu links aren't installed by the xorg-server package, but by the
> xinit package.  WFM.
>
Ah... that worled. Xinit just didn't install by default when I pulled 
xorg-server.

Thanks,
Ryan


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server package no longer installs start menu icons?
  2013-09-16 23:24   ` Ryan Johnson
@ 2013-09-17 15:15     ` Jon TURNEY
  2013-09-17 16:16       ` Ryan Johnson
  0 siblings, 1 reply; 5+ messages in thread
From: Jon TURNEY @ 2013-09-17 15:15 UTC (permalink / raw)
  To: cygwin; +Cc: Ryan Johnson

On 16/09/2013 23:02, Ryan Johnson wrote:
> On 16/09/2013 2:45 PM, Jon TURNEY wrote:
>> On 12/09/2013 18:02, Ryan Johnson wrote:
>>> Subject line says it all...
>>>
>>> (I thought this came up before but either I remembered wrong or my Google-foo
>>> is weak today).
>> These start menu links aren't installed by the xorg-server package, but by the
>> xinit package.  WFM.
>>
> Ah... that worked. Xinit just didn't install by default when I pulled
> xorg-server.

This is intended.

To do otherwise would lead to an incorrect, circular dependency.  xinit
depends on xorg-server (as you must have a server to start for it to be
useful), but xorg-server does not depend on xinit (as you could start it some
other way, e.g. from the command line)

I guess it would be nice if we had an 'X' virtual package which just depended
on xinit for people who don't read documentation...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xorg-server package no longer installs start menu icons?
  2013-09-17 15:15     ` Jon TURNEY
@ 2013-09-17 16:16       ` Ryan Johnson
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Johnson @ 2013-09-17 16:16 UTC (permalink / raw)
  To: cygwin; +Cc: Jon TURNEY

On 17/09/2013 11:07 AM, Jon TURNEY wrote:
> On 16/09/2013 23:02, Ryan Johnson wrote:
>> On 16/09/2013 2:45 PM, Jon TURNEY wrote:
>>> On 12/09/2013 18:02, Ryan Johnson wrote:
>>>> Subject line says it all...
>>>>
>>>> (I thought this came up before but either I remembered wrong or my Google-foo
>>>> is weak today).
>>> These start menu links aren't installed by the xorg-server package, but by the
>>> xinit package.  WFM.
>>>
>> Ah... that worked. Xinit just didn't install by default when I pulled
>> xorg-server.
> This is intended.
>
> To do otherwise would lead to an incorrect, circular dependency.  xinit
> depends on xorg-server (as you must have a server to start for it to be
> useful), but xorg-server does not depend on xinit (as you could start it some
> other way, e.g. from the command line)
>
> I guess it would be nice if we had an 'X' virtual package which just depended
> on xinit for people who don't read documentation...
Guilty... it's right there on the front page of the cygwin/x web page.

Ryan


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-17 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 18:47 xorg-server package no longer installs start menu icons? Ryan Johnson
2013-09-16 18:49 ` Jon TURNEY
2013-09-16 23:24   ` Ryan Johnson
2013-09-17 15:15     ` Jon TURNEY
2013-09-17 16:16       ` Ryan Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).