KDE Custom Shortcuts broken, problem's id'd as in khotkeys

2016-04-16 Thread Thomas Lübking
This is https://bugreports.qt.io/browse/QTBUG-48795 Qt5 builds it's internal events as combination of (synthetic) keys and HW modifiers. That is *clearly* a fucking bug in Qt: either it ignores synthetic events (a regression compared to Qt4) or not, but just creating random events out of differen

Re: Error buildin KDE (KF5)

2016-03-22 Thread Thomas Lübking
On Wed, Mar 23, 2016 at 12:07:27AM +0100, Luigi Toscano wrote: Right now we stat that Frameworks can be compiled with 2.8.12, so if it is not possible, it's an error in Frameworks that should be fixed (unless there is a decision to raise that dependency, but that's for the future). There was de

Re: Error buildin KDE (KF5)

2016-03-22 Thread Thomas Lübking
At least the QtCore and KF5/KGlobalAccel include paths are not added (or mislocated) The key is again the cmake log. On a sidenote: your cmake is terribly outdated. It's listed as minimum for kf5, but even that was wrong (see before issue) and I would not bet even your right arm that it's suffici

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-08 Thread Thomas Lübking
On Montag, 7. März 2016 14:45:13 CEST, René J.V. wrote: On Monday March 07 2016 12:41:52 Jaroslaw Staniek wrote: I am trying to use app-defined icons through QIcon::fromTheme() in Kexi. That sounds inherently wrong unless the application adds icons to specific themes. Icons that are specific

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Thomas Lübking
On Sonntag, 6. März 2016 12:10:36 CEST, Frederik Schwarzer wrote: The most straight forward solution is likely to hide or delete button(QDialogButtonBox::RestoreDefaults) I would like to try this but cannot find info on how to hide a standard button. The KDE 4 version did not have that button

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-05 Thread Thomas Lübking
On Samstag, 5. März 2016 08:34:27 CEST, Frederik Schwarzer wrote: Since in my use case, some of the values in the dialog are calculated and (to my understanding) cannot be handled correctly by Kcfg, I want to get rif of the "Restore Defaults" button. So I add this line: dialog->setStanda

Re: CMake Error

2016-02-29 Thread Thomas Lübking
Am Montag, 29. Februar 2016 schrieb Nilesh Kokane : > > CMake Error at > /usr/local/share/ECM/modules/ECMPackageConfigHelpers.cmake:95 > (file): > file RELATIVE_PATH must be passed a full path to the file: > Call Stack (most recent call first): > CMakeLists.txt:55 (ecm_configure_package_config

Re: License of the Breeze style

2016-02-17 Thread Thomas Lübking
On Mittwoch, 17. Februar 2016 07:58:46 CEST, Martin Graesslin wrote: On Tuesday, February 16, 2016 8:15:57 PM CET Александр Волков wrote: I've noticed that the Breeze style is released under GPL-2+ license: Why not LGPL? It's a library after all. The style is not a library, it's a plugin. As

Re: Widget style and color theme problems

2016-01-13 Thread Thomas Lübking
Don't allow or set custom palettes w/ the gtk style. GtK+ isn't colorable (and if you try to write a bright on dark style, you'll figure that this isn't suported in real gtk applications either) No idea whether that's a problem in kf5 (or your application supports custom palettes) but if the st

Re: robots.txt in quickgit.kde.org

2015-12-28 Thread Thomas Lübking
On Montag, 28. Dezember 2015 18:09:32 CEST, Kevin Funk wrote: Are you aware that not even every KDE developer knows about LXR? I constantly have to tell people about it. Yes, and I'm as well aware of the "if it's not in google, it doesn't exist" phenomenon, BUT: that's not gonna work. If yo

Re: robots.txt in quickgit.kde.org

2015-12-28 Thread Thomas Lübking
On Montag, 28. Dezember 2015 11:35:23 CEST, Albert Vaca wrote: Lxr can't search across every open source project in the world, so that's a point for Google. Presuming google could, why would I. Or anyone? I dig for certain variables or strings in specific code, but why would I look for m_foo or

Re: robots.txt in quickgit.kde.org

2015-12-27 Thread Thomas Lübking
On Sonntag, 27. Dezember 2015 12:35:51 CEST, Ben Cooksley wrote: We could probably make it available by publishing the source trees used by LXR / EBN. Because if it's not in google, it doesn't exist? We've lxr which is a dedicated and *far* superior way to search our code, so what exactly i

Re: Building kwin

2015-12-08 Thread Thomas Lübking
On Dienstag, 8. Dezember 2015 16:12:22 CEST, Luca wrote: Yes I have (5.5.1+dfsg-8), But I have no idea how to revert a package, Please can you give me some hint? Not a package, a commit to kwin ;-) cd kwin git revert 7c8adeff9ec9e16bf0ad2971d5edeb484a302e6b => happened Cheers, Thomas Visi

Re: Building kwin

2015-12-08 Thread Thomas Lübking
On Montag, 7. Dezember 2015 15:42:46 CEST, Luca wrote: Is a bit of time that the build of kwin on my virtual box (5.10) fails due to this error that I'm not able to understand. Hard to say, but a linker error on some ABI unstable plugin mechanism smells like you're linking together different

Re: MacPorts Patches

2015-11-30 Thread Thomas Lübking
On Montag, 30. November 2015 17:03:01 CEST, Martin Graesslin wrote: There have been various OSX patches being created against the kde-workspace repository in the past. So yeah, it seems to be part of what they want to achieve. I doubt it makes sense to run plasma-desktop/kwin/plasmashell on O

Re: Kubuntu 15.04 Graphics Driver Issue

2015-11-23 Thread Thomas Lübking
On Montag, 23. November 2015 07:50:43 CEST, gokul krishna wrote: ensure to blacklist the nouveau kernel module, drop the framebuffer from GRUB [1] and notice that only the most recent nvidia drivers are ABI compatible w/ Xorg 1.18 Also remove "nomodeset" and "splash" from your config (the spla

Re: Review Request 126105: Fix yet another crash in Dolphin when Baloo isn't running

2015-11-18 Thread Thomas Lübking
> On Nov. 18, 2015, 8:06 nachm., Thomas Lübking wrote: > > Errr... you intend to crash applications depending on whether some file is > > present?? > > Please fix the actual bug instead of such workaround, got a backtrace? > > Boudhayan Gupta wrote: > Err..

Re: Review Request 126105: Fix yet another crash in Dolphin when Baloo isn't running

2015-11-18 Thread Thomas Lübking
> On Nov. 18, 2015, 8:06 nachm., Thomas Lübking wrote: > > Errr... you intend to crash applications depending on whether some file is > > present?? > > Please fix the actual bug instead of such workaround, got a backtrace? > > Boudhayan Gupta wrote: > Err..

Re: Review Request 126105: Fix yet another crash in Dolphin when Baloo isn't running

2015-11-18 Thread Thomas Lübking
> On Nov. 18, 2015, 8:06 nachm., Thomas Lübking wrote: > > Errr... you intend to crash applications depending on whether some file is > > present?? > > Please fix the actual bug instead of such workaround, got a backtrace? > > Boudhayan Gupta wrote: > Err..

Re: Review Request 126105: Fix yet another crash in Dolphin when Baloo isn't running

2015-11-18 Thread Thomas Lübking
some file is present?? Please fix the actual bug instead of such workaround, got a backtrace? - Thomas Lübking On Nov. 18, 2015, 7:40 nachm., Boudhayan Gupta wrote: > > --- > This is an automatically generated e-mail. To rep

Re: hiring kde theme developer

2015-11-12 Thread Thomas Lübking
On Donnerstag, 12. November 2015 15:03:22 CEST, Stéphane ancelot wrote: Yes, the actual dashboard. (https://www.youtube.com/watch?v=ktDpkuEj3X4) I won't debate why it is no more available, but I will give my opinion. https://bugs.kde.org/show_bug.cgi?id=344180 Is there an equivalent applica

Re: hiring kde theme developer

2015-11-10 Thread Thomas Lübking
On Dienstag, 10. November 2015 15:51:21 CEST, Stéphane ancelot wrote: Ok, I gave it a try, we may tune what is needed, but unfortunately. We found nothing for the panel background color. The panel is done by an svg theme, please don't start a flamewar (on this list) about "why the panel is st

Re: hiring kde theme developer

2015-11-10 Thread Thomas Lübking
On Dienstag, 10. November 2015 09:50:16 CEST, Stéphane ancelot wrote: * The grey colour will need being changed Colors aren't hardcoded, "kcmshell5 colors" * scrollbars size should be bigger, since it is dedicated to a touchscreen application I suggest to ask hugo or on the VDG group on foru

Re: hiring kde theme developer

2015-11-09 Thread Thomas Lübking
On Montag, 9. November 2015 18:10:27 CEST, Claudio Autiero wrote: Hello, I think it's a spam ;-) That would be the most impressive spam setup i've ever seen =) (Numalliance is a french industrial and he's running around for 2 weeks about porting some of their system to KDE) @Stéphane, If thi

Re: Menu behavior in HIG (CTRL+M vs Alt)

2015-10-31 Thread Thomas Lübking
On Samstag, 31. Oktober 2015 17:28:35 CEST, Olivier Churlaud wrote: Hello, I see that in KDE, the menu are shown/hidden with CTRL+M. Why isn't the ALT behavior (like in Firefox) part of the HIG? => kde-usability 'æt' kde 'døt' org Maybe the VDG forum https://forum.kde.org/viewforum.php?f=28

Re: Debug ThreadWeaver::IdDecorator

2015-10-28 Thread Thomas Lübking
On Mittwoch, 28. Oktober 2015 14:33:02 CEST, Olivier Churlaud wrote: Hello I finally managed to install the Threadweaver in debug mod. Fulltrace in gdb : https://paste.kde.org/pdnashan2 in valgrind https://paste.kde.org/pwooi9alf Thx for your hints W/o even looking at the c

Re: Need help

2015-10-20 Thread Thomas Lübking
On Dienstag, 20. Oktober 2015 14:14:25 CEST, Praneeth Tss wrote: Hi, I have attached the backtrace log for the crash that occured while I was running muon-discover. Please take a look into it and help me. It spams an error box and then crashes when attempting to set a backend - you best ask so

Re: Need help

2015-10-19 Thread Thomas Lübking
On Montag, 19. Oktober 2015 18:10:16 CEST, Praneeth Tss wrote: I have setup for the environment variables as mentioned in [2]. However, it hasn't helped me, yet. Can someone please look into this ? It crashes, but you didn't paste a backtrace (DrKonqi "developer information") but just the she

Re: problem stacking panels.

2015-10-09 Thread Thomas Lübking
On Freitag, 9. Oktober 2015 08:29:14 CEST, Stéphane ancelot wrote: Area 3 : this is an area dedicated to our application with some buttons to drive a CNC machine. That part must be re-ingenered to be integrated in KDE environment. (I don't know at this time which kde technology it should use ?

Re: problem stacking panels.

2015-10-08 Thread Thomas Lübking
On Donnerstag, 8. Oktober 2015 17:59:00 CEST, Stéphane ancelot wrote: Hi, We are migrating our application, from gnome to kde. have a look at my application snapshot (it was gnome..): https://drive.google.com/file/d/0B2bN5i_rCBsIczdFb1A4R0Q5Um8/view?usp=sharing I frankly do no way understand

Re: Review Request 125117: Moved check for all mount points excluded out of widget class

2015-09-22 Thread Thomas Lübking
> On Sept. 15, 2015, 9:37 nachm., Vishesh Handa wrote: > > kcms/baloo/kcm.cpp, line 168 > > > > > > I'm really not too sure about this. So the display name is taken and > > that is compared with the mountPoint?

Re: Icons installed by apps

2015-09-22 Thread Thomas Lübking
On Dienstag, 22. September 2015 18:44:47 CEST, Jaroslaw Staniek wrote: Sorry for adding more info to clarify. UserIconSet is deprecated so I guess this functionality is deprecated too... since QIcon::fromTheme() apaprently isn't able to find app icons. tried KIconLoader::global()->addAppDir(co

Re: Implementing "translation in context"

2015-09-18 Thread Thomas Lübking
On Freitag, 18. September 2015 09:17:16 CEST, Dashamir Hoxha wrote: The most difficult part in my opinion is how to mark (or decorate) the translated string, so that it can respond to a Ctrl+Click event. You need a plugin for the (every, could be a11y stuff?) Qt client that provides an IPC (d

Re: Dolphin slow start time and kfileplaces/bookmarks.xml

2015-09-15 Thread Thomas Lübking
On Dienstag, 15. September 2015 22:07:54 CEST, Germano Massullo wrote: I forward here an e-mail that had no replies in k...@lists.fedoraproject.org Today on #fedora-kde, user rom1dep complained about Dolphin (KDE 4) taking ~5 seconds to start. For additional discussion https://forum.kde.org/vi

Re: Bug or Non-sense I don't know where to submit

2015-09-01 Thread Thomas Lübking
PS: off-topic. User questions/comments/feedback ideally goes forum.kde.org Bug reports please go bugs.kde.org Cheers, Thomas Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Bug or Non-sense I don't know where to submit

2015-09-01 Thread Thomas Lübking
On Dienstag, 1. September 2015 16:40:16 CEST, Olivier Churlaud wrote: Hi, A new feature really disturbs me but I don't know where to submit this feedback, so I do it there. If it's not appropriate, please excuse-me and redirect me to the right place. Since the new Applications update, a glob

Re: help with a crash when loading a plugin in konqueror

2015-08-23 Thread Thomas Lübking
The plugin links Qt4 Am Sonntag, 23. August 2015 schrieb Stefano Crocco : > Hello to everyone, > I'm in the process of finisihing porting konqueror to KF5. Most of the > application has already been ported (by David Faure) and I've ported the > plugins, so now I've started working on those parts

Re: KScreenGenie stable release

2015-08-09 Thread Thomas Lübking
On Sonntag, 9. August 2015 22:57:54 CEST, Boudhayan Gupta wrote: I should have this, as well as the current 200ms timeout to take care of other not-so-nice compositors Yes. and note in the user manual that if you see a ghost of the window in your screenshots, just set a delay in KSG itself?

Re: KScreenGenie stable release

2015-08-09 Thread Thomas Lübking
On Sonntag, 9. August 2015 21:39:37 CEST, Boudhayan Gupta wrote: Do I have to do it the xcb way (get an atom, call xcb_change_property() and all - and does this property even have an atom) Yes - "unfortunately". I filed bug 351137 about this, but notice that any resolution will require a somew

Re: KScreenGenie stable release

2015-08-09 Thread Thomas Lübking
On Sonntag, 9. August 2015 21:20:03 CEST, Boudhayan Gupta wrote: Will this work on hide() as well Yes. or is there no actual difference between closing a window and hiding it? Not in this regard. The window gets unmapped, that all what matters here. (There're, however, in general differences

Re: KScreenGenie stable release

2015-08-09 Thread Thomas Lübking
On Sonntag, 9. August 2015 20:06:23 CEST, Boudhayan Gupta wrote: I'm not using KWin's screenshot effect. In fact I'm dropping directly to pure xcb. For cases where you bypass the screenshot effect (and in general) ensure to set a _KDE_NET_WM_SKIP_CLOSE_ANIMATION property to "1" on all windows

Re: KScreenGenie stable release

2015-08-09 Thread Thomas Lübking
On Sonntag, 9. August 2015 14:31:34 CEST, Siddhartha wrote: On 9 August 2015 at 17:22, Boudhayan Gupta wrote: Does this happen on the initial screenshot, or ones that you take subsequently with the "Take New Screenshot" button, or both? With subsequent screenshots only. It looks like the KScr

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 18:07:21 CEST, Hussam Al-Tayeb wrote: Is Fluendo a gst0.10 or gst-1.0 API level plugin? Either. http://www.oneplaydirect.com/oneplay/oneplay-codec-pack/ Though the mp3 thing is less precise ("0.10 or higher") http://www.oneplaydirect.com/oneplay/oneplay-mp3-decoder

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 17:41:35 CEST, Martin Sandsmark wrote: since the free decoder apparently isn't available anymore http://www.oneplaydirect.com/oneplay/oneplay-mp3-decoder/ Most stuff ain't for free, though (and unlike the mp3 thing, binary only), but still "legal" (even in the US)

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 17:28:24 CEST, Martin Sandsmark wrote: On Tue, Aug 04, 2015 at 05:26:40PM +0200, Reindl Harald wrote: it takes away the resposibility It takes away which responsibility? Fluendo puchased the required licenses and provides (afaik binarly-only) gstreamer plugins fo

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 16:22:34 CEST, Martin Sandsmark wrote: Then why is gstreamer okay to include? https://en.wikipedia.org/wiki/Fluendo You simply don't need the "bad" and "ugly" codecs (despite they're better than the fluendo stuff and still gstreamer is inferior to vlc or mplayer wh

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 15:45:41 CEST, Martin Sandsmark wrote: I don't see how this is relevant, VLC doesn't include this code. The various decoding algorithms are implemented in libraries that optional modules for VLC can link against. I think you're missing the point: VLC without those p

Re: Help wanted to evolve KDEs music players

2015-08-04 Thread Thomas Lübking
On Dienstag, 4. August 2015 13:36:03 CEST, Martin Sandsmark wrote: On Tue, Aug 04, 2015 at 10:53:16PM +1200, Ben Cooksley wrote: On Tue, Aug 4, 2015 at 10:38 PM, Martin Sandsmark wrote: But what kind of legal risk are we talking about here? The same one Redhat / Fedora don't like at all, and

Re: Help wanted to evolve KDEs music players

2015-08-01 Thread Thomas Lübking
On Samstag, 1. August 2015 22:53:27 CEST, Reindl Harald wrote: Am 01.08.2015 um 22:36 schrieb Thomas Lübking: what's the point in rating *local* music anyway? to decide if you want to hear a completly undefined playlist and hence songs you don#t hear all the time or just your per

Re: Help wanted to evolve KDEs music players

2015-08-01 Thread Thomas Lübking
On Samstag, 1. August 2015 22:08:22 CEST, Stefan Derkits wrote: And I'm not really sure how often a user would rate a music file in Dolphin. On my system I don't even find the possibility to rate a file, only to display the rating :) Out of curiosity and semi-OT: what's the point in rating *lo

Re: Getting file in ranges using KIO

2015-07-22 Thread Thomas Lübking
On Donnerstag, 23. Juli 2015 07:22:19 CEST, saheb preet singh wrote: I tried using resume and resume_until instead of range and range_end, but its not working. "range-start" and "range-end" - just saying in case you accidentally tried with "resume-start" and "resume-until" ;-) => which KIO

Re: Getting file in ranges using KIO

2015-07-22 Thread Thomas Lübking
This looks like the metadata changed https://git.reviewboard.kde.org/r/117508/diff/ Older KIO versions seem to have operated on "resume" and "resume_until" => which KIO version do you use? Cheers, Thomas Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KDE5 mouse Reverse scroll has no effect

2015-06-30 Thread Thomas Lübking
On Sonntag, 28. Juni 2015 20:05:31 CEST, Barry Scott wrote: POT? "pot." - less like "thc", more like "potentially" ;-) How is Qt5 configured to change the scroll direction for Qt5 applications then? Though you might have advanced knowledge meanwhile: I don't know in detail, but qtbase/sr

Re: KDE5 mouse Reverse scroll has no effect

2015-06-28 Thread Thomas Lübking
It's pot. fixed by https://git.reviewboard.kde.org/r/123621/ (I've personally no affiliation to this code nor use for the feature) But actually, swapping "Evdev Scrolling Distance" xinput set-prop 10 284 -1 1 1 only impacts non-Qt5 clients for the real wheel and everything when using the but

Re: KDE5 mouse Reverse scroll has no effect

2015-06-26 Thread Thomas Lübking
On Freitag, 26. Juni 2015 20:23:44 CEST, Barry Scott wrote: do you want this raised as a KDE bug on against Fedora for tracking? https://bugs.kde.org/show_bug.cgi?id=342929 Cheers, Thomas Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Thomas Lübking
On Donnerstag, 18. Juni 2015 14:50:45 CEST, Jeremy Whiting wrote: Jaroslaw, On Thu, Jun 18, 2015 at 3:20 AM, Jaroslaw Staniek wrote: Hi If you look at apps ported to KF5, KAboutData::setApplicationData() is used but there are also redundant lines in main(), at least these: app.setApplicationN

Re: kde-apps/kcm-fcitx Exit unnormally

2015-06-18 Thread Thomas Lübking
already reported as https://github.com/fcitx/kcm-fcitx/issues/9 You should add a backtrace there (DrKonqui "developer information" tab) Cheers, Thomas On Donnerstag, 18. Juni 2015 11:24:15 CEST, Wallance Lee wrote: Hi,Everyone. I am new to here.I have a question.I am a Chinese user,and I use

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

2015-06-15 Thread Thomas Lübking
On Montag, 15. Juni 2015 15:19:32 CEST, Heiko Tietze wrote: Any decision on that? Zombifying this topic will lead to 'solution' #2 (wrongdoing clients). The list was actually meant as "steps" (out of the problematic shortcut model), not as "alternatives". I believe that "Shift+Del deletes dir

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

2015-06-04 Thread Thomas Lübking
On Donnerstag, 4. Juni 2015 07:50:00 CEST, Arjun AK wrote: On June 3, 2015 10:41:00 PM IST, Heiko Tietze wrote: On Wednesday 03 June 2015, 17:18:16 Thomas Lübking wrote: ... If not SHIFT+DEL, then what else would you recommend? Some more information here: - The Apple shortcut to * delete

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

2015-06-03 Thread Thomas Lübking
On Mittwoch, 3. Juni 2015 19:11:00 CEST, 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/Pro

Re: Shift+Delete shortcut for "cut" standard action

2015-06-03 Thread Thomas Lübking
CC'ing kde-guidelines. - On Mittwoch, 3. Juni 2015 17:04:00 CEST, Jan Kundrát wrote: Hi, the kconfigwidgets library defines Shift+Del as a standard alternative shortcut for the "Cut" action. This dates back to 2001 [1]. A problem with this shortcut is that applications traditionally use S

Re: Title attribute in KEditListWidget

2015-05-23 Thread Thomas Lübking
The difference you perceive is in the GUI style (oxygen vs. fusion) - the fusion style paints the title outside the groupbox where oxygen paints it inside (notice that this holds eg. on OSX Aqua as well) KEditListBox was mostly a QGroupBox and the title attribute was nothing but that of QGroup

Re: Is KF5::KCodecs::base64Encode now including a trailing newline?

2015-05-20 Thread Thomas Lübking
On Mittwoch, 20. Mai 2015 12:19:38 CEST, Daniel Vrátil wrote: OK, if you think it's a bug, I'll post a RR to remove the behaviour. Afaiu it violates FRC 4648 which allows further RFCs (MIME) to weaken restrictions, but itself forbids it: "Implementations MUST reject the encoded data if it con

Re: Solid::AcAdapter gone w/o replacement, ie. all is Battery now?

2015-05-17 Thread Thomas Lübking
On Sonntag, 17. Mai 2015 21:32:55 CEST, Kai Uwe Broulik wrote: Sorry for the inconvenience, No problem. As Thiago confirmed, iterating over all batteries to check if any is discharging actually is sufficient (if there's no battery or none discharging we're either on AC, just nuked #1 Thermo

Solid::AcAdapter gone w/o replacement, ie. all is Battery now?

2015-05-17 Thread Thomas Lübking
Solid::AcAdapter was removed from the API and I don't see a replacement. Does that mean one only has to care about Solid::Battery in KF5? And if: how do I know the System is on AC? Battery::chargeState() != Battery::Discharging? Thanks, Thomas Visit http://mail.kde.org/mailman/listinfo/kde-dev

Re: Moving a Bug to Proper Product

2015-05-11 Thread Thomas Lübking
On Montag, 11. Mai 2015 00:18:19 CEST, Jacky Alcine wrote: Bug 346481 refers to a general level bug that potentially affects all applications rendered by KWin That's not related to KWin at all but a known issue of the breeze icon set. The designers oppose outlines as well as other (inner) contr

Re: timing of KDE5 panel in login

2015-03-27 Thread Thomas Lübking
Am Freitag, 27. März 2015 schrieb Takao Fujiwara : > On 03/27/15 19:34, Thomas Lübking-san wrote: > >> On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: >> >>> I'd like to run a custom panel at bottom right in KDE5 for >>> ibus(propertypane

Re: timing of KDE5 panel in login

2015-03-27 Thread Thomas Lübking
On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: I'd like to run a custom panel at bottom right in KDE5 for ibus(propertypanel.vala): https://github.com/ibus/ibus/tree/master/ui/gtk3 Since KDE5 allocates the owned panel at bottom, I try to get the desktop height using _NET_CURREN

Re: Knotify just doesnt work

2015-03-22 Thread Thomas Lübking
On Sonntag, 22. März 2015 12:51:38 CEST, Alexandro Colorado wrote: ​well its the third ttime it doesnt take my password.​ Like Ben said, but if the password is "1234", I know the reason ;-) * notifications notify - that's all (and seems to work afaict). ​Notifications are useless if they ca

Re: Knotify just doesnt work

2015-03-22 Thread Thomas Lübking
On Sonntag, 22. März 2015 09:20:25 CEST, Alexandro Colorado wrote: [confusing stuff] * knotify the API, the daemon or some server/plasmoid? * "issues.kde.org" does not exist, try "bugs.kde.org" * bugzilla does not require a KDE identity and I frankly don't know where that would be "obscure" e

Re: What's the correct strategy to resolve i18n merge conflicts?

2015-03-10 Thread Thomas Lübking
On Dienstag, 10. März 2015 00:14:12 CEST, Albert Astals Cid wrote: El Dilluns, 9 de març de 2015, a les 14:08:40, Thomas Lübking va escriure: On Sonntag, 8. März 2015 23:21:59 CEST, Albert Astals Cid wrote: ... That's a not so bad idea, what do others think? Would you think to rea

Re: What's the correct strategy to resolve i18n merge conflicts?

2015-03-09 Thread Thomas Lübking
On Sonntag, 8. März 2015 23:21:59 CEST, Albert Astals Cid wrote: Short answer: The one you're in (i.e. in this case i guess HEAD/master) ¡Muchas Gracias! I have the feeling this has been asked/answered quite a few times, anyone has any idea of a place where to put such a FAQ so that people

Re: What's the correct strategy to resolve i18n merge conflicts?

2015-03-09 Thread Thomas Lübking
On Montag, 9. März 2015 09:47:20 CEST, Kevin Funk wrote: This is easy to automate with .gitattributes, for the record Wuohohooo... wait! That would also kill "real" fixes (typos, removed/added keys) on merging and if you didn't think of it, you'll have it fixed in branch and re-broken in mas

What's the correct strategy to resolve i18n merge conflicts?

2015-03-08 Thread Thomas Lübking
merging 5.2 into master gets me several merge conflicts in desktop services, which I cannot reasonably resolve, mostly because: ++<<< HEAD +Comment[zh_TW]=桌面效果使用的組合器設定 ++=== + Comment[zh_TW]=桌面效果使用的組合器組態 ++>>> Plasma/5.2 I cannot read that (nor other translations) => which branch t

Re: Calling notify on "Sound" -> Segfault

2015-02-25 Thread Thomas Lübking
On Mittwoch, 25. Februar 2015 23:27:08 CEST, Gregor Mi wrote: ``` kate(9037)/default KNotificationManager::notify: Calling notify on "Sound" Segmentation fault ``` There is no additional information printed. I suspect that the sound is causing the problem because it happens with several appli

Re: KDE backward compatibility issue

2015-01-30 Thread Thomas Lübking
On Freitag, 30. Januar 2015 18:22:03 CEST, Vasily Khoruzhick wrote: It's a way to keep all tray icons on the panel. In case of horizontal panel it's even seemless I'd not rather not expect a "seamless" result from this approach. You'll have an autopositioned/hiding wmsystemtray though, that's

Re: KDE backward compatibility issue

2015-01-30 Thread Thomas Lübking
On Freitag, 30. Januar 2015 18:04:03 CEST, Martin Graesslin wrote: Patches welcome. If you think it's important and that trivial you should be able to do it, right? What he suggests is to add a spacer into a panel and move a root parented XEmbed override_redirect container there. That's trivi

Re: Meta Object Complier error while porting

2015-01-29 Thread Thomas Lübking
the O[sic!]_OBJECT macro? Am Donnerstag, 29. Januar 2015 schrieb anu mittal : > O_OBJECT macro is there in the header file kalziumglwidget.h and before > removing the #include "kalziumglwidget.moc" [1] was the exact error > > [1]Automoc for target compoundviewer > Generating kalziumglwidget.moc

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:53:01 CEST, Christoph Feck wrote: On Tuesday 27 January 2015 16:46:13 Thomas Lübking wrote: On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n(" Cannot save to the specified file.")); Not during compilation, but on configuration. If you add those li

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:17:32 CEST, anu mittal wrote: Yes have tried both, #include and #include both give same error- No such file or directory Errr... and this in cmake find_package(KF5I18n) target_link_libraries(your_appname_here KF5::I18n) does *not* cause some error? Cheers, Th

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:02:25 CEST, anu mittal wrote: Still the same error is shown- i18n’ was not declared in this scope QMessageBox::warning(0,i18n("Problem while opening the file") where else i might be going wrong? Do you #include ? Cheers, Thomas Visit http://mail.kde

Re: Border snap in kde-workspace-4.11.11-1

2015-01-25 Thread Thomas Lübking
On Samstag, 24. Januar 2015 21:34:49 CEST, Cristian Savu wrote: I'm sorry to take your time with this, but I need some help finding some places in the sources. You're certainly not wasting time by asking for assistance. The problem with that bug was that we kept repeating "it's not to save si

Re: Working on qt creator.

2015-01-17 Thread Thomas Lübking
On Samstag, 17. Januar 2015 17:01:02 CEST, anu mittal wrote: I included those .cpp class needed by the application by adding the class name in set[1] of cmake,this successfully included the respective .cpp and .h files in my folder under qt creator but there is one header file (libkdeedu_compound

Re: updating .cpp classes to KF5

2015-01-03 Thread Thomas Lübking
On Samstag, 3. Januar 2015 18:27:45 CEST, anu mittal wrote: Can anybody help how such type of error can be resolved and how to proceed with the "make". You either don't have the openbabel headers installed or their location is not in the CMAKE include paths. Assuming openbabel should be marked

Re: kubuntu plasma 5 login error

2014-12-18 Thread Thomas Lübking
On Donnerstag, 18. Dezember 2014 15:03:55 CEST, anu mittal wrote: i got this message QXcbConnection: Could not connect to display Aborted - opening a konsole Does this mean "VT1" (ctrl+alt+f1)? -> first enter export DISPLAY=:0 Cheers, Thomas Visit http://mail.kde.org/mailman/listinfo/kde

Re: building extra-cmake-modules

2014-12-15 Thread Thomas Lübking
On Montag, 15. Dezember 2014 21:41:27 CEST, anu mittal wrote: Hello everyone, I have been trying to build ecm after executing the command cmake -DCMAKE_INSTALL_PREFIX=$KF5 error is thrown-mentioned in the attachment. Can anybody help in resolving it? I'd bet "echo $KF5" is empty, ie. $KF5 not d

Re: KFileMetaData and po Extractor

2014-11-27 Thread Thomas Lübking
On Donnerstag, 27. November 2014 18:22:36 CEST, Lasse Liehu wrote: Do they really install .po files instead of properly compiled .mo files? Seems so - it's probably python related? I attached an english .po, installed by the weather.wunderground addon. Cheers, Thomas# XBMC Media Center languag

Re: KFileMetaData and po Extractor

2014-11-27 Thread Thomas Lübking
On Donnerstag, 27. November 2014 17:49:49 CEST, Burkhard Lück wrote: Don't we already have a kind of developer mode, because Joe User does not have any po files on his disk and therefore no indexing happens? cups will likely install few. xbmc will likely install some few hundreds (to the use

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-13 Thread Thomas Lübking
On Donnerstag, 13. November 2014 22:27:44 CEST, Milian Wolff wrote: eval `dbus-launch` So can/should I just remove this? The warning is obsolete, yeah? Likely ("rather", "better do so") This will run a second dbus daemon and alter DBUS_SESSION_BUS_ADDRESS & DBUS_SESSION_BUS_PID variables fo

Re: DBUS issues with KDE 4 and Frameworks 5

2014-11-13 Thread Thomas Lübking
On Donnerstag, 13. November 2014 17:54:21 CEST, Milian Wolff wrote: my whole system seems to be completely fubared. Most applications freeze sooner or later with a backtrace like this: ... After a very long timeout (30s?) the apps figure out something is wrong and continue to work as intended.

Re: Review Request 120657: Dublic core conversion

2014-10-19 Thread Thomas Lübking
> On Okt. 19, 2014, 1:33 nachm., Emmanuel Pescosta wrote: > > What are the possible benefits of this patch? > > > > You still have a lot of code duplication in both plugins, an additional > > dependency on Qt xml in KFileMetaData itself and (possible) slowdowns in > > both plugins (esp. in odf

Re: OpenGL ES on project neon

2014-08-20 Thread Thomas Lübking
On Donnerstag, 21. August 2014 07:24:33 CEST, Martin Gräßlin wrote: btw, is there a way to run qdbus correctly from SSH? If I run it inside X11 konsole, I get all the stuff, if I run it from SSH, even with xhost and DISPLAY set, I don't get anything about kde: Sorry, no idea how to do that.

Re: Is Konqueror still a live project?

2014-08-17 Thread Thomas Lübking
On Sonntag, 17. August 2014 18:38:29 CEST, Thiago Macieira wrote: Konqueror and rekonq use the same engine. So what one renders, so does the other. The may ship with different defaults for khtml or webkit as backend. (Actually rekonq might even be linked to a newer version of QtWebkit in his

Re: Review Request 119543: Removed all KDialogs from balooWidgets

2014-07-31 Thread Thomas Lübking
of the time, the dialog will still be there, > stuff will get done with the tags, and everything is all right. But > sometimes, the application will quit during exec(), and then the sole > remaining purpose of the function is to return gracefully, without a crash. > And this gracefu

Re: Review Request 119543: Removed all KDialogs from balooWidgets

2014-07-31 Thread Thomas Lübking
of the time, the dialog will still be there, > stuff will get done with the tags, and everything is all right. But > sometimes, the application will quit during exec(), and then the sole > remaining purpose of the function is to return gracefully, without a crash. > And this gracefu

Re: Review Request 119543: Removed all KDialogs from balooWidgets

2014-07-31 Thread Thomas Lübking
> On Juli 30, 2014, 8:54 vorm., Vishesh Handa wrote: > > src/tagwidget.cpp, line 180 > > > > > > Any reason you've combined the too functions? I don't remember why, but > > there was a point when it split up. >

[kde-promo] Re: The name of Applications 4.14 + 1

2014-07-17 Thread Thomas Lübking
On Donnerstag, 17. Juli 2014 20:54:57 CEST, Albert Astals Cid wrote: e.g., 2014.07 My problem with that is that it's "too long" to write +1 looks worse (we're looking for something relative nice looking and catchy here, not for something totally obvious) "0xe.c" =) Cheers, Thomas Vis

Re: Focus Event on any Text Input

2014-07-01 Thread Thomas Lübking
On Dienstag, 1. Juli 2014 23:38:48 CEST, Ahmed Ibrahim Khalil wrote: If that is so, Any idea what is the default IM in KDE ? As for Qt4, iirc XIM, Qt5 should be fctix (afair no XIM support at all) Cheers, Thomas Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Date/Time related widgets crashing plasma-desktop

2014-06-23 Thread Thomas Lübking
On Montag, 23. Juni 2014 22:55:47 CEST, Lindsay Mathieson wrote: On Mon, 23 Jun 2014 03:00:26 PM Thomas Lübking wrote: On Montag, 23. Juni 2014 14:46:45 CEST, Lindsay Mathieson wrote: ... I tried plasmoidviewer and plasma-desktop with --nofork, but no debug info for either. You get the &qu

  1   2   3   >