Re: Display issue

2015-02-28 Thread Jon TURNEY

On 24/02/2015 23:06, Maarten Hoes wrote:

Im experiencing an issue where the graphics arent displayed correctly.
When I start LibreOffice on my Fedora 21 Linux system from a cygwin/x
system, the left hand side (open file, template, writer document, etc.)
isnt displayed properly initially. After clicking around some, the
display updates and gets displayed right.

Here's a screenshot of the badly displayed graphics:
http://imgur.com/bTD4yQ3

And this is what it looks like (correctly) after some clicking around:
http://imgur.com/adj5mKD

I have no idea on how to start troubleshooting the issue; all thoughts
and ideas are more than welcome.


To me, this looks like a different icon set is being used.  Note that 
the Open File and Templates icons have completely different outlines 
between the two screenshots.


Have you verified that this problem doesn't occur with XDMCP sessions 
using a different X server (e.g when run locally on Fedora 21)?


I think this is probably best addressed by raising an issue on LibreOffice.

It might be that XWin is doing something to make LibreOffice render like 
this, but LibreOffice devs might have more insight into what that 
something might be.


--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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: Display issue

2015-02-28 Thread Maarten Hoes

On 28-2-2015 18:39, Jon TURNEY wrote:


To me, this looks like a different icon set is being used.  Note that
the Open File and Templates icons have completely different outlines
between the two screenshots.


Good point, i didnt notice this myself.



I think this is probably best addressed by raising an issue on LibreOffice.

It might be that XWin is doing something to make LibreOffice render like
this, but LibreOffice devs might have more insight into what that
something might be.


Alright, ill see if that turns up something.


Thanks,


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



[ANNOUNCEMENT] Updated: xlaunch-20150224-2

2015-02-28 Thread Jon TURNEY


*** xlaunch-20150224-2

* Update for uname change WOW64 - WOW in cygwin 1.7.34

x86:
ab0b0d226435cb4af1a1ee00f8413ab2 *xlaunch-20150224-2-src.tar.xz
330978c54489e2e4fd0ee93ab0b8ecb4 *xlaunch-20150224-2.tar.xz
6dc7859b65bf9b223d93791124716e92 *xlaunch-debuginfo-20150224-2.tar.xz

x86_64:
7e558c753289130c96bea4c4ba4c8739 *xlaunch-20150224-2-src.tar.xz
4d8d7b9ea0d3fb4099c72186b3557513 *xlaunch-20150224-2.tar.xz
3afe55a304161ffc83666cdb77231670 *xlaunch-debuginfo-20150224-2.tar.xz

--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
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: Dfficulty with xorg-server-1.17.1-2.

2015-02-28 Thread Jon TURNEY

On 25/02/2015 14:30, GEORGE BARRICK wrote:

I have one small note for other folks who might like to run their
system in a way similar to mine.  I like to have xlaunch automatically
start a single colored xterm for me (in multi-window mode).  After
that I just open more from the command line as it suits me.  If I use
the command line embedded in the installed xlaunch.lnk file:

C:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/xlaunch.exe

it always prompts me through the tiresome configure  start GUI at
the beginning.  Adding the phrase

-run ~/config/config.xlaunch

at the end of that command line always gets ignored in favor of the
configure  start GUI.


You need to quote the whole command line for bash after the -c, 
otherwise bash treats words after the first one as positional parameters.


However, getting this quotation passed correctly through run requires a 
little bit of gymnastics, but this should work:


C:\cygwin\bin\run.exe --quote /usr/bin/bash.exe -l -c xlaunch -run 
~/config/config.xlaunch



However, when I strip the invocation of the
bash from that command:

C:\cygwin\bin\run.exe /usr/bin/xlaunch.exe -run ~/config/config.xlaunch

the xlaunch goes right ahead to run the single xterm that's described
in my ~/config/config.xlaunch file.


This is not quite equivalent as there is no login shell in the ancestry 
of whatever your config.xlaunch starts, so your ~/.profile may not have 
been read.


For that reason, using 'bash -l -c ' is preferred and that's what 
start menu links that cygwin installs generally use.


--
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

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