[digikam] [Bug 470342] digikam dont start

2023-05-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=470342

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
According to the backtrace, this static function crashes:

params = DbEngineParameters::parametersFromConfig();

I don't see anything that could cause it. If it happened after updating
Tumbleweed, it could be a package bug. But in a test here from May 28th, 2023
with the openSUSE Tumbleweed packages I have no problems.

Can you provide your digikamrc configuration file?

Maik

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kwin] [Bug 466822] Window becomes blurry when dragged from toolbar or CSD in Wayland with Invert effect, or Wobbly Window effect enabled

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466822

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #10 from Nate Graham  ---
Cool, I guess there was some old config value in there or something.

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

[plasma-nm] [Bug 448153] Unable to access the VPN network in double authentication mode (anyConnect SAML/SSO)

2023-05-27 Thread physkets
https://bugs.kde.org/show_bug.cgi?id=448153

physkets  changed:

   What|Removed |Added

 CC||physk...@tutanota.com

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[konsole] [Bug 470346] New: Out-of-bounds access in Screen::setSelectionEnd when selecting last line of scrolling text

2023-05-27 Thread Alexander Burnett
https://bugs.kde.org/show_bug.cgi?id=470346

Bug ID: 470346
   Summary: Out-of-bounds access in Screen::setSelectionEnd when
selecting last line of scrolling text
Classification: Applications
   Product: konsole
   Version: 23.04.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: aburn...@tutamail.com
  Target Milestone: ---

Created attachment 159286
  --> https://bugs.kde.org/attachment.cgi?id=159286=edit
causes the window to scroll by printing lines of text

SUMMARY
#0  0x74a9f26c in ?? () from /usr/lib/libc.so.6
#1  0x74a4fa08 in raise () from /usr/lib/libc.so.6
#2  0x74a38538 in abort () from /usr/lib/libc.so.6
#3  0x74c9ca6f in __gnu_cxx::__verbose_terminate_handler () at
/usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#4  0x74cb011c in __cxxabiv1::__terminate (handler=) at
/usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#5  0x74cb0189 in std::terminate () at
/usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#6  0x74cb03ed in __cxxabiv1::__cxa_throw (obj=,
tinfo=0x74e6c0e8 , dest=0x74cc85c0
)
at /usr/src/debug/gcc/gcc/libstdc++-v3/libsupc++/eh_throw.cc:98
#7  0x74ca0269 in std::__throw_out_of_range_fmt (__fmt=)
at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/functexcept.cc:101
#8  0x77ac30dd in std::vector,
std::allocator > >::_M_range_check
(this=0x55af8000, __n=36) at /usr/include/c++/13.1.1/bits/stl_vector.h:1155
#9  0x77abf859 in std::vector,
std::allocator > >::at (this=0x55af8000,
__n=36) at /usr/include/c++/13.1.1/bits/stl_vector.h:1177
#10 0x77ab97a5 in Konsole::Screen::setSelectionEnd
(this=0x55af7ff0, x=0, y=38, trimTrailingWhitespace=false) at
/home/alex/source/konsole/src/Screen.cpp:1821
#11 0x77acca88 in Konsole::ScreenWindow::setSelectionEnd
(this=0x55c5e4a0, column=0, line=34, trimTrailingWhitespace=false) at
/home/alex/source/konsole/src/ScreenWindow.cpp:145
#12 0x77b616bf in Konsole::TerminalDisplay::extendSelection
(this=0x55c130d0, position=...) at
/home/alex/source/konsole/src/terminalDisplay/TerminalDisplay.cpp:1491
#13 0x77b60931 in Konsole::TerminalDisplay::mouseMoveEvent
(this=0x55c130d0, ev=0x7fffda20) at
/home/alex/source/konsole/src/terminalDisplay/TerminalDisplay.cpp:1328
#14 0x75faef57 in QWidget::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#15 0x77b68be3 in Konsole::TerminalDisplay::event (this=0x55c130d0,
event=0x7fffda20) at
/home/alex/source/konsole/src/terminalDisplay/TerminalDisplay.cpp:2918
#16 0x75f7893f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#17 0x75f7ddef in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#18 0x7529ab18 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#19 0x75f7c12a in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /usr/lib/libQt5Widgets.so.5
#20 0x75fcced5 in ?? () from /usr/lib/libQt5Widgets.so.5
#21 0x75fcec27 in ?? () from /usr/lib/libQt5Widgets.so.5
#22 0x75f7893f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#23 0x7529ab18 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#24 0x7574121c in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /usr/lib/libQt5Gui.so.5
#25 0x7572a955 in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /usr/lib/libQt5Gui.so.5
#26 0x7435e8d5 in ?? () from /usr/lib/libQt5WaylandClient.so.5
#27 0x715d0981 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#28 0x7162db39 in ?? () from /usr/lib/libglib-2.0.so.0
#29 0x715ce032 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#30 0x752e9f0c in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#31 0x75299824 in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#32 0x7529acc3 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#33 0xaaf1 in main (argc=1, argv=0x7fffe438) at
/home/alex/source/konsole/src/main.cpp:271



STEPS TO REPRODUCE
1. run scroll.py
2. wait for the cursor to reach the bottom
3. select the last line with the mouse

ADDITIONAL INFORMATION
Issue does not occur when the scrollback option is set to None.

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

[kwin] [Bug 469188] Alternate buttons not working under Wayland

2023-05-27 Thread Zastrix Arundell
https://bugs.kde.org/show_bug.cgi?id=469188

Zastrix Arundell  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Zastrix Arundell  ---
I was originally running fedora kinoite with Nvidia drivers and after switching
to ublue nvidia builds for kinoite the issue is no longer happening. Probably
safe to assume that it has something to do with Nvidia indirectly.

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

[gwenview] [Bug 441484] "open with" toolbar button should be clickable everywhere, not just on the arrow

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=441484

--- Comment #3 from Nate Graham  ---
Not sure I know how to fix this one, sorry.

Looking at the code it might necessary to create a new KToolBarPopupAction to
wrap the QAction currently holding the menu, but I gave it a quick shot and
wasn't able to make it work.

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

[plasmashell] [Bug 468422] Copied text from PDFs in Okular show up in clipboard but cannot be directly pasted after closing Okular

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468422

--- Comment #13 from Nate Graham  ---
If you're experiencing the same issue in another app, it could very well be an
issue in that app. Every clipboard-based issue needs to be separately
investigated, since it could be an issue in the source app, the target app, the
Plasma clipboard, KWin (on Wayland) or the X server (on X11). Please submit a
new bug report for it. Thanks!

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

[frameworks-kxmlgui] [Bug 470345] Configuring toolbars in KF6-ported apps fails

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=470345

Nate Graham  changed:

   What|Removed |Added

   Keywords||qt6
Version|5.106.0 |unspecified

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

[frameworks-kxmlgui] [Bug 470345] New: Configuring toolbars in KF6-ported apps fails

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=470345

Bug ID: 470345
   Summary: Configuring toolbars in KF6-ported apps fails
Classification: Frameworks and Libraries
   Product: frameworks-kxmlgui
   Version: 5.106.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: n...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Open a KF6-ported QtWidgets-based KXMPGUI-using app, such as Dolphin,
Gwenview or Konsole
2. Right-click on toolbar and see no "Configure Toolbars" menu item
3. Click hamburger menu > Configure > Configure toolbars
4. Edit the toolbar layout in some way and press OK or Apply


OBSERVED RESULT
Toolbar visually flickers for a moment, but the requested change is not made.
If you close the toolbar configuration window and open it again, the changes
you just made have been lost


EXPECTED RESULT
Toolbar configuration works as normal like it still does in KF5-using apps such
as Ark


ADDITIONAL INFORMATION
After performing the steps to reproduce, if you deliberately open the KF5
version of the app, the changes you made to its toolbar in the KF6 version are
reflected there.


SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.240.0
Qt Version: 6.5.0
Kernel Version: 6.2.15-300.fc38.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz
Memory: 15.2 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics

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

[Akonadi] [Bug 467316] Crash akonadi when adding Nextcloud in Kontact

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467316

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[ghostwriter] [Bug 467928] Huge memory leaks when using ghostwriter

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467928

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[NeoChat] [Bug 466207] Crash right after start/login

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466207

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 468436] Often when away from laptop, desktop has crashed/restarted when I come back, with kwin crash note in dmsg

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468436

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[KScreen] [Bug 469653] [Wayland] Primary monitor changes after resume from sleep

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469653

--- Comment #11 from Nate Graham  ---
If you bring back the old cable, does the issue come back? If so, it might
truly be a hardware issue, similar to another bug report I saw recently that
was ultimately solved with a new HDMI cable.

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

[systemsettings] [Bug 469091] system settings crashes in flatpak_installation_list_installed_refs_by_kind

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469091

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 469027] Maximising some apps leaves a thin gap on the right side of my main monitor

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469027

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 444173] after update most per-app config lost

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444173

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kscreenlocker] [Bug 417282] Set 24h in System Settings, got 12h in lockscreen

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417282

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #16 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Discover] [Bug 466205] Discover crashes in KNSCore::Engine::addProvider() while checking for updates

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466205

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[ksmserver] [Bug 388934] KDE Application Launcher is Crashing Plasma

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=388934

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #17 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 415061] Default keyboard layout which includes level3(ralt_switch) combined with "Swap Left Alt with Left Ctrl" breaks Meta key in global shortcuts

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415061

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 469677] CLOSING SESSIONKrita Version: 5.0.0 Languages: zh_CN, zh, en_US, en Hidpi: true Qt Version (compiled): 5.12.12 Version (loaded): 5.12.12 OS Information Build ABI: x8

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469677

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 469702] When I upload a krita file it comes blurry

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469702

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 443317] plasmashell crashes after toggle the "Show Background" on applet

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443317

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[okular] [Bug 370726] Text selection tool highlight unintelligible with some color schemes

2023-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=370726

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
Summary|Text selection tool |Text selection tool
   |highlight unintelligible|highlight unintelligible
   ||with some color schemes

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[dolphin] [Bug 470344] New: Shift-right-clicking a file selection changes the selection if it was created with a shift-click

2023-05-27 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=470344

Bug ID: 470344
   Summary: Shift-right-clicking a file selection changes the
selection if it was created with a shift-click
Classification: Applications
   Product: dolphin
   Version: 23.04.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: adam.m.fontenot+...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

(Note: I use left click = main click, right click = alternative click in this
report. This is the default mouse behavior.)

If you are trying to permanently delete some files, it's common to hold down
shift while opening the right click (context) menu to show the delete option
(instead of "move to trash"). If you select a bunch of files by clicking and
dragging a selection box over them, and then shift-right-click anywhere on the
selection, the selection doesn't change (expected behavior). However if you
create a selection with a shift-click, the shift-right-click incorrectly
"updates" the selection as if you had shift-clicked before opening the context
menu.

STEPS TO REPRODUCE
1. Select one file in dolphin.
2. Hold down shift and left click on a different file. All files from the first
selected file to the now selected file (inclusive) will now be selected.
3. Hold down shift again, and right click on a file in the middle of the
selection created in step 2. 

OBSERVED RESULT

A context menu opens, but the selected files change. The files selected will be
the files that *would* have been selected if the click in step 3 had been a
left click (or the same files that would be selected if step 2 was skipped).

EXPECTED RESULT

A context menu opens, and the selected files do not change. This would exactly
mirror the behavior when shift-right-clicking a selection created by click and
drag.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.3-arch1-1 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

I'm using "details" view in Dolphin, I have single-click set to open files
(instead of double click), and I'm using a touchpad with physical right and
left buttons.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kdenlive] [Bug 469640] Phantom (Double subtitles) on rendering

2023-05-27 Thread Ivars Bezdechi
https://bugs.kde.org/show_bug.cgi?id=469640

--- Comment #3 from Ivars Bezdechi  ---
Double subtitles problem
 SlavaKyiv_rev1.mp4

fixed.





On Sun, May 14, 2023 at 5:49 AM emohr  wrote:

> https://bugs.kde.org/show_bug.cgi?id=469640
>
> emohr  changed:
>
>What|Removed |Added
>
> 
>  CC||fritzib...@gmx.net
>
> --- Comment #1 from emohr  ---
> Export your subtitle and save it. Install Kdenlive version 23.04.1. Import
> the
> same subtitle and if Kdenlive doesn’t recognize the codec you can choose
> what
> best fit. See here:
>
> https://docs.kdenlive.org/en/effects_and_compositions/subtitle.html#import-and-export-subtitle
> .
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[dolphin] [Bug 469318] Empty Share tab

2023-05-27 Thread Mike Booth
https://bugs.kde.org/show_bug.cgi?id=469318

Mike Booth  changed:

   What|Removed |Added

 CC||mikeboot...@gmail.com

--- Comment #1 from Mike Booth  ---
I can confirm this bug.

Is also true fro Konqueror and Krusader

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kdenlive] [Bug 470343] New: Cannot stabilize more than one clip zones

2023-05-27 Thread DL
https://bugs.kde.org/show_bug.cgi?id=470343

Bug ID: 470343
   Summary: Cannot stabilize more than one clip zones
Classification: Applications
   Product: kdenlive
   Version: 23.04.1
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: daniel.le...@gmail.com
  Target Milestone: ---

SUMMARY
For a longer clip, it can be useful to separate shots into zones, thus forming
a "sub-clip".  Kdenlive makes this very useful.  If the clips are shaky, it
could be desirable to stabilize the shot.  If you attempt to stabilize more
than one zone from the clip, it will overwrite previous stabilized zones from
the same source clip.


STEPS TO REPRODUCE
1. Create a zone from a clip (choose clip, set in and out point, drag clip back
to bin)
2. Right click zone in bin, select "Clip jobs" > "Stabilize".  Click "OK" after
selecting the appropriate customized options.
3. Repeat above steps to create a second zone from the same original source
clip, and stabilize.

OBSERVED RESULT
All previous generated stabilized clips are replaced with the newest rendered. 
All stabilized zones are imported back to kdenlive with the original clip name
and negate the zone name.

EXPECTED RESULT
A separate stabilized clip is generated, and imported with a different name.

SOFTWARE/OS VERSIONS
Ubuntu 22.04.2 LTS
GNOME 42.5

ADDITIONAL INFORMATION

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[Breeze] [Bug 457565] Multiscreen: Window's shadow and outline bleed over when window is maximized or tiled to an edge adjacent to another screen

2023-05-27 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=457565

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

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

[Spectacle] [Bug 470322] Spectacle closes when hitting the ESC key

2023-05-27 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=470322

Joshua Goins  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||j...@redstrate.com
 Status|REPORTED|RESOLVED

--- Comment #3 from Joshua Goins  ---
This is intentional behavior, but beginning with Spectacle 23.04 this behavior
is improved because taking a screenshot has been redone. Taking a rectangular
screenshot for example doesn't block every other action, you can simply switch
to another mode.

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

[plasma-systemmonitor] [Bug 470323] System monitor no longer has the download and upload columns available

2023-05-27 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=470323

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||j...@redstrate.com

--- Comment #1 from Joshua Goins  ---
Nothing has been changed as far as the network columns go, from what I can
tell. This is most likely some kind of Neon-specific issue, because on my
machine I still have the Upload/Download columns (5.27.5, Arch Linux).

Can you run plasma-systemmonitor from the commandline and see if get any useful
logs, with anything containing "org.kde.ksysguard.plugin.network" or
"/usr/lib/ksysguard/ksgrd_network_helper"? I'm guessing that it's failing for
some reason, or the binary is just missing.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[dolphin] [Bug 439864] Dolphin resets to "Home" and forgets paths of all tabs that are not available on start [regression]

2023-05-27 Thread shamim . islam
https://bugs.kde.org/show_bug.cgi?id=439864

--- Comment #17 from shamim.is...@gmail.com  ---
Fedora 38 distro.

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

[dolphin] [Bug 439864] Dolphin resets to "Home" and forgets paths of all tabs that are not available on start [regression]

2023-05-27 Thread shamim . islam
https://bugs.kde.org/show_bug.cgi?id=439864

shamim.is...@gmail.com  changed:

   What|Removed |Added

 CC||shamim.is...@gmail.com

--- Comment #16 from shamim.is...@gmail.com  ---
I'm also seeing this behavior. All my historical tabs from YEARS are now gone
in Dolphin and they ranged across many different storage locations. :(

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

[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

2023-05-27 Thread Wesley Pimentel
https://bugs.kde.org/show_bug.cgi?id=469656

--- Comment #37 from Wesley Pimentel  ---
Hey guy, today you can update dolphin :)
Thanks kde team.

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

[digikam] [Bug 470342] New: digikam dont start

2023-05-27 Thread Helmut Kauer
https://bugs.kde.org/show_bug.cgi?id=470342

Bug ID: 470342
   Summary: digikam dont start
Classification: Applications
   Product: digikam
   Version: 8.0.0
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: li...@helmut-kauer.de
  Target Milestone: ---

Application: digikam (8.0.0)

Qt Version: 5.15.9
Frameworks Version: 5.106.0
Operating System: Linux 6.3.2-1-default x86_64
Windowing System: X11
Distribution: "openSUSE Tumbleweed"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
After update Tumbleweed, digikam dont start.
21 -- exe=/usr/bin/digikam
13 -- platform=xcb
11 -- display=:0
16 -- appname=digikam
17 -- apppath=/usr/bin
9 -- signal=4
9 -- pid=6852
17 -- appversion=8.0.0
20 -- programname=digiKam
31 -- bugaddress=sub...@bugs.kde.org
KCrash: Application 'digikam' crashing...
KCrash: Attempting to start /usr/libexec/drkonqi

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Illegal instruction

[KCrash Handler]
#4  0x5577e51fe19e in std::swap*>
(__b=@0x7ffface71620: 0x5577e6c8be80, __a=@0x7ffface715a0: 0x7fc5917d6b60
) at /usr/include/c++/13/bits/move.h:197
#5  qSwap*> (value2=@0x7ffface71620:
0x5577e6c8be80, value1=@0x7ffface715a0: 0x7fc5917d6b60
) at /usr/include/qt5/QtCore/qglobal.h:977
#6  QString::operator= (other=..., this=0x7ffface715a0) at
/usr/include/qt5/QtCore/qstring.h:275
#7  Digikam::DbEngineParameters::operator= (this=0x7ffface715a0) at
/usr/src/debug/digikam-8.0.0/core/libs/database/engine/dbengineparameters.h:39
#8  main (argc=, argv=) at
/usr/src/debug/digikam-8.0.0/core/app/main/main.cpp:371
[Inferior 1 (process 3704) detached]

Reported using DrKonqi

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

[Spectacle] [Bug 470301] Spectacle cannot screenshot context menus.

2023-05-27 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=470301

--- Comment #3 from Noah Davis  ---
(In reply to beedell.rokejulianlockhart from comment #2)
> I reported this *because* it doesn't work on Wayland.

It would be ideal if you could include important details like that in the bug
report description. Can you provide other details such as what modes you tried
and detailed instructions on how to reproduce the bug? The instructions in the
bug description aren't clear. By the way, I just posted another bug report
about taking screenshots using Window Under Cursor mode on Wayland
(https://bugs.kde.org/show_bug.cgi?id=470341). Is this the same bug or a
different bug?

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kwin] [Bug 470341] New: Cannot take interactive screenshots of popup menus

2023-05-27 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=470341

Bug ID: 470341
   Summary: Cannot take interactive screenshots of popup menus
Classification: Plasma
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: noaha...@gmail.com
  Target Milestone: ---

SUMMARY
If you try to use the screenshot effect DBus API to do an interactive
screenshot of a popup menu, the menu will disappear and it will not be possible
to take a screenshot of it.

STEPS TO REPRODUCE
1. Run Spectacle under kwin_wayland
2. Do a Window Under Cursor screenshot on a delay
3. Open a menu and wait for the interactive window picker

OBSERVED RESULT
The menu disappears when the window picker appears, making it impossible to
pick the menu.

EXPECTED RESULT
It should be possible to take a screenshot of a menu by picking it in the
interactive screenshot mode.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230525
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics
Memory: 30.8 GiB of RAM
Graphics Processor: AMD Radeon Graphics

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

[Spectacle] [Bug 470301] Spectacle cannot screenshot context menus.

2023-05-27 Thread beedell.rokejulianlockhart
https://bugs.kde.org/show_bug.cgi?id=470301

--- Comment #2 from beedell.rokejulianlockhart  
---
(In reply to Noah Davis from comment #1)
> This is a known limitation of X11 that all screen shot apps face. Even
> Windows has this problem. It appears to be fixed on Wayland. There's not
> really anything that can be done about this on our end. The way to work
> around this is to set up a capture delay, start the capture, open the menu
> and then wait for the capture to happen.

I reported this *because* it doesn't work on Wayland.

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

[kwin] [Bug 461316] Kwin killed by X (The X11 connection broke: I/O error (code 1))

2023-05-27 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=461316

Alex  changed:

   What|Removed |Added

 CC||leon.expr...@gmail.com

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

[kwin] [Bug 466454] Vulkan and OpenGL windows not being created properly with fraction scale factors

2023-05-27 Thread Mark Richardson
https://bugs.kde.org/show_bug.cgi?id=466454

--- Comment #28 from Mark Richardson  ---
What's the blocker to getting this fixed? Plasma 6 is going wayland by default,
and with qt6's native fractional scaling support being advertised, I see a lot
of angry and confused users unable to play any games in the near future.

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

[plasmashell] [Bug 470340] New: When clicking leftmost pixel of an app icon, you can open or close two apps at the same time

2023-05-27 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=470340

Bug ID: 470340
   Summary: When clicking leftmost pixel of an app icon, you can
open or close two apps at the same time
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: nyanpas...@tuta.io
  Target Milestone: 1.0

SUMMARY
With a 44-pixel-tall panel and Icons-Only Task Manager, clicking the leftmost
pixel of an app icon triggers (eg. opens) the app and the app to its left at
the same time.

STEPS TO REPRODUCE
1. Move the mouse cursor to the bottom of the screen.
2. Move it right until the first pixel the app to the right is highlighted.
3. Click to open/focus, or middle-click to close (reconfigurable).

OBSERVED RESULT
Both apps are opened, focused, or closed.

EXPECTED RESULT
Exactly one app is.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.4-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 570 Series
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550M DS3H

ADDITIONAL INFORMATION
Occurs on font DPI 96 and 120, and X11 and Wayland.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kstars] [Bug 469870] KStars crashed when setting up a new optical train

2023-05-27 Thread James Edmonds
https://bugs.kde.org/show_bug.cgi?id=469870

James Edmonds  changed:

   What|Removed |Added

   Platform|Kubuntu |Ubuntu
Version|unspecified |3.6.4
 CC||james.ytedmo...@gmail.com

--- Comment #1 from James Edmonds  ---
I also experience this bug.

I have three computers:
Lenovo ThinkCentre (4th gen i3 4GB ram, Ubuntu MATE 22.04, Kstars-bleeding from
the PPA on official website 3.6.4 stable)
Desktop PC (Ryzen 5800x 96GB ram, Endeavour OS, kstars installed via normal
arch package 3.6.4 stable)
Laptop (6th gen i7, 16GB ram, Ubuntu Gnome 20.04, kstars-bleeding installed
from PPA on official website 3.6.4 stable)

I have found that in some instances I could create an optical train, but at
some point it becomes either impossible to edit, or most recently, the trains
disappear entirely and clicking the add button to make a new one immediately
closes the application.
This feature clearly has something very wrong with it but I have not (yet) done
any digging, just adding my input for confirmation that this bug affects more
people and lots of machines at this time.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kasts] [Bug 467929] Cannot read long logs

2023-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=467929

b...@mogwai.be changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[plasma-pa] [Bug 470339] New: [Feature Request] Select multiple audio output devices

2023-05-27 Thread Reru
https://bugs.kde.org/show_bug.cgi?id=470339

Bug ID: 470339
   Summary: [Feature Request] Select multiple audio output devices
Classification: Plasma
   Product: plasma-pa
   Version: 5.27.5
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: rerupersonal1+...@gmail.com
CC: isma...@gmail.com, m...@ratijas.tk, now...@gmail.com
  Target Milestone: ---

Hello, this is a feature request for allowing you to select multiple audio
output devices. I would like this feature because oftentimes I have lots of
people in the house so I wear headphones so not everyone has to hear what I am
listening to, but sometimes I have a friend who would like to listen with me
while still not playing it out on the speakers.



SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux: Garuda Linux x86_64
KDE Plasma Version: Plasma 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[LabPlot2] [Bug 470338] New: CSV Import only supports ASCII instead of via locale such as unicode, utf-8

2023-05-27 Thread Mikael Lövqvist
https://bugs.kde.org/show_bug.cgi?id=470338

Bug ID: 470338
   Summary: CSV Import only supports ASCII instead of via locale
such as unicode, utf-8
Classification: Applications
   Product: LabPlot2
   Version: 2.10.0
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: alexander.se...@web.de
  Reporter: mikael.lovqvist.m...@gmail.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Create new spreadsheet and select a text file for import
2. Make note that the only generic CSV option is "ASCII data" but hope it still
uses your locale

OBSERVED RESULT
Data is interpreted as ASCII.

EXPECTED RESULT
I was expecting to be able to select encoding but in the absence of this my
next expectation was that LabPlot2 would use the system locale and not ASCII. I
did not expect this modern and nice software to not support utf-8.

SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9 (built against 5.15.8)

ADDITIONAL INFORMATION
Debug build 
May 6 2023, 00:04:35
System: Arch Linux
Locale: English,United States (Decimal point '.', Group separator ','
Number settings: Decimal point '.', Group separator ',', Exponential 'e', Zero
digit '0', Percent '%', Positive/Negative sign '+'/'-' (Updated on restart)
Architecture: x86_64-little_endian-lp64
Kernel: linux 6.3.1-arch1-1
C++ Compiler: GNU 13.1.1
C++ Compiler Flags: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt
-fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
-fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -g
-ffile-prefix-map=/build/labplot/src=/usr/src/debug/labplot -flto=auto
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self
-Wvla -Wdate-time -Wsuggest-override -Wlogical-op -Wall -Wextra -Wundef
-Wpointer-arith -Wunreachable-code -Wunused -Wdeprecated-declarations
-fno-omit-frame-pointer -fstack-protector -fexceptions -std=c++11 -O2
-Wcast-align -Wswitch-enum -fvisibility=default -pedantic
-Wzero-as-null-pointer-constant

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-05-27 Thread Aleksandar Kostadinov
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #32 from Aleksandar Kostadinov  ---
The security concern should not be lesser IMO. The protocol was disabled for a
reason. I just wanted clarification. Enabling the protocol was a good quick-fix
measure. But it is unacceptable in the long term. I wonder if maintainer can
comment on how hard would a proper update of ssh server be.

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

[kscreenlocker] [Bug 466344] Esc key is supposed to turn off the display but doesn't

2023-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=466344

matthieu.malas...@posteo.net changed:

   What|Removed |Added

 CC||matthieu.malas...@posteo.ne
   ||t

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

[kwin] [Bug 470334] Clipboard issue on Wayland - "Requested clipboard format is not available" in Libre Office

2023-05-27 Thread Michał Dybczak
https://bugs.kde.org/show_bug.cgi?id=470334

Michał Dybczak  changed:

   What|Removed |Added

  Component|core|wayland-generic

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

[krita] [Bug 469639] The bar at the top of the screen is malfunctioning: I cannot see most of the options, under any of the categories (tools, file, edit, settings, etc.). It is impossibile so to modi

2023-05-27 Thread Cammic
https://bugs.kde.org/show_bug.cgi?id=469639

Cammic  changed:

   What|Removed |Added

Version|unspecified |5.0.0
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

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

[krita] [Bug 470337] New: Text box not functioning according to desired results

2023-05-27 Thread Wesley Schoofs
https://bugs.kde.org/show_bug.cgi?id=470337

Bug ID: 470337
   Summary: Text box not functioning according to desired results
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Compiled Sources
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: notisf...@gmail.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1.  Added text box to imported file 
2.  Text box would not adjust the size of the text box on the vector layer
3.  Adjust image tool would size the box, providing a box were there

OBSERVED RESULT was that I could not adjust the text box according to the text
box adjustments.


EXPECTED RESULT that I could type more words into the text box should the text
box become larger by sizing the text box.


SOFTWARE/OS VERSIONS
Windows:  11
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 443155] kdeconnect breaks when openssh is upgraded to version 8.8p1-1

2023-05-27 Thread Brian
https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #31 from Brian  ---
SSH-RSA was enabled here in the KDE-Connect desktop app, as a work-around for
this issue:
https://invent.kde.org/network/kdeconnect-kde/-/commit/204207f2e66e87e7696ff1c98d70ce41b3e2d396

I'm using GSConnect on GNOME, which lacks the APIs to make similar changes, and
so is presently unable to SFTP with the Android app. There are other such
desktop apps that support the KDE Connect protocol, as mentioned here:
https://userbase.kde.org/KDEConnect

The security aspect is also a concern, even if a lesser one.

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

[plasmashell] [Bug 470309] Whole Shell getting unresponsive, Audioplayback still working normally

2023-05-27 Thread Techognito
https://bugs.kde.org/show_bug.cgi?id=470309

Techognito  changed:

   What|Removed |Added

 CC||kde.wh...@simplelogin.com

--- Comment #2 from Techognito  ---
I had the same issue previously, for me, it was an out-of-memory issue.

Since TTY stops working, the symptom sounds unrelated to KDE
(KDE might be the cause, it is to be confirmed)

For logs with info, check out: /var/log/messages (also see the
/var/log/messages-, for the date that fits) or journalctl -xe

Alternatively, the next time you leave your computer alone, open system monitor
on the processes page and change the view to Show: All Processes (this gives
you a nice overview of what consumes resources when it froze)

I am on F37 but if I remember correctly there is a bug already for F38 and
memory leaks

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[digikam] [Bug 465548] digiKam crashes with illegal instruction on AMD Athlon II due to SSE detection with CMake

2023-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465548

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||8.1.0

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

[kate] [Bug 469712] Dark themes leave parts of the UI bright, also resulting in text being unreadable

2023-05-27 Thread Techognito
https://bugs.kde.org/show_bug.cgi?id=469712

--- Comment #3 from Techognito  ---
Created attachment 159284
  --> https://bugs.kde.org/attachment.cgi?id=159284=edit
Kate 22.03.1 on Windows Server 2022

Here is proof of everything working in 22.03.1

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

[kate] [Bug 469712] Dark themes leave parts of the UI bright, also resulting in text being unreadable

2023-05-27 Thread Techognito
https://bugs.kde.org/show_bug.cgi?id=469712

Techognito  changed:

   What|Removed |Added

 CC||kde.wh...@simplelogin.com

--- Comment #2 from Techognito  ---
Created attachment 159283
  --> https://bugs.kde.org/attachment.cgi?id=159283=edit
Kate on Windows Server 2022

Just adding this to confirm the bug.

easily recreatable
1. install kate 23.04.1 on Windows 
2. change to dark theme
3. profit? atleast you can see the bug

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

[plasmashell] [Bug 469343] Prevent multiple monitors displaying the same slideshow-based wallpaper at the same time

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=469343

Fushan Wen  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

--- Comment #3 from Fushan Wen  ---
The problem is that not all slideshow plugins will have the same directories,
so I am not sure it can be fixed without adding too much code.

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

[NeoChat] [Bug 469733] Can no longer use the up arrow to edit the last message

2023-05-27 Thread James Graham
https://bugs.kde.org/show_bug.cgi?id=469733

James Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/neochat/-/commit/ee5379
   ||3a6daeb8bc2bc2f9a5918ca3604
   ||ae49c3d

--- Comment #2 from James Graham  ---
Git commit ee53793a6daeb8bc2bc2f9a5918ca3604ae49c3d by James Graham.
Committed on 27/05/2023 at 16:36.
Pushed by nvrwhere into branch 'master'.

Fix replying and editing from chatbox

Restore the functionality to edit or reply to the last message in the
`chatbar`.

This is achieved be moving the functions `getLastLocalUserMessageEventId` and
`getLatestMessageFromRow` to `NeoChatRoom` as `editLastMessage` and
`replyLastMessage` as `chatbar` no longer has access to `messageEventModel`.

The functions are also simplified as they only need to find the `eventId` and
always from row 0 as this was the only use of the functions.

M  +0-81   src/models/messageeventmodel.cpp
M  +0-25   src/models/messageeventmodel.h
M  +67   -0src/neochatroom.cpp
M  +15   -0src/neochatroom.h
M  +2-8src/qml/Component/ChatBox/ChatBar.qml

https://invent.kde.org/network/neochat/-/commit/ee53793a6daeb8bc2bc2f9a5918ca3604ae49c3d

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[plasmashell] [Bug 466675] Dragging files to Icons-Only Task Manager sometimes breaks on X11

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=466675

Fushan Wen  changed:

   What|Removed |Added

 CC||evs...@gmail.com

--- Comment #17 from Fushan Wen  ---
*** Bug 467635 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 467635] On X11, cursor stuck dragging when hovering over Task Manager after streaming with Moonlight

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=467635

Fushan Wen  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||qydwhotm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Fushan Wen  ---


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

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

[kwin] [Bug 470113] Main keyboard layout switching shortcuts fire on press instead of on release

2023-05-27 Thread Evgeny Kravchenko
https://bugs.kde.org/show_bug.cgi?id=470113

Evgeny Kravchenko  changed:

   What|Removed |Added

 CC||cravc...@yandex.ru

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

[NeoChat] [Bug 467163] Chat view scrolls when selecting text vertically

2023-05-27 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=467163

Tobias Fella  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/neochat/-/commit/528d46
   ||be9fdd7a97642fe9f6e0937d71c
   ||9f9fa1a
 Resolution|--- |FIXED

--- Comment #2 from Tobias Fella  ---
Git commit 528d46be9fdd7a97642fe9f6e0937d71c9f9fa1a by Tobias Fella, on behalf
of James Graham.
Committed on 27/05/2023 at 16:06.
Pushed by tfella into branch 'master'.

Fix the room timeline being dragged when selecting text by making it non...

Fix the room timeline being dragged when selecting text by making it non
interactive in desktop mode.

M  +1-0src/qml/Component/TimelineView.qml

https://invent.kde.org/network/neochat/-/commit/528d46be9fdd7a97642fe9f6e0937d71c9f9fa1a

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

[plasmashell] [Bug 470336] When pressing in the gap between two (icons-only) icons, you can launch two apps at once

2023-05-27 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470336

Oliver Beard  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||6.0

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

[plasmashell] [Bug 470336] When pressing in the gap between two (icons-only) icons, you can launch two apps at once

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=470336

Fushan Wen  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||qydwhotm...@gmail.com
 Ever confirmed|0   |1

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

2023-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470114

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[plasmashell] [Bug 469731] On X11 when KWin compositing disabled, clicking on Task Manager's grouped task won't show textual list

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=469731

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/
   |cc1c297b0cef927012eb5b8a728 |1d94e6bdd89d020d69d2aea87a4
   |b2f244ac72908   |a0c3c71c5771a

--- Comment #2 from Fushan Wen  ---
Git commit 1d94e6bdd89d020d69d2aea87a4a0c3c71c5771a by Fushan Wen.
Committed on 27/05/2023 at 15:27.
Pushed by fusionfuture into branch 'master'.

applets/taskmanager: subscribe to windowViewAvailableChanged signal

Window View can become unavailable after compositing is disabled, so
it's not a constant.
FIXED-IN: 5.27.6


(cherry picked from commit cc1c297b0cef927012eb5b8a728b2f244ac72908)

M  +2-0applets/taskmanager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/1d94e6bdd89d020d69d2aea87a4a0c3c71c5771a

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

[plasmashell] [Bug 469731] On X11 when KWin compositing disabled, clicking on Task Manager's grouped task won't show textual list

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=469731

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||cc1c297b0cef927012eb5b8a728
   ||b2f244ac72908
   Version Fixed In||5.27.6
 Status|REPORTED|RESOLVED

--- Comment #1 from Fushan Wen  ---
Git commit cc1c297b0cef927012eb5b8a728b2f244ac72908 by Fushan Wen.
Committed on 27/05/2023 at 15:25.
Pushed by fusionfuture into branch 'Plasma/5.27'.

applets/taskmanager: subscribe to windowViewAvailableChanged signal

Window View can become unavailable after compositing is disabled, so
it's not a constant.
FIXED-IN: 5.27.6

M  +2-0applets/taskmanager/package/contents/ui/main.qml

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

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

[NeoChat] [Bug 470291] [Feature] Configurable room list snap size

2023-05-27 Thread James Graham
https://bugs.kde.org/show_bug.cgi?id=470291

James Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||james.h.graham@protonmail.c
   ||om
Summary|Configurable room list snap |[Feature] Configurable room
   |size|list snap size
 Ever confirmed|0   |1

--- Comment #1 from James Graham  ---
I agree the icons are probably too small especially considering that the space
icons are bigger in the new space bar. However I probably wouldn't want to add
a new setting here just make them larger by default.

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

[plasmashell] [Bug 470336] New: When pressing in the gap between two (icons-only) icons, you can launch two apps at once

2023-05-27 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=470336

Bug ID: 470336
   Summary: When pressing in the gap between two (icons-only)
icons, you can launch two apps at once
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: olib...@outlook.com
  Target Milestone: 1.0

SUMMARY
When pressing exactly in the gap between two tasks, when neither are currently
open, it is possible to launch both at once.

STEPS TO REPRODUCE
1. Have two not-opened tasks on the icons-only task manager
2. Press between the gap exactly, with pixel precision
3. It is easier to bias yourself to the left icon and then move right 1px with
each click, using Alt+F4 so as to not move the cursor between attempts.

OBSERVED RESULT
Both apps open.

EXPECTED RESULT
Only one app should open.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

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

[kwin] [Bug 469555] 7c91c4bad9ee709eebfdf9d5b3997fa00ca7cd13 causes cursor to not snap back to center in Minecraft

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=469555

Fushan Wen  changed:

   What|Removed |Added

 CC||sirenji...@gmail.com

--- Comment #14 from Fushan Wen  ---
*** Bug 470028 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 470028] Mouse cursor jumps position in wine games (Wayland)

2023-05-27 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=470028

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/3d62e75489
   ||55e2ddf298c61a55fcd26007ea2
   ||7bb
   Version Fixed In||5.27.6
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||qydwhotm...@gmail.com

--- Comment #1 from Fushan Wen  ---


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

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

  1   2   >