Re: X11R7.4: XWinrc does not work anymore

2008-11-12 Thread Danilo Turina

Jon TURNEY wrote:

Danilo Turina wrote:

Hello,
yesterday I installed the fresh new X11R7.4, this morning I also
updated various packages and now the menu on the X tray icon does not
work anymore: the menu items (also within submenus) are all there, but
clicking them does nothing (apart a brief flickering of the hourglass
mouse pointer).



writesomethingexec/bin/echo something  /xxx.txt

or

without any luck (the file /xxx.txt is not created)



Very strange.  Taken together this suggests that the shell that the X server
runs is failing to run the command specified.

You might try strace-ing the X server to see if this gives more information
about why it's failing


Good suggestion!

 6020 490158858 [main] XWin 4316 C:\cygwin\bin\XWin.exe: *** fatal 
error - unable to remap C:\cygwin\bin\cygXext-6.dll to same address as 
parent(0x1977) != 0x6678


rebaseall solved the problem.

Thank you,
Danilo




I updated to X11R7.4 in two different PCs (with different
configurations/cygwin packages installed/XWinrc/X configuration) and I
have this problem in both.

I just wanted to know if this happens also to anybody else.


I'm afraid it works for me


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




--
Danilo Turina
Alcatel-Lucent
Software Developer
OND Network Management
Rieti (Italy)
Phone: +39 0746 600332

7 anni 7 mesi 3 giorni 5 ore 26 minuti 58 secondi

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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Jon TURNEY
Jon TURNEY wrote:
 Maarten Vanneste wrote:
 
 I am not doing anything different as before. The Xemacs editor opens
 fine, however, I had to install additional fonts as it became nearly
 impossible to read the scripts. I just found out that I however cannot
 type into the editor, same for emacs.
 
 The problem where the keyboard doesn't appear to work may be caused if you
 have XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB environment variable.  The
 startxwin.bat batch file should have been updated to remove this by the
 upgrade, but if you have a different way of starting the server it may still
 be in your environment. If it is, remove it :-)

But rather than relying on my wild guesses, it might be better if you posted
your /tmp/Xwin.log to see if that says anything useful...

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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Maarten Vanneste
Hello,
I have attached the file requested. I would hope that there will be a
patch released soon that sorts out these issues automatically. That
would certainly help for those (as me) who are no experts on these
matters (but find cygwin extremely useful).
Thanks for your feedback !
Maarten


On Wed, Nov 12, 2008 at 3:46 PM, Jon TURNEY [EMAIL PROTECTED] wrote:
 Jon TURNEY wrote:
 Maarten Vanneste wrote:

 I am not doing anything different as before. The Xemacs editor opens
 fine, however, I had to install additional fonts as it became nearly
 impossible to read the scripts. I just found out that I however cannot
 type into the editor, same for emacs.

 The problem where the keyboard doesn't appear to work may be caused if you
 have XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB environment variable.  The
 startxwin.bat batch file should have been updated to remove this by the
 upgrade, but if you have a different way of starting the server it may still
 be in your environment. If it is, remove it :-)

 But rather than relying on my wild guesses, it might be better if you posted
 your /tmp/Xwin.log to see if that says anything useful...

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




XWin.log
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Maarten Vanneste
Hello again,

Thanks for your quick reply and suggestions. The nedit suggestion does
the trick. I notice that the fonts are a bit messed up, as the text
appears very big (much larger than the original setting).

The keyboard issue is not sorted out (and it does not work with nedit
either). Cannot find this XKEY..., neither in the window environment
nor using cygcheck -c -s -r

A bit strange. Is it an option to go back to the previous X11
installation, if possible ?

With best regards / Vennlig hilsen
Maarten





On Wed, Nov 12, 2008 at 1:45 PM, Jon TURNEY [EMAIL PROTECTED] wrote:
 Maarten Vanneste wrote:
 Dear all,

 I have just updated my cygwin settings, something I do on a weekly
 basis. This typically goes without any trouble. Now I have noticed
 that there was a substantial update on X11. After the update, the
 nedit editor fails to operate, returning the following error message:

 X Error of failed request: BadMatch (invalid parameter attributes)
 Major opcode of failed request: 70 (X_PolyFillRectangle)
 Serial number of failed request: 289
 Current serial number in output stream: 299

 (The last two numbers change after rebooting).

 nedit needs rebuilding with a patch to work around an issue in lesstif with
 the latest X server.

 It appears this hasn't happened yet.

 If I am understanding this mail [1] correctly, until this happens, you can
 work around the issue by having XLIB_SKIP_ARGB_VISUALS in your enviroment,
 e.g. try running nedit like this...

 $ export XLIB_SKIP_ARGB_VISUALS=1
 $ nedit

 and this appears to work for me when I try it.

 [1] http://cygwin.com/ml/cygwin-apps/2008-11/msg00078.html

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



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



The uncommon valor of Yaakov Selkowitz

2008-11-12 Thread Christopher Faylor
Yesterday, Yaakov released a new version of X for Cygwin, rectifying a
long-standing problem in the Cygwin distribution.

He was amazingly diligent in making sure that his upgrade did not break
the Cygwin distribution.  His new packages are laid out in a more
sensical fashion and attempt to rigorously provide a seamless upgrade
experience.  It was impressive to see how hard he worked to make things
work.

In addition to that, I know that he knows full well that there will be
lots of email from lots of users who used the old versions and now are
confused by the modern installation.  There will undoubtedly be bugs and
there will undoubtedly be repeated reporting of the bugs to the cygwin
lists.  I know that he will be noting all of the problems and rectifying
them where he can.  I've seen him do this with the already impressive
list of packages that he maintains and I'm confident that he will bring
this level of committment to the new Xorg release.

I really want to commend Yaakov for what he has done here.  It is a
relief to have the X packaging sorted out and to have active maintainers
in the cygwin-xfree mailing list.  We've been without active participation
in this project for many years.

(Although if history replays itself Yaakov will soon get a job offer from
a X-on-Windows company)

Yaakov deserves 10 gold stars for what he has done here but I don't
think that's enough to thank him for his work.  If you agree with me you
might consider going to http://cygwin.com/donations.html and donating
something to Yaakov in appreciation of all of his hard work both with
Cygwin/X and for the cygwinports project*.  I did that last week in
anticipation of Xorg release.  I hope you will consider doing something
similar.

cgf

*http://sourceware.org/cygwinports/

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



xmkmf problem with latest X11R7.4

2008-11-12 Thread Dr. Volker Zell
Hi

When generating the Makefile with xmkmf from latest X11R7.4
for Xaw3d I get the following lines in the Makefile

SOXAWREV = SharedXawRev
DEPXAWLIB =
XAWLIB =  -lXaw

and the following with the old release.

SOXAWREV = 7.0
DEPXAWLIB =
XAWLIB =  -lXaw

This leads to a cygXaw3d-SharedXawRev.dll after building but it should
be cygXaw3d-7.dll like in the previous X11 version.

Any idea what's wrong here ?

Ciao
  Volker
  

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



Re: The uncommon valor of Yaakov Selkowitz

2008-11-12 Thread Mark Rousell
Christopher Faylor wrote:
 Yesterday, Yaakov released a new version of X for Cygwin, rectifying a
 long-standing problem in the Cygwin distribution.

Very well done to Yaakov!


-- 
MarkR

PGP public key: http://www.signal100.com/markr/publickey
Key fingerprint: 2F64 8EC1 771C 3895 A230 3BE1 2501 A882 C9C5 C162


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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Jon TURNEY
Maarten Vanneste wrote:
 Dear all,
 
 I have just updated my cygwin settings, something I do on a weekly
 basis. This typically goes without any trouble. Now I have noticed
 that there was a substantial update on X11. After the update, the
 nedit editor fails to operate, returning the following error message:
 
 X Error of failed request: BadMatch (invalid parameter attributes)
 Major opcode of failed request: 70 (X_PolyFillRectangle)
 Serial number of failed request: 289
 Current serial number in output stream: 299
 
 (The last two numbers change after rebooting).

nedit needs rebuilding with a patch to work around an issue in lesstif with
the latest X server.

It appears this hasn't happened yet.

If I am understanding this mail [1] correctly, until this happens, you can
work around the issue by having XLIB_SKIP_ARGB_VISUALS in your enviroment,
e.g. try running nedit like this...

$ export XLIB_SKIP_ARGB_VISUALS=1
$ nedit

and this appears to work for me when I try it.

[1] http://cygwin.com/ml/cygwin-apps/2008-11/msg00078.html

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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Maarten Vanneste wrote:
 Thanks for your quick reply and suggestions. The nedit suggestion does
 the trick. I notice that the fonts are a bit messed up, as the text
 appears very big (much larger than the original setting).
 
 The keyboard issue is not sorted out (and it does not work with nedit
 either). Cannot find this XKEY..., neither in the window environment
 nor using cygcheck -c -s -r

Are you using MSFU?

http://x.cygwin.com/docs/faq/cygwin-x-faq.html#microsoft-services-for-unix

Or do you have these variables set in your Cygwin environment (e.g. in
~/.bashrc)?  You shouldn't need to set them.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkbDWMACgkQpiWmPGlmQSND2QCghqQbcGlU1qREidk6gQ7bp1wG
CPAAoPuNIYco3wJOnvz9IN1OQoIkRdHp
=YBGn
-END PGP SIGNATURE-

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



Re: X11R7.4: XWinrc does not work anymore

2008-11-12 Thread jose isaias cabrera


No, but I have not upgraded, nor I will anytime soon. :-)

- Original Message - 
From: Danilo Turina [EMAIL PROTECTED]

To: cygwin-xfree@cygwin.com
Sent: Wednesday, November 12, 2008 4:41 AM
Subject: X11R7.4: XWinrc does not work anymore



Hello,
yesterday I installed the fresh new X11R7.4, this morning I also 
updated various packages and now the menu on the X tray icon does not 
work anymore: the menu items (also within submenus) are all there, but 
clicking them does nothing (apart a brief flickering of the hourglass 
mouse pointer).


I have a personalized .XWinrc in my home directory, so I tried to remove 
it and use the system's default one: no way.


Only the default items work:
  1) Reload .XWinrc
  2) Hide Root Window
  3) About...
  4) Exit...

All the other items do not work, even the simpler ones:

xterm exec xterm
notepad exec notepad

(so neither cygwin application, nor plain windows application, do work).
So it seems that the exec items do not work.

I tried to gather some info about this problem:
  - by looking into XWin.log: but found nothing;
  - by adding items like this one:

writesomething exec /bin/echo something  /xxx.txt

or

without any luck (the file /xxx.txt is not created)

I updated to X11R7.4 in two different PCs (with different 
configurations/cygwin packages installed/XWinrc/X configuration) and I 
have this problem in both.


I just wanted to know if this happens also to anybody else.

Ciao,
Danilo

--
Danilo Turina
Alcatel-Lucent
Software Developer
OND Network Management
Rieti (Italy)
Phone: +39 0746 600332

7 anni 7 mesi 3 giorni 48 minuti 5 secondi

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



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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Jon TURNEY
Maarten Vanneste wrote:
 Hello,
 I have attached the file requested. I would hope that there will be a
 patch released soon that sorts out these issues automatically. That
 would certainly help for those (as me) who are no experts on these
 matters (but find cygwin extremely useful).

Hmm... this looks very much like a log from the old 6.8.99 monolithic server,
rather than 1.5.3 you should have just installed.

It should be fairly obvious if the X server hasn't been upgraded (icon now has
a little red ring around it, version number is in the 'About...' dialog)

(Note to self: logging version number is a good idea)

Can you clarify how you are starting the X server? by running startxwin.bat?
or just running X from a shell? You might try the alternative and see if that
makes a difference

 Thanks for your feedback !

Thanks for your patience

 Maarten
 
 
 On Wed, Nov 12, 2008 at 3:46 PM, Jon TURNEY [EMAIL PROTECTED] wrote:
 Jon TURNEY wrote:
 Maarten Vanneste wrote:

 I am not doing anything different as before. The Xemacs editor opens
 fine, however, I had to install additional fonts as it became nearly
 impossible to read the scripts. I just found out that I however cannot
 type into the editor, same for emacs.
 But rather than relying on my wild guesses, it might be better if you posted
 your /tmp/Xwin.log to see if that says anything useful...

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



X11R7.4 is broke

2008-11-12 Thread bali asur
Noticing Yahov's e-mail about the new X11 releases, I have
been attempting to follow Yakov's upgrade path instructions.
The instruction seem to imply that the following packages
must be installed.

However apart from the first package, all xorg-x11-* packages
are not to be found in the cygwin setup repository.  It is tempting
to ask if anyone knows why, but I suspect only Yakov knows.

X-startup-scripts - xinit
xorg-x11-bin-dlls - libX11_6
xorg-x11-bin-lndir - lndir

xorg-x11-devel - libX11-devel
xorg-x11-f100 - font-bitstream-dpi100
xorg-x11-fcyr - font-misc-cyrillic
xorg-x11-fenc - font-encodings
xorg-x11-fnts - font-bitstream-dpi75
xorg-x11-fscl - font-bitstream-type1

xorg-x11-man-pages* - xorg-docs
xorg-x11-{nest,vfb,xwin} - xorg-server


Regards,

asura

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



Re: X11R7.4 is broke

2008-11-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

bali asur wrote:
 Noticing Yahov's e-mail about the new X11 releases, I have
 been attempting to follow Yakov's upgrade path instructions.
 The instruction seem to imply that the following packages
 must be installed.

The instructions tell you that if you are upgrading from the previous
monolithic X11R6.9, then for each of the xorg-x11-* packages you already
have installed, setup.exe will select the indicated packages
automatically when upgrading.

 However apart from the first package, all xorg-x11-* packages
 are not to be found in the cygwin setup repository.  It is tempting
 to ask if anyone knows why, but I suspect only Yakov knows.

They are hidden unless you select Show Obsolete Packages in setup.exe,
because they are obsolete.  setup.exe will do the right thing anyway.


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkbEj0ACgkQpiWmPGlmQSPw9ACeJnZYt643y5zzJ1XxRSGm3Smm
qFgAoJVa3BtYspHDpv+80BDaQzjHQs3H
=x19a
-END PGP SIGNATURE-

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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Marco Atzeri

--- Maarten Vanneste ha scritto:

 Hello again,
 
 
 The keyboard issue is not sorted out (and it does
 not work with nedit
 either). Cannot find this XKEY..., neither in the
 window environment
 nor using cygcheck -c -s -r
 
 A bit strange. Is it an option to go back to the
 previous X11
 installation, if possible ?
 

It was declared in the old 
/usr/X11R6/bin/startxwin.bat

it has been removed in the new 
/usr/bin/startxwin.bat


 With best regards / Vennlig hilsen
 Maarten

Regards
Marco



  Unisciti alla community di Io fotografo e video, il nuovo corso di 
fotografia di Gazzetta dello sport:
http://www.flickr.com/groups/iofotografoevideo

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



nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Maarten Vanneste
Dear all,

I have just updated my cygwin settings, something I do on a weekly
basis. This typically goes without any trouble. Now I have noticed
that there was a substantial update on X11. After the update, the
nedit editor fails to operate, returning the following error message:

X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 70 (X_PolyFillRectangle)
Serial number of failed request: 289
Current serial number in output stream: 299

(The last two numbers change after rebooting).

I am not doing anything different as before. The Xemacs editor opens
fine, however, I had to install additional fonts as it became nearly
impossible to read the scripts. I just found out that I however cannot
type into the editor, same for emacs.
I am quite keen on nedit for some reason or another, so I would prefer
using nedit instead. I have not encountered anything like this prior
to the latest update, but it is quite frustrating.

After the first failure, I have reinstalled the entire X11 package
successfully. I have also reinstalled nedit, but this did not sort out
this problem. Obviously, something went wrong but I have no clue what
happened.

Running cygcheck -c returns no errors or incomplete installations.

Any advice or suggestions ?

With best regards / Vennlig hilsen

Maarten

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



X11R7.4: XWinrc does not work anymore

2008-11-12 Thread Danilo Turina

Hello,
	yesterday I installed the fresh new X11R7.4, this morning I also 
updated various packages and now the menu on the X tray icon does not 
work anymore: the menu items (also within submenus) are all there, but 
clicking them does nothing (apart a brief flickering of the hourglass 
mouse pointer).


I have a personalized .XWinrc in my home directory, so I tried to remove 
it and use the system's default one: no way.


Only the default items work:
  1) Reload .XWinrc
  2) Hide Root Window
  3) About...
  4) Exit...

All the other items do not work, even the simpler ones:

xterm   execxterm
notepad execnotepad

(so neither cygwin application, nor plain windows application, do work).
So it seems that the exec items do not work.

I tried to gather some info about this problem:
  - by looking into XWin.log: but found nothing;
  - by adding items like this one:

writesomething  exec/bin/echo something  /xxx.txt

or

without any luck (the file /xxx.txt is not created)

I updated to X11R7.4 in two different PCs (with different 
configurations/cygwin packages installed/XWinrc/X configuration) and I 
have this problem in both.


I just wanted to know if this happens also to anybody else.

Ciao,
Danilo

--
Danilo Turina
Alcatel-Lucent
Software Developer
OND Network Management
Rieti (Italy)
Phone: +39 0746 600332

7 anni 7 mesi 3 giorni 48 minuti 5 secondi

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



Re: xmkmf problem with latest X11R7.4

2008-11-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dr. Volker Zell wrote:
 When generating the Makefile with xmkmf from latest X11R7.4
 for Xaw3d I get the following lines in the Makefile
 
 SOXAWREV = SharedXawRev
 DEPXAWLIB =
 XAWLIB =  -lXaw
 
 and the following with the old release.
 
 SOXAWREV = 7.0
 DEPXAWLIB =
 XAWLIB =  -lXaw
 
 This leads to a cygXaw3d-SharedXawRev.dll after building but it should
 be cygXaw3d-7.dll like in the previous X11 version.

Thanks for the bug report.  I just pushed xorg-cf-files-1.0.2-6, which
should fix this.

BTW, if you're updating to 1.5E, could you release it as -2, in order to
supersede the version in Ports which I can now remove?


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkbGswACgkQpiWmPGlmQSMJvwCgnGt7931Vhk/AGMbT5fWuI6MS
FUwAoMJlW/f93SzfhKEIg6kVx4+vxtAt
=eqGQ
-END PGP SIGNATURE-

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



Re: X11R7.4: XWinrc does not work anymore

2008-11-12 Thread Jon TURNEY
Danilo Turina wrote:
 Hello,
 yesterday I installed the fresh new X11R7.4, this morning I also
 updated various packages and now the menu on the X tray icon does not
 work anymore: the menu items (also within submenus) are all there, but
 clicking them does nothing (apart a brief flickering of the hourglass
 mouse pointer).

 writesomethingexec/bin/echo something  /xxx.txt
 
 or
 
 without any luck (the file /xxx.txt is not created)
 

Very strange.  Taken together this suggests that the shell that the X server
runs is failing to run the command specified.

You might try strace-ing the X server to see if this gives more information
about why it's failing

 I updated to X11R7.4 in two different PCs (with different
 configurations/cygwin packages installed/XWinrc/X configuration) and I
 have this problem in both.
 
 I just wanted to know if this happens also to anybody else.

I'm afraid it works for me


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



Re: The uncommon valor of Yaakov Selkowitz *amended*

2008-11-12 Thread Christopher Faylor
On Wed, Nov 12, 2008 at 11:17:43AM -0500, Christopher Faylor wrote:
Yesterday, Yaakov released a new version of X for Cygwin, rectifying a
long-standing problem in the Cygwin distribution.

He was amazingly diligent in making sure that his upgrade did not break
the Cygwin distribution.  His new packages are laid out in a more
sensical fashion and attempt to rigorously provide a seamless upgrade
experience.  It was impressive to see how hard he worked to make things
work.

In addition to that, I know that he knows full well that there will be
lots of email from lots of users who used the old versions and now are
confused by the modern installation.  There will undoubtedly be bugs and
there will undoubtedly be repeated reporting of the bugs to the cygwin
lists.  I know that he will be noting all of the problems and rectifying
them where he can.  I've seen him do this with the already impressive
list of packages that he maintains and I'm confident that he will bring
this level of committment to the new Xorg release.

I really want to commend Yaakov for what he has done here.  It is a
relief to have the X packaging sorted out and to have active maintainers
in the cygwin-xfree mailing list.  We've been without active participation
in this project for many years.

(Although if history replays itself Yaakov will soon get a job offer from
a X-on-Windows company)

Yaakov deserves 10 gold stars for what he has done here but I don't
think that's enough to thank him for his work.  If you agree with me you
might consider going to http://cygwin.com/donations.html and donating
something to Yaakov in appreciation of all of his hard work both with
Cygwin/X and for the cygwinports project*.  I did that last week in
anticipation of Xorg release.  I hope you will consider doing something
similar.

While I was writing the above I really wanted to also include an
additional big thanks to Jon Turney for contributing his technical
know-how to finally getting the Xorg server issues worked out.  But I
forgot.

Going forward, Jon and Yaakov are going to be tag-teaming the
maintenance of Cygwin/X.  So thank you Jon and apologies for not
mentioning you in my original email.

cgf

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



HEADSUP: cygwin-xfree announcements

2008-11-12 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please be aware that announcements on cygwin-xfree-announce are not
currently being echoed to this list as they were in the past.  We are
working on automating this, but in the meantime please subscribe to the
- -announce list separately if you want to receive the announcements.

Sorry for the inconvenience,


Yaakov
Cygwin/X
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkkbJnUACgkQpiWmPGlmQSMWFgCdEh4Lg8sRnCNJJOMgT0TGcWfS
Bx0AoIdiXYC3HdS6WVkTDP8n9WFHuv1Q
=/jf2
-END PGP SIGNATURE-

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



Redemption Code #APL5217

2008-11-12 Thread Rewards Notification
Myron Stiles,

Your email address, cygwin-xfree@cygwin.com, was chosen at 11/12/2008 03:21 PM, 
to receive an iPod Nano. 
Choose your color here:
http://muffinjay.com/nz4we8t0xpqxgry































ReIf you no longer wish to receive promotions from this advertiser, please 
write:
Customer Service 9-334 Queen Street South, Suite 220
Bolton, Ontario, Canada L7E-2N9 
or visit:
http://muffinjay.com/vc-0hpf4put2lai














To unsubscribe please click here http://muffinjay.com/unsub/?id=xogmtdmpjykinmq
Wednesday, November 12, 2008


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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Jon TURNEY
Maarten Vanneste wrote:

 I am not doing anything different as before. The Xemacs editor opens
 fine, however, I had to install additional fonts as it became nearly
 impossible to read the scripts. I just found out that I however cannot
 type into the editor, same for emacs.

The problem where the keyboard doesn't appear to work may be caused if you
have XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB environment variable.  The
startxwin.bat batch file should have been updated to remove this by the
upgrade, but if you have a different way of starting the server it may still
be in your environment. If it is, remove it :-)

 I am quite keen on nedit for some reason or another, so I would prefer
 using nedit instead. I have not encountered anything like this prior
 to the latest update, but it is quite frustrating.
 
 After the first failure, I have reinstalled the entire X11 package
 successfully. I have also reinstalled nedit, but this did not sort out
 this problem. Obviously, something went wrong but I have no clue what
 happened.
 
 Running cygcheck -c returns no errors or incomplete installations.
 
 Any advice or suggestions ?

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



Re: nedit gives X-error of failed request - also issues with (x)emacs

2008-11-12 Thread Maarten Vanneste
Hello,

I am currently at home (where I have not yet updated for a few days).
I usually start it by double-clicking the XWin starter followed by the
cygwin both on the desktop (coming from the installation).

My .bashrc looks fairly simply, as I do not set anything in particular
(except some GMT and SeismicUnix). Nothing like these parameters you
specify.

I would nevertheless expect to have the latest setup, as this is
something I do weekly. Again, no problems until this update this
morning, neither at home nor at the office. I have noticed that the
icon indeed has changed, as mentioned, suggesting it to have updated.

With best regards / Vennlig hilsen
Maarten




On Wed, Nov 12, 2008 at 6:07 PM, Yaakov (Cygwin Ports)
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Maarten Vanneste wrote:
 Thanks for your quick reply and suggestions. The nedit suggestion does
 the trick. I notice that the fonts are a bit messed up, as the text
 appears very big (much larger than the original setting).

 The keyboard issue is not sorted out (and it does not work with nedit
 either). Cannot find this XKEY..., neither in the window environment
 nor using cygcheck -c -s -r

 Are you using MSFU?

 http://x.cygwin.com/docs/faq/cygwin-x-faq.html#microsoft-services-for-unix

 Or do you have these variables set in your Cygwin environment (e.g. in
 ~/.bashrc)?  You shouldn't need to set them.


 Yaakov
 Cygwin/X
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (Cygwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEAREIAAYFAkkbDWMACgkQpiWmPGlmQSND2QCghqQbcGlU1qREidk6gQ7bp1wG
 CPAAoPuNIYco3wJOnvz9IN1OQoIkRdHp
 =YBGn
 -END PGP SIGNATURE-

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



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



fonts broken in xemacs with latest x server update

2008-11-12 Thread hazen

Given the latest X server update, what should I do to get a working xemacs?

I've tried installing cygwin from scratch with the new x server release and
xemacs, but the fonts are broken on my system:

http://www.nabble.com/file/p20471230/emacs-fonts-buggered.jpeg 

Are there specific font packages I should install? How about emacs font
configuration?

Thanks,

-- 
View this message in context: 
http://www.nabble.com/fonts-broken-in-xemacs-with-latest-x-server-update-tp20471230p20471230.html
Sent from the cygwin-xfree mailing list archive at Nabble.com.


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



Re: fonts broken in xemacs with latest x server update

2008-11-12 Thread Larry Hall (Cygwin X)

hazen wrote:

Given the latest X server update, what should I do to get a working xemacs?

I've tried installing cygwin from scratch with the new x server release and
xemacs, but the fonts are broken on my system:

http://www.nabble.com/file/p20471230/emacs-fonts-buggered.jpeg 


Are there specific font packages I should install? How about emacs font
configuration?


You must be psychic.  Others are having this same problem  Wait a
minute.  If you were psychic, you would have had to report this problem
_before_ the others. ;-)

See if this helps: http://cygwin.com/ml/cygwin-xfree/2008-11/msg00014.html


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 429-6305 - FAX
Holliston, MA 01746

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



Re: fonts broken in xemacs with latest x server update

2008-11-12 Thread David Rothenberger

On 11/12/2008 2:46 PM, hazen wrote:

Given the latest X server update, what should I do to get a working xemacs?

I've tried installing cygwin from scratch with the new x server release and
xemacs, but the fonts are broken on my system:

http://www.nabble.com/file/p20471230/emacs-fonts-buggered.jpeg 


Are there specific font packages I should install? How about emacs font
configuration?


Try installing font-adobe-dpi100-1.0.0-1 and/or font-adobe-dpi75-1.0.0-1.

--
David Rothenberger    [EMAIL PROTECTED]

The American Dental Association announced today that most plaque tends
to form on teeth around 4:00 PM in the afternoon.

Film at 11:00.


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



Re: Problems with keyb layout and fonts?

2008-11-12 Thread Jon TURNEY
Angelo Graziosi wrote:
 I want to flag the following problems I meet with the new X11R7.4. They
 happen both with just an upgrade and reinstalling all from scratch.
 
 1.
 With the new X11R7.4 I have lost the italian layout of keyboard which
 now reacts as an english KB. In the XWin.log I found:
 
 [...]
 MIT-SHM extension disabled due to lack of kernel support
 (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so
 (II) GLX: Initialized DRISWRAST GL provider for screen 0
 (EE) XKB: Could not invoke xkbcomp
 (EE) XKB: Couldn't compile keymap
 (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
 (--) 5 mouse buttons found
 (--) Setting autorepeat to delay=500, rate=31
 (--) winConfigKeyboard - Layout: 0410 (0410)
 (--) Using preset keyboard for Italian (410), type 4
 (EE) XKB: Could not invoke xkbcomp
 (EE) XKB: Couldn't compile keymap
 (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
 [...]
 
 but I do not know how to solve it.

Can you check if you have the xkbcomp package installed (the upgrade should
have done this automatically), and if xkbcomp is on your path and is runnable?

 2.
 with which the BitStream plus the previous x server X11R6.99 work just
 fine (see [1] for a demo); but now with X11R7.4 it seems that instead of
 Bitstream, luxi-mono is loaded (see the attached png file). I have
 installed all font* pkgs.

I'm sorry I don't quite understand where these fonts came from.

If it's something you've installed yourself, you'll need to reinstall them as
the fonts have moved to /usr/share/fonts, as mentioned in Yaakov's announce
mail [1]

[1] http://cygwin.com/ml/cygwin-xfree-announce/2008-11/msg0.html

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



startx is failing in X11R7.4

2008-11-12 Thread bali asur
After the new X upgrade  'startx' is failing.  What is going on?


[EMAIL PROTECTED] ~
$ startx
xauth:  creating new authority file
/cygdrive/c/unix/cygwin/home/asura/.serverauth.3208
xauth:  unable to link authority file
/cygdrive/c/unix/cygwin/home/asura/.serverauth.3208, use
/cygdrive/c/unix/cygwin/home/asura/.serverauth.3208-n
xauth:  creating new authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority
xauth:  creating new authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority
xauth:  unable to link authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority, use
/cygdrive/c/unix/cygwin/home/asura/.Xauthority-n
xauth:  creating new authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority
xauth:  creating new authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority
xauth:  unable to link authority file
/cygdrive/c/unix/cygwin/home/asura/.Xauthority, use
/cygdrive/c/unix/cygwin/home/asura/.Xauthority-n

giving up.
xinit:  No such file or directory (errno 2):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.
xauth:  creating new authority file /cygdrive/c/unix/cygwin/home/asura/.Xauthor
ity

[EMAIL PROTECTED] ~
$ cat /tmp/XWin.log
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.5.3.0 (10503000)

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/bin/X :0 -auth
 /cygdrive/c/unix/cygwin/home/asura/.serverauth.3208

ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1680 h 1050
winInitializeDefaultScreens - Returning

Fatal server error:
Can't read lock file /tmp/.X0-lock

winDeinitMultiWindowWM - Noting shutdown in progress


[EMAIL PROTECTED] ~
$ cygcheck -c
Cygwin Package Information
Package  VersionStatus
_update-info-dir 00779-1OK
alternatives 1.3.30c-2  OK
ash  20040127-4 OK
base-files   3.7-1  OK
base-passwd  2.2-1  OK
bash 3.2.39-20  OK
bzip21.0.5-2OK
coreutils6.10-1 OK
crypt1.1-1  OK
cygutils 1.3.2-1OK
cygwin   1.5.25-15  OK
cygwin-doc   1.4-4  OK
e2fsprogs1.35-3 OK
editrights   1.01-2 OK
expat2.0.1-1OK
findutils4.4.0-3OK
font-alias   1.0.1-1OK
font-cursor-misc 1.0.0-1OK
font-encodings   1.0.2-1OK
font-misc-misc   1.0.0-1OK
fontconfig   2.6.0-1OK
gawk 3.1.6-1OK
grep 2.5.3-1OK
groff1.19.2-2   OK
gzip 1.3.12-2   OK
less 382-1  OK
libbz2_1 1.0.5-2OK
libdb4.5 4.5.20.2-2 OK
libexpat12.0.1-1OK
libexpat1-devel  2.0.1-1OK
libfontconfig1   2.6.0-1OK
libfontenc1  1.0.4-2OK
libfreetype262.3.7-1OK
libgdbm4 1.8.3-8OK
libICE6  1.0.4-2OK
libiconv21.12-1 OK
libintl3 0.14.5-1   OK
libintl8 0.17-1 OK
libncurses8  5.5-3  OK
libpcre0 7.8-1  OK
libpixman1_0 0.12.0-1   OK
libpopt0 1.6.4-4OK
libreadline6 5.2.12-10  OK
libSM6   1.1.0-1OK
libX11_6 1.1.5-1OK
libXau6  1.0.4-1OK
libXaw7  1.0.4-2OK
libxcb-xlib0 1.1-2  OK
libxcb1  1.1-2  OK
libXdmcp61.0.2-3OK
libXext6 1.0.4-1OK
libXft2  2.1.13-1   OK
libxkbfile1  1.0.5-2OK
libXmu6  1.0.4-1OK
libXmuu1 1.0.4-1OK
libXpm4  3.5.7-2OK
libXrender1  0.9.4-2OK
libXt6   1.0.5-2OK
login1.9-8  OK
luit 1.0.3-1OK
man  1.6e-1 OK
mkfontdir1.0.4-1OK
mkfontscale  1.0.5-1OK
openssl  0.9.8i-1   OK
perl 5.10.0-5   OK
rebase   2.4.4-1OK
rgb  1.0.3-1OK
run  1.1.10-1   OK
sed  4.1.5-2OK
tar  1.20-1 OK
termcap  20050421-1 OK
terminfo 5.5_20061104-1 OK
texinfo  4.8a-1 OK
tzcode   2008a-1OK
util-linux 

Solved problem starting new X Server

2008-11-12 Thread Tallak Tveide
Hi.

Just yesterday I installed the updated cygwin X server.

When I retstarted the system, I was not able to type characters in my shell.

I found the problem - I had previously made a copy of the
startxwin.bat file and modified it to start rxvt instead of xterm. The
startxwin.bat file has been updated now, so you should update your
copy of startxwin.bat with these changes also.

There might be a better way to do this, but at the moment I am a happy
camper ;-)

Tallak

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