Re: OCS Providers File - High Numbers of Requests

2021-09-24 Thread Shantanu Tushar Jha
Hi, Just an idea - do we have enough logs on the server to see the requests history by date? If so, one can identify if there was a spike of the requests after a particular set of dates (which can in turn give us a hint about which release might contain a bug that's making more calls than

Re: OCS Providers File - High Numbers of Requests

2021-09-24 Thread Shantanu Tushar Jha
Hi, Just an idea - do we have enough logs on the server to see the requests history by date? If so, one can identify if there was a spike of the requests after a particular set of dates (which can in turn give us a hint about which release might contain a bug that's making more calls than

Re: OCS Providers File - High Numbers of Requests

2021-09-24 Thread Shantanu Tushar Jha
Hi, Just an idea - do we have enough logs on the server to see the requests history by date? If so, one can identify if there was a spike of the requests after a particular set of dates (which can in turn give us a hint about which release might contain a bug that's making more calls than

Thanks for maintaining Baloo

2021-06-03 Thread Shantanu Tushar Jha
Hey folks, Just a quick shout-out to those of you working on Baloo. I have not been following development but I have observed that searching for my documents has been very reliable for the last few releases. Thank you \o/ -- Shantanu Tushar

Re: plasma-mediacenter in kdereview from extragear

2015-03-06 Thread Shantanu Tushar Jha
On Sat, Mar 7, 2015 at 3:19 AM, Albert Astals Cid aa...@kde.org wrote: El Dijous, 5 de març de 2015, a les 08:51:37, Bhushan Shah va escriure: Hello! On Thu, Feb 19, 2015 at 8:22 PM, Bhushan Shah bhus...@gmail.com wrote: We want to move plasma-mediacenter to kde/workspace for releasing

Re: QtQuick: Why is it relevant

2015-03-05 Thread Shantanu Tushar Jha
Hi, Adding to what Aleix said, the approach to problems being different might also lead to confusion and frustration in the beginning if you have used QWidgets extensively. In such cases, reading the examples (there are loads of them) is very useful. -- Shantanu Tushar(UTC +0530)

Re: Porting KNetWalk

2014-12-21 Thread Shantanu Tushar Jha
Somehow its ending up mixing two versions of Qt libraries. Can you pastebin the output for- VERBOSE=1 make On Mon, Dec 22, 2014 at 11:49 AM, Garvit Khatri garvitde...@gmail.com wrote: Hello everyone, I am porting KNetWalk, and i am sort of stuck now. It is building quit well and even make

Re: Porting KNetWalk

2014-12-21 Thread Shantanu Tushar Jha
On Mon, Dec 22, 2014 at 11:55 AM, Shantanu Tushar Jha shant...@kde.org wrote: Somehow its ending up mixing two versions of Qt libraries. Can you pastebin the output for- VERBOSE=1 make On Mon, Dec 22, 2014 at 11:49 AM, Garvit Khatri garvitde...@gmail.com wrote: Hello everyone, I am porting

Re: The name of Applications 4.14 + 1

2014-07-16 Thread Shantanu Tushar Jha
Looking from a user's perspective who has been using KDE for some time now, this sounds confusing. The reason is that Plasma is 5 and then applications will be called 2014.mm, its just too much of a difference. And I'm not just guessing, I've answered questions from such users on #kde while trying

Re: Jungle and Plasma Media Center

2014-07-04 Thread Shantanu Tushar Jha
it into a library that we can share. We would still like to experiment with some different UIs and not tie ourselves down to PMC. Yep, I plan to expose a PMC backend from Jungle over this weekend, lets see how it goes. On Thu, Jul 3, 2014 at 7:19 PM, Shantanu Tushar Jha shant...@kde.org wrote

Re: Jungle and Plasma Media Center

2014-07-04 Thread Shantanu Tushar Jha
On Fri, Jul 4, 2014 at 6:09 PM, Vishesh Handa m...@vhanda.in wrote: On Fri, Jul 4, 2014 at 1:05 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: On Fri, Jul 4, 2014 at 12:00 AM, Vishesh Handa m...@vhanda.in wrote: Hey Shaantanu Jungle is more of a personal itch that we (Alex Fiestas

Re: Jungle and Plasma Media Center

2014-07-04 Thread Shantanu Tushar Jha
On Fri, Jul 4, 2014 at 6:29 PM, Vishesh Handa m...@vhanda.in wrote: On Fri, Jul 4, 2014 at 2:52 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: Ah they can very well exist (even though PMC isn't really just a video player), as you have mentioned in a comment on the blog post. However

Re: Jungle and Plasma Media Center

2014-07-04 Thread Shantanu Tushar Jha
. For that matter, I don't think anyone would mind even a radical change in PMC's UI itself. On Fri, Jul 4, 2014 at 7:55 PM, Vishesh Handa m...@vhanda.in wrote: On Fri, Jul 4, 2014 at 4:02 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: In the ideal case, you'd just switch to a Movies

Re: Jungle and Plasma Media Center

2014-07-04 Thread Shantanu Tushar Jha
On Sat, Jul 5, 2014 at 5:39 AM, Aleix Pol aleix...@kde.org wrote: On Fri, Jul 4, 2014 at 1:05 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: On Fri, Jul 4, 2014 at 12:00 AM, Vishesh Handa m...@vhanda.in wrote: Hey Shaantanu Jungle is more of a personal itch that we (Alex Fiestas

Jungle and Plasma Media Center

2014-07-03 Thread Shantanu Tushar Jha
Hi folks, For people who might not have heard of it, Jungle[1][2] is a video player geared towards movies and TV series which leverages Baloo for search. The main idea is that sources on the Internet can be used to fetch a lot of information about such movies and TV series, and that is exactly

UPnP library for Qt

2014-06-29 Thread Shantanu Tushar Jha
Hey folks, One of the things we wanted to implement in Plasma Media Center is DLNA/UPnP support. A quick search seems to suggest https://code.google.com/p/qupnp/ for Qt projects. Has anybody used it in their projects or have any other suggestions? Or, should we directly use GUPnP with a wrapper?

Re: Review Request 117800: Move tests inside libs/mediacenter and make them compile with the library sources instead of linking to libplasmamediacenter

2014-04-28 Thread Shantanu Tushar Jha
Hi folks, This patch makes our tests compile with the actual sources files they are testing, instead of linking to the object created from the sources. This is done for these reasons- * (this is the main reason) We no longer have to export classes just to test them * We can use ORM mapped

Re: Who are our users?

2014-04-25 Thread Shantanu Tushar Jha
On Fri, Apr 25, 2014 at 12:52 PM, Ian Wadham iandw...@gmail.com wrote: On 25/04/2014, at 1:07 AM, Shantanu Tushar Jha wrote: Each of us keep an idea about our target users when we write KDE software, be it our workspaces, our applications or anything. From recent threads on the list, I have

Who are our users?

2014-04-24 Thread Shantanu Tushar Jha
Hi folks! Each of us keep an idea about our target users when we write KDE software, be it our workspaces, our applications or anything. From recent threads on the list, I have started doubting if the ideas I have in mind have been correct or not all the years I've been in KDE. So, I started

Re: Baloo Indexer and options

2014-04-21 Thread Shantanu Tushar Jha
On Mon, Apr 21, 2014 at 6:50 PM, Shawn Starr shawn.st...@rogers.com wrote: On Monday, April 21, 2014 8:58:55 AM, wagner.r...@gmail.com wagner.r...@gmail.com wrote: Hello Shawn, take a look at this blog post, http://vhanda.in/blog/2014/04/desktop-search-configuration/ There is

Loading and unloading a shared library after use

2014-04-21 Thread Shantanu Tushar Jha
Hi fellow devs, In the latest Kubuntu release, 14.04, Plasma Media Center's primary feature - playback of audio and video has stopped working. This is because we link to libplasma which in turn links to libgstreamer-1.0 while QtMultimediaKit links to libgstreamer-0.10. This upsets Glib because it

Re: Systems Settings - Desktop Search

2014-03-30 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 4:08 PM, Vishesh Handa m...@vhanda.in wrote: On Saturday, March 29, 2014 03:53:00 PM Shantanu Tushar Jha wrote: Last I checked, the list is as wide as the dialog and there is quite some space where a full path will (mostly) fit in, so it should be good. Also

Re: Systems Settings - Desktop Search

2014-03-30 Thread Shantanu Tushar Jha
AM Shantanu Tushar Jha wrote: Another thing that I just remembered is that right now I have Nepomuk set like this- /media/Data/Music (index) /media/Data/Photos (index) /media/Data/Pictures (index) /media/Data/Other/Downloads (index) Now, /media/Data/Other has dozens of other dirs

Re: Systems Settings - Desktop Search

2014-03-30 Thread Shantanu Tushar Jha
On Mon, Mar 31, 2014 at 3:15 AM, Albert Astals Cid aa...@kde.org wrote: El Dilluns, 31 de març de 2014, a les 07:27:38, Lindsay Mathieson va escriure: On Sun, 30 Mar 2014 11:19:26 PM Albert Astals Cid wrote: I don't like this automagic stuff. This is not a very good sentence to be

Re: Systems Settings - Desktop Search

2014-03-29 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 5:13 PM, Vishesh Handa m...@vhanda.in wrote: On Saturday, March 29, 2014 09:27:29 PM Lindsay Mathieson wrote: On Sat, 29 Mar 2014 12:23:50 PM Vishesh Handa wrote: We do not index everything. That would be foolhardy. We just index your HOME by default. There's

Re: Systems Settings - Desktop Search

2014-03-29 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 6:34 PM, Vishesh Handa m...@vhanda.in wrote: On Saturday, March 29, 2014 10:51:06 PM Lindsay Mathieson wrote: I'm confused - the external mount is shown, but I actually want it to be indexed, so I removed it, as far as I understand from what you are saying, only

Re: Systems Settings - Desktop Search

2014-03-29 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 6:48 PM, Andrea Scarpino scarp...@kde.org wrote: On Sat 29, March 23:03:34 Lindsay Mathieson wrote: Ok, seems a bit complicated and black magic - I'd prefer to explicitly set directories rather then hope the software guesses right. At the beginning I was with you:

Re: Systems Settings - Desktop Search

2014-03-29 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 7:45 PM, Shantanu Tushar Jha shaan...@gmail.comwrote: On Sat, Mar 29, 2014 at 7:30 PM, Vishesh Handa m...@vhanda.in wrote: On Saturday, March 29, 2014 06:48:45 PM Shantanu Tushar Jha wrote: Ok I plugged in my OtherDisk and it seems to work as you said, then I

Re: Systems Settings - Desktop Search

2014-03-29 Thread Shantanu Tushar Jha
On Sat, Mar 29, 2014 at 9:58 PM, Vishesh Handa m...@vhanda.in wrote: On Sunday, March 30, 2014 12:30:55 AM Lindsay Mathieson wrote: On Sat, 29 Mar 2014 03:21:26 PM Thomas Lübking wrote: To me it translates to the simple fact that I doubt that other people know what i want/need to be

Re: Downgrade KDE SC Version 4.12.2

2014-02-22 Thread Shantanu Tushar Jha
Hi Kanjana, This sounds like a question you should ask on the Linux Mint forums or mailing lists. They should be better at answering such questions. Cheers, On Sun, Feb 23, 2014 at 11:16 AM, Kanjana kanjana.mara...@outlook.comwrote: I am on Linux Mint 13 KDE 64-bit. The update manager is

Re: Interested in Contributing

2014-01-22 Thread Shantanu Tushar Jha
Also, you should attend http://conf.kde.in/ which starts just one month from now. There will be talks on beginning with KDE, and other talks about some KDE projects. The speakers are experienced KDE contributors and you will benefit a lot talking to them. This is something you really don't want

Re:

2014-01-15 Thread Shantanu Tushar Jha
You should find build instructions at the bottom of the page http://okular.kde.org/download.php . Instead of this - cmake -DCMAKE_INSTALL_PREFIX=/path/to/your/kde4/install/dir .. use this- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. If this complains about missing dependencies, you

Re: Moving Baloo and Baloo-widgets into KDE SC

2014-01-10 Thread Shantanu Tushar Jha
On Fri, Jan 10, 2014 at 3:56 AM, Àlex Fiestas afies...@kde.org wrote: On Thursday 09 January 2014 21:52:52 Christoph Feck wrote: But if the above scenario does not work, we should probably not introduce Baloo for KDE SC 4.x. I have to disagree here. We can't keep playing this

Re: Moving Baloo and Baloo-widgets into KDE SC

2013-12-31 Thread Shantanu Tushar Jha
Though not listed, plasma-mediacenter will move to baloo as soon as it gets a stable release. This is also a great excuse for us to spend time in fixing the tight coupling between our media collection logic and Nepomuk. On Fri, Dec 27, 2013 at 6:13 PM, Albert Astals Cid aa...@kde.org wrote: El

Re: [CFP] conf.kde.in 2014

2013-12-16 Thread Shantanu Tushar Jha
A gentle reminder, today is the last day of the CFP. If you have been planning to submit a talk, do it now! http://conf.kde.in/cfp.html On Fri, Dec 6, 2013 at 12:17 PM, Sinny Kumari ksi...@gmail.com wrote: Hi all, I am sure that you will be happy to know that there is a KDE conference in

Re: Nepomuk in 4.13 and beyond

2013-12-15 Thread Shantanu Tushar Jha
Hi Vishesh, While we're doing a better Nepomuk, something that I'll personally love improved is real-time[1] resource updates. We disabled resource watcher in PMC a long time back because it used to slow down things a *lot*. I'd envision something along the lines of signals which would notify the

Re: Debug messages

2013-12-11 Thread Shantanu Tushar Jha
run kdebugdialog from your command line and enable the checkbox for your akonadi resource plugin. If that doesn't seem to work, you can try selecting enable all debug output On Wed, Dec 11, 2013 at 9:42 PM, Luis Felipe Dominguez Vega lfdoming...@estudiantes.uci.cu wrote: How I can see the

Re: Kaffeine's future

2013-12-09 Thread Shantanu Tushar Jha
On Mon, Dec 9, 2013 at 2:59 PM, Daniel Kreuter daniel.kreute...@gmail.comwrote: Hi Am Montag, 9. Dezember 2013 schrieb Mario Fux KDE ML : Am Montag, 02. Dezember 2013, 18.34:15 schrieb Christoph Pfister: Hi guys, Good morning Christoph I know I should have done this step earlier.

Re: please help

2013-09-17 Thread Shantanu Tushar Jha
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

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

Re: Proposal: KDE Integration with Android

2013-08-17 Thread Shantanu Tushar Jha
I think you're looking for http://albertvaka.wordpress.com/2013/08/05/introducing-kde-connect/ On Sat, Aug 17, 2013 at 1:08 PM, vedant agarwala vedant.k...@gmail.comwrote: Hello everyone, I have a proposal. I feel that it will be a good idea for KDE software to talk to Android phones over

Re: kubuntu 13.04 crashes

2013-06-16 Thread Shantanu Tushar Jha
When you install kubuntu (or any other kde linux distribution), it already has KDE installed into /usr of your filesystem. If you run make install as you show in the command, you are overwriting that KDE with one built from the source code, this is very likely to break things. Why? Its because

Re: Moving Plasma Media Center to extragear

2013-05-16 Thread Shantanu Tushar Jha
Hi David, Thanks for the points, we have fixed everything you mentioned. For the d-pointer and SONAME issues, I understand we should be more vigilant from now on and take care of these things. While the mistake in the first release is undoable, I think its better we fix things right now, as we

Re: 3 for some people

2013-02-17 Thread Shantanu Tushar Jha
+1 for Yash for being proactive and organizing a KDE meetup in his college +1 for Aaron for the Luminosity of Free Software hangout he's doing - people are getting doubts answered On Sun, Feb 17, 2013 at 10:43 PM, kaushik roideunive...@gmail.com wrote: Hi, On Sun, Feb 17, 2013 at 7:51 PM,

Re: backup system for KDE

2013-01-05 Thread Shantanu Tushar Jha
Hi, On Sun, Jan 6, 2013 at 8:27 AM, Tirtha Chatterjee tirtha.p.chatter...@gmail.com wrote: On Sat, Jan 5, 2013 at 9:25 PM, Adrien adrien.grell...@laposte.netwrote: Hi, I am looking for a backup system, well integrated into KDE. MacOS has TimeMachine, but for KDE I only found

Re: [kde-artists] [kde-devel] New Plasma widget, Activity or something

2012-12-30 Thread Shantanu Tushar Jha
For reference, screenshot of a UI Intel had put on their ExoPC devices, http://www.blogcdn.com/www.engadget.com/media/2011/02/new-meego-mwc-rm-eng-600-1297668060.jpg On Sun, Dec 30, 2012 at 3:37 AM, Nuno Pinheiro n...@oxygen-icons.orgwrote: ** A Sábado, 29 de Dezembro de 2012 18:34:47 József

Re: project with KDE

2012-12-21 Thread Shantanu Tushar Jha
Hi Nishita, First of all, you don't need to say mam/sir or similar things - just Hi is good :) The link that you got has a beginners' guide to KDE, a more direct link is this http://en.flossmanuals.net/_booki/kde-guide/kde-guide.pdf to the PDF version. Read it up to see what things you need and

Re: How to give due credit for code I copied from KDE?

2012-12-09 Thread Shantanu Tushar Jha
, but you have to maintain the names appearing in the source code license headers. On Dec 9, 2012 11:09 PM, Shantanu Tushar Jha shaan...@gmail.com wrote: Hi Yogesh, On Sun, Dec 9, 2012 at 10:51 PM, Yogesh Marwaha yogeshm@gmail.comwrote: Hi, I have incorporated parts of source code from

Re: Developing for KDE Based Linux OS

2012-10-13 Thread Shantanu Tushar Jha
On Sat, Oct 13, 2012 at 4:12 PM, Andras Mantia aman...@kde.org wrote: On Saturday, October 13, 2012 11:40:23 AM Carsten Mattner wrote: May I suggest the likelihood of spam mail? I guess it is more like students from the same university/school would like to get into GSoC because some of

Re: libiodbc2-dev on kubuntu preceise

2012-05-06 Thread Shantanu Tushar Jha
On Sun, May 6, 2012 at 5:27 PM, Lindsay Mathieson lindsay.mathie...@gmail.com wrote: Well bugger - can't build Soprano because it require libiodbc2-dev and there's a packaging error with it - can't install that without uninstalling kde :( Would my best bet be to build libiodbc2 for source? On

Re: What builds libnepomukdatamanagement?

2012-05-06 Thread Shantanu Tushar Jha
It was failing for me as well because nepomuk from kde-runtime was silently not building because of soprano's virtuoso not being built. Building the patched soprano with unixodbc-dev and rebuilding kde-runtime fixed the baseapps issue. You might want to take a look at

Re: Integrating Java Swing with Oxygen

2012-03-26 Thread Shantanu Tushar Jha
Hi, What a coincidence, one of my colleagues (who's a Java fan) was pretty sad about how Java stuff doesn't look good on Ubuntu. If you guys can get this done, at least people can use KDE and get good looks :) Again, I've no insights about the technicalities, but I remember many KDE distros make

Re: GSoC Idea : S.M.A.R.T. HDD health info and monitoring

2012-03-14 Thread Shantanu Tushar Jha
Hi, On Wed, Mar 14, 2012 at 9:43 PM, Alex Fiestas afies...@kde.org wrote: On Wednesday, March 14, 2012 04:06:46 PM Anant Kamath wrote: Hi, I'm planning to apply to participate in GSoC this year. I would like to implement a graphical KDE application and/or a KPart plugin (or seperate

Re: Regarding development of an application for KDE

2012-02-29 Thread Shantanu Tushar Jha
Hi Atri, Thanks for your mail and we appreciate that you wish to contribute. However, KDevelop[1] can do what you listed (and more) already. The only exception is the IRC client which I think you can write a KPart for, but I'm not sure. Try asking the kdevelop guys. Cheers, [1]

Re: When the anti-spoof message pops up

2011-11-23 Thread Shantanu Tushar Jha
Hi, On Wed, Nov 23, 2011 at 11:22 PM, Dawit A ada...@kde.org wrote: On Tue, Nov 22, 2011 at 11:20 PM, Shantanu Tushar Jha jhahon...@gmail.com wrote: On Tue, Nov 22, 2011 at 11:26 PM, Dawit A ada...@kde.org wrote: On Tue, Nov 22, 2011 at 11:09 AM, Shantanu Tushar Jha jhahon...@gmail.com

When the anti-spoof message pops up

2011-11-22 Thread Shantanu Tushar Jha
Hi, I'm pretty sure everyone will have seen the message `You are about to log in to the site api.opendesktop.org with the username user, but the website does not require authentication. This may be an attempt to trick you.' when you tried to use anything that uses Attica (Get hot new stuff,

Re: When the anti-spoof message pops up

2011-11-22 Thread Shantanu Tushar Jha
On Tue, Nov 22, 2011 at 11:26 PM, Dawit A ada...@kde.org wrote: On Tue, Nov 22, 2011 at 11:09 AM, Shantanu Tushar Jha jhahon...@gmail.com wrote: Hi, I'm pretty sure everyone will have seen the message `You are about to log in to the site api.opendesktop.org with the username user

kdelibs needs kde-runtime?

2011-10-20 Thread Shantanu Tushar Jha
Hi, I was building kde from sources, and on reaching kdelibs, I get errors http://pastebin.com/285T8SUx line 106 of kdelibs/nepomuk/query/queryserviceclient.cpp says org::kde::nepomuk::QueryService* queryServiceInterface;. However QueryService is defined in

Re: why are bugs ignored over months?

2011-09-21 Thread Shantanu Tushar Jha
Hi, On Wed, Sep 21, 2011 at 3:47 PM, Brad Hards br...@frogmouth.net wrote: On Wed, 21 Sep 2011 08:11:43 PM Reindl Harald wrote: https://bugs.kde.org/show_bug.cgi?id=270414 why in the world does nobody care about bugs like basic-operations (and rename a file is really one since many

Re: How do I design this interface?

2011-07-11 Thread Shantanu Tushar Jha
Hi Akarsh, On Mon, Jul 11, 2011 at 11:54 AM, Akarsh Simha akarshsi...@gmail.comwrote: Dear KDE, I contribute to KStars. John Tapsell pointed out to us that our interface would not tell us what was interesting. So someone who's new to astronomy would not learn much by looking at our current

Re: GSOC 2011: MDI interface for Okular

2011-03-25 Thread Shantanu Tushar Jha
In my opinion, having tabs (or any equivalent way of switching documents, e.g. like the one in kate) is not a bad idea. But, MDI like interface is bad. On Fri, Mar 25, 2011 at 5:34 PM, Arnold Krille k...@arnoldarts.de wrote: On Friday 25 March 2011 12:38:58 Thomas Lübking wrote: FYI:

Fix required or config problem?

2011-01-30 Thread Shantanu Tushar Jha
Hi, I was trying to build kdelibs from git and got - [ 37%] Building CXX object kio/CMakeFiles/kio.dir/kfile/kfilemetadataconfigurationwidget.o In file included from /home/shaan/kde/src/kdelibs/nepomuk/types/class.h:28, from