Re: Proposed fix for issue 330115

2014-02-18 Thread R.Harish Navnit
Okay ! Finally fixed !

All I had to do was run sudo make install ! and then when I changed the
clock to 12:22 pm it finally showed 12:22 pm and NOT 0:22 AM.

I'll proceed to submit the patch for review now .

Thanks.

Warm Regards.
R.Harish Navnit
The Enigma 


On Tue, Feb 18, 2014 at 9:17 PM, R.Harish Navnit wrote:

> On Tue, Feb 18, 2014 at 9:02 PM, R.Harish Navnit 
> wrote:
>
>>  Also, make sure you do a "make install" before running the app so that
>>> you are actually running the new code.
>>>
>> I wasn't doing this earlier on , now I tried it and I ended up getting an
>> error ! Here's the output log : http://paste.kde.org/ptfrjwebc
>>
> Here's the output log of make : http://paste.kde.org/phu1uyhw4
>
> Regards.
> R.Harish Navnit
> The Enigma 
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread R.Harish Navnit
On Tue, Feb 18, 2014 at 9:02 PM, R.Harish Navnit wrote:

> Also, make sure you do a "make install" before running the app so that you
>> are actually running the new code.
>>
> I wasn't doing this earlier on , now I tried it and I ended up getting an
> error ! Here's the output log : http://paste.kde.org/ptfrjwebc
>
Here's the output log of make : http://paste.kde.org/phu1uyhw4

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread R.Harish Navnit
On Tue, Feb 18, 2014 at 8:51 PM, Shantanu Tushar Jha wrote:

> No idea. How do you know it doesn't work for you? Did you try setting your
> clock to 12:45 PM and then start PMC?
>
Yes , I changed my clock to time between 12noon and 1pm and it still
displays as AM.


> Also, make sure you do a "make install" before running the app so that you
> are actually running the new code.
>
I wasn't doing this earlier on , now I tried it and I ended up getting an
error ! Here's the output log : http://paste.kde.org/ptfrjwebc

>
> Its not a good idea to submit a patch for review if it doesn't work with
> you as you expect it to.
>
Okay , I'll wait :D

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread Shantanu Tushar Jha
No idea. How do you know it doesn't work for you? Did you try setting your
clock to 12:45 PM and then start PMC? Also, make sure you do a "make
install" before running the app so that you are actually running the new
code.

Its not a good idea to submit a patch for review if it doesn't work with
you as you expect it to.


On Tue, Feb 18, 2014 at 8:32 PM, R.Harish Navnit wrote:

> On Tue, Feb 18, 2014 at 7:46 PM, Shantanu Tushar Jha wrote:
>
>> Your patch works fine for me, I see 00:45 AM without the patch and 12:45
>> PM with the patch.
>>
> That is great news ! I'll submit the patch for review then . But any guess
> why it doesn't work for me ?
>
> Regards.
> R.Harish Navnit
> The Enigma 
>



-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread R.Harish Navnit
On Tue, Feb 18, 2014 at 7:46 PM, Shantanu Tushar Jha wrote:

> Your patch works fine for me, I see 00:45 AM without the patch and 12:45
> PM with the patch.
>
That is great news ! I'll submit the patch for review then . But any guess
why it doesn't work for me ?

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread Shantanu Tushar Jha
Your patch works fine for me, I see 00:45 AM without the patch and 12:45 PM
with the patch.


On Tue, Feb 18, 2014 at 6:55 PM, R.Harish Navnit wrote:

> I've made a patch for the issue and it's content can be found here :
> http://paste.kde.org/pcx7kgozj
>
> However , it still doesn't reflect in the PMC application . I'm still
> trying to figure out why ? I feel the required changes have been made.
> Are there any other files that have to be changed in order for the changes
> to reflect ?
> (I have very basic knowledge of QML). Do you have to reload the
> application(other than just closing and opening ?)
>
> Warm Regards.
>
> R.Harish Navnit
> The Enigma 
>
>
> On Mon, Feb 17, 2014 at 6:19 PM, R.Harish Navnit 
> wrote:
>
>> On Sat, Feb 15, 2014 at 7:37 PM, Shantanu Tushar Jha wrote:
>>
>>> Whats the status on this? If your patch is ready, head over to
>>> http://git.reviewboard.kde.org/ and submit a review.
>>>
>> Just returned back from Calicut today .  Will work on the patch and
>> submit a review at the earliest .
>> Sorry for the delay ...
>>
>> Regards.
>>  R.Harish Navnit
>> The Enigma 
>>
>>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-18 Thread R.Harish Navnit
I've made a patch for the issue and it's content can be found here :
http://paste.kde.org/pcx7kgozj

However , it still doesn't reflect in the PMC application . I'm still
trying to figure out why ? I feel the required changes have been made.
Are there any other files that have to be changed in order for the changes
to reflect ?
(I have very basic knowledge of QML). Do you have to reload the
application(other than just closing and opening ?)

Warm Regards.

R.Harish Navnit
The Enigma 


On Mon, Feb 17, 2014 at 6:19 PM, R.Harish Navnit wrote:

> On Sat, Feb 15, 2014 at 7:37 PM, Shantanu Tushar Jha wrote:
>
>> Whats the status on this? If your patch is ready, head over to
>> http://git.reviewboard.kde.org/ and submit a review.
>>
> Just returned back from Calicut today .  Will work on the patch and submit
> a review at the earliest .
> Sorry for the delay ...
>
> Regards.
> R.Harish Navnit
> The Enigma 
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-17 Thread R.Harish Navnit
On Sat, Feb 15, 2014 at 7:37 PM, Shantanu Tushar Jha wrote:

> Whats the status on this? If your patch is ready, head over to
> http://git.reviewboard.kde.org/ and submit a review.
>
Just returned back from Calicut today .  Will work on the patch and submit
a review at the earliest .
Sorry for the delay ...

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-15 Thread Shantanu Tushar Jha
Whats the status on this? If your patch is ready, head over to
http://git.reviewboard.kde.org/ and submit a review.


On Tue, Feb 4, 2014 at 6:12 PM, sujith h  wrote:

>
>
>
> On Tue, Feb 4, 2014 at 5:26 PM, R.Harish Navnit wrote:
>
>> On Mon, Feb 3, 2014 at 11:34 PM, sujith h  wrote:
>>
>>>
>>>
>>> Do you have problem launching plasma-mediacenter?
>>>
>> No problems launching plasma-mediacenter on my laptop . However , I don't
>> have internet access in my laptop at all times . Yesterday I had it for
>> about 20mins or so and I was able to build and run it within that time ;) .
>> I'll try working whenever I get time , but I might not be able to do any
>> work for the next week or so :(
>>
> No problem. Happy hacking :)
>
>
>
>>
>> Regards.
>> R.Harish Navnit
>> The Enigma 
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> സുജിത് ഹരിദാസന്
> Bangalore
> Contributor to KDE project
> http://fci.wikia.com/wiki/Anti-DRM-Campaign
>  http://sujithh.info
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-04 Thread sujith h
On Tue, Feb 4, 2014 at 5:26 PM, R.Harish Navnit wrote:

> On Mon, Feb 3, 2014 at 11:34 PM, sujith h  wrote:
>
>>
>>
>> Do you have problem launching plasma-mediacenter?
>>
> No problems launching plasma-mediacenter on my laptop . However , I don't
> have internet access in my laptop at all times . Yesterday I had it for
> about 20mins or so and I was able to build and run it within that time ;) .
> I'll try working whenever I get time , but I might not be able to do any
> work for the next week or so :(
>
No problem. Happy hacking :)



>
> Regards.
> R.Harish Navnit
> The Enigma 
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-04 Thread R.Harish Navnit
On Mon, Feb 3, 2014 at 11:34 PM, sujith h  wrote:

>
>
> Do you have problem launching plasma-mediacenter?
>
No problems launching plasma-mediacenter on my laptop . However , I don't
have internet access in my laptop at all times . Yesterday I had it for
about 20mins or so and I was able to build and run it within that time ;) .
I'll try working whenever I get time , but I might not be able to do any
work for the next week or so :(

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread sujith h
On Mon, Feb 3, 2014 at 10:34 PM, R.Harish Navnit wrote:

> Hello everyone ,
>
> I've successfully built plasma-mediacenter in my newly installed kubuntu
> 13.10 on my laptop . However , the problems with the virtualbox still
> persist (The virtualbox also has kubuntu 13.10) .
>

Do you have problem launching plasma-mediacenter?

>
> Regards.
>
> R.Harish Navnit
> The Enigma 
>
>
> On Mon, Feb 3, 2014 at 8:48 PM, R.Harish Navnit wrote:
>
>> On Thu, Jan 30, 2014 at 11:44 AM, sujith h  wrote:
>>
>>> Hi Harish,
>>>
>>> Try this only if you are *not* having trouble with downloading the gz
>>> files mentioned by Shantanu.
>>>
>> I was able to download the packages manually but I don't know how to
>> handle them . Where do I extract it to ?
>>
>> Regards.
>>
>> R.Harish Navnit
>> The Enigma 
>>
>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread Shantanu Tushar Jha
That is good news, I hope you can work on your laptop directly :)


On Mon, Feb 3, 2014 at 10:34 PM, R.Harish Navnit wrote:

> Hello everyone ,
>
> I've successfully built plasma-mediacenter in my newly installed kubuntu
> 13.10 on my laptop . However , the problems with the virtualbox still
> persist (The virtualbox also has kubuntu 13.10) .
>
> Regards.
>
> R.Harish Navnit
> The Enigma 
>
>
> On Mon, Feb 3, 2014 at 8:48 PM, R.Harish Navnit wrote:
>
>> On Thu, Jan 30, 2014 at 11:44 AM, sujith h  wrote:
>>
>>> Hi Harish,
>>>
>>> Try this only if you are *not* having trouble with downloading the gz
>>> files mentioned by Shantanu.
>>>
>> I was able to download the packages manually but I don't know how to
>> handle them . Where do I extract it to ?
>>
>> Regards.
>>
>> R.Harish Navnit
>> The Enigma 
>>
>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread R.Harish Navnit
Hello everyone ,

I've successfully built plasma-mediacenter in my newly installed kubuntu
13.10 on my laptop . However , the problems with the virtualbox still
persist (The virtualbox also has kubuntu 13.10) .

Regards.

R.Harish Navnit
The Enigma 


On Mon, Feb 3, 2014 at 8:48 PM, R.Harish Navnit wrote:

> On Thu, Jan 30, 2014 at 11:44 AM, sujith h  wrote:
>
>> Hi Harish,
>>
>> Try this only if you are *not* having trouble with downloading the gz
>> files mentioned by Shantanu.
>>
> I was able to download the packages manually but I don't know how to
> handle them . Where do I extract it to ?
>
> Regards.
>
> R.Harish Navnit
> The Enigma 
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread R.Harish Navnit
On Thu, Jan 30, 2014 at 11:44 AM, sujith h  wrote:

> Hi Harish,
>
> Try this only if you are *not* having trouble with downloading the gz
> files mentioned by Shantanu.
>
I was able to download the packages manually but I don't know how to handle
them . Where do I extract it to ?

Regards.

R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-02-03 Thread R.Harish Navnit
On Wed, Jan 29, 2014 at 9:39 PM, Shantanu Tushar Jha wrote:

> did you try apt-get update few more times? If yes, It could be that files
> above a size are blocked? Try downloading them manually and see if you get
> an error or something, the URLs which failed for you are-
>
>
> http://in.archive.ubuntu.com/ubuntu/dists/saucy/universe/binary-amd64/Packages.gz
>
> http://in.archive.ubuntu.com/ubuntu/dists/saucy/main/binary-i386/Packages.gz
>
> I've tried apt-get update quite a few times now . I've tried downloading
it manually. I just clicked at the link that you gave in this mail and I
was able to download it , but what next ? I tried opening with ark(where
should I extract it to ?)

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread sujith h
Hi Harish,

One more hack you can do is by following the thread :
http://askubuntu.com/questions/37753/how-can-i-get-apt-to-use-a-mirror-close-to-me-or-choose-a-faster-mirror.
So what I want to convey you is try changing the mirror. And lets see how
that will help you. Note: Please take a backup of your orignal sources.list
file. Try this only if you are *not* having trouble with downloading the gz
files mentioned by Shantanu.


On Wed, Jan 29, 2014 at 9:39 PM, Shantanu Tushar Jha wrote:

> did you try apt-get update few more times? If yes, It could be that files
> above a size are blocked? Try downloading them manually and see if you get
> an error or something, the URLs which failed for you are-
>
>
> http://in.archive.ubuntu.com/ubuntu/dists/saucy/universe/binary-amd64/Packages.gz
>
> http://in.archive.ubuntu.com/ubuntu/dists/saucy/main/binary-i386/Packages.gz
>
>
>
>
> On Wed, Jan 29, 2014 at 9:27 PM, R.Harish Navnit 
> wrote:
>
>> On Wed, Jan 29, 2014 at 8:34 PM, Shantanu Tushar Jha 
>> wrote:
>>
>>> The problem is here-
>>>
>>> W: Failed to fetch
>>> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
>>> Hash Sum mismatch
>>>
>>> W: Failed to fetch
>>> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
>>> Hash Sum mismatch
>>>
>>> Which basically means something went wrong when downloading these files.
>>> Try sudo apt-get update few more times till this is fixed. If it still
>>> doesnt go away, try a different network connection. Failure to download
>>> these is causing the problems installing the packages.
>>>
>>> It could be because our college's internet service has a lot of
>> restrictions . It does have a lot of sites blocked. But I don't know if
>> packages would have been blocked . I always get such errors and we usually
>> neglect them .
>> Looks like I'll have to look for another network connection . This is
>> getting really tedious now  :P
>>
>> Regards.
>> R.Harish Navnit
>> The Enigma 
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
did you try apt-get update few more times? If yes, It could be that files
above a size are blocked? Try downloading them manually and see if you get
an error or something, the URLs which failed for you are-

http://in.archive.ubuntu.com/ubuntu/dists/saucy/universe/binary-amd64/Packages.gz
http://in.archive.ubuntu.com/ubuntu/dists/saucy/main/binary-i386/Packages.gz




On Wed, Jan 29, 2014 at 9:27 PM, R.Harish Navnit wrote:

> On Wed, Jan 29, 2014 at 8:34 PM, Shantanu Tushar Jha 
> wrote:
>
>> The problem is here-
>>
>> W: Failed to fetch
>> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
>> Hash Sum mismatch
>>
>> W: Failed to fetch
>> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
>> Hash Sum mismatch
>>
>> Which basically means something went wrong when downloading these files.
>> Try sudo apt-get update few more times till this is fixed. If it still
>> doesnt go away, try a different network connection. Failure to download
>> these is causing the problems installing the packages.
>>
>> It could be because our college's internet service has a lot of
> restrictions . It does have a lot of sites blocked. But I don't know if
> packages would have been blocked . I always get such errors and we usually
> neglect them .
> Looks like I'll have to look for another network connection . This is
> getting really tedious now  :P
>
> Regards.
> R.Harish Navnit
> The Enigma 
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread R.Harish Navnit
On Wed, Jan 29, 2014 at 8:34 PM, Shantanu Tushar Jha wrote:

> The problem is here-
>
> W: Failed to fetch
> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
> Hash Sum mismatch
>
> W: Failed to fetch
> gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
> Hash Sum mismatch
>
> Which basically means something went wrong when downloading these files.
> Try sudo apt-get update few more times till this is fixed. If it still
> doesnt go away, try a different network connection. Failure to download
> these is causing the problems installing the packages.
>
> It could be because our college's internet service has a lot of
restrictions . It does have a lot of sites blocked. But I don't know if
packages would have been blocked . I always get such errors and we usually
neglect them .
Looks like I'll have to look for another network connection . This is
getting really tedious now  :P

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
The problem is here-

W: Failed to fetch
gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_universe_binary-amd64_Packages
Hash Sum mismatch

W: Failed to fetch
gzip:/var/lib/apt/lists/partial/in.archive.ubuntu.com_ubuntu_dists_saucy_main_binary-i386_Packages
Hash Sum mismatch

Which basically means something went wrong when downloading these files.
Try sudo apt-get update few more times till this is fixed. If it still
doesnt go away, try a different network connection. Failure to download
these is causing the problems installing the packages.


On Wed, Jan 29, 2014 at 8:06 PM, R.Harish Navnit wrote:

> On Wed, Jan 29, 2014 at 7:38 PM, Shantanu Tushar Jha 
> wrote:
>
>> try these-
>>
>> sudo apt-get update
>> sudo apt-get install -f
>>
> This the output log of the above commands :
> http://pastebin.kde.org/p7pybjb6o
>
> I tried running "sudo apt-get install libdeclarative-multimedia" :
> http://pastebin.kde.org/pxsijngsm
>
> and "sudo apt-get install kffmpegthumbnailer" :
> http://pastebin.kde.org/pxi0rc50l
>
> I'm still getting more or less the same output log . What's going wrong ?
>
> Regards.
> R.Harish Navnit
> The Enigma 
>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread R.Harish Navnit
On Wed, Jan 29, 2014 at 7:38 PM, Shantanu Tushar Jha wrote:

> try these-
>
> sudo apt-get update
> sudo apt-get install -f
>
This the output log of the above commands :
http://pastebin.kde.org/p7pybjb6o

I tried running "sudo apt-get install libdeclarative-multimedia" :
http://pastebin.kde.org/pxsijngsm

and "sudo apt-get install kffmpegthumbnailer" :
http://pastebin.kde.org/pxi0rc50l

I'm still getting more or less the same output log . What's going wrong ?

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread Shantanu Tushar Jha
try these-

sudo apt-get update
sudo apt-get install -f



On Wed, Jan 29, 2014 at 7:34 PM, R.Harish Navnit wrote:

> Hi all , now I'm having trouble installing the packages kffmpegthumbnailer
> : http://pastebin.kde.org/pta3ajnke
>  libdeclarative-multimedia : pastebin.kde.org/pfz3vi7w4 .
>
> Is it because I'm using kubuntu 13.10 ? I was able to install these
> packages in Ubuntu 12.04 LTS .
>
> As a matter of fact , I'm unable to install even xchat !!! (
> http://pastebin.kde.org/pin0hutly)
>
> Regards.
>
> R.Harish Navnit
> The Enigma 
>
>
> On Tue, Jan 28, 2014 at 9:57 PM, Shantanu Tushar Jha 
> wrote:
>
>>
>> On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit 
>> wrote:
>>
>>>
>>>
>>>
>>> On Tue, Jan 28, 2014 at 7:13 PM, sujith h  wrote:
>>>

 On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha 
 wrote:

> I don't know why you are trying to install qt-mobility at all. It is
> not listed under "Ubuntu (12.10 and higher versions)" on
> http://www.sinny.in/node/25.
>
 Well , I was following this link :
>>> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC.
>>>  Also since I had to install it during my previous build made me think
>>> that this package would also be required.
>>>
>>
>> qt-mobility was renamed to libdeclarative-multimedia which is why you
>> could get it on an older version of Ubuntu. You *dont* need qt-mobility.
>>
>> Also, someone needs to update that wiki page, it is confusing with
>> respect to package names.
>>
>>
>
 By the way is your build failing because of unavailability of package
 qt-mobility*?

>>> Well , I didn't try building because I wasn't able to install the
>>> package "qt-mobility" , so I assumed that the build would fail anyway. I'll
>>> try building and let you know .
>>>


>>>
>>>
>>>
 Regards.
 R.Harish Navnit
 The Enigma 

>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> Shantanu Tushar(UTC +0530)
>> http://www.shantanutushar.com
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-29 Thread R.Harish Navnit
Hi all , now I'm having trouble installing the packages kffmpegthumbnailer
: http://pastebin.kde.org/pta3ajnke
 libdeclarative-multimedia : pastebin.kde.org/pfz3vi7w4 .

Is it because I'm using kubuntu 13.10 ? I was able to install these
packages in Ubuntu 12.04 LTS .

As a matter of fact , I'm unable to install even xchat !!! (
http://pastebin.kde.org/pin0hutly)

Regards.

R.Harish Navnit
The Enigma 


On Tue, Jan 28, 2014 at 9:57 PM, Shantanu Tushar Jha wrote:

>
> On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit 
> wrote:
>
>>
>>
>>
>> On Tue, Jan 28, 2014 at 7:13 PM, sujith h  wrote:
>>
>>>
>>> On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha 
>>> wrote:
>>>
 I don't know why you are trying to install qt-mobility at all. It is
 not listed under "Ubuntu (12.10 and higher versions)" on
 http://www.sinny.in/node/25.

>>> Well , I was following this link :
>> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC.
>>  Also since I had to install it during my previous build made me think
>> that this package would also be required.
>>
>
> qt-mobility was renamed to libdeclarative-multimedia which is why you
> could get it on an older version of Ubuntu. You *dont* need qt-mobility.
>
> Also, someone needs to update that wiki page, it is confusing with respect
> to package names.
>
>

>>> By the way is your build failing because of unavailability of package
>>> qt-mobility*?
>>>
>> Well , I didn't try building because I wasn't able to install the package
>> "qt-mobility" , so I assumed that the build would fail anyway. I'll try
>> building and let you know .
>>
>>>
>>>
>>
>>
>>
>>> Regards.
>>> R.Harish Navnit
>>> The Enigma 
>>>
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread Shantanu Tushar Jha
On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit wrote:

>
>
>
> On Tue, Jan 28, 2014 at 7:13 PM, sujith h  wrote:
>
>>
>> On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha wrote:
>>
>>> I don't know why you are trying to install qt-mobility at all. It is not
>>> listed under "Ubuntu (12.10 and higher versions)" on
>>> http://www.sinny.in/node/25.
>>>
>> Well , I was following this link :
> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC. 
> Also since I had to install it during my previous build made me think
> that this package would also be required.
>

qt-mobility was renamed to libdeclarative-multimedia which is why you could
get it on an older version of Ubuntu. You *dont* need qt-mobility.

Also, someone needs to update that wiki page, it is confusing with respect
to package names.


>>>
>> By the way is your build failing because of unavailability of package
>> qt-mobility*?
>>
> Well , I didn't try building because I wasn't able to install the package
> "qt-mobility" , so I assumed that the build would fail anyway. I'll try
> building and let you know .
>
>>
>>
>
>
>
>> Regards.
>> R.Harish Navnit
>> The Enigma 
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread sujith h
On Tue, Jan 28, 2014 at 8:05 PM, R.Harish Navnit wrote:

>
>
>
> On Tue, Jan 28, 2014 at 7:13 PM, sujith h  wrote:
>
>>
>> On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha wrote:
>>
>>> I don't know why you are trying to install qt-mobility at all. It is not
>>> listed under "Ubuntu (12.10 and higher versions)" on
>>> http://www.sinny.in/node/25.
>>>
>> Well , I was following this link :
> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC. 
> Also since I had to install it during my previous build made me think
> that this package would also be required.
>
>>
>>>
>> By the way is your build failing because of unavailability of package
>> qt-mobility*?
>>
> Well , I didn't try building because I wasn't able to install the package
> "qt-mobility" , so I assumed that the build would fail anyway. I'll try
> building and let you know .
>

I am using 13.10. And believe me you don't have to install qt-mobility*.
Just follow what sinny had beautifully documented and then enjoy PMC :)

>
>>
>
>
>
>> Regards.
>> R.Harish Navnit
>> The Enigma 
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread R.Harish Navnit
On Tue, Jan 28, 2014 at 7:13 PM, sujith h  wrote:

>
> On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha wrote:
>
>> I don't know why you are trying to install qt-mobility at all. It is not
>> listed under "Ubuntu (12.10 and higher versions)" on
>> http://www.sinny.in/node/25.
>>
> Well , I was following this link :
http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC.
Also since I had to install it during my previous build made me think
that this package would also be required.

>
>>
> By the way is your build failing because of unavailability of package
> qt-mobility*?
>
Well , I didn't try building because I wasn't able to install the package
"qt-mobility" , so I assumed that the build would fail anyway. I'll try
building and let you know .

>
>



> Regards.
> R.Harish Navnit
> The Enigma 
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread sujith h
On Tue, Jan 28, 2014 at 7:08 PM, Shantanu Tushar Jha wrote:

> I don't know why you are trying to install qt-mobility at all. It is not
> listed under "Ubuntu (12.10 and higher versions)" on
> http://www.sinny.in/node/25.
>
>
By the way is your build failing because of unavailability of package
qt-mobility*?


>
> On Tue, Jan 28, 2014 at 6:45 PM, R.Harish Navnit 
> wrote:
>
>>
>>
>> R.Harish Navnit
>> The Enigma 
>>
>>
>> On Tue, Jan 28, 2014 at 6:23 PM, sujith h  wrote:
>>>
>>> Wouldn't installing packages mentioned in http://www.sinny.in/node/25help 
>>> you?
>>>
>> That's what I'm trying to do .  I was able to install the required
>> packages in Ubuntu 12.04 LTS. But when I try the same in Kubuntu 13.10 I
>> get the following error log : http://pastebin.kde.org/png3htvj9
>>
>> Regards.
>>
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread Shantanu Tushar Jha
I don't know why you are trying to install qt-mobility at all. It is not
listed under "Ubuntu (12.10 and higher versions)" on
http://www.sinny.in/node/25.


On Tue, Jan 28, 2014 at 6:45 PM, R.Harish Navnit wrote:

>
>
> R.Harish Navnit
> The Enigma 
>
>
> On Tue, Jan 28, 2014 at 6:23 PM, sujith h  wrote:
>>
>> Wouldn't installing packages mentioned in http://www.sinny.in/node/25help 
>> you?
>>
> That's what I'm trying to do .  I was able to install the required
> packages in Ubuntu 12.04 LTS. But when I try the same in Kubuntu 13.10 I
> get the following error log : http://pastebin.kde.org/png3htvj9
>
> Regards.
>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread sujith h
On Tue, Jan 28, 2014 at 6:45 PM, R.Harish Navnit wrote:

>
>
> R.Harish Navnit
> The Enigma 
>
>
> On Tue, Jan 28, 2014 at 6:23 PM, sujith h  wrote:
>>
>> Wouldn't installing packages mentioned in http://www.sinny.in/node/25help 
>> you?
>>
> That's what I'm trying to do .  I was able to install the required
> packages in Ubuntu 12.04 LTS. But when I try the same in Kubuntu 13.10 I
> get the following error log : http://pastebin.kde.org/png3htvj9
>

Oh man that sounds bit strange to me :) Even I have 13.10 installed in my
laptop and build PMC. It works perfectly fine with packages mentioned in
Sinny's blog. Can you share the output of 'dpkg -L' and more over what does
your sources.list file have. Kindly share it. Let's see how to help you.

Thanks,

Sujith H

>
> Regards.
>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread R.Harish Navnit
R.Harish Navnit
The Enigma 


On Tue, Jan 28, 2014 at 6:23 PM, sujith h  wrote:
>
> Wouldn't installing packages mentioned in http://www.sinny.in/node/25help you?
>
That's what I'm trying to do .  I was able to install the required packages
in Ubuntu 12.04 LTS. But when I try the same in Kubuntu 13.10 I get the
following error log : http://pastebin.kde.org/png3htvj9

Regards.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread sujith h
On Tue, Jan 28, 2014 at 5:54 PM, R.Harish Navnit wrote:

> On Tue, Jan 28, 2014 at 5:45 PM, Sinny Kumari  wrote:
>
>>
>>
>> Your local git is messed up. So, I will suggest simple things to you for
>> retrieving changes related to fixing issue.
>>
>> 1. Rename your local branch with some other name(e.g
>> plasma-mediacenter.old).
>> 2. Do a fresh git clone of PMC repo by running "git clone git://
>> anongit.kde.org/plasma-mediacenter"
>> 3. Since, all changes relevant to work is in
>> plasma-mediacenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml,
>> replace plasma-medicenter/mediaelements/mediawelcome/HomeScreenFooter.qml
>> with  plasma-medicenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml.
>> 4. After testing it,  do git diff in your plasma-mediacenter and upload
>> diff on http://reviewboard.kde.org/
>>
>> I hope this will solve all your issues :)
>>
>
> For the moment , I've left that clone(on Ubuntu 12.04 LTS) as it is and
> ran a fresh clone on kubuntu 13.10 and now facing troubles installing the
> qt-mobility. Can you help me with this ?
>

Wouldn't installing packages mentioned in http://www.sinny.in/node/25 help
you?

>
> Regards.
> R.Harish Navnit
> The Enigma 
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
സുജിത് ഹരിദാസന്
Bangalore
Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
 http://sujithh.info
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread R.Harish Navnit
On Tue, Jan 28, 2014 at 5:45 PM, Sinny Kumari  wrote:

>
>
> Your local git is messed up. So, I will suggest simple things to you for
> retrieving changes related to fixing issue.
>
> 1. Rename your local branch with some other name(e.g
> plasma-mediacenter.old).
> 2. Do a fresh git clone of PMC repo by running "git clone git://
> anongit.kde.org/plasma-mediacenter"
> 3. Since, all changes relevant to work is in
> plasma-mediacenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml,
> replace plasma-medicenter/mediaelements/mediawelcome/HomeScreenFooter.qml
> with  plasma-medicenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml.
> 4. After testing it,  do git diff in your plasma-mediacenter and upload
> diff on http://reviewboard.kde.org/
>
> I hope this will solve all your issues :)
>

For the moment , I've left that clone(on Ubuntu 12.04 LTS) as it is and ran
a fresh clone on kubuntu 13.10 and now facing troubles installing the
qt-mobility. Can you help me with this ?

Regards.
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread R.Harish Navnit
I need help in installing the package on qt-mobility on kubuntu 13.10.
In Ubuntu 12.04 LTS I was able to install it using "apt-get install
qtmobility-dev" but in kubuntu 13.10 , this is the error-log that I get :
http://pastebin.kde.org/png3htvj9

Regards.

R.Harish Navnit
The Enigma 


On Tue, Jan 28, 2014 at 4:21 PM, R.Harish Navnit wrote:

> On Mon, Jan 27, 2014 at 10:02 PM, Shantanu Tushar Jha wrote:
>
>> The diff you get should look like this http://pastebin.kde.org/pcydxtqcg.
>>
>
>
>> The easier thing imo would be to make a fresh clone, re-apply your changes
>>
> Oh my god ! Okay , this time I'll try working with Kubuntu 13.10
>
>
>>  and remember not to add the build dir to your commits.
>>
> Does this hold true for this project alone or in general ?
>
> Thanks
>
> R.Harish Navnit
> The Enigma 
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread Sinny Kumari
On Mon, Jan 27, 2014 at 9:04 PM, R.Harish Navnit wrote:

> On Mon, Jan 27, 2014 at 8:45 PM, Shantanu Tushar Jha wrote:
>
>> where COMMIT is the SHA of the commit just before your commits.
>>
>   What does this mean ?
>
> In your example, you need to run "git diff
>> 166b33610ceb4e06976570c66ad9fbc3c60470f9"
>>
>
> I ran it and this is what I get as the output log :
> http://pastebin.ubuntu.com/6826714/
>
>
Your local git is messed up. So, I will suggest simple things to you for
retrieving changes related to fixing issue.

1. Rename your local branch with some other name(e.g
plasma-mediacenter.old).
2. Do a fresh git clone of PMC repo by running "git clone git://
anongit.kde.org/plasma-mediacenter"
3. Since, all changes relevant to work is in
plasma-mediacenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml,
replace plasma-medicenter/mediaelements/mediawelcome/HomeScreenFooter.qml
with  plasma-medicenter.old/mediaelements/mediawelcome/HomeScreenFooter.qml.
4. After testing it,  do git diff in your plasma-mediacenter and upload
diff on http://reviewboard.kde.org/

I hope this will solve all your issues :)


-- 
http://www.sinny.in
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread Sinny Kumari
On Tue, Jan 28, 2014 at 4:21 PM, R.Harish Navnit wrote:

> On Mon, Jan 27, 2014 at 10:02 PM, Shantanu Tushar Jha wrote:
>
>> The diff you get should look like this http://pastebin.kde.org/pcydxtqcg.
>>
>
>
>> The easier thing imo would be to make a fresh clone, re-apply your changes
>>
> Oh my god ! Okay , this time I'll try working with Kubuntu 13.10
>
>
>>  and remember not to add the build dir to your commits.
>>
> Does this hold true for this project alone or in general ?
>
>
Yes, build directory is never part of any project because files inside
build directory are auto-generated after compiling on your local machine
and these files varies with machine to machine. You can check source tree
https://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repositoryof
PMC or any other project and you will see that build is not added
there.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-28 Thread R.Harish Navnit
On Mon, Jan 27, 2014 at 10:02 PM, Shantanu Tushar Jha wrote:

> The diff you get should look like this http://pastebin.kde.org/pcydxtqcg .
>


> The easier thing imo would be to make a fresh clone, re-apply your changes
>
Oh my god ! Okay , this time I'll try working with Kubuntu 13.10


> and remember not to add the build dir to your commits.
>
Does this hold true for this project alone or in general ?

Thanks

R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-27 Thread Shantanu Tushar Jha
you have added build dir to your commit, you should not do that. The diff
you get should look like this http://pastebin.kde.org/pcydxtqcg . The
easier thing imo would be to make a fresh clone, re-apply your changes and
remember not to add the build dir to your commits.


On Mon, Jan 27, 2014 at 9:04 PM, R.Harish Navnit wrote:

> On Mon, Jan 27, 2014 at 8:45 PM, Shantanu Tushar Jha wrote:
>
>> where COMMIT is the SHA of the commit just before your commits.
>>
>  What does this mean ?
>
> In your example, you need to run "git diff
>> 166b33610ceb4e06976570c66ad9fbc3c60470f9"
>>
>
> I ran it and this is what I get as the output log :
> http://pastebin.ubuntu.com/6826714/
>
> Warm Regards.
>
> Thanking You,
> R.Harish Navnit
> The Enigma 
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-27 Thread R.Harish Navnit
On Mon, Jan 27, 2014 at 8:45 PM, Shantanu Tushar Jha wrote:

> where COMMIT is the SHA of the commit just before your commits.
>
 What does this mean ?

In your example, you need to run "git diff
> 166b33610ceb4e06976570c66ad9fbc3c60470f9"
>

I ran it and this is what I get as the output log :
http://pastebin.ubuntu.com/6826714/

Warm Regards.

Thanking You,
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-27 Thread Shantanu Tushar Jha
Hey Harish,

It was a typo from my end, I meant "git show HEAD" but it would only show
the diff of one commit. I see you have multiple commits in which case it is
easier to do "git diff COMMIT" where COMMIT is the SHA of the commit just
before your commits. In your example, you need to run "git diff
166b33610ceb4e06976570c66ad9fbc3c60470f9"


On Mon, Jan 27, 2014 at 7:45 PM, R.Harish Navnit wrote:

> Sorry for the late reply . Like I said earlier I was a bit busy shifting
> rooms .
>
> Anyways , I don't quite understand why git diff doesn't seem to work .
> Even "git diff HEAD" gives me a blank screen. I'm posting the output of
> "git log" if it helps in anyway . Here it is :
> http://pastebin.ubuntu.com/6826365/
>
> Regards.
>
> R.Harish Navnit
> The Enigma 
>
>
> On Fri, Jan 24, 2014 at 11:12 PM, Shantanu Tushar Jha wrote:
>
>>
>> On Fri, Jan 24, 2014 at 7:09 PM, R.Harish Navnit 
>> wrote:
>>
>>> On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari  wrote:
>>>
 This link is not what you wanted to paste ;)

>>>
>>> Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p
>>>
>>>
>>> Moreover , now I'm not getting the error log that I was getting earlier.
>>> It was a little bit different
>>>
 Also, send diff of code by using "git  diff". It will be easier to llok
 into issue :)

>>>
>>>  git diff doesn't really do much : http://goo.gl/NMtN0j  , although
>>> I've added and committed changes.
>>>
>>
>>  She was assuming you haven't committed the changes. git diff by default
>> will only show uncommited the changes. To show the diff of a particular
>> commit use "git diff SHA" where SHA is the commit-id of the particular
>> commit. A shortcut for showing the diff of your last commit is "git diff
>> HEAD", as HEAD means the most recent commit.
>>
>> Also, you cannot push directly to the repository on KDE's git unless you
>> have developer access. The process anyway is to create the diff, save it to
>> a file, upload it to https://git.reviewboard.kde.org/ where one of us
>> will review it (please add "Plasma" to groups when creating the review
>> request).
>>
>>
>>>
>>> Regards.
>>>
>>> Thanking You,
>>> R.Harish Navnit
>>> The Enigma 
>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> Shantanu Tushar(UTC +0530)
>> http://www.shantanutushar.com
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-27 Thread R.Harish Navnit
Sorry for the late reply . Like I said earlier I was a bit busy shifting
rooms .

Anyways , I don't quite understand why git diff doesn't seem to work . Even
"git diff HEAD" gives me a blank screen. I'm posting the output of "git
log" if it helps in anyway . Here it is :
http://pastebin.ubuntu.com/6826365/

Regards.

R.Harish Navnit
The Enigma 


On Fri, Jan 24, 2014 at 11:12 PM, Shantanu Tushar Jha wrote:

>
> On Fri, Jan 24, 2014 at 7:09 PM, R.Harish Navnit 
> wrote:
>
>> On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari  wrote:
>>
>>> This link is not what you wanted to paste ;)
>>>
>>
>> Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p
>>
>> Moreover , now I'm not getting the error log that I was getting earlier.
>> It was a little bit different
>>
>>> Also, send diff of code by using "git  diff". It will be easier to llok
>>> into issue :)
>>>
>>
>>  git diff doesn't really do much : http://goo.gl/NMtN0j  , although I've
>> added and committed changes.
>>
>
> She was assuming you haven't committed the changes. git diff by default
> will only show uncommited the changes. To show the diff of a particular
> commit use "git diff SHA" where SHA is the commit-id of the particular
> commit. A shortcut for showing the diff of your last commit is "git diff
> HEAD", as HEAD means the most recent commit.
>
> Also, you cannot push directly to the repository on KDE's git unless you
> have developer access. The process anyway is to create the diff, save it to
> a file, upload it to https://git.reviewboard.kde.org/ where one of us
> will review it (please add "Plasma" to groups when creating the review
> request).
>
>
>>
>> Regards.
>>
>> Thanking You,
>> R.Harish Navnit
>> The Enigma 
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread Shantanu Tushar Jha
On Fri, Jan 24, 2014 at 7:09 PM, R.Harish Navnit wrote:

> On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari  wrote:
>
>> This link is not what you wanted to paste ;)
>>
>
> Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p
>
> Moreover , now I'm not getting the error log that I was getting earlier.
> It was a little bit different
>
>> Also, send diff of code by using "git  diff". It will be easier to llok
>> into issue :)
>>
>
> git diff doesn't really do much : http://goo.gl/NMtN0j  , although I've
> added and committed changes.
>

She was assuming you haven't committed the changes. git diff by default
will only show uncommited the changes. To show the diff of a particular
commit use "git diff SHA" where SHA is the commit-id of the particular
commit. A shortcut for showing the diff of your last commit is "git diff
HEAD", as HEAD means the most recent commit.

Also, you cannot push directly to the repository on KDE's git unless you
have developer access. The process anyway is to create the diff, save it to
a file, upload it to https://git.reviewboard.kde.org/ where one of us will
review it (please add "Plasma" to groups when creating the review request).


>
> Regards.
>
> Thanking You,
> R.Harish Navnit
> The Enigma 
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread R.Harish Navnit
On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari  wrote:

> This link is not what you wanted to paste ;)
>

Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p

Moreover , now I'm not getting the error log that I was getting earlier. It
was a little bit different

> Also, send diff of code by using "git  diff". It will be easier to llok
> into issue :)
>

git diff doesn't really do much : http://goo.gl/NMtN0j  , although I've
added and committed changes.


Regards.

Thanking You,
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread Sinny Kumari
> This link is not what you wanted to paste ;)
> Also, send diff of code by using "git  diff". It will be easier to llok
> into issue :)
>

s/ llok/look typo


-- 
http://www.sinny.in
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread Sinny Kumari
On Fri, Jan 24, 2014 at 5:44 PM, R.Harish Navnit wrote:

> Hi ,
>
> I tried running the application after removing the "else continue
> statement" , it doesn't seem to work yet . This is the output log :
> http://pastebin.kde.org/ .
>

This link is not what you wanted to paste ;)
Also, send diff of code by using "git  diff". It will be easier to llok
into issue :)
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread R.Harish Navnit
Hi ,

I tried running the application after removing the "else continue
statement" , it doesn't seem to work yet . This is the output log :
http://pastebin.kde.org/ .

Any help would be appreciated . Thanks a lot .

Warm Regards.

Thanking You,

R.Harish Navnit
The Enigma 


On Fri, Jan 24, 2014 at 4:58 PM, R.Harish Navnit wrote:

> On Fri, Jan 24, 2014 at 12:21 AM, Sinny Kumari  wrote:
>
>> Hi Harish,
>>
>> You have done great job!.
>>
> Thanks for the compliments :)
>
>>
>> Few things I want to say:
>> 1. Try to post queries on plasma-devel Mailing List so that you don't
>> have to wait for reply from one person, any one can reply to you.
>>
> I'll make sure I do .
>
>> 2. You don't need to add plasma-mediacenter project on github. Its source
>> code with all git summary are already maintained within KDE
>> https://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository.
>> So, you can clone it and make changes there itself and can commit(after
>> getting commit access) or send patch for same (details are mentioned at
>> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC#Submitting_patch
>> )
>>
> Oh , I never new we could commit changes to those repo. That's great news
> .
>
>>  3. In case you don't have much idea about what is git, how git works
>> and how to create a patch for a git repo, take a look at any simple git
>> tutorial available on web (e.g http://git-scm.com/docs/gittutorial).
>>
> I'm pretty okay with git . I have an idea at the very least. It is with
> qml that I have some learning to do :)
>
>>
>> On Thu, Jan 23, 2014 at 6:32 PM, R.Harish Navnit 
>> wrote:
>>
>>> Hi ,
>>>
>>>   I've made changes to the code which I believe should help in
>>> fixing the issue that I reported . I'm not sure new to QT and also how the
>>> code works in the app .
>>>
>>> The changes that I've made to the code can be found here :
>>> https://github.com/harishnavnit/plasma-mediacenter/blob/test/mediaelements/mediawelcome/HomeScreenFooter.qml
>>>
>>
>> I checked this file and you have done as expected, only you need to
>> remove "else contnue"  statement. QML doesn't have continue statement, you
>> can see in terminal output also which says "SyntaxError: Invalid continue
>> statement". After removing, it will work as expected.
>>
> I'll try it out at the earliest , I'm a bit busy shifting rooms now . (We
> have our college tech-fest that will start next week). Hope to have this
> sorted asap.
>
>>
>>
>> Cheers!
>> --
>> http://www.sinny.in
>>
>
> Warm Regards.
>
> Thanking You,
> R.Harish Navnit
> The Enigma 
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-24 Thread R.Harish Navnit
On Fri, Jan 24, 2014 at 12:21 AM, Sinny Kumari  wrote:

> Hi Harish,
>
> You have done great job!.
>
Thanks for the compliments :)

>
> Few things I want to say:
> 1. Try to post queries on plasma-devel Mailing List so that you don't have
> to wait for reply from one person, any one can reply to you.
>
I'll make sure I do .

> 2. You don't need to add plasma-mediacenter project on github. Its source
> code with all git summary are already maintained within KDE
> https://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository.
> So, you can clone it and make changes there itself and can commit(after
> getting commit access) or send patch for same (details are mentioned at
> http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC#Submitting_patch
> )
>
Oh , I never new we could commit changes to those repo. That's great news .

> 3. In case you don't have much idea about what is git, how git works and
> how to create a patch for a git repo, take a look at any simple git
> tutorial available on web (e.g http://git-scm.com/docs/gittutorial).
>
I'm pretty okay with git . I have an idea at the very least. It is with qml
that I have some learning to do :)

>
> On Thu, Jan 23, 2014 at 6:32 PM, R.Harish Navnit 
> wrote:
>
>> Hi ,
>>
>>   I've made changes to the code which I believe should help in fixing
>> the issue that I reported . I'm not sure new to QT and also how the code
>> works in the app .
>>
>> The changes that I've made to the code can be found here :
>> https://github.com/harishnavnit/plasma-mediacenter/blob/test/mediaelements/mediawelcome/HomeScreenFooter.qml
>>
>
> I checked this file and you have done as expected, only you need to remove
> "else contnue"  statement. QML doesn't have continue statement, you can see
> in terminal output also which says "SyntaxError: Invalid continue
> statement". After removing, it will work as expected.
>
I'll try it out at the earliest , I'm a bit busy shifting rooms now . (We
have our college tech-fest that will start next week). Hope to have this
sorted asap.

>
>
> Cheers!
> --
> http://www.sinny.in
>

Warm Regards.

Thanking You,
R.Harish Navnit
The Enigma 
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Proposed fix for issue 330115

2014-01-23 Thread Sinny Kumari
Hi Harish,

You have done great job!.

Few things I want to say:
1. Try to post queries on plasma-devel Mailing List so that you don't have
to wait for reply from one person, any one can reply to you.
2. You don't need to add plasma-mediacenter project on github. Its source
code with all git summary are already maintained within KDE
https://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository.
So, you can clone it and make changes there itself and can commit(after
getting commit access) or send patch for same (details are mentioned at
http://community.kde.org/Plasma/Plasma_Media_Center/getting_started_with_PMC#Submitting_patch
)
3. In case you don't have much idea about what is git, how git works and
how to create a patch for a git repo, take a look at any simple git
tutorial available on web (e.g http://git-scm.com/docs/gittutorial).

On Thu, Jan 23, 2014 at 6:32 PM, R.Harish Navnit wrote:

> Hi ,
>
>   I've made changes to the code which I believe should help in fixing
> the issue that I reported . I'm not sure new to QT and also how the code
> works in the app .
>
> The changes that I've made to the code can be found here :
> https://github.com/harishnavnit/plasma-mediacenter/blob/test/mediaelements/mediawelcome/HomeScreenFooter.qml
>

I checked this file and you have done as expected, only you need to remove
"else contnue"  statement. QML doesn't have continue statement, you can see
in terminal output also which says "SyntaxError: Invalid continue
statement". After removing, it will work as expected.

>
> But for some reason , the code doesn't seem to reflect on the application.
> Can you help me with going about it ?
>
> Warm Regards.
>
> Thanking You,
> R.Harish Navnit
> The Enigma 
>


Cheers!
-- 
http://www.sinny.in
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel