Re: appstream icons and the hicolor madness we have in KDE software

2016-04-21 Thread Rex Dieter
Aleix Pol wrote: > On Thu, Apr 21, 2016 at 1:12 AM, Rex Dieter wrote: >> Matthias Klumpp wrote: >> >>> GNOME ships icons for all its apps in hicolor/ >> >> KDE should too (in general) > > Would it be enough if Breeze installed the applications icons

Re: appstream icons and the hicolor madness we have in KDE software

2016-04-20 Thread Rex Dieter
Matthias Klumpp wrote: > GNOME ships icons for all its apps in hicolor/ KDE should too (in general) -- Rex

Re: FTBFS: ktorrent. What does this error mean?

2016-04-07 Thread Rex Dieter
Alan Ezust wrote: > I am trying to build ktorrent 4.3.1 for my first time. I want to fix some > bugs in it. I'm using Kubuntu wily, and I got the sources from "apt-get > source ktorrent". > > I do not understand this error, could someone explain it to me? > > [ 38%] Built target ipblocklisttest_

Re: immutable settings - kiosk mode

2015-10-08 Thread Rex Dieter
Rex Dieter wrote: > Stéphane ancelot wrote: > >> I customised wallpaper and want it being immutable, however, I have not >> found where is the file containing it in order to setit up readonly for >> locking some sessions settings. > > The wallpaper is part of plas

Re: immutable settings - kiosk mode

2015-10-08 Thread Rex Dieter
Stéphane ancelot wrote: > I customised wallpaper and want it being immutable, however, I have not > found where is the file containing it in order to setit up readonly for > locking some sessions settings. The wallpaper is part of plasma's settings, which currently doesn't generally support this

Re: Review Request 124610: do not install namelink for private library

2015-08-04 Thread Rex Dieter
libraries (without public api). - Rex Dieter On Aug. 4, 2015, 8:04 a.m., Harald Sitter wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.review

Re: Who creates the standard folders in user home?

2014-06-16 Thread Rex Dieter
Kai Uwe Broulik wrote: > Hi there, > > I was just wondering who creates the standard folders in the user's home > location such as Pictures, Videos, Downloads, Desktop..? They are > re-created on session startup if they are missing. I believe it is xdg-user-dirs >> Visit http://mail.kde.org/ma

Re: Baloo Indexer and options

2014-04-22 Thread Rex Dieter
Lindsay Mathieson wrote: > On Tue, 22 Apr 2014 10:38:02 AM Kevin Krammer wrote: >> Hmm, what about an additional UI? >> As far as I know there is no enforces one-to-one mapping of KCM and >> service/config file, basically any KCM can change any config. > > Correct. > > I'm working on a alternate

Re: [Nepomuk] Nepomuk - Moving away from Strigi

2012-10-08 Thread Rex Dieter
On 10/08/2012 08:59 AM, Aleix Pol wrote: On Mon, Oct 8, 2012 at 3:51 PM, Vishesh Handa wrote: Hey everyone For 4.10, Nepomuk will no longer depend on Strigi for file indexing. We have written our own file indexer which are based on popular libraries such as taglib, exiv, ffmpeg, etc. This allo

Re: Cannot shutdown or restart in live environment

2012-08-25 Thread Rex Dieter
Schoelje wrote: > * I ran the following commands: > # qdbus org.kde.ksmserver /KSMServer canShutdown > false So, does this system use ConsoleKit? does, # ck-list-sessions say your login is a local/active session? If not, it's a ConsoleKit misconfiguration of some sort. -- rex >> Visit http://

Re: Build: kactivities

2012-07-21 Thread Rex Dieter
Dmitry wrote: > Hello! > > I've tried to build KDE, but there are errors in kactivities: >> .../kactivities/src/service/Resources.cpp: In member function 'void >> Resources::LinkResourceToActivity(const QString&, const QString&)': >> .../kactivities/src/service/Resources.cpp:371:15: error: >> 'Jo

Re: what/when will icon cache refresh?

2011-03-18 Thread Rex Dieter
johnm_s2 wrote: > x86_64 KDE 4.6.00 (4.6.0) "release 6" > > I've created an icon and installed it to > share/icons/hicolor/128x128/apps/. I refer to it in my app's .desktop > file, and I also load it at runtime using: > > KIcon myicon("myicon"); > > But I'm not understanding the behavior of the

autostart asynchronous/synchronous wrt X-KDE-autostart-after ?

2010-12-03 Thread Rex Dieter
Can anyone with autostart-fu clarify what X-KDE-autostart-after= is supposed to do? what I'm seeing is that it only affects startup order (asynchronous), not necessarily that a X-KDE-autostart-after=foo item will (synchronously) wait for foo to finish/return prior to starting. If that's to be