Re: PMC Runtime Black Screen

2014-03-07 Thread Atul Dubey
Thanks a lot Shantanu... I could successfully compile and make some changes too in the source code I wish to be a part of the project under GSoC.. So where should I begin? On Sat, Mar 8, 2014 at 9:51 AM, Shantanu Tushar Jha wrote: > /usr/share was just an example. The executable should go t

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
/usr/share was just an example. The executable should go to /usr/bin and you should be able to run it by running "plasma-mediacenter" from a terminal regardless of what directory you are in. If you make changes and want them to reflect, you have to just do make and make install again and it will w

Re: What to test for 4.13?

2014-03-07 Thread Christoph Feck
On Friday 07 March 2014 11:29:52 Jos Poortvliet wrote: > Hi, > > The first beta of our applications and platform 4.13 is out. There > are some major changes, the introduction of Baloo being first and > foremost among them. Yes, including Baloo integration in Dolphin and other applications that a

Re: PMC Runtime Black Screen

2014-03-07 Thread Atul Dubey
Oh wow!! That worked... I found the executable in /usr/share/applications/kde4 Now, if i make any changes in the code and build it again, will it get reflected in this executable?? On Sat, Mar 8, 2014 at 12:15 AM, Shantanu Tushar Jha wrote: > First of all, run "sudo make install" in your buil

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-07 Thread Rex Dieter
Àlex Fiestas wrote: > Well supporting gtk app's is as simple as writing the configuration file > like or kcm-gtk-style does. Or just use: https://projects.kde.org/projects/playground/base/xsettings-kde and you get it for free. -- Rex ___ Plasma-devel

Re: Review Request 115409: Workaround battery detection at runtime

2014-03-07 Thread Christoph Feck
> On March 7, 2014, 12:19 p.m., Christoph Feck wrote: > > plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml, line > > 75 > > > > > > Removal of this causes two other regressions: bug 331797, bu

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
First of all, run "sudo make install" in your build dir. Then, make sure you pass it like this to cmake- -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ` is not a single quote, its a backquote, the key just above Tab. Once this is done, run make and make install, this time it should install stuff

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/#review52367 --- This review has been submitted with commit 1d987595a5083d52ab

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Ashish Madeti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/ --- (Updated March 7, 2014, 4:27 p.m.) Status -- This change has been ma

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Ashish Madeti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/ --- (Updated March 7, 2014, 3:44 p.m.) Review request for Plasma, Shantanu Tu

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Thomas Lübking
> On March 7, 2014, 3:15 p.m., Hugo Pereira Da Costa wrote: > > Hi Martin, > > Any idea why the background behind the shells is flat ? Does it happend > > with all KCMs ? > > (I'll double check asap but right now my systemsettings is crashing because > > my kauth is fubared. Links against incor

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-07 Thread Frank Reininghaus
> On March 7, 2014, 3:23 p.m., Frank Reininghaus wrote: > > We have had a complaint from a Dolphin user who uses the Oxygen font some > > time ago because it uses different widths for the digits 0-9, which makes > > the "Date" column in file managers/dialogs rather hard to read: > > > > https:

Re: Review Request 115409: Workaround battery detection at runtime

2014-03-07 Thread Kai Uwe Broulik
> On March 7, 2014, 12:19 p.m., Christoph Feck wrote: > > plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml, line > > 75 > > > > > > Removal of this causes two other regressions: bug 331797, bu

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-07 Thread Kai Uwe Broulik
> On March 7, 2014, 3:23 p.m., Frank Reininghaus wrote: > > We have had a complaint from a Dolphin user who uses the Oxygen font some > > time ago because it uses different widths for the digits 0-9, which makes > > the "Date" column in file managers/dialogs rather hard to read: > > > > https:

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-07 Thread Kai Uwe Broulik
> On March 7, 2014, 3:23 p.m., Frank Reininghaus wrote: > > We have had a complaint from a Dolphin user who uses the Oxygen font some > > time ago because it uses different widths for the digits 0-9, which makes > > the "Date" column in file managers/dialogs rather hard to read: > > > > https:

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread David Edmundson
> On March 7, 2014, 3:15 p.m., Hugo Pereira Da Costa wrote: > > Hi Martin, > > Any idea why the background behind the shells is flat ? Does it happend > > with all KCMs ? > > (I'll double check asap but right now my systemsettings is crashing because > > my kauth is fubared. Links against incor

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/#review52353 --- Seems to work as expected, but has few issues listed below.

[kde-runtime/frameworks] kglobalaccel: Workaround for a bug that prevents | to be written

2014-03-07 Thread Àlex Fiestas
Git commit 7352de1b593ab933adb6dbee7ccc349cbe0e89b6 by Àlex Fiestas. Committed on 07/03/2014 at 15:12. Pushed by afiestas into branch 'frameworks'. Workaround for a bug that prevents | to be written Do not get alarm, I'm trying to hunt this bug down, but working without | is driving me crazy, and

Re: Review Request 116633: Change default font settings to Oxygen font

2014-03-07 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116633/#review52356 --- We have had a complaint from a Dolphin user who uses the Oxyge

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
> On March 7, 2014, 4:15 p.m., Hugo Pereira Da Costa wrote: > > Hi Martin, > > Any idea why the background behind the shells is flat ? Does it happend > > with all KCMs ? > > (I'll double check asap but right now my systemsettings is crashing because > > my kauth is fubared. Links against incor

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Thomas Lübking
> On March 7, 2014, 3:15 p.m., Hugo Pereira Da Costa wrote: > > Hi Martin, > > Any idea why the background behind the shells is flat ? Does it happend > > with all KCMs ? > > (I'll double check asap but right now my systemsettings is crashing because > > my kauth is fubared. Links against incor

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Hugo Pereira Da Costa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/#review52352 --- Hi Martin, Any idea why the background behind the shells is fl

Re: PMC Runtime Black Screen

2014-03-07 Thread Bhushan Shah
On Fri, Mar 7, 2014 at 8:33 PM, Shantanu Tushar Jha wrote: > No.. Its not working... I am trying to update my system qt libraries as they > are currently Qt 4.8.5... I am updating them to 5.2... Maybe that would help > with the QtMultimediaKit... > > thanks a lot... Please keep plasma-devel i

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Jos Poortvliet
On Friday 07 March 2014 15:28:49 Thomas Pfeiffer wrote: > On Friday 07 March 2014 15:12:43 Jos Poortvliet wrote: > > On Friday 07 March 2014 13:37:22 Martin Gräßlin wrote: > > > > To not end on a low note, let me repeat again: Martin, thanks for this > > change. It is a step forward, no matter wh

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
PMC will not build with Qt5. I think most probably the plugins are getting installed somewhere that they're not getting loaded. Please pastebin (using paste.kde.org) the output of "make install" and "kde4-config --prefix" commands. On Fri, Mar 7, 2014 at 8:25 PM, Atul Dubey wrote: > No.. Its no

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Thomas Pfeiffer
On Friday 07 March 2014 13:37:22 Martin Gräßlin wrote: > > If they have to be split into two, I suggest renaming them into > > something more correct instead of something precise - like > > "Eye candy" and "Compositing KWM system", one being > > extremely childish and fancyful and the other uneces

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
Run the command "kbuildsycoca4" and try again. On Fri, Mar 7, 2014 at 8:04 PM, Atul Dubey wrote: > What Bhushan suggested worked completely fine But, I get this black > screen on running... The snapshot is attached with the mail... > > I get the following console output on KDevelop4... > >

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Thomas Pfeiffer
On Friday 07 March 2014 15:12:43 Jos Poortvliet wrote: > On Friday 07 March 2014 13:37:22 Martin Gräßlin wrote: > > On Friday 07 March 2014 13:07:06 Jens Reuterberg wrote: > > > Sry for perhaps breaking etiquette with review requests. > > > > No that's just fine, but it would be better if you used

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Jos Poortvliet
On Friday 07 March 2014 13:37:22 Martin Gräßlin wrote: > On Friday 07 March 2014 13:07:06 Jens Reuterberg wrote: > > Sry for perhaps breaking etiquette with review requests. > > No that's just fine, but it would be better if you used the web frontend to > keep the discussion in one place and you j

Re: PMC Runtime Black Screen

2014-03-07 Thread Shantanu Tushar Jha
Please post the output you get from the terminal if what Bhushan suggested didn't work On Fri, Mar 7, 2014 at 7:32 PM, Bhushan Shah wrote: > Hello, > > On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey wrote: > > I compiled the PMC source.. It was built successfully.. But on > execution, it > > gives

Re: PMC Runtime Black Screen

2014-03-07 Thread Bhushan Shah
Hello, On Fri, Mar 7, 2014 at 7:27 PM, Atul Dubey wrote: > I compiled the PMC source.. It was built successfully.. But on execution, it > gives a black screen with just the title... My OS is Opensuse 13.1... Please > help.. Do you have QtMultimediaKit or qt-mobility installed? Please check this

PMC Runtime Black Screen

2014-03-07 Thread Atul Dubey
Hie, I compiled the PMC source.. It was built successfully.. But on execution, it gives a black screen with just the title... My OS is Opensuse 13.1... Please help.. Thanks Atul Dubey IIT Jodhpur ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Ashish Madeti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/ --- (Updated March 7, 2014, 1:50 p.m.) Review request for Plasma, Shantanu Tu

Re: Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
On Friday 07 March 2014 13:07:06 Jens Reuterberg wrote: > Sry for perhaps breaking etiquette with review requests. No that's just fine, but it would be better if you used the web frontend to keep the discussion in one place and you just lost the kwin mailing list :-) > The > KCM are at this mome

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/#review52339 --- See comments in the code. In a nutshell, the logic of calculat

Re: Review Request 115409: Workaround battery detection at runtime

2014-03-07 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115409/#review52338 --- plasma/generic/applets/batterymonitor/contents/ui/batterymoni

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Shantanu Tushar
> On March 7, 2014, 12:15 p.m., Shantanu Tushar wrote: > > Cool, reordering now shows the correct media as active. Oops, please ignore this, I completely forgot to take a look at the diff itself (blame the hurry of leaving office on a friday evening :P). Will review the code asap. - Shantanu

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Shantanu Tushar
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/#review52336 --- Ship it! Cool, reordering now shows the correct media as acti

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Jens Reuterberg
Sry for perhaps breaking etiquette with review requests. The KCM are at this moment a hot topic and one of the many issues is fragmentation vs merging of subject. The main issue is that the settings are, as it is, an extremely hostile area for new users. The sorting is arbitrary but justified

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/ --- (Updated March 7, 2014, 12:40 p.m.) Review request for kwin, Plasma and A

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/ --- (Updated March 7, 2014, 12:39 p.m.) Review request for kwin, Plasma and A

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/ --- (Updated March 7, 2014, 12:19 p.m.) Review request for kwin, Plasma and A

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread David Edmundson
> On March 7, 2014, 9:52 a.m., David Edmundson wrote: > > > > Martin Gräßlin wrote: > Thanks for the review and I agree that all these things need improvment. > But it's orthogonal to the actual change of splitting into two and thus I > don't want to fix them right now. Therefore I dropped

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/ --- (Updated March 7, 2014, 12:10 p.m.) Review request for kwin, Plasma and A

What to test for 4.13?

2014-03-07 Thread Jos Poortvliet
Hi, The first beta of our applications and platform 4.13 is out. There are some major changes, the introduction of Baloo being first and foremost among them. But there is more. We (the promo team) would like to write an article to ask our community to help test this release and we'd appreciate

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
> On March 7, 2014, 10:52 a.m., David Edmundson wrote: > > Thanks for the review and I agree that all these things need improvment. But it's orthogonal to the actual change of splitting into two and thus I don't want to fix them right now. Therefore I dropped all the issues which are unrelate

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
> On March 7, 2014, 10:52 a.m., David Edmundson wrote: > > File Attachment: New advanced compositing KCM - kcmcompositing.png > > > > > > Double margin? Looks like this is in kcmshell - Martin ---

Re: Plasma Next alpha release engineering bits

2014-03-07 Thread Jos Poortvliet
On Thursday 06 March 2014 15:18:45 Sebastian Kügler wrote: > On Thursday, March 06, 2014 15:12:32 Jos Poortvliet wrote: > > On Thursday 06 March 2014 11:32:03 Sebastian Kügler wrote: > > > On Thursday, March 06, 2014 10:49:21 Jos Poortvliet wrote: > > > > On Wednesday 05 March 2014 13:10:12 Sebasti

Re: Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/#review52327 --- File Attachment: New effects KCM - kcmeffects.png

Review Request 116648: Split into one KCM for Desktop Effects and one for Compositing

2014-03-07 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116648/ --- Review request for kwin, Plasma and Antonis Tsiapaliokas. Repository: kwi

Re: Review Request 116640: Fix for "Bug 331798 - Wrong media shown as current media in playlist after reordering"

2014-03-07 Thread Ashish Madeti
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116640/ --- (Updated March 7, 2014, 9:12 a.m.) Review request for Plasma, Shantanu Tu