Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-26 Thread David Faure
Le mardi 25 juin 2013 20:25:10 Albert Astals Cid a écrit : > El Dimarts, 18 de juny de 2013, a les 19:19:24, Albert Astals Cid va escriure: > > El Dimarts, 18 de juny de 2013, a les 09:55:23, David Faure va escriure: > > > Le lundi 17 juin 2013 20:15:23 Albert Astals Cid a écrit : > > > > Maybe we

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-25 Thread Albert Astals Cid
El Dimarts, 18 de juny de 2013, a les 19:19:24, Albert Astals Cid va escriure: > El Dimarts, 18 de juny de 2013, a les 09:55:23, David Faure va escriure: > > Le lundi 17 juin 2013 20:15:23 Albert Astals Cid a écrit : > > > Maybe we should just make sure the qdbus calls in startkde have the full > >

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-19 Thread Lisandro Damián Nicanor Pérez Meyer
On Tuesday 18 June 2013 19:19:24 Albert Astals Cid wrote: [snip] > > There's also a check that the dbus session is available, but surely we'll > > error out soon enough if this isn't the case? > > Sure we could do all that, but given the black magic that is involved in > startkde (or so I've been

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-19 Thread Andrea Scarpino
On Tuesday 18 June 2013 19:19:24 Albert Astals Cid wrote: > Sure we could do all that, but given the black magic that is involved in > startkde (or so I've been told), i'd prefer to go for a simpler solution > like the attached patch. > > If anyone is running without qdbus on the path can you give

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-18 Thread Albert Astals Cid
El Dimarts, 18 de juny de 2013, a les 09:55:23, David Faure va escriure: > Le lundi 17 juin 2013 20:15:23 Albert Astals Cid a écrit : > > Maybe we should just make sure the qdbus calls in startkde have the full > > qualified path and that's it? > > Ah! This is for the calls to qdbus from within st

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-18 Thread David Faure
Le lundi 17 juin 2013 20:15:23 Albert Astals Cid a écrit : > Maybe we should just make sure the qdbus calls in startkde have the full > qualified path and that's it? Ah! This is for the calls to qdbus from within startkde itself! Well spotted. You're thinking of using something like @QDBUS_EXECUT

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-17 Thread Albert Astals Cid
El Dilluns, 17 de juny de 2013, a les 13:57:21, David Faure va escriure: > Le lundi 17 juin 2013 01:08:39 Albert Astals Cid a écrit : > > So my path in a Plasma session is > > /usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin > > :/ usr/bin:/sbin:/bin:/usr/games:/usr/local/

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-17 Thread David Faure
Le lundi 17 juin 2013 01:08:39 Albert Astals Cid a écrit : > So my path in a Plasma session is > /usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/ > usr/bin:/sbin:/bin:/usr/games:/usr/local/games > > This makes the QT_SELECT thing from qtchooser not work > since if i do

Re: startkde modifies PATH to add qt4 bin dir to the front

2013-06-17 Thread Sune Vuorela
On 2013-06-16, Albert Astals Cid wrote: > So my path in a Plasma session is > /usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games > > This makes the QT_SELECT thing from qtchooser not work > since if i do > QT_SELECT=qt5 moc >

startkde modifies PATH to add qt4 bin dir to the front

2013-06-16 Thread Albert Astals Cid
So my path in a Plasma session is /usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games This makes the QT_SELECT thing from qtchooser not work since if i do QT_SELECT=qt5 moc i still get the /usr/lib/x86_64-linux-gnu/qt4/bin moc