Re: qt4 apps broken

2013-10-24 Thread David Coppa
On Thu, Oct 24, 2013 at 10:12 AM, Marc Espie wrote: > On Thu, Oct 24, 2013 at 12:48:06AM +0100, Stuart Henderson wrote: >> Nothing was committed for this yet, did we settle on a fix for it? > > I said I was completely happy with the shared memory rights change... You can go ahead an commit it. Ok

Re: qt4 apps broken

2013-10-24 Thread Marc Espie
On Thu, Oct 24, 2013 at 12:48:06AM +0100, Stuart Henderson wrote: > Nothing was committed for this yet, did we settle on a fix for it? I said I was completely happy with the shared memory rights change...

Re: qt4 apps broken

2013-10-23 Thread Stuart Henderson
Nothing was committed for this yet, did we settle on a fix for it?

Re: qt4 apps broken

2013-10-11 Thread Lars Engblom
I using two identically installed computers with different hardware and at different locations. I happened at this moment to be infront of the one with radeon framebuffer and here I get Minitube to play by using the workaround. The other one is using intel framebuffer and there I was not able

Re: qt4 apps broken

2013-10-11 Thread Stuart Henderson
On 2013-10-10, Lars Engblom wrote: > This problem is affecting Minitube. Before the workaround, all you get > is an empty window. This workaround makes it possible to search for > clip, but you are still not able to watch them. You only hear the sound. > > On 10/09/13 22:50, Stuart Henderson wro

Re: qt4 apps broken

2013-10-10 Thread Matthieu Herrb
On Thu, Oct 10, 2013 at 02:55:39PM +0200, David Coppa wrote: > On Thu, 10 Oct 2013, Matthieu Herrb wrote: > > > On Wed, Oct 09, 2013 at 08:51:54PM +0100, Stuart Henderson wrote: > > > > > > > > > > - Change all shmget calls to user-only memory (security) > > > > > > > > > > So

Re: qt4 apps broken

2013-10-10 Thread David Coppa
On Thu, 10 Oct 2013, Matthieu Herrb wrote: > On Wed, Oct 09, 2013 at 08:51:54PM +0100, Stuart Henderson wrote: > > > > > > > > - Change all shmget calls to user-only memory (security) > > > > > > > > So yes, the problem is due to qt4, which use more strict permissions > > > >

Re: qt4 apps broken

2013-10-10 Thread Matthieu Herrb
On Wed, Oct 09, 2013 at 08:51:54PM +0100, Stuart Henderson wrote: > > > > > > - Change all shmget calls to user-only memory (security) > > > > > > So yes, the problem is due to qt4, which use more strict permissions > > > for shmget. > > > > The aforementioned change was done

Re: qt4 apps broken

2013-10-09 Thread Lars Engblom
This problem is affecting Minitube. Before the workaround, all you get is an empty window. This workaround makes it possible to search for clip, but you are still not able to watch them. You only hear the sound. On 10/09/13 22:50, Stuart Henderson wrote: Temporary workaround until we can fix t

Re: qt4 apps broken

2013-10-09 Thread Stuart Henderson
> > > > - Change all shmget calls to user-only memory (security) > > > > So yes, the problem is due to qt4, which use more strict permissions > > for shmget. > > The aforementioned change was done to fix CVE-2013-0254. > > Here's the commit: > > https://qt.gitorious.org/qt/q

Re: qt4 apps broken

2013-10-09 Thread Stuart Henderson
Temporary workaround until we can fix this: Set QT_X11_NO_MITSHM=1 in the environment

Re: qt4 apps broken

2013-10-09 Thread David Coppa
On Wed, 09 Oct 2013, David Coppa wrote: > On Wed, Oct 9, 2013 at 8:00 PM, Sébastien Marie > >> It means a new patch for qt4... > > > > From changes-4.8.5 (in qt-everywhere-opensource-src-4.8.5): > > > > General Improvements > > > > - Change all shmget calls to user-only memo

Re: qt4 apps broken

2013-10-09 Thread David Coppa
On Wed, Oct 9, 2013 at 8:00 PM, Sébastien Marie wrote: > On Wed, Oct 09, 2013 at 07:15:10PM +0200, Matthieu Herrb wrote: >> On Wed, Oct 09, 2013 at 07:01:46PM +0200, Sébastien Marie wrote: >> > On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: >> > > On 10/09/13 18:16, Stuart Hender

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 07:15:10PM +0200, Matthieu Herrb wrote: > On Wed, Oct 09, 2013 at 07:01:46PM +0200, Sébastien Marie wrote: > > On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: > > > On 10/09/13 18:16, Stuart Henderson wrote: > > > > I'm using xdm, wm is cwm, new mesa, packag

Re: qt4 apps broken

2013-10-09 Thread David Coppa
On Wed, Oct 9, 2013 at 7:15 PM, Matthieu Herrb wrote: > On Wed, Oct 09, 2013 at 07:01:46PM +0200, Sébastien Marie wrote: >> On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: >> > On 10/09/13 18:16, Stuart Henderson wrote: >> > > I'm using xdm, wm is cwm, new mesa, packages built aga

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: > On 10/09/13 18:16, Stuart Henderson wrote: > > I'm using xdm, wm is cwm, new mesa, packages built against new mesa, > > inteldrm > > > My qt4 version is qt4-4.8.2p7, maybe the problem is related to the qt4 > packages update. > C

Re: qt4 apps broken

2013-10-09 Thread Matthieu Herrb
On Wed, Oct 09, 2013 at 07:01:46PM +0200, Sébastien Marie wrote: > On Wed, Oct 09, 2013 at 06:25:32PM +0200, Giovanni Bechis wrote: > > On 10/09/13 18:16, Stuart Henderson wrote: > > > I'm using xdm, wm is cwm, new mesa, packages built against new mesa, > > > inteldrm > > > > > My qt4 version is

Re: qt4 apps broken

2013-10-09 Thread Giovanni Bechis
On 10/09/13 18:16, Stuart Henderson wrote: > I'm using xdm, wm is cwm, new mesa, packages built against new mesa, inteldrm > My qt4 version is qt4-4.8.2p7, maybe the problem is related to the qt4 packages update. Cheers Giovanni

Re: qt4 apps broken

2013-10-09 Thread Matthieu Herrb
On Wed, Oct 09, 2013 at 06:08:28PM +0200, Sébastien Marie wrote: > On Wed, Oct 09, 2013 at 05:57:13PM +0200, Giovanni Bechis wrote: > > On 10/09/13 17:54, Matthieu Herrb wrote: > > > On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: > > >> On 10/09/13 16:32, Stuart Henderson wrote: >

Re: qt4 apps broken

2013-10-09 Thread Stuart Henderson
I'm using xdm, wm is cwm, new mesa, packages built against new mesa, inteldrm Matthieu Herrb wrote: >On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: >> On 10/09/13 16:32, Stuart Henderson wrote: >> > On 2013/10/09 16:03, Sébastien Marie wrote: >> >> Hi, >> >> >> >> I just upgrade

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 05:57:13PM +0200, Giovanni Bechis wrote: > On 10/09/13 17:54, Matthieu Herrb wrote: > > On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: > >> On 10/09/13 16:32, Stuart Henderson wrote: > >>> On 2013/10/09 16:03, Sébastien Marie wrote: > Hi, > >

Re: qt4 apps broken

2013-10-09 Thread Giovanni Bechis
On 10/09/13 17:54, Matthieu Herrb wrote: > On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: >> On 10/09/13 16:32, Stuart Henderson wrote: >>> On 2013/10/09 16:03, Sébastien Marie wrote: Hi, I just upgrade my ports to -current (dmesg below), but I have problems wi

Re: qt4 apps broken

2013-10-09 Thread Sébastien Marie
On Wed, Oct 09, 2013 at 04:43:09PM +0200, Marc Espie wrote: > On Wed, Oct 09, 2013 at 04:03:01PM +0200, Sébastien Marie wrote: > > > > Same problem occurs for others qt4 applications (as vlc or keepassx). > > vlc and keepassx are NOT qt4 apps. not agreed. keepassx is linked to qt4 $ ldd /usr/l

Re: qt4 apps broken

2013-10-09 Thread Matthieu Herrb
On Wed, Oct 09, 2013 at 04:47:41PM +0200, Giovanni Bechis wrote: > On 10/09/13 16:32, Stuart Henderson wrote: > > On 2013/10/09 16:03, Sébastien Marie wrote: > >> Hi, > >> > >> I just upgrade my ports to -current (dmesg below), but I have problems > >> with qt4 applications. > >> > >> For example,

Re: qt4 apps broken

2013-10-09 Thread Giovanni Bechis
On 10/09/13 16:32, Stuart Henderson wrote: > On 2013/10/09 16:03, Sébastien Marie wrote: >> Hi, >> >> I just upgrade my ports to -current (dmesg below), but I have problems >> with qt4 applications. >> >> For example, starting qtconfig4 (which is packaged in qt4-4.8.5) result >> of X11 error: > >

Re: qt4 apps broken

2013-10-09 Thread Marc Espie
On Wed, Oct 09, 2013 at 04:03:01PM +0200, Sébastien Marie wrote: > Hi, > > I just upgrade my ports to -current (dmesg below), but I have problems > with qt4 applications. > > For example, starting qtconfig4 (which is packaged in qt4-4.8.5) result > of X11 error: > > $ qtconfig4 > X Error: BadAcc

Re: qt4 apps broken

2013-10-09 Thread David Coppa
On Wed, Oct 9, 2013 at 4:32 PM, Stuart Henderson wrote: > On 2013/10/09 16:03, Sébastien Marie wrote: >> Hi, >> >> I just upgrade my ports to -current (dmesg below), but I have problems >> with qt4 applications. >> >> For example, starting qtconfig4 (which is packaged in qt4-4.8.5) result >> of X1

Re: qt4 apps broken

2013-10-09 Thread Stuart Henderson
On 2013/10/09 16:03, Sébastien Marie wrote: > Hi, > > I just upgrade my ports to -current (dmesg below), but I have problems > with qt4 applications. > > For example, starting qtconfig4 (which is packaged in qt4-4.8.5) result > of X11 error: Confirmed (and on amd64 here, so it's not just a probl

qt4 apps broken

2013-10-09 Thread Sébastien Marie
Hi, I just upgrade my ports to -current (dmesg below), but I have problems with qt4 applications. For example, starting qtconfig4 (which is packaged in qt4-4.8.5) result of X11 error: $ qtconfig4 X Error: BadAccess (attempt to access private resource denied) 10 Extension:130 (MIT-SHM) Mi