Re: please help

2013-09-12 Thread Sinny Kumari
Hi Kaushik,

I am  glad to know that you want to contribute into Plasma Media Center
project. Since you know c++, it won't be much difficult for you in getting
started with this project.

Please follow whatever mentioned by Sebastian and Shantanu. To know more
about Plasma Media Cenetr, you can take a look at wiki page
http://community.kde.org/Plasma/Plasma_Media_Center . You can find list of
bugs related to Plasma media Center at
https://bugs.kde.org/component-report.cgi?product=plasma-mediacenter .

Cheers!


On Fri, Sep 13, 2013 at 10:31 AM, Shantanu Tushar Jha wrote:

> Hi Kaushik,
>
> Nice to have you here, its cool that you want to contribute to PMC. The
> first step would be to run it and see how it works, the features etc. Sinny
> has a step by step tutorial here http://sinny.in/node/25 . Once you've
> done that, you can fix bugs, or pick up feature tasks as you find
> comfortable.
>
> Try it out, and don't hesitate to ask if you get stuck :)
>
>
> On Fri, Sep 13, 2013 at 2:15 AM, kaushik varanasi <
> expendables...@gmail.com> wrote:
>
>> dear developers,
>>
>> I am interested in the KDE plasma media centre project and would like to
>> contribute for it.But I am a bit new to open source. I know c++ at an
>> average level. Can anyone please assist me on where to begin.
>> Thanks in advance and sorry if the question is a bit naive.
>>
>> sincerely,
>> kaushik
>>
>>
>> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>> unsubscribe <<
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


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


Re: please help

2013-09-12 Thread Shantanu Tushar Jha
Hi Kaushik,

Nice to have you here, its cool that you want to contribute to PMC. The
first step would be to run it and see how it works, the features etc. Sinny
has a step by step tutorial here http://sinny.in/node/25 . Once you've done
that, you can fix bugs, or pick up feature tasks as you find comfortable.

Try it out, and don't hesitate to ask if you get stuck :)


On Fri, Sep 13, 2013 at 2:15 AM, kaushik varanasi
wrote:

> dear developers,
>
> I am interested in the KDE plasma media centre project and would like to
> contribute for it.But I am a bit new to open source. I know c++ at an
> average level. Can anyone please assist me on where to begin.
> Thanks in advance and sorry if the question is a bit naive.
>
> sincerely,
> kaushik
>
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> unsubscribe <<
>
>


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

2013-09-12 Thread Sebastian Kügler
Hi Kaushik,

Welcome to KDE! :)

On Friday, September 13, 2013 02:15:59 kaushik varanasi wrote:
> I am interested in the KDE plasma media centre project and would like to
> contribute for it.But I am a bit new to open source. I know c++ at an
> average level. Can anyone please assist me on where to begin. Thanks in
> advance and sorry if the question is a bit naive.

Plasma Mediacenter is discussed on the plasma-devel@kde.org mailinglist. I'm 
CC:ing this list, so your email gets caught by the right people who can get 
you going.

A very good guide how we work in general can be found at
http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source

In general, techbase.kde.org is a very good resource. You can also pop by the 
#plasma channel on Freenode to find us.

Cheers,
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: screensaver security - please help

2010-01-27 Thread Chani
On January 27, 2010 15:08:18 Ryan Rix wrote:
> On Wed 27 January 2010 1:17:41 pm Chani wrote:
> > if you've got some spare time, please pick a few applets (I usually do
> > them in batches of 5) and test them out. I expect most haven't changed,
> > so 90% of the time it'll just be a matter of marking that on the wiki.
> > :) if you find a confusing one, feel free to ask me about it.
> 
> I'll take a look at some tonight/this afternoon

awesome, thank you :) :)

-- 
This message brought to you by eevil bananas and the number 3.
www.chani3.com


signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: screensaver security - please help

2010-01-27 Thread Ryan Rix
On Wed 27 January 2010 1:17:41 pm Chani wrote:
> if you've got some spare time, please pick a few applets (I usually do them
> in batches of 5) and test them out. I expect most haven't changed, so 90%
> of the time it'll just be a matter of marking that on the wiki. :) if you
> find a confusing one, feel free to ask me about it.

I'll take a look at some tonight/this afternoon

-- 
Ryan Rix
== http://hackersramblings.wordpress.com | http://rix.si/ ==


signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


screensaver security - please help

2010-01-27 Thread Chani
ok, so I kinda dropped the ball here.
screensaver security depends on the c++ plasmoids telling the truth about what 
features they use. for 4.3 I went through kdebase and kdeplasma-addons and 
ensured that they were all up to date. I haven't done this for 4.4, and with 
less than a week to final tagging, I'm not going to get through them all on my 
own.

the process is pretty simple: play with an applet, skim through its source 
code, and find any dangerous things it does (like showing a filedialog). When 
such things are found, they can either be made optional or marked as required. 
when nothing is found, they can be marked as safe. I have a wiki page with 
more details, and the results from 4.3: 
http://techbase.kde.org/User:Chani/Plans/ConstraintsList

if you've got some spare time, please pick a few applets (I usually do them in 
batches of 5) and test them out. I expect most haven't changed, so 90% of the 
time it'll just be a matter of marking that on the wiki. :) if you find a 
confusing one, feel free to ask me about it.

-- 
This message brought to you by eevil bananas and the number 3.
www.chani3.com


signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Please Help

2009-04-26 Thread Aaron J. Seigo
On Saturday 25 April 2009, Jeff wrote:
> hello .. I would love to start out and say a big WoW .. I love the new kde
> and how its all fined tuned and so cool ..

glad you're enjoying it as much as we enjoy making it :)

> but I have lost or I should say
> all icons that are linked to shut down , leave, lock ..are all the same
> icon.
>
>
> How can I get them back to the default icons when I first install or
> upgraded to 4.2.2 kde on Sidux amd 64 flavor .. Im very new here and have

you should probably ask on a Sidux or KDE user forum or mailing list (this is 
actually the plasma development mailing list you contacted :), but i'd guess 
you probably need to select a different icon theme in the system settings. 

icon themes with the old kde3 naming style won't give you much love :)

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Software



signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Please Help

2009-04-25 Thread Jeff
hello .. I would love to start out and say a big WoW .. I love the new kde
and how its all fined tuned and so cool .. but I have lost or I should say
all icons that are linked to shut down , leave, lock ..are all the same
icon.


How can I get them back to the default icons when I first install or
upgraded to 4.2.2 kde on Sidux amd 64 flavor .. Im very new here and have
limited vocabaluary when it comes to asking the right question.


but I do know they had an image for each not all the same



 thanks for your time


Jeffrey



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