[plasmashell] [Bug 444042] Add total and per process GPU usage to system/activity monitor

2022-01-23 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=444042

--- Comment #3 from David Redondo  ---
Sorry for taking a while to respond, I made a poc to add for total intel gpu
statistics  a while back
https://invent.kde.org/plasma/ksystemstats/-/commit/1cd660c3c5c4f8a73978b79d94e8736298ce1e05
, it's a separate binary that can run with CAP_PERFMON which is run/read by
ksystemstats. I hope the reading of the counters is correct but it worked at
least on my system.

One question is how would one expose "total gpu usage" from those, I observed
that adding all engines together can go over 100%. On the other hand taking the
average usage per engine might also leave a wrong impression if playing a game
at full performance but we would hypothetically only report 25%.

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

[kwin] [Bug 448943] Night color not enabled auto after log in

2022-01-23 Thread galdera
https://bugs.kde.org/show_bug.cgi?id=448943

galdera  changed:

   What|Removed |Added

Version|5.23.4  |5.23.5

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

[kwin] [Bug 444460] Overview shows Plasma icon and re-arranges itself when a notification appears

2022-01-23 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=60

Michael D  changed:

   What|Removed |Added

 CC||nortex...@gmail.com

--- Comment #6 from Michael D  ---
Same problem here on wayland. Reliably reproducible.

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

[Akonadi] [Bug 449042] Experiences multiple random crashes per day

2022-01-23 Thread Aadniz
https://bugs.kde.org/show_bug.cgi?id=449042

--- Comment #1 from Aadniz  ---
It crashed again during opening of image from discord (open in browser)

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

[xdg-desktop-portal-kde] [Bug 449035] Can't screen share under Wayland

2022-01-23 Thread Allexus J
https://bugs.kde.org/show_bug.cgi?id=449035

--- Comment #3 from Allexus J  ---
(In reply to Nate Graham from comment #1)
> In what app? What *exactly* happens when you try? What did you click on? Did
> you see the screen sharing permissions window at all?

Firefox, Chrome, OBS, etc. Every app.  Here is a video showing the bug:
https://www.youtube.com/watch?v=Ck-P9trWEEg

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

[kpat] [Bug 448956] Position Missing Red 9-K

2022-01-23 Thread Jonathan Ryshpan
https://bugs.kde.org/show_bug.cgi?id=448956

--- Comment #4 from Jonathan Ryshpan  ---
(In reply to Albert Astals Cid from comment #3)
> That is indeed strange. 
> 
> If you open the file and undo 5 times you will see it goes from
> https://i.imgur.com/ZFpmIyc.png to https://i.imgur.com/Ijx9BFG.png
> 
> That is, you moved the 9 under the 10 and suddenly 5 cards disappeared.
> 
> Can you try undoing those 5 times and then doing the same movement and
> seeing if those cards disappear again?

If I undo 5 times and then "Redo" the 9-K disappear.  If I actually move the 9
under the 10, the 9-K don't disappear.

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

[kgeography] [Bug 449048] New: The color of Howland, Baker and Jarvis islands in United States Minor Outlying Islands is as the color of Palau.

2022-01-23 Thread slaweka
https://bugs.kde.org/show_bug.cgi?id=449048

Bug ID: 449048
   Summary: The color of Howland, Baker and Jarvis islands in
United States Minor Outlying Islands is as the color
of Palau.
   Product: kgeography
   Version: 21.12.1
  Platform: Slackware Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aa...@kde.org
  Reporter: s...@wir.pl
CC: lauran...@free.fr
  Target Milestone: ---

Created attachment 145837
  --> https://bugs.kde.org/attachment.cgi?id=145837=edit
Red arrows.

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
***

The color of Howland, Baker and Jarvis islands in United States Minor Outlying
Islands is as the color of Palau.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
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.

[frameworks-ktexteditor] [Bug 385472] Incorrect indentation in nested 'if' statements without braces

2022-01-23 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=385472

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/commit/f
   ||1b94f2f8367a07e4ed4b8e33f60
   ||61383b3aa44f

--- Comment #8 from Christoph Cullmann  ---
Git commit f1b94f2f8367a07e4ed4b8e33f6061383b3aa44f by Christoph Cullmann, on
behalf of Waqar Ahmed.
Committed on 23/01/2022 at 18:31.
Pushed by waqar into branch 'master'.

Handle single statement condition blocks better

See test case for full detail of what is fixed. Essentially it is
that if you have something like:

```
if (true)
doWork();
```

and the cursor is on the semicolon, pressing enter should decrease
indent level to that of the `if` statement.

A  +8-0autotests/input/indent/cstyle/385472/expected
A  +3-0autotests/input/indent/cstyle/385472/input.js
A  +7-0autotests/input/indent/cstyle/385472/origin
M  +34   -1src/script/data/indentation/cstyle.js

https://invent.kde.org/frameworks/ktexteditor/commit/f1b94f2f8367a07e4ed4b8e33f6061383b3aa44f

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

[plasmashell] [Bug 433148] Opening pinned app that's a non-distro-provided executable fails with the error message "For security reasons, launching executables is not allowed in this context"

2022-01-23 Thread Jarrard
https://bugs.kde.org/show_bug.cgi?id=433148

Jarrard  changed:

   What|Removed |Added

 CC||overlord.jarrard@protonmail
   ||.com
   Platform|Neon Packages   |Archlinux Packages

--- Comment #15 from Jarrard  ---
For some reason I still have this issue with Krunner and trying to execute a
.EXE file.  Works in Dolphin however just fine if right click select wine to
run exe is used. If I double click on the exe it says security reason etc...

I do have latte but doesn't explain dolphin not allowing double click on exe.
(default app is set to wine)

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

[kmail2] [Bug 431143] copy/past url => url is cut

2022-01-23 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=431143

--- Comment #8 from Philippe ROUBACH  ---
Created attachment 145836
  --> https://bugs.kde.org/attachment.cgi?id=145836=edit
the url is not cut

An example of URL, surprisingly not cut.

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

[kwin] [Bug 449047] Fullscreen firefox locks screen refresh

2022-01-23 Thread Ian Kidd
https://bugs.kde.org/show_bug.cgi?id=449047

--- Comment #2 from Ian Kidd  ---
Logged error when hitting F11:  radeon :02:00.0: cannot be used for
peer-to-peer DMA as the client and provider (:01:00.0) do not share an
upstream bridge or whitelisted host bridge 

Can go to task bar and choose Move in that window's menu, move out from under
frozen refresh and application is working fine.

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

[digikam] [Bug 261634] Use Qt6 source code from KDE git repository to compile AppImage bundle

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=261634

--- Comment #7 from caulier.gil...@gmail.com ---
Git commit bf5ee4c11fb37e8cab35d9231bed34d96c6d5afb by Gilles Caulier.
Committed on 24/01/2022 at 06:39.
Pushed by cgilles into branch 'master'.

copy qt git revision manifest in the bundle at ./usr/share/digikam/MANIFEST.txt
Related: bug 114417

M  +3-5project/bundles/3rdparty/ext_qt/5.15-LTS/kde-qt5-lts.sh
M  +4-6project/bundles/3rdparty/ext_qt/6.3/kde-qt6.sh
M  +2-0project/bundles/appimage/01-build-host.sh
M  +0-2project/bundles/appimage/03-build-digikam.sh
M  +6-1project/bundles/appimage/04-build-appimage.sh

https://invent.kde.org/graphics/digikam/commit/bf5ee4c11fb37e8cab35d9231bed34d96c6d5afb

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

[digikam] [Bug 114417] Use Qt5.15 LTS source code from KDE git collection patch repository to compile AppImage bundle

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=114417

--- Comment #7 from caulier.gil...@gmail.com ---
Git commit bf5ee4c11fb37e8cab35d9231bed34d96c6d5afb by Gilles Caulier.
Committed on 24/01/2022 at 06:39.
Pushed by cgilles into branch 'master'.

copy qt git revision manifest in the bundle at ./usr/share/digikam/MANIFEST.txt
Related: bug 261634

M  +3-5project/bundles/3rdparty/ext_qt/5.15-LTS/kde-qt5-lts.sh
M  +4-6project/bundles/3rdparty/ext_qt/6.3/kde-qt6.sh
M  +2-0project/bundles/appimage/01-build-host.sh
M  +0-2project/bundles/appimage/03-build-digikam.sh
M  +6-1project/bundles/appimage/04-build-appimage.sh

https://invent.kde.org/graphics/digikam/commit/bf5ee4c11fb37e8cab35d9231bed34d96c6d5afb

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

[kwin] [Bug 449047] Fullscreen firefox locks screen refresh

2022-01-23 Thread Ian Kidd
https://bugs.kde.org/show_bug.cgi?id=449047

--- Comment #1 from Ian Kidd  ---
Correction: shell reload with `kquitapp5 plasmashell && kstart plasmashell`
does not refresh that screen.

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

[kwin] [Bug 449047] New: Fullscreen firefox locks screen refresh

2022-01-23 Thread Ian Kidd
https://bugs.kde.org/show_bug.cgi?id=449047

Bug ID: 449047
   Summary: Fullscreen firefox locks screen refresh
   Product: kwin
   Version: 5.23.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ik...@protonmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. open firefox 
2. hit F11 for fullscreen
3. 

OBSERVED RESULT
Screen refresh stops and page becomes stuck.  It will take input but does not
refresh screen.  Hitting F11 again doesn't refresh screen to regular size. 
Manually closing window in task manager does not refresh screen.  Other windows
dragged on to that screen are not visible, though they do respond to input if
you guess the position correctly.  Requires log out or shell reload to drop
last shown view.

EXPECTED RESULT

fullscreen then return to normal

ADDITIONAL INFORMATION

May be because using MOZ_ENABLE_WAYLAND switch when running Firefox so it's not
using xwayland?

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

[plasma-systemmonitor] [Bug 448905] Should PID be a default column?

2022-01-23 Thread jimbo
https://bugs.kde.org/show_bug.cgi?id=448905

--- Comment #2 from jimbo  ---
I'll be honest with you, I'm not going to remember the `ps -e | grep '
unless I had to use it daily. Finding stuff through the UI is much more
intuitive, especially having the foreknowledge of Windows. That's why I would
open the System Monitor to look for the PID.

The reason that I would have to use the terminal is that there are times when
the "End Process" or "Send Signal -> Kill" does not work in System Monitor and
you have to revert to the terminal to shut it down. 

Again, I'm just describing my experience coming from Windows. If the column was
made default it would have saved time searching how to shut down the process.
Also it seems pretty relevant to the 'Processes' page to list the process ID.

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

[Elisa] [Bug 449046] Move player controls to the bottom

2022-01-23 Thread kassindornelles
https://bugs.kde.org/show_bug.cgi?id=449046

--- Comment #1 from kassindornelles  ---
Created attachment 145835
  --> https://bugs.kde.org/attachment.cgi?id=145835=edit
Clementine vs Elisa screenshot (example)

I have so much more information when using Clementine.

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

[Elisa] [Bug 449046] New: Move player controls to the bottom

2022-01-23 Thread kassindornelles
https://bugs.kde.org/show_bug.cgi?id=449046

Bug ID: 449046
   Summary: Move player controls to the bottom
   Product: Elisa
   Version: 21.12.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: kassin.dornel...@gmail.com
  Target Milestone: ---

Created attachment 145834
  --> https://bugs.kde.org/attachment.cgi?id=145834=edit
Screenshot of my redesign idea in a very and extreme cheap way, is so badly
done that it gets funny to look at

Elisa has this issue for me that really makes it painful to use, so painful
that i avoid it with passion.

The problem is that theres so much badly used space in the UI and the media
controls are neither in the top of the window or in the bottom, 90% of the
music players use media controls in the bottom of the screen because like that
you can focus on your playlist/songs/etc

I attached a screenshot of how i would like it to look like and also pointing
the issue properly since english is not my native language and i'm struggling
to explain this with text only.

Don't take it as a personal offence or anything like that, trying new stuff is
cool and all and i love 99% of the KDE software i use,
and i also use plasma, but Elisa is the only thing that forces me to use
alternatives that do not integrate well with the KDE/Plasma ecosystem.

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

[plasmashell] [Bug 449045] Task Manager fails to recognize Google Chrome launcher as identical if it has flags enabled

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449045

--- Comment #1 from tcb...@protonmail.com ---
Created attachment 145833
  --> https://bugs.kde.org/attachment.cgi?id=145833=edit
Place this in ~/.config

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

[plasmashell] [Bug 449045] New: Task Manager fails to recognize Google Chrome launcher as identical if it has flags enabled

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449045

Bug ID: 449045
   Summary: Task Manager fails to recognize Google Chrome launcher
as identical if it has flags enabled
   Product: plasmashell
   Version: 5.23.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: h...@kde.org
  Reporter: tcb...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 145832
  --> https://bugs.kde.org/attachment.cgi?id=145832=edit
Two icons for Chrome can be seen

SUMMARY
If Google Chrome has flags enabled, the Icons-Only Task Manager will sometimes
not properly group the application, as the flags cause Plasma to believe it is
a separate program

STEPS TO REPRODUCE
Unfortunately the exact trigger for the bug is unknown, though I have noticed
it arising from running Google Chrome with various flags enabled using an
auxiliary chrome-flags.conf placed at ~/.config .

OBSERVED RESULT
Two copies of Google Chrome are created in the taskbar

EXPECTED RESULT
The Google Chrome icon combines properly

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.8.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

Relevant line in the file plasma-org.kde.plasma.desktop--appletsrc :

launchers=applications:google-chrome.desktop,applications:google-chrome
--enable-features=VaapiVideoDecoder
--use-gl=desktop.desktop,applications:steam.desktop,applications:signal-desktop.desktop,preferred://filemanager,applications:org.kde.konsole.desktop

(Normally the second icon appears unpinned and will not be in this file; in
order to investigate this bug I manually pinned the duplicate which led me to
discover this anomaly)

Contents of ~/.config/chrome-flags.conf :

--ignore-gpu-blocklist
--enable-gpu-rasterization
--enable-zero-copy
--enable-features=VaapiVideoDecoder
--use-gl=desktop

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

[krita] [Bug 445672] Color banding on openGL canvas view when output format is set to Rec.2020(10 bit)

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445672

--- Comment #7 from 2376112...@qq.com ---
(In reply to 2376112839 from comment #5)
> Sorry for late reply. I repeated the same test at krita 5.0.2 with the same
> configuration and gradient file, but color banding still exists, as
> attachment 3 [details] shows.

It is attachment 145831

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

[krita] [Bug 445672] Color banding on openGL canvas view when output format is set to Rec.2020(10 bit)

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445672

--- Comment #6 from 2376112...@qq.com ---
Created attachment 145831
  --> https://bugs.kde.org/attachment.cgi?id=145831=edit
Color banding screenshot at krita 5.0.2

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

[krita] [Bug 445672] Color banding on openGL canvas view when output format is set to Rec.2020(10 bit)

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445672

--- Comment #5 from 2376112...@qq.com ---
Sorry for late reply. I repeated the same test at krita 5.0.2 with the same
configuration and gradient file, but color banding still exists, as attachment
3 shows.

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

[digikam] [Bug 448593] New generic Flow View plugin for digiKam

2022-01-23 Thread 319513897
https://bugs.kde.org/show_bug.cgi?id=448593

--- Comment #20 from 319513...@outlook.com <319513...@outlook.com> ---
But you should know is that digikam has not export PreviewLoadThread as a
interface for plugins. 

Run *grep -R PreviewLoadThread* in /usr/include/digikam can get nothing. I
don't thing it a good idea to copy PreviewLoadThread.h and
PreviewLoadThread.cpp, which depends other sources.

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

[krita] [Bug 445672] Color banding on openGL canvas view when output format is set to Rec.2020(10 bit)

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445672

2376112...@qq.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED
Version|4.4.8   |5.0.2

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

[kwin] [Bug 445894] Crash in KWin::DrmOutput::updateCursor -> malloc(): unsorted double linked list corrupted

2022-01-23 Thread Jiri Slaby
https://bugs.kde.org/show_bug.cgi?id=445894

Jiri Slaby  changed:

   What|Removed |Added

Version|5.23.3  |5.23.5

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

[frameworks-kwayland] [Bug 448141] QT_SCALE_FACTOR breaks applications on Wayfire

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=448141

--- Comment #8 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.

[kate] [Bug 440376] Kate crashes when trying to close an unsaved file

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=440376

--- 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 444749] Plasma Wayland is unable to launch

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444749

--- Comment #5 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.

[kate] [Bug 439833] LSP-Client does not work

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=439833

--- Comment #7 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.

[Spectacle] [Bug 421964] Not possible to apply change of default file format

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421964

--- Comment #6 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.

[Elisa] [Bug 449044] New: Wishlist: Sort by file creation date

2022-01-23 Thread Aadniz
https://bugs.kde.org/show_bug.cgi?id=449044

Bug ID: 449044
   Summary: Wishlist: Sort by file creation date
   Product: Elisa
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: kristiana...@gmail.com
  Target Milestone: ---

I've been using spotify for years, and when playing music I usually always sort
by time added.
Lately, I've been looking for something more local and I think Elisa is a
pretty good application.

The only thing that I feel is missing, is to be able to sort by file creation
date (date when it was saved to disk).
In "Files", you can only sort by A-Z, and in "Tracks" there is no option for
this either.


ADDITIONAL INFORMATION
https://www.reddit.com/r/kde/comments/sbbsvy/elisa_would_really_appreciate_if_it_was_possible/

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

[systemsettings] [Bug 448995] colours appearance may not update until you select something else

2022-01-23 Thread David Chmelik
https://bugs.kde.org/show_bug.cgi?id=448995

--- Comment #2 from David Chmelik  ---
I have M2 SSD/NVME for OS, HDD for data, AMD Radeon 6900 XT GPUs ASUS Tuf
display/video/graphics card.  However, did you check with multiple monitors?

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

[kwin] [Bug 448994] when taskbar is at top, programs don't snap to it (using effect)

2022-01-23 Thread David Chmelik
https://bugs.kde.org/show_bug.cgi?id=448994

--- Comment #2 from David Chmelik  ---
X11, and I'm not ready to switch.  Now it's not happening, but in the past it
happened quite a lot, with every program.  Maybe it's one of the (several bad)
things that happen after I go away from keyboard (AFK,) the screen goes blank,
then programs move to other places than I had put them, then when I move & snap
them back, that might be when this happens.  Right now I can't use a desktop
recorder, and of course, can't take a screenshot when motion is in progress,
though if/when it happens again I could I could take a screenshot showing how
many pixels a program is away.

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

[akregator] [Bug 383404] The content pane does not respect the Breeze dark theme

2022-01-23 Thread Forest
https://bugs.kde.org/show_bug.cgi?id=383404

Forest  changed:

   What|Removed |Added

 CC||fores...@sonic.net

--- Comment #3 from Forest  ---
> I modified all the files there

Thanks for sharing those html files, Alexandre. I placed them in
$HOME/.local/share/akregator/grantleetheme/5.2 and they make the content pane
much easier on the eyes.

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

[okular] [Bug 449043] underline

2022-01-23 Thread Roberto_Ronconi
https://bugs.kde.org/show_bug.cgi?id=449043

--- Comment #1 from Roberto_Ronconi  ---
The only bug for now :  sometimes the last underline line looks thinner than
the rest

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

[akregator] [Bug 85624] idea: "web scraping" support (support script output as feed source)

2022-01-23 Thread Forest
https://bugs.kde.org/show_bug.cgi?id=85624

Forest  changed:

   What|Removed |Added

 CC||fores...@sonic.net

--- Comment #7 from Forest  ---
Yes, the desire for this feature still exists. (I'm another ex-Liferea user.)

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

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files)

2022-01-23 Thread Brooks Knight
https://bugs.kde.org/show_bug.cgi?id=387663

--- Comment #51 from Brooks Knight  ---
Looks like this issue is due to Dolphin not watching a directory, which can
happen several ways, already loaded but inactive tabs or second Dolphin window.
I did not see any errors in Dolphin.

To reproduce:
1. Open two Dolphin windows of the same folder,
2. Create a file in that folder with the terminal. One window will update and
the other won't.
3. In the window that is not working, pressing F5 will have Dolphin correctly
watch the folder again.

I already had higher inotify watches due to Insync.

fs.inotify.max_user_watches=1048576

Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-27-generic (64-bit)
Graphics Platform: X11
Processors: 6 × Intel® Core™ i5-8400 CPU @ 2.80GHz
Memory: 31.1 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2

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

[Powerdevil] [Bug 447475] lowering brightness to 0 on oled irreversibly turns off screen

2022-01-23 Thread Steven Noonan
https://bugs.kde.org/show_bug.cgi?id=447475

Steven Noonan  changed:

   What|Removed |Added

 CC||ste...@uplinklabs.net

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

[plasmashell] [Bug 449026] When moving a new panel to vertical side, some buttons in Edit Mode toolbar are "out of screen"

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449026

Nate Graham  changed:

   What|Removed |Added

Version|master  |5.23.90

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2022-01-23 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #40 from zyf0330  ---
(In reply to zyf0330 from comment #38)
> Created attachment 145829 [details]
> Compositor settings
> 
> I use Ubuntu 21.10 with KDE Plasma, and SDDM compositor whose settings is in
> attachment.
> 
> After do that workground, there are three tray icons appearing in separate
> window. They are emojione-picker, xpad, wine.

It is weired, I try to retry but this problem disappears.
I try to disable all these three applications autostart, and enable one by one,
at the same time I switch Render Backend between OpenGL 3.1 and Xrender, but
XembedSNIProxy doesn't use high cpu every reboot. AND, I resume all these
settings, this problem doesn't appear too!

The only variable is, I changed kernel version from 5.13.0-22-generic to
5.13.0-27-generic before do this. But switch Render Backend to OpenGL is still
lag, unless I set OpenGL and reboot and doesn't touch Compositor settings.

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

[kdeconnect] [Bug 435362] Application crash on multimedia control in landscape mode

2022-01-23 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=435362

Bharadwaj Raju  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Bharadwaj Raju  ---
Apparently fixed with
https://invent.kde.org/network/kdeconnect-android/-/commit/5ef7154d5ec9862633cd54351f53a911f6c1a958

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

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files)

2022-01-23 Thread Brooks Knight
https://bugs.kde.org/show_bug.cgi?id=387663

Brooks Knight  changed:

   What|Removed |Added

 CC||cyb3r.kn1...@gmail.com

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

[plasmashell] [Bug 444924] SDDM and Lockscreen themes are cluttered with small screen size/resolution

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444924

Nate Graham  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |visual-des...@kde.org
  Component|general |Theme - Breeze
Version|unspecified |5.23.5
Product|Breeze  |plasmashell
   Target Milestone|--- |1.0
 CC||plasma-b...@kde.org
Summary|Layout is cluttered with|SDDM and Lockscreen themes
   |small screen|are cluttered with small
   |size/resolution |screen size/resolution

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

[kwin] [Bug 442839] [wayland] mouse cursor changes away from the theme cursor to adwaita

2022-01-23 Thread Samuel Reddy
https://bugs.kde.org/show_bug.cgi?id=442839

--- Comment #9 from Samuel Reddy  ---
Affects games like Minecraft

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2022-01-23 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #39 from zyf0330  ---
Another related thing is, after change compositor settings (when use OpenGL 3.1
or OpenGL 2.0) and apply, the whole screen is lag, except I use Xrender. My
previous computer has no this problem, current computer is too old which is MSI
GE60 2PG. So Maybe it is a hardware compatibility problem.

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

[okular] [Bug 449043] New: underline

2022-01-23 Thread Roberto_Ronconi
https://bugs.kde.org/show_bug.cgi?id=449043

Bug ID: 449043
   Summary: underline
   Product: okular
   Version: unspecified
  Platform: Snap
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: ronconirob...@gmail.com
  Target Milestone: ---

Created attachment 145830
  --> https://bugs.kde.org/attachment.cgi?id=145830=edit
An example

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
***
Okular is excellent. 
The only bug for now :  sometimes the last underline line looks thinner than
the rest


---
STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
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.

[plasmashell] [Bug 352555] Display orientiation is not taken into account when looking for matching wallpapers in a package

2022-01-23 Thread Joe Cardenas
https://bugs.kde.org/show_bug.cgi?id=352555

Joe Cardenas  changed:

   What|Removed |Added

 CC||coderjo...@gmail.com
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Joe Cardenas  ---
I checked this, and I think this is fixed. I had to create a 1200x1920
resolution image, but the correct aspect ratio was chosen automatically. Feel
free to reopen this bug if this is still an issue for you.

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2022-01-23 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=425271

--- Comment #38 from zyf0330  ---
Created attachment 145829
  --> https://bugs.kde.org/attachment.cgi?id=145829=edit
Compositor settings

I use Ubuntu 21.10 with KDE Plasma, and SDDM compositor whose settings is in
attachment.

After do that workground, there are three tray icons appearing in separate
window. They are emojione-picker, xpad, wine.

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

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition

2022-01-23 Thread Nando
https://bugs.kde.org/show_bug.cgi?id=441916

--- Comment #2 from Nando  ---
Created attachment 145828
  --> https://bugs.kde.org/attachment.cgi?id=145828=edit
New crash information added by DrKonqi

partitionmanager (20.12.3) using Qt 5.15.2

- What I was doing when the application crashed:

I wanted to shrink 2 ntfs partitions, app crashed when I hit APPLY

-- Backtrace (Reduced):
#4  0x7f7d382c84a7 in PartWidget::paintEvent(QPaintEvent*) () from
/lib/x86_64-linux-gnu/libkpmcore.so.10
#5  0x7f7d37749d6e in QWidget::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#6  0x7f7d37709173 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7  0x7f7d36c2c22a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f7d37741e3a in QWidgetPrivate::sendPaintEvent(QRegion const&) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5

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

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition

2022-01-23 Thread Nando
https://bugs.kde.org/show_bug.cgi?id=441916

Nando  changed:

   What|Removed |Added

 CC||brind...@gmx.net

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

[Akonadi] [Bug 449042] New: Experiences multiple random crashes per day

2022-01-23 Thread Aadniz
https://bugs.kde.org/show_bug.cgi?id=449042

Bug ID: 449042
   Summary: Experiences multiple random crashes per day
   Product: Akonadi
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: kristiana...@gmail.com
  Target Milestone: ---

Application: akonadiserver (5.19.1 (21.12.1))

Qt Version: 5.15.2
Frameworks Version: 5.90.0
Operating System: Linux 5.16.2-arch1-1 x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 5.23.5 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
For this spesific crash, it crashed in the exact same moment as I right clicked
in PHPStorm. The crashes usually happen during spawning of context menues.
Another thing is that, it won't crash right away, but it will rather crash
after some time of using the application(s)

The crash can be reproduced sometimes.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Segmentation fault

[KCrash Handler]
#4  0x56282c3e56a3 in ?? ()
#5  0x7fa92c36ee86 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#6  0x7fa92c34b15e in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#7  0x7fa92c34bc79 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#8  0x7fa92c392558 in ?? () from /usr/lib/libQt5Core.so.5
#9  0x7fa92a6b9fd3 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#10 0x7fa92a710049 in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x7fa92a6b7545 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#12 0x7fa92c39645a in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#13 0x7fa92c34345b in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#14 0x7fa92c34eba7 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#15 0x56282c3dacc5 in ?? ()
#16 0x7fa92bce9b25 in __libc_start_main () from /usr/lib/libc.so.6
#17 0x56282c3ddbee in ?? ()
[Inferior 1 (process 2844) detached]

Possible duplicates by query: bug 449008, bug 448987, bug 448607, bug 448195,
bug 448184.

Reported using DrKonqi

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

[ksysguard] [Bug 449041] New: Mensagem de erro

2022-01-23 Thread Aldo
https://bugs.kde.org/show_bug.cgi?id=449041

Bug ID: 449041
   Summary: Mensagem de erro
   Product: ksysguard
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: ksysguard
  Assignee: ksysguard-b...@kde.org
  Reporter: aldojosebra...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 145827
  --> https://bugs.kde.org/attachment.cgi?id=145827=edit
erro

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. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMAT

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

[plasmashell] [Bug 371717] Containment for the second monitor is lost on boot or when it is connected

2022-01-23 Thread Ryan
https://bugs.kde.org/show_bug.cgi?id=371717

Ryan  changed:

   What|Removed |Added

 CC||r...@rschanz.org

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

[Discover] [Bug 449039] Discover needs reboot to show "uninstall", after app was installed | Kubuntu KDE 5.86.0

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449039

amanita+kdeb...@mailbox.org changed:

   What|Removed |Added

   Platform|Other   |Kubuntu Packages
Version|unspecified |5.23.0

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

[Discover] [Bug 449039] Discover needs reboot to show "uninstall", after app was installed | Kubuntu KDE 5.86.0

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449039

--- Comment #2 from amanita+kdeb...@mailbox.org ---
(In reply to Nate Graham from comment #1)
> You're right that this isn't a duplicate of Bug 443615. It is a different
> thing, but it's already been fixed in 5.24.

awesome! I probably can only update using KDE Neon right?

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

[plasmashell] [Bug 449034] "expose password text" setting not reset when UI fades out

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449034

--- Comment #2 from dbrun...@dbruneau.me ---
(In reply to Nate Graham from comment #1)
> Probably easiest to just remove this button since the Login Screen UI
> already did. It would fix this automatically.

Thanks

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

[okular] [Bug 448791] PDF Document contains a print button which does not work

2022-01-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=448791

Albert Astals Cid  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/fa6743aa
   ||04578db668ad09d02a544fac006
   ||d8149

--- Comment #2 from Albert Astals Cid  ---
Git commit fa6743aa04578db668ad09d02a544fac006d8149 by Albert Astals Cid.
Committed on 23/01/2022 at 22:20.
Pushed by aacid into branch 'master'.

Support the PDF Print named action

Also stop casting directly from a poppler enum to an okular enum, it's
not cool

M  +2-3core/action.h
M  +3-0core/document.cpp
M  +7-0core/document.h
M  +39   -1generators/poppler/generator_pdf.cpp
M  +1-0part/part.cpp

https://invent.kde.org/graphics/okular/commit/fa6743aa04578db668ad09d02a544fac006d8149

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

[Discover] [Bug 449039] Discover needs reboot to show "uninstall", after app was installed | Kubuntu KDE 5.86.0

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449039

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.24
 CC||n...@kde.org
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Nate Graham  ---
You're right that this isn't a duplicate of Bug 443615. It is a different
thing, but it's already been fixed in 5.24.

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

[systemsettings] [Bug 449040] The headers in KCM pages have different paddings

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449040

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[systemsettings] [Bug 449040] The headers in KCM pages have different paddings

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449040

Nate Graham  changed:

   What|Removed |Added

  Component|general |iconview
 Status|RESOLVED|REPORTED
 Resolution|DUPLICATE   |---

--- Comment #4 from Nate Graham  ---
Oops my mistake, this is a different thing.

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

[systemsettings] [Bug 448889] Header sections not aligned

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448889

Nate Graham  changed:

   What|Removed |Added

 CC||ncqm3...@anonaddy.me

--- Comment #7 from Nate Graham  ---
*** Bug 449040 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 449040] The headers in KCM pages have different paddings

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449040

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


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

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

[frameworks-kio] [Bug 449038] Papercut: Accidentally switching to a recent name by pressing an arrow key obliterates custom name

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449038

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|wishlist|normal
   Keywords||usability
 Ever confirmed|0   |1
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Confirmed, this is indeed somewhat annoying.

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

[kwin] [Bug 447141] Cursor flickers when moving between window titlebar and content

2022-01-23 Thread Viorel-Cătălin Răpițeanu
https://bugs.kde.org/show_bug.cgi?id=447141

Viorel-Cătălin Răpițeanu  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

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

[plasmashell] [Bug 449037] When editing a panel, change the animation of hovering widgets to fade in. Also, add a bit of delay to show the context menu

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449037

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|RESOLVED
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |Panel
 Resolution|--- |INTENTIONAL

--- Comment #1 from Nate Graham  ---
> the context menu (or whatever it is) appears too fast and this can be very 
> frustrating when
> hovering multiple objects because lots of context menus keeps appearing very 
> fast
If we implemented a delay, we would annoy people in the opposite direction:
They would say, "why doesn't it immediately react to hover? It's too slow!


> Also, the slide to top animation worsen this visual pollution. A fade in 
> animation would
> smooth things out.
This seems highly subjective. I don't think the slide animation is "visual
pollution" at all. We use slide animations all over the place and in general I
think they look pretty good.

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

[kwin] [Bug 448555] [Wayland] Incorrect mouse sizing on mixed DPI displays and windows

2022-01-23 Thread Viorel-Cătălin Răpițeanu
https://bugs.kde.org/show_bug.cgi?id=448555

Viorel-Cătălin Răpițeanu  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

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

[kwin] [Bug 446992] Fullscreen animation stutters on wayland

2022-01-23 Thread Viorel-Cătălin Răpițeanu
https://bugs.kde.org/show_bug.cgi?id=446992

Viorel-Cătălin Răpițeanu  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

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

[plasmashell] [Bug 449036] Displayed name of a Bluetooth device's battery is an HID name, not the alias which you can set in preferences

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449036

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

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

[xdg-desktop-portal-kde] [Bug 448423] Screen sharing fails to work on apps that use portal + pipewire to capture the screen

2022-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448423

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.24

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

[krusader] [Bug 448647] Krusader sometimes crashes when copying or moving files

2022-01-23 Thread Ray Warnatsch
https://bugs.kde.org/show_bug.cgi?id=448647

--- Comment #1 from Ray Warnatsch  ---
I also had this happen moving directories and sub-directories from one zfs
filesystem into another zfs filesystem.  Moving files in the same zfs
filesystem seems to not be an issue.
Hardware: AMD Ryzen 5900x with RX 6900XT
Arch Linux Kernel: 5.16.2
zfs-linux 2.1.2_5.16.2.arch1.1-1
Gnome 41/wayland 1.20.0-1 
qt5-base 5.15.2+kde+r294-1 & qt5-wayland 5.15.2+kde+r44-1
Krusader started with: -platform wayland

The resutls are that all the nested directories are created, but it seems none
of the files are moved.  Trying again results in a crash after a couple of
write into messages replied to.  
Unfortunately not on KDE I have no trace and don't know how to get it to
happen.  I did run krusader from the command line (after directories already
created) and I got these messages I don't normally see:
wl_surface@47: error 4: Invalid min/max size
17:20:02.216-warning default unknown@0 # The Wayland connection experienced a
fatal error: Protocol error

Hope that is helpful.

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

[okular] [Bug 431717] File could not be saved in C: / Users /.../ AppData / Local / Temp / okular.uuqUnF '. Try to save it to another location.

2022-01-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=431717

Albert Astals Cid  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/3e919b42
   ||873081574e3a095349b736f4767
   ||5eae1

--- Comment #10 from Albert Astals Cid  ---
Git commit 3e919b42873081574e3a095349b736f47675eae1 by Albert Astals Cid.
Committed on 23/01/2022 at 22:20.
Pushed by aacid into branch 'release/21.12'.

Fix saving to okular archive on Windows

M  +10   -6part/part.cpp

https://invent.kde.org/graphics/okular/commit/3e919b42873081574e3a095349b736f47675eae1

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

[kwin] [Bug 413034] Cursor flickers/artifacts with fractional scaling on wayland

2022-01-23 Thread Viorel-Cătălin Răpițeanu
https://bugs.kde.org/show_bug.cgi?id=413034

Viorel-Cătălin Răpițeanu  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

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

[Powerdevil] [Bug 448459] [Usability] Logarithmic brightness scaling

2022-01-23 Thread Peter Newcomb
https://bugs.kde.org/show_bug.cgi?id=448459

--- Comment #4 from Peter Newcomb  ---
Sounds good.  I'll start looking into fully fleshing out the feature.

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

[korganizer] [Bug 448846] Entries in "std.ics" are incomplete: The timezone in "DTSTART" is missing

2022-01-23 Thread Joerg Schiermeier
https://bugs.kde.org/show_bug.cgi?id=448846

--- Comment #4 from Joerg Schiermeier  ---
Created attachment 145826
  --> https://bugs.kde.org/attachment.cgi?id=145826=edit
Enter a new event with KOrganizer.

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

[krusader] [Bug 448647] Krusader sometimes crashes when copying or moving files

2022-01-23 Thread Ray Warnatsch
https://bugs.kde.org/show_bug.cgi?id=448647

Ray Warnatsch  changed:

   What|Removed |Added

 CC||r...@compusmart.ab.ca

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

[Breeze] [Bug 444924] Layout is cluttered with small screen size/resolution

2022-01-23 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=444924

--- Comment #6 from Photon  ---
Hmm, understood. What about suggestion 2. It would align to Plasma panel
design, where it has keyboard system tray applets at the bottom right. Also, in
my opinion it might not be good to display way too technical information such
as "X11" and "Xorg" in the current way SDDM is showing, so maybe the cog icon
at the bottom left (or next to the password panel) would be great.

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

[korganizer] [Bug 448846] Entries in "std.ics" are incomplete: The timezone in "DTSTART" is missing

2022-01-23 Thread Joerg Schiermeier
https://bugs.kde.org/show_bug.cgi?id=448846

--- Comment #3 from Joerg Schiermeier  ---
(In reply to gjditchfield from comment #1)
> How did you create the event?  If you used the usual "New Event dialog",
Suppose I want to create an event at the 25th of January, 2022, 1:30 P.M. (In
Germany this is 13.30 o'clock)
The view is set to the weekly calendar view. Then I will click right on the
25th close to 13.00 o'clock and will choose "Create a new event". I will fill
the dialogue. When ready I will hit "OK". Now is done.

> were either of the start date and end date set in the "floating" time zone?
I will not touch the "time zone" buttons.

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

[frameworks-plasma] [Bug 449014] Some things are non-interactive with touch

2022-01-23 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=449014

Zamundaaa  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Zamundaaa  ---
Thanks! Should've recompiled before reporting... It does work now

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

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

[frameworks-plasma] [Bug 446303] [Touch input] Checkboxes in most widgets don't toggle when tapped

2022-01-23 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=446303

Zamundaaa  changed:

   What|Removed |Added

 CC||xaver.h...@gmail.com

--- Comment #7 from Zamundaaa  ---
*** Bug 449014 has been marked as a duplicate of this bug. ***

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

[kdenlive] [Bug 444179] Errors "Not connected to D-Bus server" to start Kdenlive

2022-01-23 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=444179

Julius Künzel  changed:

   What|Removed |Added

  Latest Commit||https://github.com/flathub/
   ||org.kde.kdenlive/commit/783
   ||91984ae0352eaa6fbf8d6f4f6fa
   ||445bb9923a
 Status|REPORTED|RESOLVED
 CC||jk.kde...@smartlab.uber.spa
   ||ce
 Resolution|--- |FIXED

--- Comment #1 from Julius Künzel  ---
Thanks for your report! This error message was Flatpak specific and has been
recently fixed by
https://github.com/flathub/org.kde.kdenlive/commit/78391984ae0352eaa6fbf8d6f4f6fa445bb9923a

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

[systemsettings] [Bug 449040] The headers in KCM pages have different paddings

2022-01-23 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=449040

--- Comment #2 from Photon  ---
Note that the "General Behavior" have a little extra vertical padding.

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

[systemsettings] [Bug 449040] The headers in KCM pages have different paddings

2022-01-23 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=449040

--- Comment #1 from Photon  ---
Created attachment 145825
  --> https://bugs.kde.org/attachment.cgi?id=145825=edit
Different padding 2

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

[systemsettings] [Bug 449040] New: The headers in KCM pages have different paddings

2022-01-23 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=449040

Bug ID: 449040
   Summary: The headers in KCM pages have different paddings
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ncqm3...@anonaddy.me
  Target Milestone: ---

Created attachment 145824
  --> https://bugs.kde.org/attachment.cgi?id=145824=edit
Different padding 1

SUMMARY


STEPS TO REPRODUCE
Switch to icon-view in System Settings and open different pages.

OBSERVED RESULT


EXPECTED RESULT
The headers in KCM pages having the same padding.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 35
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
Kernel Version: 5.15.16-200.fc35.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8265U CPU @ 1.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION

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

[gwenview] [Bug 441698] Gwenview fails to open and preview RAW images (NEF, ARW, etc.) : mimetype is detected as TIFF

2022-01-23 Thread Martin Kyral
https://bugs.kde.org/show_bug.cgi?id=441698

Martin Kyral  changed:

   What|Removed |Added

   Keywords||regression
  Flags||corner_case-, Usability+

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

[gwenview] [Bug 441698] Gwenview fails to open and preview RAW images (NEF, ARW, etc.) : mimetype is detected as TIFF

2022-01-23 Thread Martin Kyral
https://bugs.kde.org/show_bug.cgi?id=441698

--- Comment #49 from Martin Kyral  ---
I believe this patch shall be reverted:

https://invent.kde.org/graphics/gwenview/-/commit/6a79391a9ab68bec839897369c665ee2e3afe7e5

When fixing a bug, there always shall be a) regression testing and b)
consideration if the benefit of the fix outweights the problems it causes. In
this case, it fails in both.

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

[Discover] [Bug 449039] New: Discover needs reboot to show "uninstall", after app was installed | Kubuntu KDE 5.86.0

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=449039

Bug ID: 449039
   Summary: Discover needs reboot to show "uninstall", after app
was installed | Kubuntu KDE 5.86.0
   Product: Discover
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: amanita+kdeb...@mailbox.org
CC: aleix...@kde.org
  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
***
Hey dear KDE-developers! 
Discover is working perfect, but I experience one weird thing.
After I install an app and decide I want to uninstall it again, the "Install"
field doesnt update to the "uninstall" and "open" fields. After reboot it has
updated that info.
STEPS TO REPRODUCE
1. Install an app in discover
2. uninstall it again
3. 

OBSERVED RESULT
It doesnt update the value to "installed".

EXPECTED RESULT
It should update the value every 5 minutes or so automatically.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: newest Kubuntu non LTS
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

NO Duplicate of 443615, its a different problem. It just doesnt how the button
at all.

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

[korganizer] [Bug 448846] Entries in "std.ics" are incomplete: The timezone in "DTSTART" is missing

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448846

gjditchfi...@acm.org changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[frameworks-kio] [Bug 449038] New: Papercut: Accidentally switching to a recent name by pressing an arrow key obliterates custom name

2022-01-23 Thread Brendon Higgins
https://bugs.kde.org/show_bug.cgi?id=449038

Bug ID: 449038
   Summary: Papercut: Accidentally switching to a recent name by
pressing an arrow key obliterates custom name
   Product: frameworks-kio
   Version: 5.88.0
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Open/save dialogs
  Assignee: kio-bugs-n...@kde.org
  Reporter: bren...@quantumfurball.net
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Hi,

I was using Okular to read a downloaded PDF, and wished to save it, so I used
"Save As...". When the dialog came up, I didn't like the suggested file name,
so I began changing it, first editing some characters at the start of the name
before moving right towards the end for more edits. In the process to move the
cursor, I tried to press the right arrow key, but I accidentally hit the down
arrow key, and so the dialog switched to a recently used name (from the names
drop down list), overwriting the name I had almost finished editing and
actually desired. It turns out there's no way to undo that - the "in progress"
user-customized name completely disappears from the drop-down list and cannot
be recovered. Frustrating!

Seems that this can also be triggered using the mouse by selecting a recent
name from the drop-down - any "in progress" custom name is similarly lost.

Please make it possible to undo the selection from the recent files list.
Perhaps "in progress" edit could be left as a separate line in the drop-down
list, so that it can be returned to if the user desires. (Making the down arrow
undo the up arrow, and vice versa, would be good.)

Also affects Kate (I checked) and presumably any other program which uses the
standard dialog.

Best,
Brendon

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

[digikam] [Bug 261634] Use Qt6 source code from KDE git repository to compile AppImage bundle

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=261634

--- Comment #6 from caulier.gil...@gmail.com ---
Git commit e6db88513131131daa5c4b7060b186af50378192 by Gilles Caulier.
Committed on 23/01/2022 at 23:15.
Pushed by cgilles into branch 'master'.

copy list of Qt submodules git revisions as manifiest in /usr/share/qt...
Related: bug 114417

M  +3-1project/bundles/3rdparty/ext_qt/5.15-LTS/kde-qt5-lts.sh
M  +3-1project/bundles/3rdparty/ext_qt/6.3/kde-qt6.sh

https://invent.kde.org/graphics/digikam/commit/e6db88513131131daa5c4b7060b186af50378192

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

[digikam] [Bug 114417] Use Qt5.15 LTS source code from KDE git collection patch repository to compile AppImage bundle

2022-01-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=114417

--- Comment #6 from caulier.gil...@gmail.com ---
Git commit e6db88513131131daa5c4b7060b186af50378192 by Gilles Caulier.
Committed on 23/01/2022 at 23:15.
Pushed by cgilles into branch 'master'.

copy list of Qt submodules git revisions as manifiest in /usr/share/qt...
Related: bug 261634

M  +3-1project/bundles/3rdparty/ext_qt/5.15-LTS/kde-qt5-lts.sh
M  +3-1project/bundles/3rdparty/ext_qt/6.3/kde-qt6.sh

https://invent.kde.org/graphics/digikam/commit/e6db88513131131daa5c4b7060b186af50378192

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

[systemsettings] [Bug 393812] Allow selection of a default text editor

2022-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=393812

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #3 from Nicolas Fella  ---
"Default Text Editor" is a bit of a fuzzy concept, there are lots of different
types of text files and it's not clear to which this should apply and which
not. That said just changing the default for text/plain might be enough?

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

[plasmashell] [Bug 449037] New: When editing a panel, change the animation of hovering widgets to fade in. Also, add a bit of delay to show the context menu

2022-01-23 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=449037

Bug ID: 449037
   Summary: When editing a panel, change the animation of hovering
widgets to fade in. Also, add a bit of delay to show
the context menu
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: ncqm3...@anonaddy.me
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 145823
  --> https://bugs.kde.org/attachment.cgi?id=145823=edit
The "slide to top" animation and the excess of movement

Currently, when editing the panel and hovering the widgets, the context menu
(or whatever it is) appears too fast and this can be very frustrating when
hovering multiple objects because lots of context menus keeps appearing very
fast. Also, the slide to top animation worsen this visual pollution. A fade in
animation would smooth things out.

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

[gwenview] [Bug 441698] Gwenview fails to open and preview RAW images (NEF, ARW, etc.) : mimetype is detected as TIFF

2022-01-23 Thread Martin Kyral
https://bugs.kde.org/show_bug.cgi?id=441698

Martin Kyral  changed:

   What|Removed |Added

 CC||sine.nom...@centrum.cz

--- Comment #48 from Martin Kyral  ---
(In reply to Maximilian Schmeling from comment #34)
> According to this site: http://lclevy.free.fr/nef/
> The Nikon Electronic File format (NEF) also stores an (approximately)
> 160x120 preview thumbnail (uncompressed TIFF).
> Gwenview might choose the thumbnail instead of the raw image.
> This would also explain the duplicate attributes, one for the real raw image
> and the other for the thumbnail.

Well, there are acutally two jpeg previews in each and every RAW file: 160x120
and full-res or reduced-but-high-enough. What's the former one purpose, I don't
know. The latter one is there so you can review the image on the back of the
camera whle not draining the battery for demosaicing. dcraw -e abdc.raw gives
you the preview. Gwenview uses libraw to extract the high-res jpeg preview and
feed it into the jpeg pipeline. I know that, because I implemented the feature
back in 2013. Unfortunatelly, I kind of fell out of the process and haven't
written a line in C++ since then so I am not sure I can fix the breakage which
I discovered right now. What a mess...

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

[Spectacle] [Bug 448232] When exporting unsaved screenshot, save it as a temp file rather than in the normal screenshot location

2022-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=448232

Nicolas Fella  changed:

   What|Removed |Added

 CC||derb...@interia.pl

--- Comment #2 from Nicolas Fella  ---
*** Bug 449030 has been marked as a duplicate of this bug. ***

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

[Spectacle] [Bug 449030] Spectacle saves screenshot copy when exporting despite autosave being disabled

2022-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=449030

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---
well, a file has to be created _somewhere_ to be able to open it in another
app.

See https://bugs.kde.org/show_bug.cgi?id=448232 for why it is saved where it is

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

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

[plasmashell] [Bug 449036] Displayed name of a Bluetooth device's battery is an HID name, not the alias which you can set in preferences

2022-01-23 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=449036

--- Comment #2 from ratijas  ---
Created attachment 145822
  --> https://bugs.kde.org/attachment.cgi?id=145822=edit
powermanagement data engine: magic keyboard's properties

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

[xdg-desktop-portal-kde] [Bug 448423] Screen sharing fails to work on apps that use portal + pipewire to capture the screen

2022-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=448423

Nicolas Fella  changed:

   What|Removed |Added

 CC||a.g...@libero.it

--- Comment #21 from Nicolas Fella  ---
*** Bug 449035 has been marked as a duplicate of this bug. ***

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

[xdg-desktop-portal-kde] [Bug 449035] Can't screen share under Wayland

2022-01-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=449035

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|WAITINGFORINFO  |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Nicolas Fella  ---


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

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

[plasmashell] [Bug 449036] Displayed name of a Bluetooth device's battery is an HID name, not the alias which you can set in preferences

2022-01-23 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=449036

--- Comment #1 from ratijas  ---
Created attachment 145821
  --> https://bugs.kde.org/attachment.cgi?id=145821=edit
The old/original/remote/HID name in the applet

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

  1   2   3   4   5   >