Re: PMC Runtime Black Screen

2014-03-08 Thread Shantanu Tushar Jha
Cool, hope you have it working as well (as in it can play media etc) You might want to read http://mail.kde.org/pipermail/kde-india/2014-February/001229.html and the links in it. Further, play around with the software and see if you think something can be improved, or pick up a bug from https://bu

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: 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: 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: 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: 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: 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: 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