Problem with multiwindow and drop-down menus

2009-07-22 Thread David Rothenberger
I'm having a problem with 1.7 when starting the server with 
-multiwindow. I am trying to run Sun's jconsole application (part of the 
JDK 6) remotely, but none of the menus work correctly.


When I run a separate window manager (wmaker), they work correctly. I 
can click on a menu and it will stay open. I can move my mouse to select 
a menu entry and then click again to make it so.


With -multiwindow, clicking on the menu just causes it to flash open. If 
I hold the mouse down, the menu will stay open, but I can't select any 
options. The only way I can interact with jconsole is with keyboard 
shortcuts.


Any ideas? Is this some local configuration problem or a known issue 
with -multiwindow?


--
David Rothenberger    daver...@acm.org

From there to here, from here to there, funny things are everywhere.
-- Dr. Seuss


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



X11R7.4 multiwindow ignoring title bars for geometry

2008-11-11 Thread David Rothenberger

I just updated to the X11R7.4 release.

I start the X server in multiwindow mode using /bin/startxwin.sh. If I 
then type


  xterm -geometry +0+0

into the visible XTerm, the new XTerm shows up in the top-left of the 
screen, but the title bar is off the top of the screen and not visible. 
This makes it impossible to move the window. I have to use +5+30 to get 
it where I want. This isn't a problem when I specify the geometry, but 
does cause problems when I run other applications that open their own 
windows. Most recently, I had this problem with wireshark running from a 
Debian Etch server.


This is a regression from the previous X11 release.

--
David Rothenberger    [EMAIL PROTECTED]

Pohl's law:
Nothing is so good that somebody, somewhere, will not hate it.


--
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: rdesktop build on cygwin gone wrong

2005-05-11 Thread David Rothenberger
On 5/11/2005 4:07 PM, jose isaias cabrera wrote:
Sorry for the cross-post, but...
Ok, so I downloaded rdesktop 1.4.1 to build it with cygwin on a WinXP 
Pro machine.  And on the make install, I am getting this error:

jic 16:32:18- make install
mkdir -p /usr/local/bin
/usr/bin/install -c rdesktop /usr/local/bin
strip /usr/local/bin/rdesktop
strip: /usr/local/bin/rdesktop: No such file or directory
make: *** [installbin] Error 1
I've tried it a few times and I still get the the same problem.  Here is 
the interesting part: rdesktop works and the man page also.  Huh!

Any ideas?
It's because the makefile really needs to invoke strip 
/usr/local/bin/rdesktop.exe Strip just removes any debugging symbols, 
so the executable without the strip will work fine, it just might be 
larger than you need.

To fix the problem, you can apply the supplied patch, or just run strip 
/usr/local/bin/rdesktop.exe.

--
David Rothenbergerspammer? - [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
I don't think it's worth washing hogs over.
 -- Larry Wall in [EMAIL PROTECTED]
diff -u -r -N rdesktop-1.4.1-orig/Makefile.in rdesktop-1.4.1/Makefile.in
--- rdesktop-1.4.1-orig/Makefile.in 2005-05-04 13:32:16.0 -0700
+++ rdesktop-1.4.1/Makefile.in  2005-05-11 16:51:21.78175 -0700
@@ -55,8 +55,7 @@
 .PHONY: installbin
 installbin: rdesktop
mkdir -p $(DESTDIR)$(bindir)
-   $(INSTALL) rdesktop $(DESTDIR)$(bindir)
-   strip $(DESTDIR)$(bindir)/rdesktop
+   $(INSTALL) -s rdesktop $(DESTDIR)$(bindir)
chmod 755 $(DESTDIR)$(bindir)/rdesktop
 
 .PHONY: installman


Re: rdesktop not finding X libs

2005-05-08 Thread David Rothenberger
On 5/8/2005 7:08 AM, jose isaias cabrera wrote:
I am trying to build rdesktop with cygwin.  (I have done this a week ago 
with my computer at work.)  However, I am running into problems with my 
home computer: it's not finding the X libraries, even though they are 
there.  

So, how can I fix it?  Again, I really don't know where to go from here, 
but apparently, cygwin's setup utility is not updating the libraries as 
it should.

Any ideas?
Search for Checking for X in config.log. It should show you the 
program it compiled and ran to check for the X libraries. It may give 
you a clue as to what's wrong with your configuration.

--
David Rothenbergerspammer? - [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
The Beatles:
Paul McCartney's old back-up band.


Re: rdesktop not finding X libs

2005-05-08 Thread David Rothenberger
On 5/8/2005 10:37 AM, Alexander Gottwald wrote:
configure creates a config.log. Search for checking for X and find what went
wrong with the check. Maybe it's just a problem with the order of libraries
(eg they use -lX11 -lXext but it must be -lXext -lX11)
WFM, so it's probably a problem with Jose's installation and not rdesktop.
--
David Rothenbergerspammer? - [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
Overfiend the kind of landscape that laughs at AWD vehicles and
sends them tumbling into ravines


Re: rdesktop build on cygwin gone wrong

2005-05-03 Thread David Rothenberger
On 5/3/2005 2:42 PM, jose isaias cabrera wrote:
Greetings!
so, I built and used rdesktop with cygwin for a long time, but I had to 
rebuild my laptop and now I was trying to build rdesktop with cygwin and 
on the

make install
command, an extra / has been added to the path.  Here is the error:
error
jic 17:03:08- make install
mkdir -p //usr/local/bin
/usr/bin/install -c rdesktop //usr/local/bin
/usr/bin/install: cannot create regular file `//usr/local/bin.exe': No such
host or network path
make: *** [installbin] Error 1
/error
It seems like a problem with Makefile.in. Apply the attached patch, then 
run autoreconf -f  ./configure  make  make install.

--
David Rothenbergerspammer? - [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
--- rdesktop-1.4.0-orig/Makefile.in 2005-03-02 09:34:16.0 -0800
+++ rdesktop-1.4.0/Makefile.in  2005-05-03 15:02:31.86100 -0700
@@ -54,25 +54,24 @@
 
 .PHONY: installbin
 installbin: rdesktop
-   mkdir -p $(DESTDIR)/$(bindir)
-   $(INSTALL) rdesktop $(DESTDIR)/$(bindir)
-   strip $(DESTDIR)/$(bindir)/rdesktop
-   chmod 755 $(DESTDIR)/$(bindir)/rdesktop
+   mkdir -p $(DESTDIR)$(bindir)
+   $(INSTALL) -s rdesktop $(DESTDIR)$(bindir)
+   chmod 755 $(DESTDIR)$(bindir)/rdesktop
 
 .PHONY: installman
 installman: doc/rdesktop.1
-   mkdir -p $(DESTDIR)/$(mandir)/man1
-   cp doc/rdesktop.1 $(DESTDIR)/$(mandir)/man1
-   chmod 644 $(DESTDIR)/$(mandir)/man1/rdesktop.1
+   mkdir -p $(DESTDIR)$(mandir)/man1
+   cp doc/rdesktop.1 $(DESTDIR)$(mandir)/man1
+   chmod 644 $(DESTDIR)$(mandir)/man1/rdesktop.1
 
 .PHONY: installkeymaps
 installkeymaps:
-   mkdir -p $(DESTDIR)/$(KEYMAP_PATH)
+   mkdir -p $(DESTDIR)$(KEYMAP_PATH)
 # Prevent copying the CVS directory
-   cp keymaps/?? keymaps/??-?? $(DESTDIR)/$(KEYMAP_PATH)
-   cp keymaps/common $(DESTDIR)/$(KEYMAP_PATH)
-   cp keymaps/modifiers $(DESTDIR)/$(KEYMAP_PATH)
-   chmod 644 $(DESTDIR)/$(KEYMAP_PATH)/*
+   cp keymaps/?? keymaps/??-?? $(DESTDIR)$(KEYMAP_PATH)
+   cp keymaps/common $(DESTDIR)$(KEYMAP_PATH)
+   cp keymaps/modifiers $(DESTDIR)$(KEYMAP_PATH)
+   chmod 644 $(DESTDIR)$(KEYMAP_PATH)/*
 
 .PHONY: proto
 proto:


signature.asc
Description: OpenPGP digital signature


Re: rdesktop build on cygwin gone wrong

2005-05-03 Thread David Rothenberger
On 5/3/2005 3:16 PM, jose isaias cabrera wrote:
Thanks. :-)
However, how do I apply a patch? :-)  Sorry, never done it. ;-)
% cd rdesktop-1.4.0
% patch -p1  path/to/rdesktop.patch
--
David Rothenbergerspammer? - [EMAIL PROTECTED]
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
Wharbat darbid yarbou sarbay?


Re: SHM extension fails to start

2004-04-08 Thread David Rothenberger
Charles L. Werner wrote:

I tried to find documentation on cygserver, but all there is dead 
links in the
cygwin users guide. I assume the CYGWIN environment variable is being 
set by
suggested command. There is no info for this option in the users guide 
for the CYGWIN
environment variable... Since it had no effect is the environment 
variable setting incorrect?
See /usr/share/doc//Cygwin/cygserver.README.  If you're using 
NT/2000/XP/2003, you can install cygserver as a service by running 
/usr/bin/cygserver-config.

Dave



Re: 6.7.0.0 XWin w/out -nodecoration running in background doesn't display anything

2004-04-08 Thread David Rothenberger
Harold L Hunt II wrote:

 What is the permanent solution to the problem?  I don't know.  I 
think it may be time to finish writing the batch file that just launches 
a bash shell script, but I haven't got time to work on that today.

FWIW, I use setsid to launch without the DOS window.  Works fine for me 
under 2k and XP. 

-

@echo off
SET CYGWIN_ROOT=\cygwin
SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

if %OS% == Windows_NT goto OS_NT

REM Windows 95/98/Me
echo startxwin.bat - Starting on Windows 95/98/Me
goto STARTUP

:OS_NT

REM Windows NT/2000/XP/2003
echo startxwin.bat - Starting on Windows NT/2000/XP/2003
:STARTUP

start /min sh -c setsid startxwin.sh

-

Dave



Re: 6.7.0.0 XWin w/out -nodecoration running in background doesn't display anything

2004-04-08 Thread David Rothenberger
Rudolf Kollien wrote:

Thanks a lot. Will give it a try. Unfortunately there are some Win98 boxes 
around.
I don't know what setsid doesn't work with Win98, just that I don't have a 
Win98 box to try it on.  The setsid docs don't say anything about it not 
working for Win98, though.

Dave



Re: Window Manager Selection

2003-06-06 Thread David Rothenberger
William E. Kempf wrote:
 
 I want the windows to look and feel as much like the native windows as
 possible.  
[snip]
 Can anyone suggest a window manager for me?

Just use -multiwindow.  You don't have to (actually you should not)
start a window manager when that switch is used.  That switch causes a
built-in window manager to be used that makes all windows appear like
standard Windows windows.  So, you'll get exactly what you want and
won't have to worry about configuring a window manager.

David