Re: Blank title bars

2009-07-28 Thread Csaba Raduly
On Wed, Jul 8, 2009 at 4:45 PM, Jon TURNEYjon.tur...@dronecode.org.uk wrote:
 On 17/06/2009 10:19, Csaba Raduly wrote:

 For some reason, changes to the title bar text result in a blank title
 bar instead until the window loses focus.
(snip)
 I'm afraid I can't quite visualize what you are describing.  Can you upload
 some screenshots somewhere?


Here's an example:

http://img528.imageshack.us/img528/1219/blanktitlebar.png

Normally, NEdit appears with a title bar that reads Untitled.

-- 
Life is complex, with real and imaginary parts

--
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: Blank title bars

2009-08-02 Thread Csaba Raduly
On Tue, Jul 28, 2009 at 11:28 AM, Csaba Radulyrcs...@gmail.com wrote:
 For some reason, changes to the title bar text result in a blank title
 bar instead until the window loses focus.

This has been observed on more than one machine, running Windows Vista.
Resizing the window also makes the title text appear.

--
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: start xterm automatically

2009-09-15 Thread Csaba Raduly
On Thu, Sep 10, 2009 at 3:47 AM, andreaphus andrealp...@gmail.com wrote:

 I'd like to set it so that when I run cygwin it automatically launches an
 xterm shell but Im having problems.

(snip)

 Ideally I want to run cygwin, have it automatically open a login xterm
 shell, and then auto close the cygwin shell.


Doesn't your startxwin.bat start an xterm after the X server? I always
had to comment that out (I run startxwin at startup).

Instead of xterm, you may consider using rxvt (which has the advantage
of working with or without X). I don't use cygwin.bat anymore; just a
shortcut with

rxvt some other options -e bash --login

Hope this helps.
Csaba
-- 
Life is complex, with real and imaginary parts

--
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: Cygwin/x window no longer appears

2009-11-13 Thread Csaba Raduly
On Thu, Nov 12, 2009 at 11:16 PM, Olivia Cheronet
cheronetoli...@yahoo.com wrote:
 Hello!


 I have recently started to work with Cygwin/X.
 Until now, I have been starting Cygwin/X by using startxwin.bat in the Cygwin 
 bash shell. Everything seemed to be working fine. However, it has now stopped 
 working...
 When I type startxwin.bat in the Cygwin shell, the normal
startxwin.bat - starting on Windows NT/2000/XP/2003
 appears. Yet, the window which used to appear no longer does. I am really not 
 too sure what to do about this, given that I have not (consciously!) modified 
 anything.
 I have installed Cygwin (and Cygwin/x) very recently, and have tried to 
 reinstall the latter using Cygwin's setup.exe, but to no effect.


I assume it's the terminal window (xterm) that does not show up.
Does the X server start up? Check if the little X in the system tray
is present, and stays when you put the mouse over it . If not, you
need to check /var/log/XWin.*.log; there may be some error message
there. (Best to delete it and then try startxwin.bat)

Another test is to start a cmd.exe and run startxwin.bat from there.
Are there any error messages from running startxwin.bat ?
Does startxwin.bat really try to start the xterm? Maybe it got
commented out (that's what I do with my startxwin)

Hope this helps somewhat,
Csaba
-- 
Life is complex, with real and imaginary parts

--
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: Good Xterm Fonts for C Programming

2010-05-13 Thread Csaba Raduly
On Wed, May 12, 2010 at 4:37 PM, Ajay Jain  wrote:
 Hi,

 I know I am asking a subjective question here, but still I think I may
 get a response that fits very well into my style :-)

 I am using cygwin + xterm to login to a linux box. I am currently
 working on C codes. I have experimented a lot with Xfontsel and found
 -*-courier-medium-r-*-*-14-*-*-*-*-*-iso8859-* to be the kind of font
 that I can possibly use. But even this is not upto the mark.

 1) Can somebody suggest me some good fonts on the basis of experience,
 something that is good to read/write C codes?

I use Envy Code B on Windows. The TrueType version of it can be used
by X. Steps to install:

1. Copy 'Envy code B 10pt.ttf' to /usr/share/fonts/TTF
2. !! Rename the font so no spaces are in the file name !!
3. mkfontsel /usr/share/fonts/TTF
4. mfontdir /usr/share/fonts/TTF
5. xset fp rehash

There's also Envy Code R

-- 
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Resizing problem

2010-07-16 Thread Csaba Raduly
On Fri, Jul 16, 2010 at 6:10 AM, Olwe Melwasul  wrote:
 So what exactly should I do with make-emacs-shortcut?

Run it from the xterm: type its name into xterm and press Enter.

-- 
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: USER/GDI Objects leak with (XWin.exe) Cygwin/X X Server Verion 1.7.6, Build Date 2010-03-18

2010-07-27 Thread Csaba Raduly
On Tue, Jul 27, 2010 at 5:01 PM, Christopher Faylor  wrote:

 There's a non-free version of Xming?  That seems like it belies the name.

There is indeed. Perhaps it is named after
http://en.wikipedia.org/wiki/Ming_the_Merciless :)

-- 
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Xterm Title

2010-11-02 Thread Csaba Raduly
Hi Ajay,

On Mon, Nov 1, 2010 at 5:59 AM, Ajay Jain  wrote:
 Hi,

 I want my Xterm to display a constant title say mercury. So I use:
 Xterm -T mercury. Further, I have placed the following line in my
 .Xresources: xterm*allowTitleOps: 0. From my .vnc/xstartup, I also do:
 xrdb -merge ~/.Xresources. Even then my Xterm title changes to
 logn...@hostname:pwd. I want to avoid it and replace this with a fixed
 title. Could you suggest something? After all, what is it that is
 going wrong? I am also trying to set PROMT_COMMAND, without any
 success.

Check your prompt ($PS1) for xterm title escape sequences
(http://www.faqs.org/docs/Linux-mini/Xterm-Title.html), like \[\e]0;
... stuff ... \a\]

-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Cygwin 1.7.7 issues

2011-01-02 Thread Csaba Raduly
Hi Karl,

On Fri, Dec 31, 2010 at 7:42 PM, Karl Stone Seigler  wrote:
 When I try to run Cygwin Bash Shell, it pulls up an error screen that
 says The procedure entry point cygwin_create_path cannot be located
 in the dynamic link library in cygwin1.dll. What should I do to find
 it? Where can I find cygwin_create_path?

This often means that there is an incompatible cygwin1.dll somewhere
in the PATH. Please run cygcheck -s -v -r and attach the output, as
described in:

 Problem reports:       http://cygwin.com/problems.html

Also, this has nothing to do with X11, so the appropriate mailing list
is cygwin, not cygwin-xfree. Redirected accordingly.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: ssh -X user@host konsole opens a tunneled konsole, but then the tunnel lapses

2011-03-19 Thread Csaba Raduly
Hi Philip,

On Fri, Mar 4, 2011 at 7:29 PM, Phlip  wrote:
 CygWinners:

 For years I have enjoyed one desktop with everything I need on it.

 Then ssh -X stopped working. Sometimes, if I start a remote konsole,
 and immediately start some new X window app, it runs thru the tunnel.

 But now it trivially bombs, as if there were no remote X to attach to:

  kate: cannot connect to X server localhost:10.0


Have you tried ssh -Y instead of -X ?

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Re: X on win 7

2011-07-08 Thread Csaba Raduly
Hi Daniel,

On Fri, Jul 8, 2011 at 4:01 AM, Daniel Bienstock  wrote:
 The Windows Task Manager shows a huge list of services running, like
 Application Experience, which could be interfering.  But I have no idea
 which are safe to turn off.  I can send in a jpeg with that list, if that
 was helpful (and if the site accepts jpge attachments)

If you can, download Process Explorer from Sysinternals
(http://technet.microsoft.com/en-us/sysinternals/bb896653). That one
allows you to save a list of processes to a text file (File-Save)

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: A question about program icons ...

2011-07-29 Thread Csaba Raduly
Hi Eliot,

On Thu, Jul 28, 2011 at 5:47 PM, Eliot Moss  wrote:
 Recently I started using startxwin and .XWinrc and am
 getting used to -multiwindow mode.  Something I have been
 wondering is where the program icons actually come from.
 For example, I cannot for the life of me find the icons
 used for xemacs (has a little red XE in it) or xpdf
 (black background, stylized red X and stylized white pdf).

Right-click, Properties, Change Icon...
will bring up a dialog which allows you to change the source of the
icon, with the current source filled in.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: A question about program icons ...

2011-07-29 Thread Csaba Raduly
On Thu, Jul 28, 2011 at 5:47 PM, Eliot Moss  wrote:
 Recently I started using startxwin and .XWinrc and am
 getting used to -multiwindow mode.  Something I have been
 wondering is where the program icons actually come from.
 For example, I cannot for the life of me find the icons
 used for xemacs (has a little red XE in it)

That seems to be /usr/share/xemacs-21.4.22/etc/xemacs-icon.xpm and
xemacs appears to set it programatically.
When started from mintty, the xemach window has the generic Cywgin-X
icon, then switches to the red XE icon after it gets initialized.

xemacs is just a shortcut:
$ ls -l /bin/xemacs
lrwxrwxrwx 1 ecsardu root 18 Jul 29 15:41 /bin/xemacs - xemacs-21.4.22.exe*

When started from a windows shortcut pointing to xemacs-21.4.22.exe,
it shows up with the icon of xemacs-21.4.22.exe and does not change
(because there is no DISPLAY in my Windows environment).

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: segfault Xserver...current version (1.8)

2011-08-07 Thread Csaba Raduly
On Sat, Aug 6, 2011 at 8:01 PM, Linda Walsh  wrote:
 Jon TURNEY wrote:
(snip)
 Next time, please *attach* the *full* XWin.0.log

 ---
        That was the full log...it had been truncated -- perhaps by the
 failing
 processes...A full log from a non-crashed version (i.e. I haven't run
 yast2), is here:

To attach is to use File-Attach-File... or click the paperclip
icon, as opposed to pasting the log into the body of the message.

Also, please set Thunderbird to attach files correctly:
http://blog.crox.net/archives/23-How-to-set-thunderbird-to-correctly-attach-text-files-with-Content-Disposition-attachment-instead-of-inline.html

        Yeah -- that's why I don't like to include cygcheck.out's
 They give out lots of info that isn't _entirely_ relevant.  It's not even an
 accurate package listing if one has installed packages w/tar by hand.

What you deem relevant may not match what others on this list deem
relevant. You might omit information that would have helped diagnosing
your problem.
There's a reason for what's written in

Problem reports:   http://cygwin.com/problems.html


Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Title bar of X apps, no host name?

2011-11-04 Thread Csaba Raduly
On Thu, Nov 3, 2011 at 8:27 PM, Timothy Madden  wrote:

 Does anyone know how to change the window title to include the hostname
 please ?


Put the following into your PS1 (on the remote machines) :

\[\e]0;\h:\w\a\]

Or you could google for xterm window title

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: How do I copy/paste in Xwin Server?

2012-02-10 Thread Csaba Raduly
On Fri, Feb 10, 2012 at 9:11 PM, Ocean  wrote:

        I'm using Xwin Server on Windows 7, and I can't seem to figure out
 how to copy/paste text within the Xwin terminal.  How can this be done?

man xterm

would have told you that

Pointer button two (usually middle) types (pastes) the text from the
PRIMARY selection, if any, otherwise from the cut buffer, inserting it
as keyboard input.

Also, a web search for xterm paste might have helped.

HTH,
Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Paste from xterm to Emacs no longer works

2013-04-03 Thread Csaba Raduly
Hi Fredrik,
You need to give a bit more detail than It doesn't work.

http://www.chiark.greenend.org.uk/~sgtatham/bugs.html#respect

Start here:
 Problem reports:   http://cygwin.com/problems.html

Csaba
--
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: Missing X11 Libraries

2013-06-11 Thread Csaba Raduly
Hi Dan,

On Tue, Jun 11, 2013 at 6:46 AM, Dan Piraner  wrote:
 P.S. I tried to paste my CygCheck.out contents here but the email
 bounced with a message saying it exceeded the maximum size. Please let
 me know if there are any particular subsections that I should send.

It's not clear to me what you mean by paste, but this

 Problem reports:   http://cygwin.com/problems.html

recommends that you *attach* cygcheck.out rather than include it in
the body of the email.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
Ok, it boots. Which means it must be bug-free and perfect.  -- Linus Torvalds
People disagree with me. I just ignore them. -- Linus Torvalds

--
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: xpdf zoom-in/out ("-"/"+") doesn't work after "z"/"w"

2015-09-18 Thread Csaba Raduly
On Fri, Sep 18, 2015 at 10:37 PM, Ken Brown  wrote:
> On 9/17/2015 1:08 AM, Paul wrote:
>>
>> After I press "z" to fit the page to the window, or "w" to fit the page
>> width within the window, I'm finding that "-" & "+" is unresponsive.  I
>> can
>> get it responding again by first pression "0" to zoom to 125%, but I
>> really
>> hope that this is not necessary.  Is anyone else experiencing this?  I
>> didn't use xpdf on this computer before, and just loaded the package
>> tonight.
>
>
> I can confirm this, but I'm not convinced it's a bug.  'man xpdf' says:
>
>0  Set the zoom factor to 125%.
>
>+  Zoom in (increment the zoom factor by 1).
>
>-  Zoom out (decrement the zoom factor by 1).
>
>z  Set the zoom factor to 'page' (fit page to window).
>
>w  Set the zoom factor to 'width' (fit page width to window).
>
> If the zoom factor is 'page' or 'width', what would it mean to increment or
> decrement the zoom factor by 1?

One more/less than the zoom factor needed to achieve "fit page" or "fit width".

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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/