[digikam] [Bug 432646] digikam 7.2.0-rc crashes on startup (beta2 didn't)

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432646

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

   What|Removed |Added

  Component|general |Usability-Themes

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

[digikam] [Bug 432646] digikam 7.2.0-rc crashes on startup (beta2 didn't)

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432646

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

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||7.2.0
 Resolution|--- |FIXED

--- Comment #19 from caulier.gil...@gmail.com ---
Hi Norbert,

Great to read the issue is fixed.

Note : it's always a bad idea to try to use Plasma from git/master in
production. It's always an unstable workflow. Always use a n-1 or n-2 release
to be sure that all is ready and tested.

I close this file now.

Best regards

Gilles Caulier

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

[digikam] [Bug 395241] Faces in the "People" panel load slowly, and only when you scroll through them

2021-02-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=395241

--- Comment #7 from Maik Qualmann  ---
This problem only arises for new faces when face detection is running. The
second time they are loaded from the thumbnail database. The problem is that
with face detection, CPU, file system, database or network drives are all under
full load. It doesn't get any faster if we preloaded the thumbnails in this
situation.

Maik

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

[kwin] [Bug 432659] Certain kinds of popups do not appear when using Xwayland

2021-02-09 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=432659

--- Comment #2 from Vlad Zahorodnii  ---
Could you please provide more detailed steps to reproduce for people who don't
use zoom?

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

[okular] [Bug 432611] Okular ignores system-wide sub-pixel rendering

2021-02-09 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=432611

--- Comment #6 from Vladimir Yerilov  ---
Turns out this is a quite interesting issue. Thing is, such behavior is
observed in other distros, such as Fedora (Plasma), Ubuntu (Gnome, with its PDF
viewer, I don't remember its name, but it doesn't actually matter). Haven't
checked openSUSE though. Looks like it's Poppler's fault then.

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

[kwin] [Bug 432725] New: move window with keyboard shortcut between screens stacked over each other

2021-02-09 Thread Martin Insulander
https://bugs.kde.org/show_bug.cgi?id=432725

Bug ID: 432725
   Summary: move window with keyboard shortcut between screens
stacked over each other
   Product: kwin
   Version: 5.20.5
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: multi-screen
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mar...@insulander.info
  Target Milestone: ---

SUMMARY
Arranging windows with keyboard shortcuts to upper/lower half of screen, does
(mostly) not move between monitors as it does for the left/right shortcut.

STEPS TO REPRODUCE
1. Set layout of two monitors to be above each other
2. Place window in lower monitor
3. Press keyboard shortcut for moving a window to the upper half of screen a
couple of times

OBSERVED RESULT
The window stays on the lower monitor.
(It has worked a couple of times, but very seldom).

EXPECTED RESULT
The window moves to the screen above.

The same error can be repeated downwards, starting at the top monitor.

With monitors placed left/right I have not seen the error.

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

[KScreen] [Bug 432724] New: Allow to pre-configure/pre-seed scaling values

2021-02-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=432724

Bug ID: 432724
   Summary: Allow to pre-configure/pre-seed scaling values
   Product: KScreen
   Version: git
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kded
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: bhus...@gmail.com
  Target Milestone: ---

SUMMARY

Currently scaling for screen is decided by the kscreen on fly, which means, if
you are starting wayland session for first time, briefly, kwin and plasma would
have a "wrong" scaling until kded starts, and for some reason if kscreen kded
is delayed, it will get stuck on wrong scaling randomly. This is very visible
when starting session with the --lockscreen option on mobile session.

Now there's two solution to this, 

1) we pre-seed values for the kscreen configuration or kwin scaling
configuration. This in theory is possible but quite hard given this config
format uses the UUIDs and there's no way of knowing that and pre-setting this
values using /etc/xdg or something like that. So only way right now is to let
kscreen figure out correct scaling value and set it, in some cases this is too
late and provides very in-consistent experience.

2) We evaluate kscreen scaling configuration before starting anything including
lockscreen.

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

[Breeze] [Bug 432660] QML application crashes when using Breeze style and KColorSchemeManager

2021-02-09 Thread Norbert Preining
https://bugs.kde.org/show_bug.cgi?id=432660

Norbert Preining  changed:

   What|Removed |Added

 CC||norb...@preining.info

--- Comment #4 from Norbert Preining  ---
The same fix also helped with digikam 7.2.0-rc, where I saw crashes due to
colorscheme switches, see https://bugs.kde.org/show_bug.cgi?id=432646

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

[digikam] [Bug 432646] digikam 7.2.0-rc crashes on startup (beta2 didn't)

2021-02-09 Thread Norbert Preining
https://bugs.kde.org/show_bug.cgi?id=432646

--- Comment #18 from Norbert Preining  ---
Hopefully last comment. Today the breeze git contained the following commit:

commit 12e42f014338cce6a6d706a222a2f4af4bbb49b2 (HEAD -> Plasma/5.21,
origin/Plasma/5.21)
Author: David Redondo 
Date:   Tue Feb 9 08:54:34 2021 +

Clean up listener

If the style is unloaded for example by an application dynamically
switching styles, the listener was still around leading us to call
into destroyed objects when the color scheme was changed.
BUG:432660


(cherry picked from commit 5de36bd1381b1d755c8f2dd4b95b9758d3225b14)


With this commit added to breeze, I can now change to Fusion and stay there and
no crashes appear.

So I would say, with today's breeze git update the issue can be closed.

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

[digikam] [Bug 432613] Face detection scan all album, not only the selected ones

2021-02-09 Thread mahikeulbody
https://bugs.kde.org/show_bug.cgi?id=432613

--- Comment #4 from mahikeulbody  ---
That seems a good idea.
(and may be also for the "search in" dialog of Similarity)

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

[plasma-browser-integration] [Bug 432723] Spotify shows up as a three different players

2021-02-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=432723

--- Comment #1 from Bhushan Shah  ---
Created attachment 13
  --> https://bugs.kde.org/attachment.cgi?id=13=edit
and tab where metadata is set correctly

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

[plasma-browser-integration] [Bug 432723] New: Spotify shows up as a three different players

2021-02-09 Thread Bhushan Shah
https://bugs.kde.org/show_bug.cgi?id=432723

Bug ID: 432723
   Summary: Spotify shows up as a three different players
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Firefox
  Assignee: k...@privat.broulik.de
  Reporter: bhus...@gmail.com
  Target Milestone: ---

Created attachment 135554
  --> https://bugs.kde.org/attachment.cgi?id=135554=edit
one of 3 items where metadata is not set correctly

SUMMARY


STEPS TO REPRODUCE
1. Play music in spotify

OBSERVED RESULT

1. Notice that media player applet shows 3 tabs
2. Only one of them have a proper artwork/metadata.

EXPECTED RESULT

1. It shows up as only one instance.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Plasma 5.20.90

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

[KScreen] [Bug 432707] [Wayland] KScreen does not detect external displays such as DisplayPort on laptops

2021-02-09 Thread Shawn Starr
https://bugs.kde.org/show_bug.cgi?id=432707

--- Comment #2 from Shawn Starr  ---
Yes, X11 its fine.

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

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2021-02-09 Thread laurie jarden
https://bugs.kde.org/show_bug.cgi?id=389848

--- Comment #171 from laurie jarden  ---
I did as suggested in comment 170, performed a restart, cold boot & a
logout/login as this is usually I found the 'report the bug messages'.
No crashes or bug messages since.
Thanks for the help & replies.
Laurie J.

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

[plasmashell] [Bug 432676] High CPU usage (10-15%)

2021-02-09 Thread Dero
https://bugs.kde.org/show_bug.cgi?id=432676

--- Comment #5 from Dero <10...@mail.ru> ---
(In reply to Nate Graham from comment #4)
> Let's try to only change one thing at a time so we can narrow down where the
> problem lies. You were seeing the high CPU usage with Breath, but it goes
> away when using Breeze?

1) I use standard Breath theme, i3 + plasma without kwin, setup according with
the following guide: https://github.com/heckelson/i3-and-kde-plasma
2) After some of the latest update I noticed that plasmashell uses 10-15% CPU,
but before it uses 0-3%.
Logs: https://pastebin.com/z1zP4dHa
3) I tried delete (backuped) ~/.config but after that all icons are missing (as
example in the Dolphin), all UI elements become white, fonts changed. I tried
to change theme but no luck.
4) I restore ~/.config backup
5) I remove settings with the following guide:
https://forum.manjaro.org/t/how-reset-all-kde-settings/21518/3
6) All app settings reset, but Breathe theme, icons and some other stuff
stayed. CPU usage by plasmashell became 0-3%

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

[i18n] [Bug 432698] Kwrite shows unnecessary round bracket

2021-02-09 Thread Hannus
https://bugs.kde.org/show_bug.cgi?id=432698

--- Comment #2 from Hannus  ---
I saw I made an error in the description. Of course the expected result should
be without round bracket:

EXPECTED RESULT
Regel 5, kolom 4

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

[krita] [Bug 432700] non riesco ad uscire dallo schermo intero

2021-02-09 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=432700

vanyossi  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from vanyossi  ---
Please write all bug reports in english.

This is not a bug: correct shortcut for full screen toggle is (Ctrl + Shift +
F) no other shortcut will get you out of fullscreen mode. Please read the
manual https://docs.krita.org/en/index.html or get user support in
https://krita-artists.org/

Closing.

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

[plasmashell] [Bug 432676] High CPU usage (10-15%)

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432676

--- Comment #4 from Nate Graham  ---
Let's try to only change one thing at a time so we can narrow down where the
problem lies. You were seeing the high CPU usage with Breath, but it goes away
when using Breeze?

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

[frameworks-baloo] [Bug 389848] baloo_file crashes in mdb_put() in LMDB

2021-02-09 Thread Aleksey
https://bugs.kde.org/show_bug.cgi?id=389848

Aleksey  changed:

   What|Removed |Added

 CC|ymm-...@yandex.ru   |

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

[plasmashell] [Bug 432676] High CPU usage (10-15%)

2021-02-09 Thread Dero
https://bugs.kde.org/show_bug.cgi?id=432676

--- Comment #3 from Dero <10...@mail.ru> ---
(In reply to Nate Graham from comment #2)
> Are you saying that you were seeing this CPU usage when using a 3rd-party
> theme, and it went away when going back to the default theme via removing
> the config files? If so, which 3rd-party theme was it?

I used standard Breath theme before and now, no custom themes. I just replaced
kwin to i3.
I tried krohnkite addon for tiling but it have bugs. I like KDE apps and
infrastructure so I want to use all the benefits of qt and plasma with a good
tiling which provides i3 WM.

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

[plasmashell] [Bug 403430] Pager tooltip is shown empty if there are no windows open

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403430

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Nate Graham  ---
Cool.

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

[baloo-widgets] [Bug 432720] Tag management window needs a search/filter field

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432720

Nate Graham  changed:

   What|Removed |Added

  Component|general |general
Summary|File properties tag |Tag management window needs
   |management needs|a search/filter field
   |improvement |
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
   Assignee|dolphin-bugs-n...@kde.org   |stefan.bruens@rwth-aachen.d
   ||e
   Keywords||usability
Product|dolphin |baloo-widgets
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
It could really use a search, yeah.

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

[Discover] [Bug 432722] New: App screenshots rarely load

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432722

Bug ID: 432722
   Summary: App screenshots rarely load
   Product: Discover
   Version: 5.20.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: n...@kde.org
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 135553
  --> https://bugs.kde.org/attachment.cgi?id=135553=edit
screenshots not loading

Everything KDE from git master

This isn't 100% reproducible, but it's about 90% repdosucible.

Most of the time when I open Discover and navigate to an app page, screenshots
don't load. Not for that app, and not for any other app I navigate to. They all
just spin forever.

Sometimes--and I don't know what the trigger is--they load *immediately* upon
navigating to an app page. But most of the time this does not happen.

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

[Discover] [Bug 432691] Can't uninstall PackageKit apps

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432691

Nate Graham  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

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

[Discover] [Bug 432695] Discover doesn't exit cleanly

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432695

--- Comment #3 from Nate Graham  ---
Created attachment 135552
  --> https://bugs.kde.org/attachment.cgi?id=135552=edit
So many threads

So many threads. I'm attaching the backtrace as a text file because it's rather
long.

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

[Discover] [Bug 432721] New: Error spam in Discover console log

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432721

Bug ID: 432721
   Summary: Error spam in Discover console log
   Product: Discover
   Version: 5.20.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: n...@kde.org
CC: aleix...@kde.org
  Target Milestone: ---

Everything KDE from git master


qrc:/qml/ApplicationsListPage.qml:126: TypeError: Cannot read property
'application' of null
qrc:/qml/ApplicationDelegate.qml:101: TypeError: Cannot read property
'isResourceSupported' of null
qrc:/qml/ApplicationsListPage.qml:126: TypeError: Cannot read property
'application' of null
qrc:/qml/ApplicationsListPage.qml:126: TypeError: Cannot read property
'application' of null
qrc:/qml/ApplicationDelegate.qml:101: TypeError: Cannot read property
'isResourceSupported' of null
qrc:/qml/ApplicationsListPage.qml:126: TypeError: Cannot read property
'application' of null
qrc:/qml/ApplicationsListPage.qml:126: TypeError: Cannot read property
'application' of null
qrc:/qml/ApplicationDelegate.qml:101: TypeError: Cannot read property
'isResourceSupported' of null

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

[konsole] [Bug 389942] konsole crash on logout

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=389942

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #21 from Kurt Hindenburg  ---
Provide a good BT on the newest version if possible

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

[konsole] [Bug 383333] Windows-key combinations cause weird input

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=38

--- Comment #5 from Kurt Hindenburg  ---
Here's a good link for comment #3
https://invent.kde.org/utilities/konsole/-/commit/5ba344714b8da55dfcc84823abac6f059a288386

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

[konsole] [Bug 377669] Configurable link parsing

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=377669

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|REPORTED|RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
This is unlikely to ever be implemented in Konsole.

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

[kmenuedit] [Bug 375534] Crash on saving chnages - Segmentation fault

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375534

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[partitionmanager] [Bug 430393] bail from unnecessary partition scan; crash

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430393

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[krita] [Bug 429999] Any brush that have been modified(overwrite brush) will be deleted along backup resource when "Delete Backup Files"

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=42

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[klipper] [Bug 375838] Crash when copying large data to clipboard

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375838

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |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.

[Akonadi] [Bug 376167] Send Later Agent crashes after laptop wakes from suspend

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376167

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[korganizer] [Bug 376384] segvault, after moving start-time of repeating event with owncloud cal

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376384

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[konqueror] [Bug 375596] Problem with adblock and charging pages

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375596

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[korganizer] [Bug 376289] Korganizer Categories Crash

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376289

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[KScreen] [Bug 407058] KDE Plasma5 can't change resolution in VM after last update

2021-02-09 Thread ZhangHua
https://bugs.kde.org/show_bug.cgi?id=407058

ZhangHua  changed:

   What|Removed |Added

 CC||zhanghua...@qq.com

--- Comment #40 from ZhangHua  ---
According to open-vm-tools development
team(https://github.com/vmware/open-vm-tools/issues/493#issuecomment-775450550),
they think it is because "KDE KWin wayland backend is not correctly responding
to the CHANGE hotplug events on the drm subsystem; it should rescan the drm
connectors and update modes. "

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

[krita] [Bug 431421] Krita sometimes crash after running for a while and the file that I was working on wasn't saved as well (I was just doodling around, nothing important was lost). But this has happ

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=431421

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[krita] [Bug 429247] ctrl+alt to split meshes in mesh transform doesn't work for me.

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429247

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[krita] [Bug 429629] Crash on clicking at an item in Resources Manager

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429629

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[i18n] [Bug 405964] Translation error regarding the disk space used in Dolphin

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405964

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |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.

[konqueror] [Bug 376371] Konqueror crash caused by recaptcha.

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376371

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[blogilo] [Bug 376448] Blogilo crashes everytime when opened

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376448

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |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.

[kdevelop] [Bug 375738] Crash on exit

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375738

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[elisa] [Bug 431975] Elisa randomly closes while playing a music

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=431975

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

[krdc] [Bug 375202] Crashes after a few seconds

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375202

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[kdesu] [Bug 359479] kdesu segfaults when clicking "cancel"

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=359479

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.

[kdevelop] [Bug 335534] Crash on Debug button

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=335534

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kmail2] [Bug 364220] Crash after downloading mails

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=364220

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[Breeze] [Bug 431956] Window titlebar is taller when running on wayland

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=431956

--- 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 421517] Mouse input is missplaced in maximized Xwayland apps

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421517

--- Comment #4 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 403430] Pager tooltip is shown empty if there are no windows open

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403430

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

[kmymoney] [Bug 398410] KMyMoney crashes when trying to save entries back to DB Backend

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398410

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

[frameworks-qqc2-desktop-style] [Bug 397191] Some button labels are not displayed correctly

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397191

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

[systemsettings] [Bug 431374] Being able to disable the white circle around the "X" button at the top right corner of the Breeze-Dark-Gtk Window borders

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=431374

--- Comment #13 from Nate Graham  ---
How did you download it? From where?

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

[kde] [Bug 432125] More settings for the little window that spawns if you change audio

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432125

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INTENTIONAL
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Nate Graham  ---
That's the OSD. It's used for various status notifications, not just volume.
It's configurable in the plasma theme, meaning you can change its
characteristics by either getting a new Plasma theme, or editing your existing
one. Being able to edit the OSD beyond that is something that's pretty much out
of scope.

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

[dolphin] [Bug 432719] No easy/intuitive way to clear search tags in dolphin

2021-02-09 Thread Jason Straight
https://bugs.kde.org/show_bug.cgi?id=432719

--- Comment #2 from Jason Straight  ---
(In reply to Nate Graham from comment #1)
> You can also just delete the text "tag:jason" in the search field.

That's the problem. It doesn't work. The tag drop down stays with tag:jason.

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

[dolphin] [Bug 432720] New: File properties tag management needs improvement

2021-02-09 Thread Jason Straight
https://bugs.kde.org/show_bug.cgi?id=432720

Bug ID: 432720
   Summary: File properties tag management needs improvement
   Product: dolphin
   Version: 20.12.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: j.straight-...@straights.net
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 135551
  --> https://bugs.kde.org/attachment.cgi?id=135551=edit
file property tags

First, I feel like this should probably be linked to a library, not dolphin,
but I have no idea which one. It has to do with file properties.

When you edit properties/tags for an object managing them is cumbersome when
you have many.

There should be a filter field to narrow them down. Perhaps one that
autocompletes, so you can type in part of a tag name, it will filter them down
to those that match as you type, and then you can click (or arrow key/enter) on
the tag you want to add/remove for the file.

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

[konsole] [Bug 386740] konsole crashes for no reason

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=386740

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #11 from Kurt Hindenburg  ---
These are such an old version of Konsole and Qt - reopen w/ good backtraces if
it happens on recent versions.

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

[konsole] [Bug 386619] Periodic Freeze on XWin (cygwin/X)

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=386619

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Kurt Hindenburg  ---
This is an old version - reopen if it happens on a recent version.

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

[dolphin] [Bug 432719] No easy/intuitive way to clear search tags in dolphin

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432719

Nate Graham  changed:

   What|Removed |Added

 CC||isma...@gmail.com,
   ||n...@kde.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Keywords||usability

--- Comment #1 from Nate Graham  ---
You can also just delete the text "tag:jason" in the search field.

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

[dolphin] [Bug 432719] New: No easy/intuitive way to clear search tags in dolphin

2021-02-09 Thread Jason Straight
https://bugs.kde.org/show_bug.cgi?id=432719

Bug ID: 432719
   Summary: No easy/intuitive way to clear search tags in dolphin
   Product: dolphin
   Version: 20.12.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: search
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: j.straight-...@straights.net
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 135550
  --> https://bugs.kde.org/attachment.cgi?id=135550=edit
dolphin search

When doing a file search from Dolphin and using the search input field to
search for example "tag:penguin", dolphin will add that tag filter to the
dropdown menu, and the only way to clear it is to expand that and un-select
that tag, or to quit dolphin and restart it.

If you have hundreds of tags, like I do, then the dropdown menu for tags
doesn't fit on the screen, and you can't clear it.

There should be an easy way to reset the search. Closing just the search
doesn't clear it.

I think the whole tagging system could honestly use a different approach. Maybe
use scrollable dropdown filters, the way digikam does it, and the top one could
be an option to 'clear' or 'reset'?

Operating System: Manjaro Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Kernel Version: 5.10.14-1-MANJARO
OS Type: 64-bit
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: GeForce RTX 2060/PCIe/SSE2

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

[konsole] [Bug 432718] Does not set colors as should

2021-02-09 Thread Gene Thomas
https://bugs.kde.org/show_bug.cgi?id=432718

--- Comment #1 from Gene Thomas  ---
The test program show the correct red color in Gnome-Terminal and xterm with
TERM=xterm-256color.

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

[plasmashell] [Bug 432706] "Cycle through tasks" grouped windows mode should raise top grouped window when none is active

2021-02-09 Thread David Palacio
https://bugs.kde.org/show_bug.cgi?id=432706

--- Comment #4 from David Palacio  ---
(In reply to Nate Graham from comment #3)
> Nah, that's not fixed yet, and it's a good idea to do. Can you file another
> bug report for it? Thanks!
Upon further inspection, I don't actually have a valid bug to report. I have to
reproduce it with a software different to Steam to have a valid case. I will
report it if I find it. But thanks for the notice!

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

[konsole] [Bug 432718] New: Does not set colors as should

2021-02-09 Thread Gene Thomas
https://bugs.kde.org/show_bug.cgi?id=432718

Bug ID: 432718
   Summary: Does not set colors as should
   Product: konsole
   Version: 19.12.3
  Platform: Ubuntu Packages
OS: Other
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: emulation
  Assignee: konsole-de...@kde.org
  Reporter: g...@genethomas.com
  Target Milestone: ---

Created attachment 135549
  --> https://bugs.kde.org/attachment.cgi?id=135549=edit
C++ source to exercise fault

SUMMARY


STEPS TO REPRODUCE
1. compile the attached program
g++ konsole-test.cpp -l ncurses
2. run it
./a.out

OBSERVED RESULT

the xxx part is in green

EXPECTED RESULT

the xx part should be red as set and as ncurses thinks is the color

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Ubuntu 20.04.1 LTS
Linux (x86_64) release 5.8.0-38-generic
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

This is with $TERM set to xterm-256color, I have seen konsole-256color
mentioned online but my Ubuntu does not recognise that $TERM.

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

[kmail2] [Bug 410846] KMail still loses mail from my inbox

2021-02-09 Thread Richard Johnson
https://bugs.kde.org/show_bug.cgi?id=410846

Richard Johnson  changed:

   What|Removed |Added

 CC||rich...@ytivarg.com

--- Comment #1 from Richard Johnson  ---
Using package kded5 on kubuntu 20.10 I'm experiencing similar issues. Using
postresql for pim and kontact (but not using either app in user mode.) Have
16GB Ram, 64G swap, and a pair of nvidia 970 cards to produce a 4k screen.

My normal working setup is to have kmail in one virtual screen and dolphin in
another.  If I leave the system up for more than a day or so, one of three
things will happen:

1. the system crashes outright
2. the toolbar disappears (so I reboot from another term)

These seem to be more related to the presence of an idle dolphin so mainly here
for context. My main issue here is that it comes back up with ancient
attachments (like to usb drives.)

3. kmail goes wonky and clears out all the email and all the folders.

Importing a previously-saved mail works, and then after about ten seconds,
kmail clears all of the messages and folders again.  

Main folder (Local Folders) is set to never expire.  (The update nailed me on
that one.)  All the other folders inherit so should never expire either.  The
local folders is set to store to ~/.local/share/local-mail but the mail is
actually stored in ~/.local/share/.local-mail.directory.  That made scripting a
backup problematic.

I don't know if this behavior exists without dolphin running (because I'm
trying to avoid it, not re-create it.)  If need be I can get a ps next time it
happens so we can see what else is causing corruption or memory leak or
whatever.
--- 
If we can't identify and solve the suddenly missing mail issue, can we create a
backup journal somewhere, so it's easy to restore or at least not lose a
month's worth of prospective work contacts?

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

[frameworks-baloo] [Bug 432717] New: Baloo scans content from too many files

2021-02-09 Thread David Palacio
https://bugs.kde.org/show_bug.cgi?id=432717

Bug ID: 432717
   Summary: Baloo scans content from too many files
   Product: frameworks-baloo
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: stefan.bru...@rwth-aachen.de
  Reporter: c...@palacio.io
  Target Milestone: ---

I have disabled file content indexing because it not only takes a great toll on
I/O disk usage in my system, but it scans and indexes useless program data
files content.

I have a few Wine prefixes in plain view in unhidden folders in my home, so
quite a lot of data files are accessible to Baloo with a default configuration.
I have caught Baloo scanning and indexing keywords of a Daz Studio data file.
For example:

$ balooshow -x "/home/user/Wine/Daz/drive_c/users/Public/Documents/My DAZ 3D
Library/data/DAZ 3D/Genesis 8/Male/Morphs/DAZ 3D/Base Pose
Head/alias_head_eCTRLEyelidsUpperUp-DownL.dsf"
425600051801229316 2052 99092734
/home/user/Wine/Daz/drive_c/users/Public/Documents/My DAZ 3D Library/data/DAZ
3D/Genesis 8/Male/Morphs/DAZ 3D/Base Pose
Head/alias_head_eCTRLEyelidsUpperUp-DownL.dsf
Mtime: 1503348208 2017-08-21T15:43:28
Ctime: 1567044300 2019-08-28T21:05:00
Cached properties:
Line Count: 44

Internal Info
Terms: 0.2784314 0.3254902 0.3764706 0.6.0.0 06 1 1.0 2017 203d 208 20head
20pose 21t23 27 34z 3d Mplain Mtext T5 T8 X20-44 alias asset author base
channel colors com contributor controls data daz daz3d description down downl
dsf ectrleyelidsupperup email eyelids eyes file genesis genesis8male group head
http icon id info label large left library male modified modifier modifiers
morphs name parent pose presentation revision scene support target type up
upper url value version website www 
File Name Terms: Falias Fdownl Fdsf Fectrleyelidsupperup Fhead 
XAttr Terms: 
lineCount: 44

I can't imagine the amount of program data it might have indexed from my home
folder.

In my opinion, Baloo should restrict itself to a very limited selection of
files to extract keywords from. There's bug #358098 that is related to this
issue. I disagree strongly with it. Sure, it might interest a few people to
scan more files but that is a potentially harmful default for most users.
Unknown data should be skipped, source code should be skipped. There should be
a more simple default. A extension blacklist isn't the appropiate solution, a
whitelist is.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian unstable
KDE Plasma Version: 5.78.0
KDE Frameworks Version: 5.20.5
Qt Version: 5.15.2

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

[plasmashell] [Bug 432706] "Cycle through tasks" grouped windows mode should raise top grouped window when none is active

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432706

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Nate Graham  ---
Heh, yay!

(In reply to David Palacio from comment #2)
> I want to file a bug that wishes that clicking a grouped task that wants
> attention raises the window that requested it. But I'm afraid that such a
> bug may have been already fixed in 5.21. I can't find a relevant report in a
> few simple searchs, though, or I can't think of all the similar keywords
> that may apply to it.
Nah, that's not fixed yet, and it's a good idea to do. Can you file another bug
report for it? Thanks!

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

[Discover] [Bug 432663] Discover semi-randomly freezes

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432663

--- Comment #3 from Nate Graham  ---
*gazes in rapt fascination*

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

[plasmashell] [Bug 432706] "Cycle through tasks" grouped windows mode should raise top grouped window when none is active

2021-02-09 Thread David Palacio
https://bugs.kde.org/show_bug.cgi?id=432706

--- Comment #2 from David Palacio  ---
Yeah, it works like that now. I'm sorry, I don't know what happened. I had come
back from using Latte Dock to a pure Plasma desktop and definitely experienced
this for some time. It was an icons-only task manager, by the way.

By the way, you squished all my dear bug reports >:)
I want to file a bug that wishes that clicking a grouped task that wants
attention raises the window that requested it. But I'm afraid that such a bug
may have been already fixed in 5.21. I can't find a relevant report in a few
simple searchs, though, or I can't think of all the similar keywords that may
apply to it.

It seems I can't set this bug report to invalid myself.

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

[konsole] [Bug 336007] split-view status not maintained across sessions

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=336007

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Kurt Hindenburg  ---
This is implemented in recent versions.

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

[konsole] [Bug 354853] this is a wish. second window which helps terminal window user with fields of terminal window tool output

2021-02-09 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=354853

Kurt Hindenburg  changed:

   What|Removed |Added

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

--- Comment #4 from Kurt Hindenburg  ---
I'll close this as unlikely to be implemented.

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

[systemsettings] [Bug 432712] Not all Aurorae window decoration icon themes work in GTK apps with client side decorations

2021-02-09 Thread Paul M
https://bugs.kde.org/show_bug.cgi?id=432712

--- Comment #2 from Paul M  ---
I have worked out exactly what was wrong with "Classik-Aurorae". In this
Aurorae theme I had used .svgz files. As soon as I saved them as .svg files
instead, it works in GTK apps with client side decorations.

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

[Discover] [Bug 432693] Disabled "Search" action on Featured page

2021-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432693

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/3fb0d529 |ma/discover/commit/76b2f060
   |ca9544c312f426ca024dfcd0539 |4f40762d36dbcafb85bf1e80c69
   |37611   |61cb5

--- Comment #3 from Aleix Pol  ---
Git commit 76b2f0604f40762d36dbcafb85bf1e80c6961cb5 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 10/02/2021 at 03:04.
Pushed by apol into branch 'Plasma/5.21'.

Don't show the search action on desktop mode

It's disabled anyway, it's just noise.


(cherry picked from commit 3fb0d529ca9544c312f426ca024dfcd053937611)

M  +1-0discover/qml/DiscoverWindow.qml

https://invent.kde.org/plasma/discover/commit/76b2f0604f40762d36dbcafb85bf1e80c6961cb5

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

[Discover] [Bug 432693] Disabled "Search" action on Featured page

2021-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432693

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/3fb0d529
   ||ca9544c312f426ca024dfcd0539
   ||37611
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Aleix Pol  ---
Git commit 3fb0d529ca9544c312f426ca024dfcd053937611 by Aleix Pol.
Committed on 10/02/2021 at 01:11.
Pushed by apol into branch 'master'.

Don't show the search action on desktop mode

It's disabled anyway, it's just noise.

M  +1-0discover/qml/DiscoverWindow.qml

https://invent.kde.org/plasma/discover/commit/3fb0d529ca9544c312f426ca024dfcd053937611

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

[kwin] [Bug 432574] kwin_wayland master (drm backend) on qxl tries to fall back to XRender, and then segfaults in KWin::SceneOpenGL::createScene()

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432574

--- Comment #6 from bluescreenaven...@gmail.com ---
commenting out
https://invent.kde.org/plasma/kwin/-/blob/master/plugins/scenes/opengl/scene_opengl.cpp#L472
seems to workaround it.
Kwin doesn't instantly crash with that commented out

but doing 
if (backend)
{
delete backend;
}
it still seems to crash

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

[okular] [Bug 366276] escape key should close full screen view

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=366276

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

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

[okular] [Bug 417337] Can't quit full screen mode with key Esc

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417337

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #4 from Nate Graham  ---


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

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

[okular] [Bug 366276] escape key should close full screen view

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=366276

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||21.04

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

[Breeze] [Bug 432674] Tor Browser icon is outdated, style does not match upstream

2021-02-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432674

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/breeze-icons/commit/
   ||4ae5755a2e6158f9db2ddee5cc6
   ||00dab3938e877
   Version Fixed In||5.80
 Resolution|--- |FIXED

--- Comment #3 from Nate Graham  ---
Git commit 4ae5755a2e6158f9db2ddee5cc600dab3938e877 by Nate Graham.
Committed on 09/02/2021 at 19:40.
Pushed by ngraham into branch 'master'.

Delete tor-browser icon

This icon no longer matches the style of the upstream icon, and said
upstream icon is actually quite Breeze-like now. So our Breeze-style
variant does not seem to be needed.
FIXED-IN: 5.80

D  +0-32   icons-dark/apps/48/tor-browser.svg
D  +0-32   icons/apps/48/tor-browser.svg

https://invent.kde.org/frameworks/breeze-icons/commit/4ae5755a2e6158f9db2ddee5cc600dab3938e877

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

[i18n] [Bug 432698] Kwrite shows unnecessary round bracket

2021-02-09 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=432698

Dominik Haumann  changed:

   What|Removed |Added

   Assignee|kwrite-bugs-n...@kde.org|kde-i18n...@kde.org
  Component|kwrite  |nl
Product|kate|i18n

--- Comment #1 from Dominik Haumann  ---
Yes, likely a translation issue, reassigning.

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

[systemsettings] [Bug 432712] Not all Aurorae window decoration icon themes work in GTK apps with client side decorations

2021-02-09 Thread Paul M
https://bugs.kde.org/show_bug.cgi?id=432712

--- Comment #1 from Paul M  ---
Created attachment 135548
  --> https://bugs.kde.org/attachment.cgi?id=135548=edit
~/.config/gtk-3.0/assets/ folder for Classik-Aurorae

I looked into this, and it seems that the SVG files generated all don't contain
any paths and therefore all appear blank as in this screenshot.

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

[kde] [Bug 431711] Being able to create .desktop files qiuckly in the gui

2021-02-09 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=431711

--- Comment #2 from Toadfield  ---
(In reply to Nate Graham from comment #1)
> This is what the kmenuedit app is for. :)

Oh,that makes more sense to do it there,thanks.

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

[ksysguard] [Bug 432716] New: GPU usage gets displayed

2021-02-09 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=432716

Bug ID: 432716
   Summary: GPU usage gets displayed
   Product: ksysguard
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: ksysguard
  Assignee: ksysguard-b...@kde.org
  Reporter: toadfi...@tutanota.com
CC: plasma-b...@kde.org
  Target Milestone: ---

I just wanna see what process needs what amount of gpu power.

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

[calligrawords] [Bug 432711] Allow to remove the default docker sidebar

2021-02-09 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=432711

Dashon  changed:

   What|Removed |Added

 CC||dashonww...@pm.me

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

[Bluedevil] [Bug 432715] Paired PlayStation Dualshock 3 Wireless Controller does not appear in Bluetooth tray

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432715

zexin...@sharklasers.com changed:

   What|Removed |Added

Version|unspecified |5.20.5

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

[Bluedevil] [Bug 432715] Paired PlayStation Dualshock 3 Wireless Controller does not appear in Bluetooth tray

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432715

--- Comment #1 from zexin...@sharklasers.com ---
Created attachment 135547
  --> https://bugs.kde.org/attachment.cgi?id=135547=edit
Contoller paired and pressing on the Bluetooth icon in system tray

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

[Bluedevil] [Bug 432715] New: Paired PlayStation Dualshock 3 Wireless Controller does not appear in Bluetooth tray

2021-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432715

Bug ID: 432715
   Summary: Paired PlayStation Dualshock 3 Wireless Controller
does not appear in Bluetooth tray
   Product: Bluedevil
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: system tray
  Assignee: now...@gmail.com
  Reporter: zexin...@sharklasers.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 135546
  --> https://bugs.kde.org/attachment.cgi?id=135546=edit
Hover over Bluetooth Icon in tray

SUMMARY
Official PlayStation Dualshock 3 Wireless Controller pairs successfully and is
usable yet does not appear in the Bluetooth system tray or in the Bluetooth
panel in System Settings. It only shows up if you hover over the Bluetooth icon
in the tray.

STEPS TO REPRODUCE
1. Pair the controller via USB and "trust && authorize" the controller for
Bluetooth access.
2. Press on the Bluetooth icon in the system tray to see the device not listed
3. Open System settings, go to the Bluetooth pane, and the controller will not
be under the "Available" or "Connected" panels.

OBSERVED RESULT
Paired Dualshock 3 controller does not appear whether connected or disconnected
in Bluetooth tray icon in Bluetooth panel in System Settings.

EXPECTED RESULT
Paired Dualshock 3 controller should appear whether connected or disconnected
in Bluetooth tray icon in Bluetooth panel in System Settings.



SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Debian Unstable
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

I tested out a Dualshock 4 controller and a Bluetooth speaker and could not
replicate this issue with these devices. 

I also tried to replicate the Dualshock 3 issue on Kubuntu 20.10, openSUSE
Tumbleweed, and KDE Neon Unstable Edition updated and could produce the same
results.

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

[frameworks-plasma] [Bug 432714] New: Graphic of animation login screen corrupted for not dectect well scaled dpi. on 1080 standard monitor.

2021-02-09 Thread Jo Boschetti
https://bugs.kde.org/show_bug.cgi?id=432714

Bug ID: 432714
   Summary: Graphic of animation login screen corrupted for not
dectect well scaled dpi. on 1080 standard monitor.
   Product: frameworks-plasma
   Version: 5.78.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: giordanobosche...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
Graphic of animation login screen corrupted for not dectect well scaled dpi. on
1080 standard monitor.

STEPS TO REPRODUCE
1. Apply scaling to plasma desktop monitor (125% or other), returno to 100%
scaling.
2. Option kde setting global file is added, login animation is now corrupted,
and option added is correct apparently.
3. remove option scaling from file for no login graphic bug

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 430608] Plasma crashes occasionally after return from the suspend mode (any nvidia cards)

2021-02-09 Thread Mathew
https://bugs.kde.org/show_bug.cgi?id=430608

--- Comment #6 from Mathew  ---
Will do, although currently my desktop is out of action so it's not likely to
happen anytime soon.

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

[Discover] [Bug 432663] Discover semi-randomly freezes

2021-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432663

--- Comment #2 from Aleix Pol  ---
*does a weird but cheerful dance*

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

[Discover] [Bug 432693] Disabled "Search" action on Featured page

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=432693

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/discover/-/merge_requests/76

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

[Discover] [Bug 432695] Discover doesn't exit cleanly

2021-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432695

--- Comment #2 from Aleix Pol  ---
can you take a backtrace?

You can do it by running it in gdb, closing discover and as it's in this 30s
frame press Ctrl+C on gdb then run "thread apply all bt".

This should give us a backtrace for every running thread, hopefully will tell
us who is keeping us.

FWIW I cannot reproduce.

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

[systemsettings] [Bug 429759] A check box in the mouse settings that enables smooth autoscroll when clicking the scroll wheel

2021-02-09 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=429759

--- Comment #16 from Toadfield  ---
(In reply to Thiago Sueto from comment #15)
> Forgot to mention: it's a matter of sending a dbus signal if you're on
> Wayland:
> 
> qdbus org.kde.KWin /org/kde/KWin/InputDevice/eventX
> org.kde.KWin.InputDevice.scrollOnButtonDown true
> 
> Where eventX is the event that corresponds to the device.
> 
> On X11 I'm not sure this is possible and much less trivial; the usual
> recommendation is to use Xorg conf files or xinput.

So if I got it right,then we now know how to do the autoscroll on wayland?
It doesn't suprise me if it doesn't work on Xorg,nothing works with that.
So if I got everything right,then now we only need a way to disable middle
click pasting (that is probably easy to do),a icon for autoscrolling and a gui
checkbox for all of that?

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

[Discover] [Bug 432692] "Refresh" action on Updates page is now icons-only

2021-02-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=432692

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/discover/-/merge_requests/75

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

[frameworks-kwallet] [Bug 432713] New: KWallet should limit access of applications for security reasons

2021-02-09 Thread Valentin Petzel
https://bugs.kde.org/show_bug.cgi?id=432713

Bug ID: 432713
   Summary: KWallet should limit access of applications for
security reasons
   Product: frameworks-kwallet
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: va...@kde.org
  Reporter: bug@petzel.at
CC: kdelibs-b...@kde.org
  Target Milestone: ---

A major problem of password managers like KWallet is that basically any
application that has access to the Wallet will have full access to the Wallet.
This is a HUGE security flaw, as this implies that ANY application that should
use KWallet needs to be 100% trustworthy.
So I suggest that KWallet should not only allow to give applications access to
the whole wallet, but to limit an applications access to certain parts of the
wallet.

For example: One could have a default policy that an application is only
allowed to access keys in the walled it created itself. If it wants to access
other keys, it eighter has to explicitely get full permissions, or the user has
to be prompted that this Applications wants access to a foreign key. Or
something similar.

Regards,
Valentin

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

[kde] [Bug 431740] Shortcuts section doesn't look right

2021-02-09 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=431740

--- Comment #6 from Toadfield  ---
(In reply to Maximilian Häming from comment #3)
> Where have you seen the first image?
> 
> Flameshot's docs provide instructions for setting custom shortcuts on KDE as
> described here https://github.com/flameshot-org/flameshot. However, that
> only adds it to the Custom Shortcuts menu, not the Shortcuts one.

Oh,the problem was that I didn't had the newest plasma version,a dev answered
me on github.

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

[Discover] [Bug 432691] Can't uninstall PackageKit apps

2021-02-09 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=432691

--- Comment #2 from Aleix Pol  ---
Maybe this is something that someone from opensuse could take a look and maybe
see what's happening?

PackageKit too seems to think the removal was a success on the pkmon trace you
showed.

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

[kde] [Bug 432125] More settings for the little window that spawns if you change audio

2021-02-09 Thread Toadfield
https://bugs.kde.org/show_bug.cgi?id=432125

--- Comment #2 from Toadfield  ---
(In reply to Nate Graham from comment #1)
> Can you provide a screenshot of what window you're talking about?

That: https://i.imgur.com/5wWSCpC.png

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

  1   2   3   4   >