[kwin] [Bug 370345] Resizing Qt based apps with grab to window border pushes window short distance away from cursor

2016-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=370345

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
It seems it doesn't take into account the window decoration.

Even when I start resizing a window just horizontally, as soon as the resize
operation starts, the window's height reduces roughly by the height of the
window decoration.

I can reproduce this with Qt applications running as Wayland clients but not
when running the very same application with XCB platform. (This is not implying
that this is a Qt-only problem, I just can't think of a non-Qt application I
could run on Wayland to test his).

Also doesn't matter whether I'm using the window borders to resize or
Alt+right-click.

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

[kwin] [Bug 371861] New: Running kwin_wayland under kwin_wayland without xwayland

2016-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371861

Bug ID: 371861
   Summary: Running kwin_wayland under kwin_wayland without
xwayland
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

I just tried to run a nested kwin_wayland inside my kwin_wayland session. I did
not specify xwayland argument and kwin just crashed on startup.

export $(dbus-launch)
kwin_wayland --windowed --socket wayland-1

(gdb) thread apply all bt

Thread 3 (Thread 0x7fffdeba0700 (LWP 4665)):
#0  0x755d0b5d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fffede4f39c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fffede4f4ac in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7611d23b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x760c7cea in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x75eecfb4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x75ef1b98 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x76e5f70a in start_thread (arg=0x7fffdeba0700) at
pthread_create.c:333
#8  0x755dc82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fffe1771940 (LWP 4660)):
#0  0x760c9939 in
QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x764758d8 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2  0x7647d296 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x760c9cf8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x760fbef6 in QObjectPrivate::setParent_helper(QObject*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x760fc4b8 in QObject::~QObject() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x77a54488 in KWin::Platform::~Platform() () from
/usr/lib/x86_64-linux-gnu/libkwin.so.5
#7  0x7fffdebad374 in KWin::X11WindowedBackend::~X11WindowedBackend() ()
from
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
#8  0x7fffdebad3a4 in KWin::X11WindowedBackend::~X11WindowedBackend() ()
from
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
#9  0x760bf169 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x760c053b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7551036a in __cxa_finalize (d=0x76316920) at
cxa_finalize.c:56
#12 0x75ec1df3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7fffd6f0 in ?? ()
#14 0x77de7c17 in _dl_fini () at dl-fini.c:235
Backtrace stopped: frame did not save the PC
(gdb) 

While I agree that Xwayland is mandatory for kwin_wayland for now, it should
abort with "FATAL ERROR: failed to start Xwayland" or what it usually does
instead of crashing.

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

[kwin] [Bug 371862] New: xclipboard_syncer goes crazy when kwin_wayland goes down

2016-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371862

Bug ID: 371862
   Summary: xclipboard_syncer goes crazy when kwin_wayland goes
down
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

When I start kwin_wayland and Ctrl+C it, kwin_wayland quits and leaves a
org_kde_kwin_xclipboard_syncer behind that is consuming 100% CPU on one core.
Doing so multiple times results in multiple of those processes running.

The clipboard syncer should quit gracefully when kwin exits for whatever
reason.

I tried gdb attaching to the process to see where it's looping but that just
froze my gdb as well :)

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

[kwin] [Bug 370345] Resizing Qt based apps with grab to window border pushes window short distance away from cursor

2016-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=370345

--- Comment #3 from Kai Uwe Broulik  ---
Indeed, if I manually disable decorations (window menu → More Actions → No
Borders) resizing works as expected.

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

[kwin] [Bug 371862] xclipboard_syncer goes crazy when kwin_wayland goes down

2016-10-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371862

--- Comment #2 from Kai Uwe Broulik  ---
Without xwayland KWin doesn't even start. I consistently experienced the
aforementioned behavior with kwin_wayland --xwayland --windowed --socket
wayland-1

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

[kwin] [Bug 371969] New: Blur texture cache doesn't reliably work with multi-screen on wayland

2016-11-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371969

Bug ID: 371969
   Summary: Blur texture cache doesn't reliably work with
multi-screen on wayland
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

Created attachment 101958
  --> https://bugs.kde.org/attachment.cgi?id=101958&action=edit
Broken blur behind Kickoff

When the "cache texture" option in Blur (the default) is enabled on Wayland, on
screens other than the left-most the cached texture region is updated
incorrectly leading to artefacts.

My screen configuration:
left monitor: 1920x1200+0+0
right monitor: 1680x1050+1920+0

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

[kwin] [Bug 371969] Blur texture cache doesn't reliably work with multi-screen on wayland

2016-11-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371969

Kai Uwe Broulik  changed:

   What|Removed |Added

  Flags||Wayland+

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

[kwin] [Bug 371999] New: Scroll direction in debug console inverted

2016-11-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371999

Bug ID: 371999
   Summary: Scroll direction in debug console inverted
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

When scrolling through ScrollView's in KWin's Wayland debug console, the scroll
direction is inverted. This happens for both mouse wheel and touchpad
scrolling.

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

[kwin] [Bug 372000] New: Debug console can be minimized leaving an invisible input eating window

2016-11-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372000

Bug ID: 372000
   Summary: Debug console can be minimized leaving an invisible
input eating window
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

KWin's Wayland debug console can be minimized. The minimize animation plays as
normal, except that it doesn't minimize towards the task manager. Once the
animation finishes, however, there's still something eating mouse events at its
old geometry.

The only way to bring the window back is try to guess where its corners were
and then starting a resize, after which the window will magically re-appear and
then you can close it. Invoking the DBus method again will spawn a second debug
console rather than restoring/closing the previous one.

(I didn't test whether it's actually the debug console getting the events or
KWin just blocking them at this location but in any case, I can't interact with
the windows within that area)

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

[kwin] [Bug 372001] New: KWin's context menus don't have shadows on wayland

2016-11-02 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372001

Bug ID: 372001
   Summary: KWin's context menus don't have shadows on wayland
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

KWin's context menus like the user actions menu don't have shadows on Wayland.

1.) Right-click title bar of a window on kwin_wayland

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

[plasmashell] [Bug 372192] Save "toast" notifications in notifications list

2016-11-07 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372192

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |REMIND
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---
If an application requests a timeout of 0 the notification will be kept in a
history. There's some brainstorming happening about providing a history or
things like that but nothing concrete yet.

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

[kate] [Bug 372201] New: Allow dragging files off the "Documents" sidebar

2016-11-07 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372201

Bug ID: 372201
   Summary: Allow dragging files off the "Documents" sidebar
   Product: kate
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

It should be possible to drag files from the Documents sidebar in Kate so they
can be dragged to another application. Currently, dragging from the Documents
sidebar does nothing.

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

[plasmashell] [Bug 372211] Chrome app icons replaced with generic chrome icon

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372211

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED

--- Comment #2 from Kai Uwe Broulik  ---
Google Chrome changed their classClass from "google-chrome" (for which we have
a mapping rule) to "Google-Chrome" and also the resulting desktop file changed
from "chrome-foo-default.desktop" to "chrome-foo-Default.desktop"...

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

[plasmashell] [Bug 372211] Chrome app icons replaced with generic chrome icon

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372211

--- Comment #3 from Kai Uwe Broulik  ---
to Google-chrome, that is.

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

[plasmashell] [Bug 372211] Chrome app icons replaced with generic chrome icon

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372211

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.8.4
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/7c443aa5390052
   ||1deab4fcd4641ea5273afc294e

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 7c443aa53900521deab4fcd4641ea5273afc294e by Kai Uwe Broulik.
Committed on 08/11/2016 at 14:14.
Pushed by broulik into branch 'Plasma/5.8'.

[taskmanagerrulesrc] Add Rewrite Rule for Google-chrome

Google Chrome needlessly changed its window class class to Google-chrome
(was google-chrome previously) breaking our launcher mapping.
FIXED-IN: 5.8.4

Differential Revision: https://phabricator.kde.org/D3308

M  +7-0libtaskmanager/taskmanagerrulesrc

http://commits.kde.org/plasma-workspace/7c443aa53900521deab4fcd4641ea5273afc294e

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

[plasmashell] [Bug 372211] Chrome app icons replaced with generic chrome icon

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372211

--- Comment #5 from Kai Uwe Broulik  ---
Git commit 61860066a4cea845598fa4904607db1bba411356 by Kai Uwe Broulik.
Committed on 08/11/2016 at 14:13.
Pushed by broulik into branch 'Plasma/5.8'.

[XWindowTasksModel] Check for service being empty before searching new ones

If our regular expression matching found a service but there was also some
non-regular expression rule in the file,
it would overwrite a potentially valid service match.

Differential Revision: https://phabricator.kde.org/D3309

M  +1-1libtaskmanager/xwindowtasksmodel.cpp

http://commits.kde.org/plasma-workspace/61860066a4cea845598fa4904607db1bba411356

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

[plasmashell] [Bug 371497] Wishlist: Add option to launch application on discrete GPU

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371497

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Kai Uwe Broulik  ---
I think this should be in KRun/KIO so you can configure an application to run
on a discrete GPU just like you can configure it to run in terminal, then all
places would honor this setting out of the box.

Also, maybe KRun needs another flag where an application can explicitly request
running on discrete GPU, when we have a "Run on discrete" option in places.

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

[plasmashell] [Bug 371497] Wishlist: Add option to launch application on discrete GPU

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371497

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||fa...@kde.org

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

[plasmashell] [Bug 371247] Ability to find out the location of a or the current wallpaper

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371247

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
  Flags||Usability?

--- Comment #1 from Kai Uwe Broulik  ---
Right-clicking it perhaps should offer you the same "Properties", "Show in
folder" context menu you would get for files? Perhaps also drag and drop of the
images should be supported. Usability, what do you think?

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

[plasmashell] [Bug 369185] Add recent documents to icon widget context menu like task manager has

2016-11-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=369185

Kai Uwe Broulik  changed:

   What|Removed |Added

Summary|Launchers (add as launcher) |Add recent documents to
   |and symbols (add to panel)  |icon widget context menu
   |behave inconsistently, no   |like task manager has
   |jump list for app symbols   |

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

[kdeplasma-addons] [Bug 372218] Task switcher "Compact" ignores font anti-aliasing settings

2016-11-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372218

Kai Uwe Broulik  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |k...@privat.broulik.de
 CC||k...@privat.broulik.de
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #5 from Kai Uwe Broulik  ---
Just looked at the source code - it is just a plain Text item, not
PlasmaComponents Label - so it doesn't use native rendering. I'll have a look.

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

[kdeplasma-addons] [Bug 372218] Task switcher "Compact" ignores font anti-aliasing settings

2016-11-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372218

--- Comment #6 from Kai Uwe Broulik  ---
Please give the following patch a try: https://phabricator.kde.org/D3330

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

[neon] [Bug 372302] New: qttools5-private-dev 5.7.0 depends on qttools5-dev 5.5.1

2016-11-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372302

Bug ID: 372302
   Summary: qttools5-private-dev 5.7.0 depends on qttools5-dev
5.5.1
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

I just tried to install qttools5-private-dev (5.7.0-0neon+16.04+build6) but it
depends on qttools5-dev (5.5.1-3build1) whereas neon ships qttools5-dev
(5.7.0-0neon+16.04+build6), so the packages are both Qt 5.7 packages but the
private one wants 5.5.1.

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

[systemsettings] [Bug 372332] mouse kcm, advanced tab, pointer threshold minimum should be 0, not 1

2016-11-11 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372332

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de,
   ||mgraess...@kde.org

--- Comment #4 from Kai Uwe Broulik  ---
That changes the situation for Wayland which I think Martin based on the
assumption of being [1,20]

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

[krunner] [Bug 372017] Krunner chrashes on every input

2016-11-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372017

--- Comment #2 from Kai Uwe Broulik  ---
Thanks for your bug report. Until we figure it out it should help if you
disable the "Windowed Widgets" or "Standalone Widgets" plugin in KRunner
settings.

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

[krunner] [Bug 372017] Krunner chrashes on every input

2016-11-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372017

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #3 from Kai Uwe Broulik  ---
Marco, all the WindowedWidgetsRunner does is iterating over
Plasma::PluginLoader::self()->listAppletMetaData(QString()) - I could surely
have it check for KPluginMetaData isValid but why does that list contain
invalid applets in the first place?

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

[kdeplasma-addons] [Bug 372218] Task switcher "Compact" ignores font anti-aliasing settings

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372218

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdep
   ||lasma-addons/00369ec4131547
   ||0ebf121bd12d8309ddf9ed1b87
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.8.4

--- Comment #7 from Kai Uwe Broulik  ---
Git commit 00369ec41315470ebf121bd12d8309ddf9ed1b87 by Kai Uwe Broulik.
Committed on 14/11/2016 at 09:25.
Pushed by broulik into branch 'Plasma/5.8'.

[Window/Desktop Switchers] Use PlasmaComponents.Label instead of Text

The former uses native text rendering which respects anti-aliasing and hinting
settings.
It also automatically follows theme colors.
Unfortunately it breaks the font.bold binding, so using font.weight here
instead.
FIXED-IN: 5.8.4

CHANGELOG: Font rendering in window/desktop switchers now follows anti-aliasing
and hinting settings

Differential Revision: https://phabricator.kde.org/D3330

M  +3-5desktopswitchers/previews/contents/ui/main.qml
M  +3-5windowswitchers/big_icons/contents/ui/main.qml
M  +3-3windowswitchers/compact/contents/ui/main.qml
M  +4-6windowswitchers/informative/contents/ui/main.qml
M  +3-3windowswitchers/present_windows/contents/ui/main.qml
M  +3-5windowswitchers/small_icons/contents/ui/main.qml
M  +2-2windowswitchers/text/contents/ui/main.qml
M  +3-5windowswitchers/thumbnails/contents/ui/main.qml

http://commits.kde.org/kdeplasma-addons/00369ec41315470ebf121bd12d8309ddf9ed1b87

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

[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=364342

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||fl...@mailoo.org

--- Comment #31 from Kai Uwe Broulik  ---
*** Bug 371684 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 371684] Krunner sometimes crashes after a request

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371684

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 364342 ***

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

[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=364342

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||zorg1...@gmail.com

--- Comment #32 from Kai Uwe Broulik  ---
*** Bug 372178 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 372178] krunner crashed on calculating mathematical expressions

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372178

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 364342 ***

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

[krunner] [Bug 371874] Krunner dies shortly after login

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371874

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 364342 ***

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

[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=364342

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||christucker...@gmail.com

--- Comment #33 from Kai Uwe Broulik  ---
*** Bug 371874 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 370347] KRunner ocassionally crashing

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=370347

Kai Uwe Broulik  changed:

   What|Removed |Added

Version|5.8.0   |unspecified
Product|krunner |frameworks-baloo
  Component|general |Engine
   Assignee|k...@privat.broulik.de   |pinak.ah...@gmail.com

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

[krunner] [Bug 372017] Krunner chrashes on every input

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372017

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.8.4
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/59b2d1effcee8d
   ||449cbbcd237ba8cebaeb4dd949

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 59b2d1effcee8d449cbbcd237ba8cebaeb4dd949 by Kai Uwe Broulik.
Committed on 14/11/2016 at 14:23.
Pushed by broulik into branch 'Plasma/5.8'.

[Windowed Widgets Runner] Don't access invalid KPluginMetaData
FIXED-IN: 5.8.4

Differential Revision: https://phabricator.kde.org/D3356

M  +4-0runners/windowedwidgets/windowedwidgetsrunner.cpp

http://commits.kde.org/plasma-workspace/59b2d1effcee8d449cbbcd237ba8cebaeb4dd949

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

[plasmashell] [Bug 372476] Kickoff loses keyboard focus forever after closing with meta

2016-11-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372476

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kai Uwe Broulik  ---
I can confirm. You need to press into the kickoff window for it to get focus,
just clicking the button in the panel won't after you closed it once using
Meta.

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

[plasmashell] [Bug 372476] Kickoff loses keyboard focus forever after closing with meta

2016-11-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372476

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/a195a6b0b3971f
   ||864b1b95ca93ac034bae9fa736
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit a195a6b0b3971f864b1b95ca93ac034bae9fa736 by Kai Uwe Broulik.
Committed on 15/11/2016 at 09:31.
Pushed by broulik into branch 'master'.

[AppletInterface] Never pull focus away from fullRepresentation

When closing the launcher using Meta key, it pulls focus away and when
clicking the button to expand the applet, it won't get focus again.
REVIEW: 129404

M  +5-2src/scriptengines/qml/plasmoid/appletinterface.cpp

http://commits.kde.org/plasma-framework/a195a6b0b3971f864b1b95ca93ac034bae9fa736

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

[plasmashell] [Bug 315488] icon-only task manager groups chrome/chromium web apps with chrome/chromium

2016-11-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=315488

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #41 from Kai Uwe Broulik  ---
Yup, Chrome broke it and I updated the mapping rules, will work again in Plasma
5.8.4 [1]. There was also a logic flaw in the code that I fixed [2].

[1]
https://cgit.kde.org/plasma-workspace.git/commit/?h=Plasma/5.8&id=7c443aa53900521deab4fcd4641ea5273afc294e
[2]
https://cgit.kde.org/plasma-workspace.git/commit/?h=Plasma/5.8&id=61860066a4cea845598fa4904607db1bba411356

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

[kwin] [Bug 372514] New: KRunner doesn't go ontop of fullscreen windows

2016-11-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372514

Bug ID: 372514
   Summary: KRunner doesn't go ontop of fullscreen windows
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

With KRunner being a "dock" / panel, it won't go ontop of fullscreen windows.
On X11 I'm able to Alt+Space even while watching a fullscreen movie.

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

[kwin] [Bug 372515] New: Tabbox closes right away after pressing Alt+Tab when Xwayland client is focused

2016-11-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372515

Bug ID: 372515
   Summary: Tabbox closes right away after pressing Alt+Tab when
Xwayland client is focused
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

On Wayland the tabbox closes right away after pressing ALt+Tab, ie. you can
only briefly see it slide out of the screen again. This also breaks switching
between windows as Alt+Tab will usually only cycle between the two recentmost
windows - you never get to a point where you can traverse the entire list of
windows.

It seems this happens when an Xwayland client (like Chrome or xterm) is the
active window, or the window that is being switched to. I wasn't fully able to
reliably reproduce it yet. I mean, it happens all the time to me but I wasn't
able to find *the* exact pattern that triggers it. Tabbox seems to work okay
when e.g. System Settings as a wayland client is active (which is why initially
I thought changing the theme would temporarily solve the issue).

Steps to reproduce:
1.) start xterm
2.) Press and hold Alt
3.) Tap Tab key

What happens:
Another window is focused and you can only see tabbox sliding out of the screen
although it never fully showed

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

[krunner] [Bug 372017] Krunner chrashes on every input

2016-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372017

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||madc...@atlas.cz

--- Comment #5 from Kai Uwe Broulik  ---
*** Bug 372661 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 372661] krunner crashes after typing in the first letter since KF 5.28

2016-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372661

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 372017 ***

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

[plasmashell] [Bug 372112] No second row for header

2016-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372112

--- Comment #7 from Kai Uwe Broulik  ---
I won't enable word wrapping for the summary, as this is "a single line
overview of the notification", according to the spec. (The spec does say
servers *should* word wrap if neccessary but I disagree, this contradicts the
"single line" statement)

I like Marco's idea of putting the summary as body text if only a summary is
given, and then perhaps use the application name as title instead.

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

[plasmashell] [Bug 372665] OSD shows different sized icon depending on text

2016-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372665

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kai Uwe Broulik  ---
I've seen a bug report about this before and I thought David even fixed it, but
I can confirm. Also happens with text vs slider (e.g. muted vs non-muted audio)

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

[kwin] [Bug 372669] New: Chrome scroll bar snaps back when ending scroll bar drag with cursor outside the window

2016-11-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372669

Bug ID: 372669
   Summary: Chrome scroll bar snaps back when ending scroll bar
drag with cursor outside the window
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

(Besides the fact that scrollbar snapback breaks Fitts' law in spectacular ways
and no toolkit on Linux besides Aura does it)

When you drag the scroll bar in a Chrome window (xwayland) and release the
mouse button with the mouse outside the Chrome window whilst keeping the mouse
close enough so it doesn't snap back, it will snap back to the previous scroll
position nonetheless after you released the mouse.

1.) Open Chrome in a Wayland session and open some website
2.) Resize the window so there's a vertical scrollbar and make the window
non-maximized (or add a top panel)
3.) Press and hold the scroll bar with the mouse
4.) Now scroll in any direction
5.) Move the mouse outside the Chrome window but keep it close enough so Chrome
doesn't already automatically snap back
6.) Release mouse button

If the mouse hovers another X window (doesn't need to be a Chrome window, can
be any Xwayland client, just stack it behind the Chrome window) then releasing
the mouse while over that window won't snap it back.

It seems that the mouse release event doesn't get proper coordinates because X
only gets the mouse position while inside an X client? Or don't we even set the
X cursor back to 0,0 to ensure hover effects and what not reset?

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

[plasmashell] [Bug 372720] on rtl langs, when the panel vertical there is visual problems on kickoff

2016-11-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372720

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
That extra padding is reserved space for the arrow on categories and thus
intentional.

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

[kwin] [Bug 372807] New: Key press is repeated when new xwayland client/window shows up

2016-11-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372807

Bug ID: 372807
   Summary: Key press is repeated when new xwayland client/window
shows up
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

I haven't fully figured this out yet but when I press a keyboard shortcut such
as Ctrl+N in a Chrome window, I end up opening multiple windows if I'm not
careful to press the key only very briefly. Something similar happens in
Kolourpaint:
1.) open kolurpaint4
2.) double click a color in the palette and change a color there
3.) close kolourpaint window
-> it will wask for whether you want to save
4.) press Tab so the "Discard" button is focused (mnemonic Alt+D is
unfortunately taken by Show desktop)
5.) Now hit return
It will suddenly popup a "Save Palette As" window, as by pressing return we
accidentally confirmed the subsequent confirmation whether we want to save the
custom palette to a file.

Another simpler way I just discovered is:
1.) start kwrite with platform xcb
2.) Press and hold Ctrl+N
-> you'll spawn a ton of new windows

If you do the same in kwrite with wayand, one single new window will appear and
the shortcut won't trigger endlessly.

(Don't tell me this is yet again an Xwayland 1.18 issue :(

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

[kwin] [Bug 372809] New: Moving or resizing windows with Alt key does not work when Caps Lock is enabled

2016-11-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372809

Bug ID: 372809
   Summary: Moving or resizing windows with Alt key does not work
when Caps Lock is enabled
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
  Target Milestone: ---

When Caps Lock is enabled, I cannot move or resize windows with Alt + Left
click or right click.

1.) Press Caps Lock so it is on
2.) Try to move a window by pressing and holding Alt while dragging the mouse

Moreover, it tends to get confused about keyboard state when I do this. I now
type in lower caps although caps lock light is on but I cannot move windows
around. Now I press Caps Lock again, light is off, I type in all caps and I can
move windows. (affects both X and wayland clients)

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

[kdeplasma-addons] [Bug 372921] Feature request

2016-11-25 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372921

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||mgraess...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kai Uwe Broulik  ---
Just today I thought the same :)

The cursor isn't very accurate, unfortunately. On Wayland at least you'll be
able to move the cursor around pixel-precisely with the keyboard.

@Martin: Could something like this be done? We have this "zoom" effect which
shows a window around the cursor. Can this be enabled programmatically (needs a
flag to disable anti-aliasing, though), or added to the Wayland color picker
mode?

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

[kdeplasma-addons] [Bug 372921] Add magnifier while picking a color

2016-11-25 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372921

Kai Uwe Broulik  changed:

   What|Removed |Added

Summary|Feature request |Add magnifier while picking
   ||a color

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

[plasmashell] [Bug 373203] Notifications "broken" (blue box in upper left corner)

2016-12-03 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373203

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
After you restarted plasmashell you get proper plasma styled notifications? It
seems it fails to register the notification dbus service. Do you perhaps have
any other notification daemon running from another desktop environment or 3rd
party?

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

[plasmashell] [Bug 373255] Visual distractions: item highlight persists when mouse pointer is not over desktop

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373255

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@privat.broulik.de

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

[plasmashell] [Bug 373196] Plasma crashes on networkchange when more than 5 networks are used

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373196

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||a...@ajaissle.de

--- Comment #1 from Kai Uwe Broulik  ---
*** Bug 373261 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 371647] Plasma crashed and restarted when typing menue

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371647

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 369430 ***

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

[plasmashell] [Bug 373261] Plasma crashed after starting a PPTP connection via NM

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373261

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 373196 ***

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

[plasmashell] [Bug 373252] Sudden Crash and automatic Restart of 'desktop folder' rectangle on dektop

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373252

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 369430 ***

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

[plasmashell] [Bug 369430] QQmlDelegateModel::_q_itemsChanged - kickoff version

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=369430

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||spoc...@web.de

--- Comment #8 from Kai Uwe Broulik  ---
*** Bug 373252 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 369430] QQmlDelegateModel::_q_itemsChanged - kickoff version

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=369430

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||carlspl...@live.cn

--- Comment #7 from Kai Uwe Broulik  ---
*** Bug 371647 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 373203] Notifications "broken" (blue box in upper left corner)

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373203

Kai Uwe Broulik  changed:

   What|Removed |Added

   Severity|major   |normal

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

[Akonadi] [Bug 373143] KDE Crashed when I configuring Digital Clock

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373143

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|general |general
Product|plasmashell |Akonadi
   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|kdepim-b...@kde.org
 CC||k...@privat.broulik.de
Version|5.8.3   |unspecified

--- Comment #1 from Kai Uwe Broulik  ---
Crashes in Akonadi, re-assigning

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

[plasmashell] [Bug 373209] Plasma sometimes crashes after suspend/hibernate

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373209

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Kai Uwe Broulik  ---
This crashes inside the nvidia proprietary driver. There's not much we can do,
sorry.

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

[plasmashell] [Bug 373225] Plasma crash when switching windows

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373225

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||k...@privat.broulik.de
 Resolution|--- |UPSTREAM

--- Comment #1 from Kai Uwe Broulik  ---
This crashes inside the nouveau graphics driver. Can you please report this
issue there or at your distribution - there's not much we can do, sorry.

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

[plasmashell] [Bug 371991] Multi monitor setup crash in Plasma 5.8.3

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371991

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||kde@estada.ch

--- Comment #23 from Kai Uwe Broulik  ---
*** Bug 372878 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 372878] Attaching Laptop to Dock -> Crash

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372878

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 371991 ***

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

[plasmashell] [Bug 371991] Multi monitor setup crash in Plasma 5.8.3

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=371991

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||shawn.st...@rogers.com

--- Comment #22 from Kai Uwe Broulik  ---
*** Bug 373204 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 373204] Plasma displayed desktop icons when switching video displays and crashes

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373204

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 371991 ***

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

[plasmashell] [Bug 373144] Plasma crashes

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373144

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 372400 ***

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

[plasmashell] [Bug 372400] Plasma shell aborts - apparently some sort of timeout - every time I try to log in since system updated.

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372400

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||mrrobha...@gmail.com

--- Comment #3 from Kai Uwe Broulik  ---
*** Bug 373144 has been marked as a duplicate of this bug. ***

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

[Akonadi] [Bug 373111] Crash During Start Up After Login

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373111

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|general |general
Product|plasmashell |Akonadi
   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|kdepim-b...@kde.org
 CC||k...@privat.broulik.de
Version|5.8.4   |unspecified

--- Comment #3 from Kai Uwe Broulik  ---
Crashes in Akonadi, re-assigning

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

[Akonadi] [Bug 372914] Digital clock setting crash

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=372914

Kai Uwe Broulik  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
   Assignee|k...@davidedmundson.co.uk|kdepim-b...@kde.org
Version|5.8.0   |unspecified
 CC||k...@privat.broulik.de
  Component|general |general
Product|plasmashell |Akonadi

--- Comment #1 from Kai Uwe Broulik  ---
Crashes in Akonadi, re-assigning

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

[plasmashell] [Bug 373281] device notifier -> camera -> open with file manager: error

2016-12-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=373281

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||fa...@kde.org,
   ||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
David, any idea?

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

[frameworks-kio] [Bug 206629] Places panel should automatically mount a USB card when you drag-and-drop something on it

2022-02-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=206629

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/65ea64aa5
   ||979906ef4384fe3f5255119d72f
   ||c65e
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Kai Uwe Broulik  ---
Git commit 65ea64aa5979906ef4384fe3f5255119d72fc65e by Kai Uwe Broulik.
Committed on 10/02/2022 at 18:51.
Pushed by broulik into branch 'master'.

[KFilePlacesView] Mount place when dropping onto it

Make a copy of the `QDropEvent` including its `QMimeData`
so we can replay the `urlsDroppedEvent` once setup has succeeded.

M  +51   -21   src/filewidgets/kfileplacesview.cpp

https://invent.kde.org/frameworks/kio/commit/65ea64aa5979906ef4384fe3f5255119d72fc65e

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

[Powerdevil] [Bug 450551] Battery charge limit is not preserved after reboot

2022-02-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=450551

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #7 from Kai Uwe Broulik  ---
There's no persistency in PowerDevil. I assumed that setting would be persistet
by the device's SMC. I dd not want to bluntly write it on every boot in fear of
wearing down some firmware flash storage or something.

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

[kio-extras] [Bug 453480] No image preview for .RW2 files (image/x-panasonic-rw2)

2022-05-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=453480

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #12 from Kai Uwe Broulik  ---
Possibly a regression in thumbnail plug-in loading, as the raw thumbnailer
says:

# image/x-dcraw is the subclass for all "raw" image formats, so no need to list
them all
MimeType=image/x-dcraw;

Possibly this inheritance isn't checked anymore.

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

[frameworks-kio] [Bug 454619] New: Threading-related crash in Gwenview in file KIO worker

2022-05-30 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=454619

Bug ID: 454619
   Summary: Threading-related crash in Gwenview in file KIO worker
   Product: frameworks-kio
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kio-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Gwenview crashes when closing it while it's still listing directories.

STEPS TO REPRODUCE
1. Open an image in a folder with loads of images (my folder has 4000+ images)
in Gwenview
2. Close Gwenview right away

OBSERVED RESULT
Boom, seems the thread doesn't exit cleanly, exit() is called but we don't wait
for it to finish(?)

EXPECTED RESULT
No boom, threads exit gracefully

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2022-05-30

ADDITIONAL INFORMATION
Thread 1 (Thread 0x7fe77ea4d700 (LWP 75770)):
[KCrash Handler]
#3  QHashNode::same_key (key0=..., h0=1464629782, this=0x41)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:156
#4  QHash::findNode (h=1464629782, akey=...,
this=0x7fe79fc12a30 ) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:931
#5  QHash::findNode (this=this@entry=0x7fe79fc12a30
, akey=..., ahp=ahp@entry=0x0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:950
#6  0x7fe79fc06f95 in QHash::find (akey=...,
this=0x7fe79fc12a30 ) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h:102
#7  getUserName (uid=...) at ./src/ioslaves/file/file_unix.cpp:174
#8  createUDSEntry (filename=..., path=..., entry=..., details=...,
details@entry=..., fullPath=...) at ./src/ioslaves/file/file_unix.cpp:465
#9  0x7fe79fc07d34 in FileProtocol::listDir (this=0x7fe76c005010, url=...)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringbuilder.h:164
#10 0x7fe7b7bd11b6 in KIO::SlaveBase::dispatch (this=0x7fe76c005020,
command=71, data=...) at ./src/core/slavebase.cpp:1283
#11 0x7fe7b7bd1a06 in KIO::SlaveBase::dispatchLoop (this=0x7fe76c005020) at
./src/core/slavebase.cpp:337
#12 0x7fe7b7c9fd43 in KIO::WorkerThread::run (this=0x55bee2611130) at
/usr/include/c++/9/bits/unique_ptr.h:360

It always crashes somewhere accessing the staticUserCache in file_unix.cpp

It does not happen with KIO_ENABLE_WORKER_THREADS=0

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

[frameworks-kio] [Bug 453890] Umount icon unnecessarily shown for internal drives

2022-06-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=453890

--- Comment #17 from Kai Uwe Broulik  ---
KIO 5.95 should have this fix. So it seems something else is missing. What
partition / drive / device is still showing an Eject button for you? 

Can you check solid-hardware5 list for your drive(s) and provide the output of
solid-hardware5 details for each of them, and perhaps your list of mounts.

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

[kio-extras] [Bug 465748] URI sftp://@: does not connect

2023-02-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=465748

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
The format you describe isn't a valid URL according to rfc3986 which we use. If
any, it should show an error, not hang indefinitely.

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

[plasma-nm] [Bug 465751] [5.27 Regression] Password prompt for VPN connection does not have password field in focus by default

2023-02-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=465751

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Looks like a regression from
https://invent.kde.org/plasma/plasma-nm/-/commit/ce6a0cc8251a720828bbe680750aa16a42408797

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

[frameworks-kio] [Bug 465824] New: Unknown mime types are lost when saving application desktop file

2023-02-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=465824

Bug ID: 465824
   Summary: Unknown mime types are lost when saving application
desktop file
Classification: Frameworks and Libraries
   Product: frameworks-kio
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Properties dialog
  Assignee: kio-bugs-n...@kde.org
  Reporter: k...@privat.broulik.de
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
When editing the desktop entry for an application, upon saving any unknown mime
types (most notable x-scheme-handler) are lost because the properties dialog
only writes the ones from the tree widget back into the file.

STEPS TO REPRODUCE
1. "Edit applications" on an application in Kickoff which has scheme handlers
(e.g. browser, phone app etc)
2. Change working dir or name or something
3. Apply changes

OBSERVED RESULT
Resulting desktop file forgot the scheme handlers

EXPECTED RESULT
I didn't touch the mime types in the UI, so they shouldn't be altered

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2023-02-16

ADDITIONAL INFORMATION

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

[Powerdevil] [Bug 466181] KDE Power Management System Closed Unexpectedly

2023-02-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=466181

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #5 from Kai Uwe Broulik  ---
Perhaps check coredumpctl if there's any dumps collected from
org_kde_powerdevil. You can also run it from terminal via
/usr/lib/libexec/org_kde_powerdevil (path may vary but it is in libexec not
bin)

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

[ark] [Bug 458908] New: Cannot extract lz4 with single file inside

2022-09-08 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=458908

Bug ID: 458908
   Summary: Cannot extract lz4 with single file inside
   Product: ark
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: k...@privat.broulik.de
CC: aa...@kde.org, rthoms...@gmail.com
  Target Milestone: ---

Ark is unable to open or extract an lz4 archive with a single file inside, e.g.
a coredump in form core.process.lz4.

It is able to open tar.lz4 archives just fine, however.

STEPS TO REPRODUCE
1. Try to open an lz4 compressed file

OBSERVED RESULT
"No handler for this format"

EXPECTED RESULT
I can view and extract the file inside

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of 2022-08-24
Qt Version: 5.15.5

ADDITIONAL INFORMATION
echo "foo" > bar
lz4 bar
Now try to open bar.lz4

Works fine in Engrampa.

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

[plasma-browser-integration] [Bug 456607] No favicons for history runner with Firefox

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456607

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---
Firefox does not offer an API to query for a favicon by URL.

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

[frameworks-plasma] [Bug 456550] Ping-pong 'progress' bar does not move to rightmost position

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456550

Kai Uwe Broulik  changed:

   What|Removed |Added

Version|master  |unspecified
  Component|Notifications   |components
   Target Milestone|1.0 |---
 CC||notm...@gmail.com
Product|plasmashell |frameworks-plasma

--- Comment #2 from Kai Uwe Broulik  ---
The progressbar is probably resizing for a split frame (note how the job in the
video doesn't have the usual "pause" button), so the animation still goes to
the old coordinates. PC3 bug.

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

[plasmashell] [Bug 456238] Active job progress notifications inappropriately block screen locking

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456238

--- Comment #1 from Kai Uwe Broulik  ---
Check whether Chrome actually posts an inhibition. I think Chrome blocks
suspend during downloads, but that shouldn't block the screen locker.

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

[plasmashell] [Bug 436243] Scrolling notification history is 0.3 FPS

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=436243

--- Comment #10 from Kai Uwe Broulik  ---
reuseItems on ListView could help but that would need some refactoring since we
have a Loader to decide between app section and notification and so it would
still create/destroy a whole bunch of items as we scrolled

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

[plasmashell] [Bug 456243] Close a notification with the middle button

2022-09-11 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456243

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||1119f6fb59c703ad71db0737f2a
   ||c7962738e66a0
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit 1119f6fb59c703ad71db0737f2ac7962738e66a0 by Kai Uwe Broulik.
Committed on 11/09/2022 at 07:38.
Pushed by broulik into branch 'master'.

Notifications: Close notification popup with middle click

M  +12   -2applets/notifications/package/contents/ui/NotificationPopup.qml

https://invent.kde.org/plasma/plasma-workspace/commit/1119f6fb59c703ad71db0737f2ac7962738e66a0

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

[frameworks-kiconthemes] [Bug 432293] telegram notification counter not working

2022-09-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=432293

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kiconthemes/commit/1
   ||f48af65477ef1829bd07dc4bdb2
   ||67ecca870be1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #12 from Kai Uwe Broulik  ---
Git commit 1f48af65477ef1829bd07dc4bdb267ecca870be1 by Kai Uwe Broulik.
Committed on 20/09/2022 at 09:18.
Pushed by broulik into branch 'master'.

KIconEngine: Return actual icon name of loaded icon

XDG icon themes return a "more generic" fallback icon if the
requested one cannot be found, e.g. `foo-bar` may return `foo`.

Previously, the returned `QIcon` would still return a name
of `foo-bar`, which made it impossible for applications to
check whether the specific icon requested was actually loaded.

M  +7-0autotests/kiconengine_unittest.cpp
M  +26   -6src/kiconengine.cpp
M  +24   -13   src/kiconloader.cpp
M  +9-1src/kiconloader_p.h

https://invent.kde.org/frameworks/kiconthemes/commit/1f48af65477ef1829bd07dc4bdb267ecca870be1

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

[kwin] [Bug 459728] Intermittent tearing of panel and windows incorrectly rendered

2022-09-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=459728

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---
I am on Ubuntu Focal and an AMD GPU, too, and I experienced similar glitches
(horrible tearing when moving windows, etc) but today those issues are gone
again.

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

[frameworks-kinit] [Bug 427448] kdeinit5 crashes when Dolphin filters audio files

2023-05-25 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=427448

Kai Uwe Broulik  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kio-extras/-/commit/391
   ||74377a5cd233c2043912867a804
   ||7c41bdd1fc
 Resolution|UPSTREAM|FIXED

--- Comment #13 from Kai Uwe Broulik  ---
Git commit 39174377a5cd233c2043912867a8047c41bdd1fc by Kai Uwe Broulik.
Committed on 25/05/2023 at 19:13.
Pushed by broulik into branch 'master'.

audiocreator: Check tag against null

In earlier versions of taglib it wasn't guaranteed that a "tag"
existed when the respective "has" method returned true.

This can lead to null pointer access.

M  +3-3thumbnail/audiocreator.cpp

https://invent.kde.org/network/kio-extras/-/commit/39174377a5cd233c2043912867a8047c41bdd1fc

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

[krunner] [Bug 470985] New: KRunner goes behind Yakuake

2023-06-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=470985

Bug ID: 470985
   Summary: KRunner goes behind Yakuake
Classification: Plasma
   Product: krunner
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: alexander.loh...@gmx.de, natalie_clar...@yahoo.de
  Target Milestone: ---

SUMMARY
When Yakuake is set to stay open on focus loss, KRunner ends up behind Yakuake
and cannot be brought infront of it.

STEPS TO REPRODUCE
1. Open Yakuake
2. Pin it open
3. Trigger KRunner

OBSERVED RESULT
KRunner opens and has focus but remains behind Yakuake

EXPECTED RESULT
KRunner opens ontop of yakuake

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master Plasma 6
Qt Version: 6.5.2

ADDITIONAL INFORMATION
This worked in Plasma 5 I think

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

[plasmashell] [Bug 448736] Regression: Desktop notifications don't popup when the application updates them.

2023-04-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448736

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #3 from Kai Uwe Broulik  ---
This is an application bug. Once the NotificationClosed signal is emitted, the
notification is "dead". The fact that Plasma doesn't enforce this and lets you
update a notification in history, is pure coincidence. The notify.c in deadbeed
does not listen to any signals but merely updates the last notification it
sends.

What it should be doing instead is listen for the signal and issue a new
notification if the one that is currently on screen was closed. This is also
what e.g. Spotify does.

"org.freedesktop.Notifications.NotificationClosed
[…]
The ID specified in the signal is invalidated before the signal is sent and may
not be used in any further communications with the server."

https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#signals

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

[plasmashell] [Bug 448736] Regression: Desktop notifications don't popup when the application updates them.

2023-04-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448736

--- Comment #4 from Kai Uwe Broulik  ---
You also might want to set "low" urgency on the notification to prevent it from
cluttering the history.

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

[plasmashell] [Bug 469141] Right-clicking on Tasks produces no context menu

2023-05-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469141

--- Comment #1 from Kai Uwe Broulik  ---
Git commit a9cdac5f0095d4ba02df9bf0d8f50ed1155e266c by Kai Uwe Broulik.
Committed on 05/05/2023 at 08:36.
Pushed by broulik into branch 'master'.

Task Manager: Accept TouchPad taps as well

Otherwise the context menu only works with a mouse.

M  +1-1applets/taskmanager/package/contents/ui/Task.qml

https://invent.kde.org/plasma/plasma-desktop/commit/a9cdac5f0095d4ba02df9bf0d8f50ed1155e266c

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

[plasmashell] [Bug 469419] New: Floating panel mouse redirection interferes with drag and drop

2023-05-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469419

Bug ID: 469419
   Summary: Floating panel mouse redirection interferes with drag
and drop
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY
When clicking on a task bar entry in the floating area, the click is redirected
to the applet but it immediately starts a drag operation without having moved
the mouse.

STEPS TO REPRODUCE
1. Enable floating panel
2. Move mouse to the screen edge next to a task
3. Click mouse without moving it

OBSERVED RESULT
Drag pixmap appears

EXPECTED RESULT
No drag pixmap appears unless I actually start dragging

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.0 git master as of 2022-05-06

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

[plasmashell] [Bug 469421] New: New panel controller advanced settings opens outside screen for top panel

2023-05-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469421

Bug ID: 469421
   Summary: New panel controller advanced settings opens outside
screen for top panel
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY
The new panel controller advanced settings opens outside the screen for a top
panel

STEPS TO REPRODUCE
1. Move panel to the top
2. Enter edit mode
3. on panel controller click "Advanced settings"

OBSERVED RESULT
Popup opens upwards and becomes unusable

EXPECTED RESULT
Popup opens downwards

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.0 git master as of 2023-05-06
Qt 6.5.2

ADDITIONAL INFORMATION
Left/right/bottom panel seem to be placed correctly

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

[plasmashell] [Bug 469568] In Plasma 6 with a floating panel, input redirecting around empty areas fails if the cursor is farther than the default drag distance

2023-05-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469568

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


*** This bug has been marked as a duplicate of bug 469419 ***

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

[plasmashell] [Bug 469419] Floating panel mouse redirection interferes with drag and drop

2023-05-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469419

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Kai Uwe Broulik  ---
*** Bug 469568 has been marked as a duplicate of this bug. ***

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

[frameworks-kinit] [Bug 427448] kdeinit5 crashes when Dolphin filters audio files

2023-05-17 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=427448

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #9 from Kai Uwe Broulik  ---
@Patrick Silva: Since you can reproduce, please try
https://invent.kde.org/network/kio-extras/-/merge_requests/240

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

[neon] [Bug 459890] New: qrca built without networkmanager-qt dependency

2022-10-01 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=459890

Bug ID: 459890
   Summary: qrca built without networkmanager-qt dependency
Classification: KDE Neon
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages Unstable Edition
  Assignee: neon-b...@kde.org
  Reporter: k...@privat.broulik.de
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

QRCA can detect WIFI barcodes and connect to them. In order to do that it needs
networkmanager-qt dev packages to be available at build time.

STEPS TO REPRODUCE
1. Run qrca
2. Scan wifi barcode

OBSERVED RESULT
Get a "Copy to clipboard" button

EXPECTED RESULT
Get a "Copy to clipboard" *and* a "Connect" button

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: git master as of. or maybe it is just outdated and doesnt
have that feature yet? The one in neon is from 2022-04-15

ADDITIONAL INFORMATION

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

[ark] [Bug 458908] Cannot extract lz4 with single file inside

2022-10-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=458908

--- Comment #2 from Kai Uwe Broulik  ---
Yes, it's libarchive. There's a "single file" plug in using KArchive but that
doesn't support lz4. Wonder if it would make sense to discontinue it in favor
of libarchive raw handler.

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

  1   2   3   4   5   6   7   8   9   10   >