Re: Resource and energy efficiency of KDE applications

2021-06-29 Thread Arjun AK
On 26/06/21 2:10 pm, Cornelius Schumacher wrote: There has been some work underway for some time to look at resource and energy efficiency of KDE applications. I would like to give some more insight into what is happening there and invite you to join, where this is interesting for you. The fi

How to run Frameworks5

2014-06-09 Thread Arjun AK
I have successfully built frameworks from source using 'kdesrc-build' with the help of instructions given here (http://community.kde.org/Frameworks/Building) But i cant figure out how to run it. Installation path('kdedir') was set to ~/kde/. Since KDM doesn't allow executing anything from home

Re: Innovative Idea proposal

2014-10-16 Thread Arjun Ak
This could be done with audacity. It has a 'vocal remover' plugin see http://manual.audacityteam.org/o/man/vocal_remover.html On 10/16/14, Sayan Biswas wrote: > Hi, > > My name is Sayan Biswas studying Information Technology from National > Institute of Technology, Durgapur. I have come across an

Re: CMake Error in building KF5 framework

2015-01-21 Thread Arjun AK
. > * ECM (required version >= 1.6.0) > * Qt5Core (required version >= 5.2.0) > * Qt5Test > * Qt5Gui (required version >= 5.2.1) > * Qt5Widgets > * Qt5 (required version >= 5.2.0) Have you installed all the dependencies? https://community.kde.org/Frameworks

Re: [kde-guidelines] Shift+Delete shortcut for "cut" standard action

2015-06-03 Thread Arjun AK
On June 3, 2015 10:41:00 PM IST, Heiko Tietze wrote: >On Wednesday 03 June 2015, 17:18:16 Thomas Lübking wrote: >> CC'ing kde-guidelines. >> >> FYI, Shift+Del is IBMs common user access variant[5]... (for Cut) >And therefore it is reflected in our guideline >https://techbase.kde.org/Projects/Us

Re: compiling okular

2014-01-17 Thread Arjun AK
Try running: "cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" GAURAV Agrawal wrote: >Hi, > >I am running that in okular/build directory. > >Gaurav > > >On Fri, Jan 17, 2014 at 2:23 AM, Albert Astals Cid >wrote: > >> El Dijous, 16 de gener de 2014, a les 16:07:28, GAURAV Agrawal va >escriure:

Re: Loading source code from disk to Qt creator

2014-01-18 Thread Arjun Ak
This is the same error that you had before. You missed out "-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" On Sat, Jan 18, 2014 at 8:50 PM, GAURAV Agrawal wrote: > Hello > > While I was trying to load source code to Qt creator following the steps > given on > http://techbase.kde.org/Development/Tutori