Re: Cannot run Qt5 applications.

2015-02-04 Thread Jon TURNEY
On 04/02/2015 23:20, David Stacey wrote: I'm having difficulty running any Qt5 application. These are the commands I'm issuing: XWin -multiwindow & export DISPLAY=:0.0 xclock & and I see the clock, so X is up and running. Then: /usr/lib/qt5/examples/gui/analogclock/analogcl

Re: Cannot run Qt5 applications.

2015-02-06 Thread David Stacey
On 05/02/15 01:40, Jon TURNEY wrote: On 04/02/2015 23:20, David Stacey wrote: I'm having difficulty running any Qt5 application. These are the commands I'm issuing: XWin -multiwindow & export DISPLAY=:0.0 xclock & and I see the clock, so X is up and running. Then: /usr/lib

Re: Cannot run Qt5 applications.

2015-02-13 Thread Jon TURNEY
On 05/02/2015 01:40, Jon TURNEY wrote: On 04/02/2015 23:20, David Stacey wrote: I'm having difficulty running any Qt5 application. These are the commands I'm issuing: XWin -multiwindow & export DISPLAY=:0.0 xclock & and I see the clock, so X is up and running. Then: /usr/l

Re: Cannot run Qt5 applications.

2015-03-02 Thread Yaakov Selkowitz
On Fri, 2015-02-13 at 18:32 +, Jon TURNEY wrote: > On 05/02/2015 01:40, Jon TURNEY wrote: > > On 04/02/2015 23:20, David Stacey wrote: > >> I'm having difficulty running any Qt5 application. These are the > >> commands I'm issuing: > >> [snip] > >> and I see the clock, so X is up and running. T

Re: Cannot run Qt5 applications.

2015-03-03 Thread Corinna Vinschen
On Mar 2 17:34, Yaakov Selkowitz wrote: > On Fri, 2015-02-13 at 18:32 +, Jon TURNEY wrote: > > On 05/02/2015 01:40, Jon TURNEY wrote: > > > On 04/02/2015 23:20, David Stacey wrote: > > >> I'm having difficulty running any Qt5 application. These are the > > >> commands I'm issuing: > > >> [snip

Re: Cannot run Qt5 applications.

2015-03-03 Thread Jon TURNEY
On 03/03/2015 09:04, Corinna Vinschen wrote: On Mar 2 17:34, Yaakov Selkowitz wrote: On Fri, 2015-02-13 at 18:32 +, Jon TURNEY wrote: On 05/02/2015 01:40, Jon TURNEY wrote: On 04/02/2015 23:20, David Stacey wrote: I'm having difficulty running any Qt5 application. These are the commands

Re: Cannot run Qt5 applications.

2015-03-03 Thread Corinna Vinschen
On Mar 3 14:48, Jon TURNEY wrote: > On 03/03/2015 09:04, Corinna Vinschen wrote: > >Or you just add signal(SIGSYS, SIG_IGN) prior to calling shmget. > >SIGSYS is raised when calling a system call which isn't available. > >That's perfectly valid. > > This is true. > > I guess it's not how Linux b