Re: Noto fonts screw my system, please stop forcing fonts upon me!

2015-12-23 Thread Philipp A.
Sebastian Kügler schrieb am Di., 22. Dez. 2015 um 17:13 Uhr: > Avoiding top-posting makes your emails a bit easier to read. I took the > liberty to rearrange. > if i have only one paragraph to reply to i can’t be bothered to click the “full editor” button KDE doesn't ship nor install the fonts

Re: Noto fonts screw my system, please stop forcing fonts upon me!

2015-12-22 Thread Philipp A.
which is some variant of “lolno” Sebastian Kügler schrieb am Di., 22. Dez. 2015 um 15:32 Uhr: > On Tuesday, December 22, 2015 14:03:19 Philipp A. wrote: > > all of those individually are perfectly resonable decisions, so without > it > > being anyone’s fault, i’m forced to fiddle

Re: Noto fonts screw my system, please stop forcing fonts upon me!

2015-12-22 Thread Philipp A.
there is one part of this issue that bugs me as well, but it’s rather an unfortunate coincidence than anything else: - KDE requires Noto as a baseline default font. that’s fine as nobody forces me to use it. - the freetype project ships a metric-aliases config that defines a number of

Re: Review Request 124151: Add a default icon to notifications popup

2015-06-23 Thread Philipp A.
> On June 23, 2015, 10:40 a.m., Kai Uwe Broulik wrote: > > I actually really like it, perhaps we should make KDialog passive popup not > > set an icon by default now i also like the no-icon no-space version. why add something that just takes up unnecessary space and has no informational value?

Re: Proposal regarding plasmate's release

2015-02-03 Thread Philipp A.
Sebastian Kügler schrieb am Tue Feb 03 2015 at 12:59:22: > If you're using imports, you have to install them first, no way around > that. > no way, that’s silly. how can we fix that? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.

Re: Proposal regarding plasmate's release

2015-02-03 Thread Philipp A.
i had problems using plasmoidviewer with a native plugin. if someone could get the test script to work here without temporary installing, i’d be stoked! https://github.com/flying-sheep/steam-plasmoid Aleix Pol schrieb am Sun Feb 01 2015 at 10:13:06: > On Thu, Jan 29, 2015 at 1:36 PM, Giorgos T

Re: Breeze cursor theme updates

2015-01-09 Thread Philipp A.
i think the repo should do away with the compiled cursors. every other repo also just has sources. think about the mess if every build directory would be checked in. *shudder* 2015-01-08 9:50 GMT+01:00 Marco Martin : > On Thursday 08 January 2015, Andrew Lake wrote: > > Ken Vermette has gracious

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2015-01-05 Thread Philipp A.
; 2015-01-05 13:13 GMT+01:00 Sebastian Kügler : > On Monday, January 05, 2015 13:01:41 Philipp A. wrote: > > doesn’t change the fact that i see nothing but a blank plasma applet > > container. (only the border, nothing in it) > > No errors or warnings hidden in the slurry of

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2015-01-05 Thread Philipp A.
doesn’t change the fact that i see nothing but a blank plasma applet container. (only the border, nothing in it) 2015-01-05 11:13 GMT+01:00 Sebastian Kügler : > On Sunday, December 28, 2014 21:21:12 Philipp A. wrote: > > when using a custom interceptor to circumvent it, i still ge

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2015-01-02 Thread Philipp A.
*bump* nobody got an idea? 2014-12-29 13:45 GMT+01:00 Philipp A. : > 2014-12-29 10:23 GMT+01:00 Marco Martin : > >> does it load when installed? >> > > yes. i think it’s the way that plasmoidviewer loads it that breaks, see my > other mail, where i changed the

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2014-12-29 Thread Philipp A.
2014-12-29 10:23 GMT+01:00 Marco Martin : > does it load when installed? > yes. i think it’s the way that plasmoidviewer loads it that breaks, see my other mail, where i changed the interceptor to allow these requests and still get errors: 2014-12-28 21:21 GMT+01:00 Philipp A. : > ah

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2014-12-28 Thread Philipp A.
ase use kcoreaddons_desktop_to_json() instead of kservice_desktop_to_json() in your CMake code. Constructing a KPluginInfo object from old style JSON. Please use kcoreaddons_desktop_to_json() instead of kservice_desktop_to_json() in your CMake code. 2014-12-28 18:11 GMT+01:00 Philipp A. : > code

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2014-12-28 Thread Philipp A.
code is here btw: https://github.com/flying-sheep/steam-plasmoid 2014-12-28 17:41 GMT+01:00 Philipp A. : > but then i have to compile the whole plasma framework. that’s far out of > scope of a plasma applet :/ > > 2014-12-28 0:57 GMT+01:00 David Edmundson : > >> >> &g

Re: testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2014-12-28 Thread Philipp A.
but then i have to compile the whole plasma framework. that’s far out of scope of a plasma applet :/ 2014-12-28 0:57 GMT+01:00 David Edmundson : > > > On Sat, Dec 27, 2014 at 10:11 PM, Philipp A. wrote: > >> Hi, >> >> i’m developing a plasma wiget with C++ plu

testing a plasma applet with plasmoid viewer despite PackageUrlInterceptor

2014-12-27 Thread Philipp A.
Hi, i’m developing a plasma wiget with C++ plugin. consistent with how upstream packages do it, with my package being called `org.kde.plasma.steam`, the plugin is called `org.kde.plasma.private.steam`. i try to load my plasmoid from its dev directory via QML2_IMPORT_PATH="../build/:$QML2_IM

Re: Running locally with plasmawindowed

2014-11-08 Thread Philipp A.
to run kbuildsycoca5 in a way that my plasmoid is being found? 2014-11-08 12:31 GMT+01:00 Philipp A. : > Hi, i’m currently building a plasmoid using CMake: > > the directory structure is (simplified): > > org.kde.plasma.steam/ > → contents/ui/main.qml > → metadata.de

Running locally with plasmawindowed

2014-11-08 Thread Philipp A.
Hi, i’m currently building a plasmoid using CMake: the directory structure is (simplified): org.kde.plasma.steam/ → contents/ui/main.qml → metadata.dektop plugin/ → qmldir → backend.cpp i build in a way to create the expected layout for QML imports: # build lib and copy "qmldir" to "build/org/

Re: Regressions in Plasma 5

2014-11-07 Thread Philipp A.
2014-11-07 14:04 GMT+01:00 Ivan Čukić : > Not really, when implementing a new plasmoid version (most of the time, it > is mostly about rewriting than porting), you don't actually know every > little thing that the old one does. good point. i thought that complex stuff like the taskbar is analyze

Re: Regressions in Plasma 5

2014-11-07 Thread Philipp A.
2014-11-07 13:05 GMT+01:00 David Edmundson : > If it's on bugzilla and marked as confirmed, it means we're going to do it. > > If it's on bugzilla and marked as invalid/wontfix it means we're not going > to do it > > If it's on bugzilla and marked as unconfirmed, then we collectively suck. > hmm,

Regressions in Plasma 5

2014-11-07 Thread Philipp A.
Hi, Is there some central overview of the screpped and to-be-restored functionality lost in Plasma 5? I’m unhappy about some things: - Icon-only task manager has no option to open new instances via middle click. Shift-click has been just implemented, though