[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2016-12-27 Thread Ignacio R . Morelle
https://bugs.kde.org/show_bug.cgi?id=356479

Ignacio R. Morelle <shadowm2...@gmail.com> changed:

   What|Removed |Added

 CC||shadowm2...@gmail.com

--- Comment #112 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
For the record, I had the same issue with tray icons and CPU usage with Plasma
5.8.4 from Debian sid before applying the patch from
<https://phabricator.kde.org/D2986> locally. I've been running a patched build
for the last four days and I've not experienced any unintended side-effects.

I imagine downstream will be more likely to adopt the patch once it becomes
part of Plasma 5.8.6. (It doesn't seem like it made it to 5.8.5, sadly.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 372957] Scrolling in system tray switches desktop

2016-11-30 Thread Ignacio R . Morelle
https://bugs.kde.org/show_bug.cgi?id=372957

Ignacio R. Morelle <shadowm2...@gmail.com> changed:

   What|Removed |Added

 CC||shadowm2...@gmail.com

--- Comment #4 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
So after reading Marco's comment above I decided to have a look at Plasma's
configuration files, .config/plasma-org.kde.plasma.desktop-appletsrc in
particular, and I found this bit:

  [ActionPlugins][129]
  MidButton;NoModifier=org.kde.paste
  RightButton;NoModifier=org.kde.contextmenu
  wheel:Vertical;NoModifier=org.kde.switchdesktop

I stopped plasmashell, removed the
`wheel:Vertical;NoModifier=org.kde.switchdesktop` line and started plasmashell
again, and the wheel no longer has an effect on the system tray icons or arrow
or the dead space between icons. Not sure how this configuration ended up here
in the first place. I thought it could be related to the Mouse Actions tab in
the desktop configuration, but adding an action to switch desktops on wheel
presses didn't seem to affect the system tray at all.

Note that before editing the config file I had tried removing and readding the
system tray widget, and adding a new panel using the Default Panel preset;
neither made a difference.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 372812] Changing the volume with the wheel switches open windows

2016-11-23 Thread Ignacio R . Morelle
https://bugs.kde.org/show_bug.cgi?id=372812

Ignacio R. Morelle <shadowm2...@gmail.com> changed:

   What|Removed |Added

 CC||shadowm2...@gmail.com

--- Comment #2 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
I'm using Plasma 5.8.4 on Debian sid as it landed there yesterday and I also
getdthis issue when using the scroll wheel on the KMix icon, which makes it
actually quite unusable.

I also notice that accidentally using the scroll wheel on certain native Plasma
5 widgets that do not handle it (the Networks and Clipboard icons) triggers the
same behavior. Plasma's own PulseAudio-based audio volume icon (which I don't
normally use) seems unaffected -- perhaps it's because it handles its own wheel
events?

In previous 5.8.x versions, using the wheel on the Show Hidden Icons arrow or
the tiny empty space between tray icons also triggered a desktop switch, which
I personally found a bit annoying and counterintuitive as there's a separate
Pager widget for this kind of thing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[choqok] [Bug 364447] New: Random segfault at exit

2016-06-18 Thread Ignacio R . Morelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364447

Bug ID: 364447
   Summary: Random segfault at exit
   Product: choqok
   Version: Git
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mehrdad.mom...@gmail.com
  Reporter: shadowm2...@gmail.com
CC: scarp...@kde.org

The Git master version as of 136e9f27f25d85d2573d9f0eede6963818cdba20 sometimes
segfaults at exit. This happens silently (the KDE crash handler doesn't appear)
other than a line like the following being written to the system log:

[196447.905520] choqok[8551]: segfault at 7fef761fb340 ip 004106cb sp
7ffd87cb0ac0 error 4 in choqok[40+23000]

I have not been able to obtain a backtrace from gdb thus far because the bug
seems to elude observation when under a debugger, but I was able to get this
from Valgrind (using master @ 6b646e86a466bdb92966092826c18a50f4aefe34 for line
numbers), which might be related. These are the only invalid memory accesses
reported by Valgrind otherwise:

==27682== Invalid read of size 4
==27682==at 0xA3BAFD0: QCoreApplicationPrivate::deref() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0xA3B5CA3: QEventLoopLocker::~QEventLoopLocker() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0x5082703: Choqok::PluginManager::~PluginManager()
(pluginmanager.cpp:100)
==27682==by 0x5085E9C:
Choqok::PluginManagerPrivate::~PluginManagerPrivate() (pluginmanager.cpp:49)
==27682==by 0x50825AB: Choqok::(anonymous
namespace)::Q_QGS__kpmp::innerFunction()::Holder::~Holder()
(pluginmanager.cpp:87)
==27682==by 0xAED1DE7: __run_exit_handlers (in
/lib/x86_64-linux-gnu/libc-2.22.so)
==27682==by 0xAED1E34: exit (in /lib/x86_64-linux-gnu/libc-2.22.so)
==27682==by 0xAEBC5F6: (below main) (in /lib/x86_64-linux-gnu/libc-2.22.so)
==27682==  Address 0x16d32c00 is 112 bytes inside a block of size 352 free'd
==27682==at 0x4C2B2CB: operator delete(void*) (vg_replace_malloc.c:575)
==27682==by 0xA3EBF2B: QObject::~QObject() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0xA3B9B61: QCoreApplication::~QCoreApplication() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0x939A523: QApplication::~QApplication() (in
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.6.1)
==27682==by 0x507E891: Choqok::Application::~Application()
(application.cpp:42)
==27682==by 0x40BD10: ChoqokApplication::~ChoqokApplication()
(choqokapplication.cpp:50)
==27682==by 0x418AA4: main (main.cpp:77)
==27682==  Block was alloc'd at
==27682==at 0x4C2A16F: operator new(unsigned long)
(vg_replace_malloc.c:333)
==27682==by 0x939F83D: QApplication::QApplication(int&, char**, int) (in
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.6.1)
==27682==by 0x507E82C: Choqok::Application::Application(int&, char**)
(application.cpp:38)
==27682==by 0x40BAF8: ChoqokApplication::ChoqokApplication(int&, char**)
(choqokapplication.cpp:33)
==27682==by 0x418907: main (main.cpp:77)
==27682== 
==27682== Invalid read of size 4
==27682==at 0xA3BAF30: QCoreApplicationPrivate::maybeQuit() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0xA3B5CA3: QEventLoopLocker::~QEventLoopLocker() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0x5082703: Choqok::PluginManager::~PluginManager()
(pluginmanager.cpp:100)
==27682==by 0x5085E9C:
Choqok::PluginManagerPrivate::~PluginManagerPrivate() (pluginmanager.cpp:49)
==27682==by 0x50825AB: Choqok::(anonymous
namespace)::Q_QGS__kpmp::innerFunction()::Holder::~Holder()
(pluginmanager.cpp:87)
==27682==by 0xAED1DE7: __run_exit_handlers (in
/lib/x86_64-linux-gnu/libc-2.22.so)
==27682==by 0xAED1E34: exit (in /lib/x86_64-linux-gnu/libc-2.22.so)
==27682==by 0xAEBC5F6: (below main) (in /lib/x86_64-linux-gnu/libc-2.22.so)
==27682==  Address 0x16d32c00 is 112 bytes inside a block of size 352 free'd
==27682==at 0x4C2B2CB: operator delete(void*) (vg_replace_malloc.c:575)
==27682==by 0xA3EBF2B: QObject::~QObject() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0xA3B9B61: QCoreApplication::~QCoreApplication() (in
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.6.1)
==27682==by 0x939A523: QApplication::~QApplication() (in
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.6.1)
==27682==by 0x507E891: Choqok::Application::~Application()
(application.cpp:42)
==27682==by 0x40BD10: ChoqokApplication::~ChoqokApplication()
(choqokapplication.cpp:50)
==27682==by 0x418AA4: main (main.cpp:77)
==27682==  Block was alloc'd at
==27682==at 0x4C2A16F: operator new(unsigned long)
(vg_replace_malloc.c:333)
==27682==by 0x939F83D: QApplication::QApplication(int&, char**, int) (in
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.6.1)
==27682==by 0x507E82C: 

[choqok] [Bug 364408] Version info dialog comes up mostly empty

2016-06-17 Thread Ignacio R . Morelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364408

--- Comment #3 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
(In reply to Andrea Scarpino from comment #2)
> Thank you!
> 
> If it's possible please send the patch on https://git.reviewboard.kde.org/r/
> otherwise I'll apply this in the evening.

Done: https://git.reviewboard.kde.org/r/128220/

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 364408] Version info dialog comes up mostly empty

2016-06-17 Thread Ignacio R . Morelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364408

--- Comment #1 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
Created attachment 99543
  --> https://bugs.kde.org/attachment.cgi?id=99543=edit
Patch that fixes the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


[choqok] [Bug 364408] New: Version info dialog comes up mostly empty

2016-06-17 Thread Ignacio R . Morelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364408

Bug ID: 364408
   Summary: Version info dialog comes up mostly empty
   Product: choqok
   Version: Git
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mehrdad.mom...@gmail.com
  Reporter: shadowm2...@gmail.com
CC: scarp...@kde.org

On the current Git master version (at commit
136e9f27f25d85d2573d9f0eede6963818cdba20), the Help -> About Choqok dialog
comes up mostly empty except for the library versions on the Version tab.

I'm attaching a patch that fixes the issue for me.

Reproducible: Always

Steps to Reproduce:
1. Navigate to the Help menu
2. Choose About Choqok

Actual Results:  
All tabs are missing information, except as mentioned above

Expected Results:  
Display the software description ("KDE Micro-Blogging Client"), copyright and
license info, list of authors, etc.

Using KDE Frameworks version 5.22.0 and Qt 5.6.1 on Debian unstable.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 350849] Konsole hides tab bar when moving tabs

2016-06-11 Thread Ignacio R . Morelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350849

Ignacio R. Morelle <shadowm2...@gmail.com> changed:

   What|Removed |Added

 CC||shadowm2...@gmail.com

--- Comment #1 from Ignacio R. Morelle <shadowm2...@gmail.com> ---
Posted a patch that fixes this issue for me:
https://git.reviewboard.kde.org/r/128151/

-- 
You are receiving this mail because:
You are watching all bug changes.