KDE and Ubuntu SoundMenu

2010-05-27 Thread Harald Sitter
Hello! At the recently held KDE Multimedia + Edu sprint in Switzerland we came to discuss the new concept of a soundmenu, as described at [1]. The general consensus was that the present KDE MM developers do think the idea of having a central place to control all sound related informations and

Re: Installing Python-based plasmoids globally

2012-09-03 Thread Harald Sitter
On Sun, Sep 2, 2012 at 8:54 PM, Karl Ove Hufthammer wrote: > I’ve created a Python-based plasmoid, using the instructions at > http://techbase.kde.org/Development/Tutorials/Plasma/Python/GettingStarted > but am having some trouble getting it installed (globally). I couldn’t > find any documentatio

Review Request: KSNI: fix IconThemePath support

2012-12-13 Thread Harald Sitter
Diff: http://git.reviewboard.kde.org/r/107703/diff/ Testing --- regular KSNI: works (juk, kmix, klipper..) QSTI providing SNI via sni-qt: works (mumble) QSTI using xembed: works (mumble) Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma

Review Request: KSNI: fix IconThemePath support

2012-12-13 Thread Harald Sitter
://git.reviewboard.kde.org/r/107702/diff/ Testing --- regular KSNI: works (juk, kmix, klipper..) QSTI providing SNI via sni-qt: works (mumble) QSTI using xembed: works (mumble) Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel

Re: Review Request: KSNI: fix IconThemePath support

2012-12-17 Thread Harald Sitter
ly, visit: http://git.reviewboard.kde.org/r/107703/#review23409 ------- On Dec. 13, 2012, 2:19 p.m., Harald Sitter wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request: KSNI: fix IconThemePath support

2012-12-17 Thread Harald Sitter
/statusnotifieritemsource.cpp 61d85f83e250eb3922a7d8a9efad106725fbca99 Diff: http://git.reviewboard.kde.org/r/107702/diff/ Testing --- regular KSNI: works (juk, kmix, klipper..) QSTI providing SNI via sni-qt: works (mumble) QSTI using xembed: works (mumble) Thanks, Harald Sitter

plasma-shell startup problems

2013-11-18 Thread Harald Sitter
alohas, plasma-shell doesn't start for me in a VM using project-neon5 (kubuntu) it fails an assert in plasma-framework http://i.imgur.com/norAnRC.png <- that is including 3dbb992 which according to sebas should have helped with that particular assert thoughts? HS ___

Re: plasma-shell startup problems

2013-11-18 Thread Harald Sitter
On Mon, Nov 18, 2013 at 2:16 PM, Ivan Čukić wrote: > You are fast dude :) > > Can you do the following? > > qdbus org.kde.ActivityManager /ActivityManager/Activities ListActivities me@me-VirtualBox:~$ qdbus org.kde.ActivityManager /ActivityManager/Activities ListActivities 98f08df4-6d60-408f-bfaf

Re: plasma-shell startup problems

2013-11-18 Thread Harald Sitter
On Mon, Nov 18, 2013 at 2:25 PM, Ivan Čukić wrote: > On Monday 18 November 2013 14:20:10 Harald Sitter wrote: >> On Mon, Nov 18, 2013 at 2:16 PM, Ivan Čukić wrote: >> > You are fast dude :) >> > >> > Can you do the following? >> > >> > qdb

kscreenlock_greet insecure with multiple X screens

2014-01-02 Thread Harald Sitter
alohas, it would be really great if someone could have a look at the patch for [1], seems like a rather ugly bug and the patch looks straight forward. [1] https://bugs.kde.org/show_bug.cgi?id=329375 HS ___ Plasma-devel mailing list Plasma-devel@kde.org

Review Request 115326: fix theme cache cleanup and discarding

2014-01-27 Thread Harald Sitter
Diff: https://git.reviewboard.kde.org/r/115326/diff/ Testing --- upgraded from 4.8 straight to 4.12 -> theme caches correctly discarded Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mail

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-28 Thread Harald Sitter
actually implement this in a working fashion. Diffs (updated) - plasma/theme.cpp cb44878 Diff: https://git.reviewboard.kde.org/r/115326/diff/ Testing --- upgraded from 4.8 straight to 4.12 -> theme caches correctly discarded Thanks, Harald Sit

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-28 Thread Harald Sitter
at cache initalized is by somehow getting a discardCache(...) call which will tear it down and then (re)init :/. - Harald --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115326

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-29 Thread Harald Sitter
> iow, you've got a very complex way of doing: > > > > QFile::remove(pixmapCacheFileName); > > pixmapCache = new KImageCache(pixmapCacheFileName, > > config.themeCacheKb() * 1024); So, should I be moving it above the age check? - Harald ---

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/115326/#review48453 --- - Harald Sitter On Jan. 28, 2014, 9:18 a.m., Harald Sitter

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
the theme, then later rolls back to an > > older version. however, given that the svg file should be tied to the > > version of the theme, all this accomplishes is having to re-calculate all > > the svg geometry data. > > > > i don't see the point in d

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
deleted, but discarded by useCache(). [T4] subsequent run with v2.2. cache, but default theme has no version anymore: deleted *all* caches, discarded (newly created) empty caches plasma-svgelements-default and plasma_theme_default.kcache. Thanks, Harald Sitter

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
useCache(). [T4] subsequent run with v2.2. cache, but default theme has no version anymore: deleted *all* caches, discarded (newly created) empty caches plasma-svgelements-default and plasma_theme_default.kcache. Thanks, Harald Sitter ___ Plasma-dev

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
the theme, then later rolls back to an > > older version. however, given that the svg file should be tied to the > > version of the theme, all this accomplishes is having to re-calculate all > > the svg geometry data. > > > > i don't see the point in d

Re: Review Request 115326: fix theme cache cleanup and discarding

2014-01-30 Thread Harald Sitter
(). [T4] subsequent run with v2.2. cache, but default theme has no version anymore: deleted *all* caches, discarded (newly created) empty caches plasma-svgelements-default and plasma_theme_default.kcache. Thanks, Harald Sitter ___ Plasma-devel mailing

Re: Plasma Next - Translations KCM - What Languages?

2014-03-17 Thread Harald Sitter
On Fri, Mar 14, 2014 at 2:31 PM, John Layt wrote: > Hi, > > I'm doing some more work on the new KCM for Translations, i.e. the KCM in > Plasma Next to configure the LANGUAGE env var that startkde will export for > all apps running under Plasma Next to use, including Gtk as well as Qt apps. > Becau

Re: Plasma Next - Translations KCM - What Languages?

2014-03-17 Thread Harald Sitter
On Mon, Mar 17, 2014 at 1:03 PM, Chusslove Illich wrote: >> [: Harald Sitter :] >> What we need is some plugin awesomeness (or equally fancy mechanism) to >> allow the distribution to put everything into context. The KCM wants to >> know what translations are available -&g

Re: Please report KWin bugs against KWin

2014-03-26 Thread Harald Sitter
On Wed, Mar 26, 2014 at 12:28 PM, David Edmundson wrote: > Where do we want bugs for the KCMs in kde-workspace/plasma-desktop/kcms > > Currently they are all grouped under systemsettings in bugzilla. > Should I add a new version there? random note of the day: help->report bug should bring you to

kde-l10n-* pre-releases rolled from wrong l10n branch

2014-03-27 Thread Harald Sitter
Aloha It was brought to my attention that both czech and slovenian language tars apparently do not result in a fully translated plasmas for 4.12.95 (e.g. [1]). Looking at the cs tar I see no launcher po but a kickoff po: ~/tmp/kde-l10n-cs-4.12.95/messages/kde-workspace  ls *kickoff* plasma_apple

Re: kde-l10n-* pre-releases rolled from wrong l10n branch

2014-03-27 Thread Harald Sitter
On Thu, Mar 27, 2014 at 10:46 AM, Albert Astals Cid wrote: > That is known and will be fixed for the final release of 4.13 > > Cheers, > Albert > > P.S: I thought noone would realize, good work :D lol :P ___ Plasma-devel mailing list Plasma-devel@kde.

plasma-desktop/kcms/input breakage

2014-04-02 Thread Harald Sitter
alohas the input kcm has a bit of a logic problem resulting in this build failure: https://launchpadlibrarian.net/171550502/buildloga_ubuntu-trusty-amd64.project-neon5-plasma-desktop_0.0%2Bgit20140402.19%2Bneon3~7ac423f~14.04_FAILEDTOBUILD.txt.gz problems I have identified thus far: - no cmake lo

Review Request 117359: move phonon kcm and platform plugin to plasma-workspace

2014-04-03 Thread Harald Sitter
sting --- - build & install - kcm change device order & change backend order Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 117359: move phonon kcm and platform plugin to plasma-workspace

2014-04-04 Thread Harald Sitter
untime (: - Harald --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117359/#review54948 --- On April 3, 2014, 3:31 p.m.

Re: Review Request 117359: move phonon kcm and platform plugin to plasma-workspace

2014-04-08 Thread Harald Sitter
n/kcm/audiosetup.cpp PRE-CREATION Diff: https://git.reviewboard.kde.org/r/117359/diff/ Testing --- - build & install - kcm change device order & change backend order Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@

kio trash and 64bit

2014-04-30 Thread Harald Sitter
alohas, today I noticed that kio-extras fails to build on Kubuntu 14.04 32bit with the following lovely error: /build/buildd/project-neon5-kio-extras-0.0+git20140430.0800+neon4~4ab0de2~14.04/trash/trashimpl.cpp:225:57: error: size of array 'off_t_should_be_64bit' is negative which comes from thi

4.x autostart compat

2014-05-27 Thread Harald Sitter
Heya Something that just occured to me is that it appears we currently have no autostart compatibility with kdelibs4 applications. Namely when an application installs an autostart desktop file in 4.x they'd end up in $PREFIX/share/autostart which by default does not appear to be searched by ksmser

Review Request 118487: fix type issue with qreal

2014-06-02 Thread Harald Sitter
/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 118487: fix type issue with qreal

2014-06-02 Thread Harald Sitter
/core/framesvgitem.cpp def17ea551340e952ce1a9c52d8e7df308b2b8f1 Diff: https://git.reviewboard.kde.org/r/118487/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 118487: fix type issue with qreal

2014-06-03 Thread Harald Sitter
def17ea551340e952ce1a9c52d8e7df308b2b8f1 src/declarativeimports/core/svgitem.cpp c0f30058f68bbfc78ef12477cb85c0159e43909c Diff: https://git.reviewboard.kde.org/r/118487/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel

Re: Review Request 118487: fix type issue with qreal

2014-06-03 Thread Harald Sitter
def17ea551340e952ce1a9c52d8e7df308b2b8f1 src/declarativeimports/core/svgitem.cpp c0f30058f68bbfc78ef12477cb85c0159e43909c Diff: https://git.reviewboard.kde.org/r/118487/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list

Review Request 118662: fix plugin install target for phonon platform plugin

2014-06-11 Thread Harald Sitter
--- builds and installs without having /plugins/ twice in the target path Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 118662: fix plugin install target for phonon platform plugin

2014-06-18 Thread Harald Sitter
a42c213ad212631079cf0d03a7f8cb9f4b1278d1 Diff: https://git.reviewboard.kde.org/r/118662/diff/ Testing --- builds and installs without having /plugins/ twice in the target path Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https

Re: Review Request 125522: Use NETRootInfo to initiate wm move operation

2015-11-05 Thread Harald Sitter
(in Plasma/5.4) Chronological later commit b2c06365a27fb89e61ce00831fdfa949627c1e24 (in master) then restored the mouse override with an ifdef. No clue which of the two should win in a merge. Therefore I can't merge 5.4->master. Maybe someone could fix that please. - Harald Sitter O

Re: Review Request 125522: Use NETRootInfo to initiate wm move operation

2015-11-05 Thread Harald Sitter
> On Nov. 5, 2015, 8:42 a.m., Harald Sitter wrote: > > This was commited as 454483b51f86f0b15403ffdf6643735100080565 (in > > Plasma/5.4) > > Chronological later commit b2c06365a27fb89e61ce00831fdfa949627c1e24 (in > > master) > > then restored the mouse override

breeze-icons open for business

2015-11-06 Thread Harald Sitter
breeze-icons have been split from breeze into its own repo and is now open for business. HS ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 126012: Fix crash if context gets unrefd

2015-11-10 Thread Harald Sitter
using manual refcounting I can't recall. IIRC switching to a sharedptr would only require changes to the Context and Ref class though, so that might be a junior job to write down somewhere. - Harald Sitter On Nov. 9, 2015, 10:28 p.m., David Edmundson

Re: Review Request 126276: Disable ptrace on kdesu

2015-12-16 Thread Harald Sitter
g/r/126276/#comment61332> description needs update for kdesu - Harald Sitter On Dec. 8, 2015, noon, Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 126276: Disable ptrace on kdesu

2015-12-17 Thread Harald Sitter
shipit! - Harald Sitter On Dec. 8, 2015, noon, Martin Gräßlin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewbo

Re: Plasma Mobile package deb source repository

2015-12-21 Thread Harald Sitter
On Fri, Dec 18, 2015 at 7:12 PM, Johan Ouwerkerk wrote: > Does anybody know where I can find the sources (Debian control files > etc.) for the packaging of the reference image for Plasma Mobile? http://anonscm.debian.org/cgit/?q=pkg-kde partially overridden by https://github.com/plasma-phone-pac

ffmpegthumbs + ffmpeg 2.9

2016-02-15 Thread Harald Sitter
heya, ffmpeg 2.9 sees the removal of previously deprecated API. since ffmpegthumbs hasn't had a proper maintenance pass in a while this needs quite a bit of porting for which there is a review request already, but someone needs to do the review [1]. given ffmpeg's aggressive deprecation policies i

kdereview: breeze-grub & breeze-plymouth

2016-02-19 Thread Harald Sitter
Salut! As mentioned yesterday by Andreas Kainz, the VDG is working on a unified design from boot to shutdown. To facilitate this we started working on a GRUB and Plymouth theme that can now be found in kdereview for your review pleasure. GRUB is ready for review. Plymouth is still in development

Re: kdereview: breeze-grub & breeze-plymouth

2016-02-24 Thread Harald Sitter
On Fri, Feb 19, 2016 at 9:43 AM, Harald Sitter wrote: > Salut! > > As mentioned yesterday by Andreas Kainz, the VDG is working on a > unified design from boot to shutdown. To facilitate this we started > working on a GRUB and Plymouth theme that can now be found in > kderevi

Review Request 127256: do not install so-symlink

2016-03-02 Thread Harald Sitter
: kdeplasma-addons Description --- the library is private, so we don't need to install the version-less .so symlink Diffs - libs/plasmaweather/CMakeLists.txt f1670f701d181b6ff7693b361dd11c7b438c045a Diff: https://git.reviewboard.kde.org/r/127256/diff/ Testing --- Thanks, H

Re: Review Request 127256: do not install so-symlink

2016-03-02 Thread Harald Sitter
marked as submitted. Review request for Plasma and Friedrich W. H. Kossebau. Changes --- Submitted with commit 06b790c37c7db8c2dad2ea367871283280ceb398 by Harald Sitter to branch master. Repository: kdeplasma-addons Description --- the library is private, so we don't ne

Re: Review Request 127295: Don't hardcode path to Plymouth theme directory

2016-03-06 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127295/#review93233 --- Ship it! Ship It! - Harald Sitter On March 6, 2016, 12

Re: Review Request 127294: Remove unsupported GRUB theme options

2016-03-06 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127294/#review93234 --- Ship it! Ship It! - Harald Sitter On March 6, 2016, 11

Re: Review Request 127296: [breeze-plymouth] Build with -Wl, --no-undefined linker flag

2016-03-08 Thread Harald Sitter
- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/127296/ > --- > > (Updated March 6, 2016, 5:21 p.m.) > > > Review request for Plasma and Harald Sitter. > > &

Re: kdereview: breeze-grub & breeze-plymouth

2016-03-10 Thread Harald Sitter
On Wed, Mar 9, 2016 at 6:19 PM, Sebastian Kügler wrote: > On Wednesday, March 09, 2016 17:07:21 Jonathan Riddell wrote: >> This does not build when using >> -Wl,--no-undefined >> >> breeze-text/plugin.c:601: undefined reference to `pow' >> breeze-text/plugin.c:601: undefined reference to `pow' > >

Re: kdereview: breeze-grub & breeze-plymouth

2016-03-11 Thread Harald Sitter
On Thu, Mar 10, 2016 at 6:27 PM, Jonathan Riddell wrote: > On Fri, Feb 19, 2016 at 09:43:27AM +0100, Harald Sitter wrote: >> GRUB is ready for review. > > error: unknown property 'terminal-color' > https://www.flickr.com/photos/jriddell/25584072671/in/photostr

Re: kdereview: breeze-grub & breeze-plymouth

2016-03-11 Thread Harald Sitter
On Thu, Mar 10, 2016 at 6:25 PM, Jonathan Riddell wrote: > On Thu, Mar 10, 2016 at 05:10:40PM +, Jonathan Riddell wrote: >> Some queries: >> - why does it have a .grub theme file? shouldn't that be in breeze-grub? Actually I think we can drop it, it is some debian coloring tech that ultimate

Re: Review Request 126210: [phonon] Do not set RPATH

2016-03-19 Thread Harald Sitter
this code bit does is probably superfluous nonesense anyway) - Harald Sitter On Jan. 22, 2016, 8:35 p.m., Andreas Sturmlechner wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.review

Re: Review Request 127465: fix regression: fix installation path of breeze-dark theme

2016-03-22 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127465/#review93873 --- Ship it! Ship It! - Harald Sitter On March 22, 2016, 5

bbcukmet feature in bugfix branch?

2016-04-06 Thread Harald Sitter
Not that I know what an ion is but I am pretty sure [1] is a feature and not a bug fix, yet it is in the bug fix branch for 5.6 :-( [1] https://phabricator.kde.org/rPLASMAWORKSPACEcf5cca38788407f80d07080fb72e55308a02f0f1 ___ Plasma-devel mailing list Pl

Re: Review Request: Extend FolderView::configChanged() to reload configuration values

2010-08-22 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/5049/#review7153 --- Some lines are a mystery to me. /trunk/KDE/kdebase/apps/plasma/apple

Re: Re: the utter failure of bugzilla (and us?)

2011-05-25 Thread Harald Sitter
On Wed, May 25, 2011 at 7:59 PM, Martin Gräßlin wrote: > And then there's the problem of the tool. I only know of Launchpad supporting > Karma, but I doubt > that Launchpad is any use for us (we are no distribution and don't use > bazaar). Launchpad is also useful to projects that do not create

kde-cli-tools bugzilla product

2014-07-04 Thread Harald Sitter
ahoy, Unless I am blind kde-cli-tools has no bugzilla product, would be groovy if we could get one. HS ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: kde-cli-tools bugzilla product

2014-07-04 Thread Harald Sitter
On Fri, Jul 4, 2014 at 2:57 PM, Martin Gräßlin wrote: > On Friday 04 July 2014 14:59:43 Harald Sitter wrote: >> ahoy, >> >> Unless I am blind kde-cli-tools has no bugzilla product, would be >> groovy if we could get one. Mhhh, maybe simply hold on to what projects.kde

4.x transition blockage - workspace libs

2014-07-09 Thread Harald Sitter
Ahoy everyone, I recently got into a discussion about the 5.0 workspace transition and how this can be kept from having impact on 4.x applications in any form. Having looked into this I have to say that there are problems... The mail is a bit on the long side, so please bear with me. It's importa

Re: 4.x transition blockage - workspace libs

2014-07-10 Thread Harald Sitter
On Wed, Jul 9, 2014 at 7:05 PM, Aleix Pol wrote: > In the case of KDevelop, one can build it without libprocess4. I think it's > an acceptable trade-off if we want to have kdevelop4 running on kdevelop5. > > I think other applications should take a similar approach. They're depending > on librarie

Re: 4.x transition blockage - workspace libs

2014-07-11 Thread Harald Sitter
On Thu, Jul 10, 2014 at 5:40 PM, Michael Palimaka wrote: > On 07/10/2014 12:32 AM, Harald Sitter wrote: >> Ahoy everyone, >> >> I recently got into a discussion about the 5.0 workspace transition >> and how this can be kept from having impact on 4.x applications in any

Re: 4.x transition blockage - workspace libs

2014-07-11 Thread Harald Sitter
On Fri, Jul 11, 2014 at 11:10 AM, Harald Sitter wrote: > On Thu, Jul 10, 2014 at 5:40 PM, Michael Palimaka > wrote: >> It's probably a bit late now, but we could just rename the offending >> libraries in Plasma 5 (as has already been done with some). > > Since t

Re: Review Request 119233: Do not load system load by default, graphs are broken currently

2014-07-11 Thread Harald Sitter
to a config though, if so we'd probably need a kconf_update when reintroducing it (a quick look at the code doesn't immediately suggest that is the case so I guess we'll be fine) - Harald Sitter On July 11, 2014, 2:08 p.m., Jonatha

Review Request 119315: add an X-KDE-PluginInfo-Version to the plasma.desktop xsession desktop file

2014-07-16 Thread Harald Sitter
y) be the only one and // reflect the plasma session run. KDesktopFile desktopFile(filePaths.first()); return desktopFile.desktopGroup().readEntry("X-KDE-PluginInfo-Version", QString()); Thanks, Harald Sitter ___ Plasma-devel mailing

Re: Review Request 119315: add an X-KDE-PluginInfo-Version to the plasma.desktop xsession desktop file

2014-07-16 Thread Harald Sitter
7;t have xsessions/ in their $HOME // data location, so the first match should (usually) be the only one and // reflect the plasma session run. KDesktopFile desktopFile(filePaths.first()); return desktopFile.desktopGroup().readEntry("X-KDE-PluginInfo-Version", QStr

Re: 4.x transition blockage - workspace libs

2014-07-18 Thread Harald Sitter
On Thu, Jul 17, 2014 at 1:37 PM, Michael Palimaka wrote: >> I just discused this with mgraesslin on IRC and he's fine with adding >> a compatibility build flag to 4.x that makes it only install the >> necessary libraries to avoid file conflicts with plasma-workspace 5. >> >> Does that sounds suit

Re: Review Request 119596: Fix the upstart version check if the version is not a valid float

2014-08-04 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119596/#review63760 --- Ship it! Ship It! - Harald Sitter On Aug. 3, 2014, 9:28

Review Request 119928: bump required KF5 version to 5.2.0

2014-08-25 Thread Harald Sitter
://git.reviewboard.kde.org/r/119928/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 119928: bump required KF5 version to 5.2.0

2014-08-25 Thread Harald Sitter
- CMakeLists.txt 52c896a573def5229ecc561f888c03fc84aeb7ab Diff: https://git.reviewboard.kde.org/r/119928/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request 119928: bump required KF5 version to 5.2.0

2014-08-25 Thread Harald Sitter
fc84aeb7ab Diff: https://git.reviewboard.kde.org/r/119928/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Request: better override functionality in locale settings

2014-08-28 Thread Harald Sitter
On Thu, Aug 28, 2014 at 3:49 AM, Matthew Ruffalo wrote: > I still strongly, *strongly* disagree that it's acceptable for a user to > choose an appropriate locale for override settings. Perhaps I am leaning myself way out the window but I think there is one very portable solution to this problem:

Re: Review Request 120040: Install kdesu under bin

2014-09-02 Thread Harald Sitter
write a krunner replacement that doesn't depend/ispartof plasma workspace one would still run into the broken behavior so long as kde-cli-tools are not installed - Harald Sitter On Sept. 2, 2014, 6:27 p.m., Marco Martin wrote: > > -

Re: Review Request 119791: Fix Regexp to match new upstart version output

2014-09-07 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119791/#review65991 --- Ship it! Ship It! - Harald Sitter On Sept. 7, 2014, 1 p.m

Re: Review Request 119791: Fix Regexp to match new upstart version output

2014-09-07 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119791/#review65990 --- Ship it! Ship It! - Harald Sitter On Sept. 7, 2014, 1 p.m

Re: Review Request 119791: Fix Regexp to match new upstart version output

2014-09-07 Thread Harald Sitter
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119791/#review65992 --- Ship it! Ship It! - Harald Sitter On Sept. 7, 2014, 1 p.m

Re: Review Request 119791: Fix Regexp to match new upstart version output

2014-09-07 Thread Harald Sitter
akademy intartubes - Harald Sitter On Sept. 7, 2014, 1 p.m., Philip Muskovac wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 119928: bump required KF5 version to 5.2.0

2014-09-08 Thread Harald Sitter
.. Diffs - CMakeLists.txt 52c896a573def5229ecc561f888c03fc84aeb7ab Diff: https://git.reviewboard.kde.org/r/119928/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 120040: Install kdesu under bin

2014-09-16 Thread Harald Sitter
> On Sept. 2, 2014, 6:54 p.m., Hrvoje Senjan wrote: > > >in kde4 kdesu was installed under bin > > > > it was actually also in libexec. just that KStandardDirs::findExe() looked > > in libexec paths, QStandardPaths doesn't... > > Marco Martin wrote: > right, it seems on both places here, b

Re: Plasma 5.1 beta tars

2014-10-10 Thread Harald Sitter
On Fri, Oct 10, 2014 at 12:50 PM, Jonathan Riddell wrote: > On Fri, Sep 26, 2014 at 12:56:03AM +0200, šumski wrote: >> On Friday 26 of September 2014 00:28:46 Jonathan Riddell wrote: >> > Plasma 5.1 Beta tars are up at >> > http://starsky.19inch.net/~jr/tmp/plasma-5.0.95/ >> > and coming soon to

Re: wallpapers on lock screen

2014-10-13 Thread Harald Sitter
On Mon, Oct 13, 2014 at 6:06 PM, Jens Reuterberg wrote: > 1) It didn't reveal the nature of your wallpaper (we tested, > extensively) knock yourselves out guessing :P http://imgur.com/a/1bHH5 HS ___ Plasma-devel mailing list Plasma-devel@kde.org https:

ISO for 2014-10-31

2014-10-31 Thread Harald Sitter
Alohas, It was recently suggested that I should announce when new weekly ISOs go live, so here I am starting to do that. http://files.kde.org/snapshots/unstable-i386-latest.iso.mirrorlist # Errata - some plasma widgets might fail to load because of dependency changes - no halloween plasma theme

missing libkonq_export build broken

2014-11-03 Thread Harald Sitter
as of b29f85d plasma-desktop builds in minimal build environments appear to be broken... In file included from ../../../containments/folder/plugin/foldermodel.cpp:43:0: ../../../containments/folder/plugin/internallibkonq/konq_popupmenu.h:35:28: fatal error: libkonq_export.h: No such file or direct

Review Request 120954: drop libkonq_export for internal libkonq copy

2014-11-03 Thread Harald Sitter
/folder/plugin/internallibkonq/konq_popupmenuplugin.h a4e33f5a02838d63db016571d440ca92282dc8ed Diff: https://git.reviewboard.kde.org/r/120954/diff/ Testing --- built plasma-desktop in an environment without libkonq_export.h Thanks, Harald Sitter

Re: Review Request 120954: drop libkonq_export for internal libkonq copy

2014-11-03 Thread Harald Sitter
56fb765e7367469f253a1444fff2009f41520439 containments/folder/plugin/internallibkonq/konq_popupmenuplugin.h a4e33f5a02838d63db016571d440ca92282dc8ed Diff: https://git.reviewboard.kde.org/r/120954/diff/ Testing --- built plasma-desktop in an environment without libkonq_export.h Thanks, Harald Sitter

Re: Review Request 120954: drop libkonq_export for internal libkonq copy

2014-11-03 Thread Harald Sitter
without libkonq_export.h Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Help!! Missing symbol, possible ABI break?

2014-11-05 Thread Harald Sitter
On Thu, Nov 6, 2014 at 1:28 AM, Scarlett Clark wrote: > Hello everyone, I may have my first possible ABI break and I need some > assistance determining this. Please be kind, I am still learning C++. > > Missing symbol: #MISSING: 5.4.0# _ZN6Plasma6Applet16destroyedChangedEb@Base > 5.3.0+git20141101

Re: Help!! Missing symbol, possible ABI break?

2014-11-05 Thread Harald Sitter
And since I am bad at making myself clear false alarm. nothing to see here. move along. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: ISO for 2014-10-31

2014-11-06 Thread Harald Sitter
On Sat, Nov 1, 2014 at 4:26 AM, Bhushan Shah wrote: > Hello, > > On Fri, Oct 31, 2014 at 9:41 PM, Harald Sitter wrote: >> It was recently suggested that I should announce when new weekly ISOs >> go live, so here I am starting to do that. > > So I think I am confused by

Review Request 121025: fix build, Kdelibs4Migration header is only available and used on kf5

2014-11-06 Thread Harald Sitter
build, Kdelibs4Migration header is only available and used on kf5 Diffs - kstyle/config/oxygenstyleconfig.cpp 750b490f08e8c1e3a9d41e229391dfb16c936b41 Diff: https://git.reviewboard.kde.org/r/121025/diff/ Testing --- Thanks, Harald Sitter

Re: Review Request 121025: fix build, Kdelibs4Migration header is only available and used on kf5

2014-11-06 Thread Harald Sitter
/121025/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Review Request 121031: keep libmolletnetwork private

2014-11-07 Thread Harald Sitter
--- since libmolletnetwork is not supposed to be used from the outside, don't create a .so symlink Diffs - network/network/CMakeLists.txt c0fb43e56a73b7979bf0687b299ea8d03d4cfe59 Diff: https://git.reviewboard.kde.org/r/121031/diff/ Testing --- Thanks, Harald S

Re: Review Request 121031: keep libmolletnetwork private

2014-11-10 Thread Harald Sitter
view70184 --- On Nov. 7, 2014, 11:42 a.m., Harald Sitter wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/121031/ > -

Re: Review Request 121031: keep libmolletnetwork private

2014-11-10 Thread Harald Sitter
https://git.reviewboard.kde.org/r/121031/diff/ Testing --- Thanks, Harald Sitter ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

ISO for 2014-11-14

2014-11-14 Thread Harald Sitter
Having skipped last week's ISO due to technical difficulty, this week's ISO is now available \o/ http://files.kde.org/snapshots/unstable-i386-latest.iso.mirrorlist #changes - gwenview port integrated - kate port integrated - konsole port available through sudo apt install konsole5 ___

ISO for 2014-11-28

2014-11-28 Thread Harald Sitter
http://files.kde.org/snapshots/unstable-i386-latest.iso.mirrorlist # changes - sddm integrated - qtcurve integrated #errata - sometimes plasmashell doesn't start on login (or rather it doesn't display anything) due to kscreen changes... dvratil is on it -- to work around this use krunner (alt+s

ISO for 2014-12-05

2014-12-05 Thread Harald Sitter
http://files.kde.org/snapshots/unstable-i386-latest.iso.mirrorlist # changes - integrated kdecoration2 - integrated print-manager ## integrated, but requiring manual installation (not on the ISO itself) - konversation - parley - analitza - kanagram - kalgebra # errata - sometimes plasmashell doe

  1   2   3   4   5   6   7   8   9   10   >