Re: Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-01 Thread Thomas Zander
On Monday 02 January 2012 00.49.17 Mark wrote: > There isn't a good description for what needs to be placed in .bashrc > and.profile and/or .bash_profile. Here is what works for me; (in ~/.bash_profile) --> KDEDIR=/home/tzander/work/kde/build-47/installed export QTDIR=/home/tzander/work/kd

Changing HEAD in kdelibs.git

2012-01-01 Thread Eike Hein
Does anyone object to sysadmin changing HEAD in kdelibs.git to point to the 4.8 branch, so that a simple clone of the repo results in a checkout of that branch? With kdelibs master being outdated the master branches of our other modules may not build against it (e.g. kde-workspace currently won'

Re: Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-01 Thread Shaun Reich
On Sun, Jan 1, 2012 at 7:19 PM, Thomas Lübking wrote: > Since you can run applications from textshells this means your ~/.profile is > not invoked by kdm or whatever sets up the session for you > -> put the exports somewhere into ~/.kde/env Right, good point. Another way that you may want to try

Re: Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-01 Thread Thomas Lübking
You load the oxygen style plugin from here: /usr/lib/kde4/plugins/styles/oxygen.so while it should apparently be: ~/kde/lib/kde4/plugins Since you can run applications from textshells this means your ~/.profile is not invoked by kdm or whatever sets up the session for you -> put the exports s

Re: Review Request: KOpenWithDialog: Quote paths selected in the file dialog

2012-01-01 Thread Ingomar Wesp
> On Jan. 1, 2012, 11:08 p.m., Dawit Alemayehu wrote: > > Why the need for a new slot that connects to urlChanged ? Would simply > > quoting the user selected text in KOpenWithDialog::slotSelected not suffice > > ? AFAICS, KOpenWithDialog::slotSelected is used for setting the contents of the

Re: Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-01 Thread Shaun Reich
Honestly, running a separate user for it just makes everything more a pain than it should be.The better way is to just run it under your user but use different environment variables when you want to run master apps. Your crash is likely caused by the fact that you attempted to run an application (D

Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-01 Thread Mark
Hi, The current kdesrc-build knowledgebase article is incomplete and missing quite a few things to get everything working. Asking this because today i, yet again, wasted a dozen hours getting KDE to run from git under a separate user. There isn't a good description for what needs to be placed in

Re: Review Request: KOpenWithDialog: Quote paths selected in the file dialog

2012-01-01 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103602/#review9417 --- Why the need for a new slot that connects to urlChanged ? Would

Review Request: KOpenWithDialog: Quote paths selected in the file dialog

2012-01-01 Thread Ingomar Wesp
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103602/ --- Review request for kdelibs. Description --- KOpenWithDialog expects t

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Thomas Lübking
> On Jan. 1, 2012, 5:16 p.m., Anders Lund wrote: > > Using KDE 4.7.4 I can just click and type there. > > Thomas Lübking wrote: > I guess it's by more about defaults, since the technical use of fonts has > other demands (unambiguity) than the regular one (pretty) which the regular > user h

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Kurt Hindenburg
> On Jan. 1, 2012, 2:49 p.m., Albert Astals Cid wrote: > > As far as i understand, this is new api and has to go into frameworks only, > > not 4.8 since that's basically just a bugfixed 4.7.x > > Thomas Lübking wrote: > can interim be easily compensated by > > QList chooserList =

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Anders Lund
> On Jan. 1, 2012, 5:16 p.m., Anders Lund wrote: > > Using KDE 4.7.4 I can just click and type there. > > Thomas Lübking wrote: > I guess it's by more about defaults, since the technical use of fonts has > other demands (unambiguity) than the regular one (pretty) which the regular > user h

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Thomas Lübking
> On Jan. 1, 2012, 2:49 p.m., Albert Astals Cid wrote: > > As far as i understand, this is new api and has to go into frameworks only, > > not 4.8 since that's basically just a bugfixed 4.7.x can interim be easily compensated by QList chooserList = myDialog->findChildren(); if (!chooserList.i

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Thomas Lübking
> On Jan. 1, 2012, 5:16 p.m., Anders Lund wrote: > > Using KDE 4.7.4 I can just click and type there. I guess it's by more about defaults, since the technical use of fonts has other demands (unambiguity) than the regular one (pretty) which the regular user however might not implicitly be aware

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Anders Lund
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103357/#review9409 --- Using KDE 4.7.4 I can just click and type there. - Anders Lund

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Thomas Zander
söndagen den 1 januari 2012 16.23.34 skrev Anders Lund: > I have a button that allows me to change the sample text in kfontview, KDE > 4.7.4. In systemsettings font installer, I can rightclick the font view > area and find a menu item to change the text in the context menu. > > On Torsdag den 8.

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Anders Lund
I have a button that allows me to change the sample text in kfontview, KDE 4.7.4. In systemsettings font installer, I can rightclick the font view area and find a menu item to change the text in the context menu. On Torsdag den 8. december 2011, Kurt Hindenburg wrote: > -

Re: Review Request: Add KFontDialog->setSampleText()

2012-01-01 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103357/#review9405 --- As far as i understand, this is new api and has to go into frame