[Bug 1574045] Re: Can't install account-plugin-google

2016-04-23 Thread Martin Klapetek
Dear Kubuntu packagers, please backport these patches into your packaging. https://quickgit.kde.org/?p=kaccounts-integration.git=commit=a60c1636b6bf0bf5b0718d8de06facfa959ad719 https://quickgit.kde.org/?p=kaccounts-integration.git=commit=deff781ae751f2f1c95b24997d01aa38c0dd7502 -- You received

[Bug 1391476] Re: [MacBookPro11,1] Laptop wakes up while lid closed

2016-03-19 Thread Martin Klapetek
I can confirm this bug is still present on MacBook Pro 11,1 and latest mainline kernel 4.5.0, tested on wily. Disabling the XHC1 in /proc/acpi/wakeup does seem to prevent the immediate wakeups but this at the same time disables waking up on opening the lid for me (and LID0 is still enabled in

[Bug 1391476] Re: [MacBookPro11,1] Laptop wakes up while lid closed

2016-03-19 Thread Martin Klapetek
Fwiw, there appears to be an upstream bug report at https://bugzilla.kernel.org/show_bug.cgi?id=101681 ** Bug watch added: Linux Kernel Bug Tracker #101681 http://bugzilla.kernel.org/show_bug.cgi?id=101681 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1540135] Re: Make this metapackage conflict with kaccounts-providers

2016-02-17 Thread Martin Klapetek
On a third thought, I think I'll just have the files we ship renamed. The thing is, by requiring a special tag in the .provider, it makes things harder for everyone while this is only a problem on *buntu. If both KAccounts and UOA will show double Google accounts or whatever, I would put that

[Bug 1540135] Re: Make this metapackage conflict with kaccounts-providers

2016-02-08 Thread Martin Klapetek
> If there are some common files that can be shared between the two implementations, we could create an account-plugins-common package, which could be used by both. If the maintainers of kaccounts-providers think that this is the case, let them comment here. The problem with this is client keys

[Bug 1540135] Re: Make this metapackage conflict with kaccounts-providers

2016-02-08 Thread Martin Klapetek
On a second thought, the filtering could just as well be done on top of libaccounts, in the actual account gui (uoa and kaccounts). There the filtering is a matter of simple code in QSortFilterProxyModel (we already have one there anyway). This way the KDE providers would never show up in uoa and

[Bug 1519927] Re: Please backport this patch into qtbase

2015-12-10 Thread Martin Klapetek
Thanks Any chance of this being added to wily package too? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519927 Title: Please backport this patch into qtbase To manage notifications about this

[Bug 1519927] [NEW] Please backport this patch into qtbase-5.5 for wily

2015-11-25 Thread Martin Klapetek
Public bug reported: There's an issue with QCoreApplication::libraryPaths() which always appends QLibraryInfo::location(QLibraryInfo::PluginsPath) first and only then it reads/appends QT_PLUGIN_PATH contents. In K/Ubuntu, QLibraryInfo::location(QLibraryInfo::PluginsPath) returns

[Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-31 Thread Martin Klapetek
Nice, thanks a lot! Is there any chance this could be backported to vivid as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1473011 Title: [PATCH] Skip network checks on always dispatchable

[Bug 1473011] Re: [PATCH] Skip network checks on always dispatchable accounts

2015-07-21 Thread Martin Klapetek
Glad I could help :) Can we get some action on this one? Should I ping anybody for a review or a comment? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1473011 Title: [PATCH] Skip network checks

[Bug 1473422] [NEW] Platform check in request.cpp should check for ubuntu* platform

2015-07-10 Thread Martin Klapetek
Public bug reported: In request.cpp around line 318, the code checks if (QGuiApplication::platformName() != xcb || qgetenv(SSOUI_USE_UBUNTU_WEB_VIEW) == QByteArray(1)) { however it should either also have ... != wayland or have ... == UbuntuTouchPlatformName This makes the signon-ui package

[Bug 1473423] [NEW] Looking for Xlib when not needing it

2015-07-10 Thread Martin Klapetek
Public bug reported: Signon-ui is looking for x11 library but it requires it only on Qt4 builds, so it should look and #include it only when building Qt4 version. ** Affects: signon-ui (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

[Bug 1473011] [NEW] [PATCH] Skip network checks on always dispatchable accounts

2015-07-09 Thread Martin Klapetek
Public bug reported: MissionControl does not seem to connect accounts that have always_dispatch=true attribute set; that attribute is meant to serve as skip network connection checks when connecting-kind of thing. After some investigation, I've found a possible bug and created a patch. I've

[Bug 1328466] [NEW] vlc package should refresh plugins cache after installing

2014-06-10 Thread Martin Klapetek
Public bug reported: Running a Qt5 application using libvlc crashes that application, apparently because of outdated/non-existing VLC cache (backtrace attached below). Running /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins/ as root fixes the crash; apparently the Qt4 GUI is being loaded

[Bug 883977] Re: ulatencyd crashed with signal 5 in u_dbus_setup()

2014-04-02 Thread Martin Klapetek
Happens on clean Kubuntu 14.04 beta install, same crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883977 Title: ulatencyd crashed with signal 5 in u_dbus_setup() To manage notifications about

[Bug 883977] Re: ulatencyd crashed with signal 5 in u_dbus_setup()

2014-04-02 Thread Martin Klapetek
Oh after more closer look, it crashes because the daemon is already running, which I didn't checked first, silly me. The daemon should just exit nicely, but that's a bug for upstream tracker. Sorry for the noise. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 823106] Re: Kernel panic - not syncing: smp_callin: CPU1 started up but did not get a callout on macbook running oneiric

2013-09-16 Thread Martin Klapetek
I just noticed this still happens in Ubuntu 13.04 and MacBook Pro 2011 (7,1). I'm using grub boot (not efi). $ uname -a Linux mck182-MacBookPro 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ dmidecode -s system-product-name MacBookPro7,1 -- You

[Bug 823106] Re: Kernel panic - not syncing: smp_callin: CPU1 started up but did not get a callout on macbook running oneiric

2013-09-16 Thread Martin Klapetek
** Changed in: linux (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823106 Title: Kernel panic - not syncing: smp_callin: CPU1 started up but did not

[Bug 29627]

2013-06-21 Thread Martin Klapetek
Still present in 4.10.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/29627 Title: Rotating EPS leads to colour loss To manage notifications about this bug go to:

[Bug 947430] Re: Clicking on bubbles in KDE telepathy notifications doesn't work

2013-04-13 Thread Martin Klapetek
Since KDE 4.10 has new QML based notifications and this bug was against the old notifications, please retest against the QML notifications. If the problem still persist, please file a bug at our bugzilla at bugs.kde.org - product telepathy - as that bugzilla is being watched by all our developers.

[Bug 947430] Re: Clicking on bubbles in KDE telepathy notifications doesn't work

2013-01-05 Thread Martin Klapetek
Which version are you using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947430 Title: Clicking on bubbles in KDE telepathy notifications doesn't work To manage notifications about this bug go

[Bug 1063317]

2012-10-27 Thread Martin Klapetek
It's scripted, see http://community.kde.org/Real- Time_Communication_and_Collaboration/ReleaseProcess -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063317 Title: After update from KDE-Telepathy

[Bug 1063317]

2012-10-27 Thread Martin Klapetek
Not stupid question at all! I am myself a bit unsure, but search for other .po files in your computer, then download the .po files for ktp and put it with the rest. That /should/ work, but I haven't tested it. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 947430] Re: Clicking on bubbles in KDE telepathy notifications doesn't work

2012-03-06 Thread Martin Klapetek
Can you test something for me? Have someone send you a message and click the Respond button immediately. Does it work? Then have someone send you another message, move your mouse on the notification, wait a few seconds (at least 5) and then click the button. Does that work? Thanks! -- You

[Bug 947430] Re: Clicking on bubbles in KDE telepathy notifications doesn't work

2012-03-06 Thread Martin Klapetek
Yes, we actually went for the 'naughty' solution. But I see that is not working right now, so it must got broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947430 Title: Clicking on bubbles in