FYI: Unknown package error during post-installation of 32-bit cywgin

2014-12-13 Thread Kenneth Wolcott
Hi;

FYI: Unknown package error during post-installation of 32-bit cywgin:

Package: Unknown package
mate-session-manager.sh exit code 127
openbox.sh exit code 127
WindowMaker.sh exit code 127
xfce4-session.sh exit code 127
xinit.sh exit code 127

--
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 Kenneth Wolcott
On Tue, Jul 27, 2010 at 08:01, Christopher Faylor
cgf-use-the-mailinglist-ple...@cygwin.com wrote:
 On Thu, Jul 22, 2010 at 09:34:01PM +0100, Jon TURNEY wrote:
If you are using the current version of Xming, that is the case.
If you are using the free version of Xming, that's about 3 years old.  There
have been a few changes in the source since then :-)

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

 cgf

http://www.straightrunning.com/XmingNotes/terms.php ? GPL vs Public Domain?

Ken Wolcott

--
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 start WM?

2010-03-01 Thread Kenneth Wolcott
I'm aware of this, but thank you.  They are not able to port konsole :-(

On Mon, Mar 1, 2010 at 02:17, Anonymous bin ich ichbina...@gmail.com wrote:
 KDE, since version 4, is being developed for windows independently of
 cygwin. Look here: http://windows.kde.org/

 On Sat, Feb 27, 2010 at 6:47 AM, Reid Thompson reid.thomp...@ateb.com wrote:
 On 2/26/2010 6:40 PM, Kenneth Wolcott wrote:

 Hi;

   Now, if it isn't asking too much, I'd like to use KDE as my Window
 Manager and I'd like some KDE-based utilities, like konsole and karm
 (? the task/time manager).

   I don't see a great deal of visible difference between twm and
 openbox, but I'll look on openbox.org and find more details.

   The Windoze start shortcut did help, and the ~/.xinitrc did help --
 thank you.

 Thanks,
 Ken Wolcott

 i've not checked to see if KDE or any of it's components is/are available as
 part of the cygwin X stuff (when I use a heavyweight desktop environment i
 use gnome).  a quick search on KDE at the package search page of cygwin
 lists nothing, while a search on gnome lists quite a few.  someone with more
 knowledge will have to advise you

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





 --
 Regards,

 --
 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: How do I start WM?

2010-02-26 Thread Kenneth Wolcott
Hi;

On Wed, Feb 24, 2010 at 16:44, Reid Thompson reid.thomp...@ateb.com wrote:
 Try this:
 Copy the shortcut as mentioned earlier in the email trail.
 set the Target to be:
  C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startx --
 /usr/bin/Xwin.exe
 Note the double quotes around the last argument.  Without them, Xwin.exe
 doesn't start on my box.  startx also would not invoke Xwin.exe on my box
 unless I explicitly called it ala above
 Commmand line invocation- $ startx -- /usr/bin/Xwin.exe
 perhaps it's not reading the symlink properly (the default server is set as
 /usr/bin/X, which is symlinked to /usr/bin/Xwin.exe) -- nope, explicitly
 setting default server to /usr/bin/Xwin.exe doesn't start it either via a
 plain startx on the command line.  setting startx to echo the eval of the
 invocation yields

   xinit /home/rthompso/.xinitrc  -- /home/rthompso/.xserverrc :0  -auth
 '/home/rthompso/.serverauth.5912'
 aha -- my .xserverrc has:
  #exec X -screen 0 1024x768x16 -engine 4 -ac -nowinkill -noreset
 -emulate3buttons 100
 uncomment it and try again from command line a plain startx... xserver
 starts up in it's own window with my .xinitrc programs running.
 shut it down, and try my copy of the shortcut again, starts again.

 Now that we've established that mine wasn't starting due to the invalid
 .xserverrc, reset the shortcut target to
 C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startx
 and try it - starts again

  I changed my shortcut to what you have here (except I have
c:\cygwin_1.7) and I copied and pasted what you have below into my new
~/.xinitrc and it works **GREAT** :-)  Thanks!

 Pasted below is my .xinitrc (you said you don't have one in $HOME), you can
 try this one in your $HOME if you want.  It will open a couple of rxvt terms
 and and xterm.  It is configured to startup the openbox window manager.  You
 MAY prefer to copy the /etc/X11/xinit/xinitrc to your $HOME/.xinitrc to use
 as your base.

 cat .xinitrc
 #!/bin/sh
 # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

 userresources=$HOME/.Xresources
 usermodmap=$HOME/.Xmodmap
 sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
 sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

 # merge in defaults and keymaps

 if [ -f $sysresources ]; then
    xrdb -merge $sysresources
 fi

 if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
 fi

 if [ -f $userresources ]; then
    xrdb -merge $userresources
 fi

 if [ -f $usermodmap ]; then
    xmodmap $usermodmap
 fi


 /usr/bin/openbox  
 #twm 
 #wmaker 
 #/opt/gnome2/bin/gnome-session 

 # start some nice programs
 rxvt -d :0.0 -geometry 80x35+494+51 -sl 1500 -sr -fg lightblue -bg
 darkolivegreen 
 rxvt -d :0.0 -geometry 80x20+294-0 -sl 1500 -sr -fg lightblue -bg
 darkolivegreen 
 exec xterm -geometry 80x6+0+0 -name login


 --
 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: How do I start WM?

2010-02-26 Thread Kenneth Wolcott
Hi;

  Now, if it isn't asking too much, I'd like to use KDE as my Window
Manager and I'd like some KDE-based utilities, like konsole and karm
(? the task/time manager).

  I don't see a great deal of visible difference between twm and
openbox, but I'll look on openbox.org and find more details.

  The Windoze start shortcut did help, and the ~/.xinitrc did help -- thank you.

Thanks,
Ken Wolcott

On Fri, Feb 26, 2010 at 15:35, Kenneth Wolcott kennethwolc...@gmail.com wrote:
 Hi;

 On Wed, Feb 24, 2010 at 16:44, Reid Thompson reid.thomp...@ateb.com wrote:
 Try this:
 Copy the shortcut as mentioned earlier in the email trail.
 set the Target to be:
  C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startx --
 /usr/bin/Xwin.exe
 Note the double quotes around the last argument.  Without them, Xwin.exe
 doesn't start on my box.  startx also would not invoke Xwin.exe on my box
 unless I explicitly called it ala above
 Commmand line invocation- $ startx -- /usr/bin/Xwin.exe
 perhaps it's not reading the symlink properly (the default server is set as
 /usr/bin/X, which is symlinked to /usr/bin/Xwin.exe) -- nope, explicitly
 setting default server to /usr/bin/Xwin.exe doesn't start it either via a
 plain startx on the command line.  setting startx to echo the eval of the
 invocation yields

   xinit /home/rthompso/.xinitrc  -- /home/rthompso/.xserverrc :0  -auth
 '/home/rthompso/.serverauth.5912'
 aha -- my .xserverrc has:
  #exec X -screen 0 1024x768x16 -engine 4 -ac -nowinkill -noreset
 -emulate3buttons 100
 uncomment it and try again from command line a plain startx... xserver
 starts up in it's own window with my .xinitrc programs running.
 shut it down, and try my copy of the shortcut again, starts again.

 Now that we've established that mine wasn't starting due to the invalid
 .xserverrc, reset the shortcut target to
 C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startx
 and try it - starts again

  I changed my shortcut to what you have here (except I have
 c:\cygwin_1.7) and I copied and pasted what you have below into my new
 ~/.xinitrc and it works **GREAT** :-)  Thanks!

 Pasted below is my .xinitrc (you said you don't have one in $HOME), you can
 try this one in your $HOME if you want.  It will open a couple of rxvt terms
 and and xterm.  It is configured to startup the openbox window manager.  You
 MAY prefer to copy the /etc/X11/xinit/xinitrc to your $HOME/.xinitrc to use
 as your base.

 cat .xinitrc
 #!/bin/sh
 # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

 userresources=$HOME/.Xresources
 usermodmap=$HOME/.Xmodmap
 sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
 sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

 # merge in defaults and keymaps

 if [ -f $sysresources ]; then
    xrdb -merge $sysresources
 fi

 if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
 fi

 if [ -f $userresources ]; then
    xrdb -merge $userresources
 fi

 if [ -f $usermodmap ]; then
    xmodmap $usermodmap
 fi


 /usr/bin/openbox  
 #twm 
 #wmaker 
 #/opt/gnome2/bin/gnome-session 

 # start some nice programs
 rxvt -d :0.0 -geometry 80x35+494+51 -sl 1500 -sr -fg lightblue -bg
 darkolivegreen 
 rxvt -d :0.0 -geometry 80x20+294-0 -sl 1500 -sr -fg lightblue -bg
 darkolivegreen 
 exec xterm -geometry 80x6+0+0 -name login


 --
 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: How do I start WM?

2010-02-24 Thread Kenneth Wolcott
Hi;

 To achive this, create a icon that points to
 C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/startx

 Edit /etc/X11/xinit/xinitrc and change
 twm 
 to
 openbox 

 That changes the behavior for all users.

  I tried this last advice.

  I get a quick flash and then gone (Windoze XP SP3, Cygwin 1.7).

  What did I do wrong or what I do too much of or what did I do not enough of?

  I'm really looking forward to a having a nice KDE screen initiated
by cygwin rather than twm.

Thanks,
Ken Wolcott

--
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 start WM?

2010-02-24 Thread Kenneth Wolcott
Hi Holger;

 1. Do you have a .xinitrc in your home directory? (try ls -la )
 If so, delete it.

  I do not have a ~/.xinitrc in either /home/kwolcott

 2. Will it start if you manually enter startx in a cygwin shell?

  I was able to start twm using startx without any problem, but I
would like have KDE (yes I know it is much more heavy than twm)
  I would like to use some KDE-based utilites (konsole and that time
manager I keep forgetting the name of);

 2. If you don't change /etc/X11/xinit/xinitrc, can you start the X Server
 with startx using twm?

Yes.

I thought I had *everything* that comes with Cygwin 1.7 -- how do I prove that?

Thanks,
Ken Wolcott

--
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 start WM?

2010-02-24 Thread Kenneth Wolcott
Hi Holger;

 In your first mail you said you wanted to start openbox as a window manager,
 now you talk about kde. That are two different things.

 What happens if you start openbox in a bash shell without starting a
 X-Server first?

If I don't set the DISPLAY environment variable then it complains
about it not being set.

If I do set the DISPLAY environment variable then it complains about
not being able to use it.

Apparently I'm missing some components...

$ openbox-session
which: no hsetroot in [PATH content deleted]
which: no esetroot in [PATH content deleted]
xsetroot:  unable to open display 'KWOLCOTT-T61:0.0'
which: no gnome-settings-daemon in [PATH content deleted]
which: no xfce-mcs-manager in [PATH content deleted]
which: no start_kdeinit in [PATH content deleted]
Openbox-Message: Failed to open the display from the DISPLAY
environment variable.

Normally I use the Xming X Window manager if I'm not running the twm
Window Manager executed from Cygwin.

Thanks,
Ken Wolcott

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