Re: Sub: getting started with KDE community

2021-12-18 Thread Méven
And you can reach other KDE contributors on matrix https://community.kde.org/Matrix Cheers to you Sy, -- Méven

Re: Sub: getting started with KDE community

2021-11-08 Thread Aleix Pol
Dear Sy Sagar, Here you can find some information on different things you could look into. https://community.kde.org/Get_Involved I'd recommend you look into our products and see something you'd like to work on improving. It will help you find the answers you are looking for. Good luck! Aleix On

Sub: getting started with KDE community

2021-11-06 Thread Sy Sagar
Hi, I am a first year college student and new to the open source community ; I am interested in the KDE community projects and want to genuinely contribute to it. I have an intermediate knowledge of C++ and have recently been into DSA ( link list , stacks, queues, arrays, trees , some parts of gra

sub: getting started with KDE community

2021-11-06 Thread Sy Sagar
Hi, I am a first year college student and new to the open source community ; I am interested in the KDE community projects and want to genuinely contribute to it. I have an intermediate knowledge of C++ and have recently been into DSA ( link list , stacks, queues, arrays, trees , some parts of gra

Re: Getting Started With KDE

2018-10-30 Thread Andrew Crouthamel
Hi Alex, Thanks for wishing to get involved in KDE development! It's good to hear you read through the Get Involved/Development page, that's a good start. As mentioned, we do have the Junior Jobs tag as a good start as well: https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CON

Getting Started With KDE

2018-10-30 Thread Jinxin Wang
To whom it may concern, Hello, I am a student new to KDE community. I want to get involved with KDE development to hone my programming skills and make contribution to KDE. But I don't know what work I can do and where do I start. Could anyone give me some guidance? It would be better if we can dis

Re: Getting Started With KDE

2018-10-29 Thread 王金鑫
Hello Pranam, Thanks for the response. I wish I could be a part of the Google Code-In but unfortunately I am too old for this activities. Actually I am a first-year graduate student in Computer Science. But I started learning Computer Science since the master. So I have only less than one year ex

Re: Getting Started With KDE

2018-10-29 Thread Pranam Lashkari
Hello, If you are a school student and 13-17 years old right now then there is a good opportunity for you as Google Code-In is on going right now. Take part in it if you are eligible. There are byte size tasks for students who want to get involved in open source. But if you are not eligible then h

Getting Started With KDE

2018-10-29 Thread 王金鑫
To whom it may concern, Hello, I am a student new to KDE community. I want to get involved with KDE development to hone my programming skills and make contribution to KDE. But I don't know what work I can do and where do I start. Could anyone give me some guidance? It would be better if we can dis

Re: Getting started with KDE development

2011-10-04 Thread Wagner Reck
> > > bye > > > > > -- Forwarded message -- > > > From: Picachu Nioto > > > Date: Wed, Sep 28, 2011 at 4:18 AM > > > Subject: Re: Getting started with KDE development > > > To: kde-devel@kde.org > > > > >

Re: Getting started with KDE development

2011-10-04 Thread Picachu Nioto
; Date: Wed, Sep 28, 2011 at 4:18 AM > > Subject: Re: Getting started with KDE development > > To: kde-devel@kde.org > > > > > > Hello everyone, > > > > Thanks for the replies. Appreciate it! > > > > I am using kdesrc 1.14.1 > > I have now ch

Re: Getting started with KDE development

2011-09-29 Thread Milian Wolff
Picachu Nioto, 29.09.2011: > Anyone got a chance to look at my earlier email. If you are on a debian based distro, you will need kdelibs5-dev. bye > -- Forwarded message -- > From: Picachu Nioto > Date: Wed, Sep 28, 2011 at 4:18 AM > Subject: Re: Getting s

Re: Getting started with KDE development

2011-09-29 Thread Picachu Nioto
Anyone got a chance to look at my earlier email. Thanks, Picachu -- Forwarded message -- From: Picachu Nioto Date: Wed, Sep 28, 2011 at 4:18 AM Subject: Re: Getting started with KDE development To: kde-devel@kde.org Hello everyone, Thanks for the replies. Appreciate it! I am

Re: Getting started with KDE development

2011-09-29 Thread Michael Pyne
On Tuesday, September 27, 2011 21:07:40 Giorgos Tsiapaliwkas wrote: > Hi and welcome.:) > > On 27 September 2011 14:09, Picachu Nioto wrote: > > Okay, so current status is that I have decided to use kdesrc. > > While executing kdesrc-build, I got the errors. Log is posted below but to > > summari

Re: Getting started with KDE development

2011-09-28 Thread Picachu Nioto
Hello everyone, Thanks for the replies. Appreciate it! I am using kdesrc 1.14.1 I have now checked the log files and it the error that I am getting is the following: (they are different for different packages. 1) cmake_minimum_required(VERSION 2.8) 2) include could not find load file:KDE4D

Re: Getting started with KDE development

2011-09-27 Thread Giorgos Tsiapaliwkas
Hi and welcome.:) On 27 September 2011 14:09, Picachu Nioto wrote: > Okay, so current status is that I have decided to use kdesrc. > While executing kdesrc-build, I got the errors. Log is posted below but to > summarize there are 3 errors, > 1. Unable to configure qt-copy! > there is no qt-cor

Re: Getting started with KDE development

2011-09-27 Thread Antonis Tsiapaliokas
Hello First of all, you can skip the part of building the qt, because the ubuntu comes with the qt 4.7.2, which is fine for kde. Also if you skip the qt build, then be sure that the qt devel packages are installed. There are build logs inside the ~/kdesrc/log/latest/, for each application, which w

Re: Getting started with KDE development

2011-09-27 Thread Raphael Kubo da Costa
Picachu Nioto writes: > 1. Unable to configure qt-copy! > 2. Unable to configure automoc with CMake! (Occurs for many packages) > 3. Can't checkout phonon: No such file or directory at ./kdesrc-build line > 2954. (Occurs for many packages) You need to check the error logs kdesrc-build produces i

Re: Getting started with KDE development

2011-09-27 Thread Kevin Krammer
On Tuesday, 2011-09-27, Picachu Nioto wrote: > Thank you everyone for the welcome and the suggestions. > I need your support to make it thorough and get on the smooth road. > > Okay, so current status is that I have decided to use kdesrc. > While executing kdesrc-build, I got the errors. Log is po

Re: Getting started with KDE development

2011-09-27 Thread Picachu Nioto
Thank you everyone for the welcome and the suggestions. I need your support to make it thorough and get on the smooth road. Okay, so current status is that I have decided to use kdesrc. While executing kdesrc-build, I got the errors. Log is posted below but to summarize there are 3 errors, 1. Unab

Re: Getting started with KDE development

2011-09-25 Thread Vitor Boschi
Hi Picachu, and welcome aboard! You can get some pointers on the KDE TechBase. Start here -> http://techbase.kde.org/Getting_Started/Build or http://techbase.kde.org/Contribute#Getting_Started_with_Coding There are some changes in the way KDE is build, and you may have some problems following them.

Re: Getting started with KDE development

2011-09-25 Thread Stefan Majewsky
Hi Picachu, On Sun, Sep 25, 2011 at 8:21 PM, Picachu Nioto wrote: > Is there any thing else that I should install to configure my environment to > develop KDE applications. techbase.kde.org has information on "Setting up a KDE development environment" (see the first link on the main page), but i

Re: Getting started with KDE development

2011-09-25 Thread Wagner Reck
Hello Picachu, On Sun, Sep 25, 2011 at 3:21 PM, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is ther

Re: Getting started with KDE development

2011-09-25 Thread Steven Sroka
On 25 September 2011 14:21, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is there any thing else that

Re: Getting started with KDE development

2011-09-25 Thread karan pratap singh
On Sep 26, 2011 1:31 AM, "Picachu Nioto" wrote: > > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. > > Is there any thing else tha

Re: Getting started with KDE development

2011-09-25 Thread Kevin Krammer
Hi, On Sunday, 2011-09-25, Picachu Nioto wrote: > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and > qmake by apt-get install tool. > > Is there any thing else

Re: Getting started with KDE development

2011-09-25 Thread Raphael Kubo da Costa
Picachu Nioto writes: > Is there any thing else that I should install to configure my environment to > develop KDE applications. > Could someone point me to pages explaining how to contribute to KDE > applications? You might want to take a look at http://techbase.kde.org/Getting_Started and then

Getting started with KDE development

2011-09-25 Thread Picachu Nioto
Hi everyone, I am new to KDE development and wish to contribute to some KDE applications or small modules. I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. Is there any thing else that I should install to configure my environment to develop KDE