[systemsettings] [Bug 428854] Nightcolor fails to activate after KWin or the whole session is restarted; must manually toggle it off and on again

2022-06-03 Thread smit
https://bugs.kde.org/show_bug.cgi?id=428854

smit  changed:

   What|Removed |Added

 CC||smit1...@gmail.com

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

[kwin] [Bug 377162] Window shading not supported for Wayland windows

2022-06-03 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=377162

Vladimir Yerilov  changed:

   What|Removed |Added

 CC||openmind...@gmail.com

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

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901

--- Comment #12 from hkz85825...@gmail.com ---
It's peculiar why GTK4 doesn't use GDK_DPI_SCALE anymore while not providing an
apparent alternative. Do they want to impose `Xft.dpi: 96` on any displays, and
rely on GDK_SCALE alone to scale the app? If that's what they want, it can be
done with Plasma:

1. Go to System Settings >> Appearance >> Fonts, disable "Force font DPI", this
unsets Xft.dpi. This setting is enabled automatically whenever "Global scale"
is changed in System Settings >> Display and Monitor >> Display Configuration.
2. Create `~/.config/plasma-workspace/env/90-unset-gdk-dpi-scale.sh` with the
content `export GDK_DPI_SCALE=-1`, this overrides the environment variable
`GDK_DPI_SCAL=0.5` set by startplasma-x11.cpp when global scale is 2.

Doing these will make applications see GDK_SCALE=2, GDK_DPI_SCALE=-1 and an
Xft.dpi of nothing, making both GTK3 and 4 happily produce 2x scaled windows.
But it would also surely break other apps who uses Xft.dpi to scale their UIs,
e.g. Wine, GLFW, making them unscaled. It also feels incredibly wrong to
override 2 default behaviours of Plasma.

It feels like that setting GDK_SCALE=2, GDK_DPI_SCALE=0.5 and `Xft.dpi: 192`
used to be the best way of configuring a 2x scaled display, but GTK4 just comes
and decides to break that. Now we have a dillema of either having large GTK4
apps, or small Xft.dpi-scaled apps.

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

[frameworks-kirigami] [Bug 445248] Using kirigami_package_breeze_icons on Windows results in failed INSTALL due to symlink to duplicate icons

2022-06-03 Thread Javier O . Cordero Pérez
https://bugs.kde.org/show_bug.cgi?id=445248

Javier O. Cordero Pérez (Cuperino)  changed:

   What|Removed |Added

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

--- Comment #1 from Javier O. Cordero Pérez (Cuperino) 
 ---
This issue seems to have been fixed. I'll mark it as solved.

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

[Discover] [Bug 454822] New: Implement ‘Other Apps by $author’ section in app details page

2022-06-03 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=454822

Bug ID: 454822
   Summary: Implement ‘Other Apps by $author’ section in app
details page
   Product: Discover
   Version: 5.24.90
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: usability
  Severity: wishlist
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: qydwhotm...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---
 Flags: Usability+

It would be nice to have ‘Other Apps by $author’ section under the Review
section.

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

[kmymoney] [Bug 454821] Unexpected application crash when trying to save the changes of a new transaction

2022-06-03 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=454821

--- Comment #2 from Jeremy Whiting  ---
https://lists.gnupg.org/pipermail/gnutls-help/2022-May/004744.html has some
details also. Seems they released gnutls 3.7.6 to mitigate this regression in
3.7.5.

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

[kid3] [Bug 451787] Edit chapters in MP4/AAC files

2022-06-03 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=451787

Urs Fleisch  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kid3/commit/cdcbae43
   ||21d1ff1c19c0023821046600b04
   ||316cc
 Resolution|--- |FIXED

--- Comment #23 from Urs Fleisch  ---
Git commit cdcbae4321d1ff1c19c0023821046600b04316cc by Urs Fleisch.
Committed on 04/06/2022 at 04:51.
Pushed by ufleisch into branch 'master'.

Mp4v2Metadata: Support chapters in MP4 files

M  +17   -0doc/en/index.docbook
M  +6-3src/core/model/kid3application.cpp
M  +1-0src/core/tags/frame.cpp
M  +2-1src/gui/dialogs/editframefieldsdialog.cpp
M  +214  -41   src/plugins/mp4v2metadata/m4afile.cpp
M  +1-1src/plugins/mp4v2metadata/m4afile.h

https://invent.kde.org/multimedia/kid3/commit/cdcbae4321d1ff1c19c0023821046600b04316cc

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

[kid3] [Bug 454437] Ratings written using kid3-cli are inconsistently stored

2022-06-03 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=454437

Urs Fleisch  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/kid3/commit/70dbaaa2
   ||64a65dc85fe4e7ff3551cbd0acb
   ||144dd
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #9 from Urs Fleisch  ---
Git commit 70dbaaa264a65dc85fe4e7ff3551cbd0acb144dd by Urs Fleisch.
Committed on 04/06/2022 at 04:51.
Pushed by ufleisch into branch 'master'.

kid3-cli: Support star ratings with 'get/set ratingstars'

M  +18   -0doc/en/index.docbook
M  +103  -1src/core/model/kid3application.cpp
M  +4-1src/core/tags/frame.cpp

https://invent.kde.org/multimedia/kid3/commit/70dbaaa264a65dc85fe4e7ff3551cbd0acb144dd

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

[kmymoney] [Bug 454821] Unexpected application crash when trying to save the changes of a new transaction

2022-06-03 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=454821

Jeremy Whiting  changed:

   What|Removed |Added

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

--- Comment #1 from Jeremy Whiting  ---
This is another duplicate of https://bugs.kde.org/show_bug.cgi?id=453857 See
that bug for details, but basically it's a regression in gnutls 3.7.5. Either
downgrade to gnutls 3.7.4 or ask your distribution to patch gnutls with the
patch mentioned on that bug.

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

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

[kmymoney] [Bug 453857] malloc() aborts during save

2022-06-03 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=453857

Jeremy Whiting  changed:

   What|Removed |Added

 CC||diorte...@gmail.com

--- Comment #14 from Jeremy Whiting  ---
*** Bug 454821 has been marked as a duplicate of this bug. ***

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

[lattedock] [Bug 454008] Latte Dock app indicators fail to display regardless of "indicators" settings for any given dock

2022-06-03 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=454008

Michael  changed:

   What|Removed |Added

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

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

[kmymoney] [Bug 454821] Unexpected application crash when trying to save the changes of a new transaction

2022-06-03 Thread Ricky
https://bugs.kde.org/show_bug.cgi?id=454821

Ricky  changed:

   What|Removed |Added

Summary|Unexpected application  |Unexpected application
   |crash when trying to save   |crash when trying to save
   |the changes of a new|the changes of a new
   |transaction. The crash can  |transaction
   |be reproduced every time.   |

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

[kmymoney] [Bug 454821] New: Unexpected application crash when trying to save the changes of a new transaction. The crash can be reproduced every time.

2022-06-03 Thread Ricky
https://bugs.kde.org/show_bug.cgi?id=454821

Bug ID: 454821
   Summary: Unexpected application crash when trying to save the
changes of a new transaction. The crash can be
reproduced every time.
   Product: kmymoney
   Version: 5.1.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: file
  Assignee: kmymoney-de...@kde.org
  Reporter: diorte...@gmail.com
  Target Milestone: ---

SUMMARY
Unexpected application crash when trying to save the changes of a new
transaction. The crash can be reproduced every time.

>From the terminal report these lines:
 kmymoney: malloc.c:2617: sysmalloc: Assertion `(old_top == initial_top (av) &&
old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse
(old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
22 -- exe=/usr/bin/kmymoney
zsh: alarm  kmymoney

STEPS TO REPRODUCE
1. Enter a new record
2. Click on save the new record
3. The app stays open for a few seconds and then closes. When reopening it the
changes are lost

OBSERVED RESULT
When trying to save changes from the menu and even from the save icon, the app
crashes and when you open it again the save record has not occurred.

EXPECTED RESULT
When a new record is made by clicking on the Save icon or from the menu, the
added records should be kept.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro Qonos 21.2.6
(available in About System)
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4

ADDITIONAL INFORMATION

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

[okteta] [Bug 454083] not working

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454083

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

[lattedock] [Bug 454008] Latte Dock app indicators fail to display regardless of "indicators" settings for any given dock

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454008

--- 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 453428] Clicking Notifications Crashes Associated Applications

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=453428

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 453227] KATE Crashed

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=453227

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 454104] There is no reason for the loading splash to be a modal window.

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454104

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

[korganizer] [Bug 366754] When trying to create an audio alert for a reminder the file selector isn't seeing .ogg files.

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=366754

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

[KScreen] [Bug 356226] Regression - External monitor settings not remembered

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=356226

--- Comment #3 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 430101] Slider fill reversed on RTL

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430101

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.25

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

[kscreenlocker] [Bug 454820] Using hot keys, I get output that the screenlocker is broken and instructions on how to unlock from a virtual terminal

2022-06-03 Thread Ronnie Bailey
https://bugs.kde.org/show_bug.cgi?id=454820

Ronnie Bailey  changed:

   What|Removed |Added

 CC||pur...@wtxs.net

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

[kscreenlocker] [Bug 454820] New: Using hot keys, I get output that the screenlocker is broken and instructions on how to unlock from a virtual terminal

2022-06-03 Thread Ronnie Bailey
https://bugs.kde.org/show_bug.cgi?id=454820

Bug ID: 454820
   Summary: Using hot keys, I get output that the screenlocker is
broken and instructions on how to unlock from a
virtual terminal
   Product: kscreenlocker
   Version: 5.24.90
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: pur...@wtxs.net
CC: bhus...@gmail.com
  Target Milestone: ---

SUMMARY
The summary states the problem. If I use hot keys to lock the screen, I get the
error. However if I click on kscreenlocker_greeter from Dolphin, it works
normally. dmesg gives me the following, with the second line repeated many
times: 
Lockdown: X: raw io port access is restricted; see man kernel_lockdown.7
Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7

OS is openSUSE 15.3, using their newer KDE repos. I use X11 and do not have
Wayland installed. KERNAL_LOCKDOWN is a new kernel feature, but I am not sure
why it would prevent locking from hot keys, but allow it by opening the greeter
with a mouse click. 

STEPS TO REPRODUCE
1. Use the hot keys to initiate the screenlocker
2. 
3. 

OBSERVED RESULT
Given a SDDM screen stating that the screenlocker is broken and instructions on
how to unlock with a virtual terminal

EXPECTED RESULT
I expect to have the lockscreen presented after using the hot keys

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: openSUSE 15.3 kernel-default-5.3.18
(available in About System)
KDE Plasma Version: 5.24.90
KDE Frameworks Version: 5.24.90
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 450990] Feature request: Option to carry out tasks when disconnected/offline

2022-06-03 Thread Feng Lengshun
https://bugs.kde.org/show_bug.cgi?id=450990

Feng Lengshun <7erxk5...@mozmail.com> changed:

   What|Removed |Added

 CC||7erxk5...@mozmail.com

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

[kdeconnect] [Bug 422503] Feature Request: Save shared items until machine is available

2022-06-03 Thread Feng Lengshun
https://bugs.kde.org/show_bug.cgi?id=422503

Feng Lengshun <7erxk5...@mozmail.com> changed:

   What|Removed |Added

 CC||7erxk5...@mozmail.com

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

[plasmashell] [Bug 54212] Persistent/sticky/pinned/remembered items

2022-06-03 Thread Feng Lengshun
https://bugs.kde.org/show_bug.cgi?id=54212

Feng Lengshun <7erxk5...@mozmail.com> changed:

   What|Removed |Added

 CC||7erxk5...@mozmail.com

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread Antoine D.
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #6 from Antoine D.  ---
(In reply to Raymond Wan from comment #5)
When I wanted to report my bug in May 20, I searched for a crashing KBibTeX and
I found bug 433084 "KBibTeX crashes when opening .bib file" which was exactly
my problem. I never had a starting issue (I usually start my apps with the
launcher). And I guess 847...@gmail.com was in the same situation as me, as he
or she chose to report the problem there in May 17.
It's surely a good idea to put hakonanes' comment, 847...@gmail.com's one,
yours and mine in the same place but I don't think I can do that on my own.

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

[kalendar] [Bug 454678] Kalendar immediately crashed upon starting

2022-06-03 Thread Techokami
https://bugs.kde.org/show_bug.cgi?id=454678

--- Comment #2 from Techokami  ---
(In reply to Claudio Cambra from comment #1)
> Do you have kdepim-runtime installed? Other users have described similar
> crashes due to this:
> 
> https://bugs.kde.org/show_bug.cgi?id=453016

I do, in fact, have this package installed.

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

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901

hkz85825...@gmail.com changed:

   What|Removed |Added

 CC||hkz85825...@gmail.com

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

[kwin] [Bug 454819] New: 'Add property to the rule' popup disappears partially or completely by doing a search

2022-06-03 Thread Unknown
https://bugs.kde.org/show_bug.cgi?id=454819

Bug ID: 454819
   Summary: 'Add property to the rule' popup disappears partially
or completely by doing a search
   Product: kwin
   Version: 5.24.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: rules
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mmarrerole...@gmail.com
CC: isma...@gmail.com
  Target Milestone: ---

SUMMARY
'Add property to the rule' popup disappears partially or completely by doing a
search.


STEPS TO REPRODUCE
1. Open System settings/Window management/Window rules/Add new or 
2. Click on Add property
3. Type on Search input some criteria

OBSERVED RESULT
'Add property to the rule' popup disappears partially or completely, according
if the criteria is find or not.

EXPECTED RESULT
'Add property to the rule' popup doesn't disappear.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.24
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.13.0-44-generic (64-bit)
Graphics Platform: X11

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

[okular] [Bug 421040] Mouse warp effect can't be disabled (wrap to opposite screen edge at drag srolling)

2022-06-03 Thread Eduardo
https://bugs.kde.org/show_bug.cgi?id=421040

--- Comment #15 from Eduardo  ---
Hi,

I'm still very annoyed by this... I got a large monitor, sometimes when
scrolling horizontally the cursor warps to the other side of the monitor which
is a huge and very annoying leap.

The developers had good intentions in providing this feature, but it clearly is
a design flaw. No other pdf viewer in the world is following this trend.

I don't think anyone in the world will miss this. If I dig into the code and
just delete this feature, would a merge request be accepted?

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

[kwin] [Bug 454793] Pop-ups of Plasma do not have animation on opening anymore

2022-06-03 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=454793

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---
For some reason 'Sliding pop-ups' effect was disabled in Desktop Effects KCM.

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

[kwin] [Bug 450890] Application windows restore to wrong monitor (Neon 5.24)

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450890

david.landr...@gmx.com changed:

   What|Removed |Added

 CC||david.landr...@gmx.com

--- Comment #6 from david.landr...@gmx.com ---
(In reply to Nate Graham from comment #4)
> > Please advise. Please help.
> I understand you're frustrated and in need of assistance, but please keep in
> mind that this is a volunteer project. See
> https://community.kde.org/Get_Involved/
> Issue_Reporting#Have_realistic_expectations
> 
> Of the three major KWin developers, one is a volunteer, one is busy with
> employer-directed projects, and the third is living in a country that is
> being invaded by Russia. I'm afraid some patience will be required here.

Then maybe your project lead shouldn't be making blog posts denigrating efforts
like kwinft that are actually trying to move this effort forward.

And maybe, just maybe, if you've got less than 2 1/2 developers working on
kwin, you might consider that this makes it pretty dishonest to tout KDE as a
viable alternative to Windows or macOS.

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

[plasmashell] [Bug 454817] Bugs when dragging favourites around in wayland session

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454817

--- Comment #2 from deresi...@protonmail.ch ---
Operating System: Arch Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.17.11-259-tkg-pds (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 550 / 550 Series

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

[plasmashell] [Bug 454818] New: On wayland session, holding left click and hovering over panel makes it not auto-hide

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454818

Bug ID: 454818
   Summary: On wayland session, holding left click and hovering
over panel makes it not auto-hide
   Product: plasmashell
   Version: 5.24.90
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: deresi...@protonmail.ch
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY
On wayland session with a panel which is set to "auto-hide": holding left click
and hovering over the panel, and then still holding left click, move the cursor
off of the panel stops it from auto hiding until you hover over the panel again

STEPS TO REPRODUCE
1. Be on plasma wayland session
2. Have a panel set to auto hide
3. Hold left click whilst outside of the panel
4. Hover over the panel so that the panel pops up
5. Keep holding left click and move the cursor back off the panel
6. let go of left click

OBSERVED RESULT
The panel does not auto hide

EXPECTED RESULT
The panel should still auto hide

Operating System: Arch Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.17.11-259-tkg-pds (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 550 / 550 Series

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

[policykit-kde-agent-1] [Bug 454598] Connection to nonexistant slot

2022-06-03 Thread Ömer Fadıl USTA
https://bugs.kde.org/show_bug.cgi?id=454598

Ömer Fadıl USTA  changed:

   What|Removed |Added

 CC||b...@lindev.ch

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

[plasmashell] [Bug 422948] Startup sound does not play; system muted until after login

2022-06-03 Thread Daniel Bermond
https://bugs.kde.org/show_bug.cgi?id=422948

Daniel Bermond  changed:

   What|Removed |Added

 CC||danielberm...@gmail.com

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

[policykit-kde-agent-1] [Bug 454598] Connection to nonexistant slot

2022-06-03 Thread Ömer Fadıl USTA
https://bugs.kde.org/show_bug.cgi?id=454598

--- Comment #2 from Ömer Fadıl USTA  ---
@Nate: I am far away from polkit things , if i prepare a mr for this it will be
just remove related connect which might be just
hide the loging warning  but not fixing the real problem behind it.

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

[plasmashell] [Bug 454817] Bugs when dragging favourites around in wayland session

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454817

--- Comment #1 from deresi...@protonmail.ch ---
Created attachment 149444
  --> https://bugs.kde.org/attachment.cgi?id=149444=edit
video is problems

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

[plasmashell] [Bug 454817] New: Bugs when dragging favourites around in wayland session

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454817

Bug ID: 454817
   Summary: Bugs when dragging favourites around in wayland
session
   Product: plasmashell
   Version: 5.24.90
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: plasma-b...@kde.org
  Reporter: deresi...@protonmail.ch
CC: mikel5...@gmail.com, noaha...@gmail.com
  Target Milestone: 1.0

SUMMARY
On a wayland session, clicking and dragging an item in the application launcher
favourites makes it still selected after letting go. clicking anywhere in the
launcher after letting go of the dragged item acts like you clicked on the
shortcut you were dragging before. Also if you try to click and drag another
item, it will act as if you were still dragging the shortcut you initially
dragged. 

A video is attached to visually show the above problems


STEPS TO REPRODUCE
1. Enter a plasma wayland session
2. Have something pinned in favourites of the application launcher
3. Drag one of the shortcuts
4. Stop dragging the shortcut
5(a). Click anywhere else in the favourites section that is not the shortcut
you dragged
5(b). Try to hover over another shortcut
5(c). Try to drag a different shortcut

OBSERVED RESULT
5a. It acts as if the shortcut that was dragged was clicked.
5b. The other shortcuts will not have the highlight that is usually there
5c. The shortcut you were initially dragging moves to the cursor.

EXPECTED RESULT
5a. The shortcut is not being clicked so it should not be opening when it was
not clicked.
5b. The shortcuts should be highlighted when hovered as normal
5c. The new shortcut you drag should be dragged, the one you were dragging
before should not move to the cursor.

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-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=430101

Jan Blackquill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/breeze/commit/e8b1d4aa47 |ma/breeze/commit/c7bfd1c728
   |daf99041332f43c29fabdf70f25 |c603464cab9a43a0627a82d1ab0
   |004 |933

--- Comment #10 from Jan Blackquill  ---
Git commit c7bfd1c728c603464cab9a43a0627a82d1ab0933 by Jan Blackquill.
Committed on 04/06/2022 at 00:01.
Pushed by cblack into branch 'Plasma/5.25'.

kstyle: fix qqc2 desktop style sliders in RtL

We don't do any mirroring of the slider groove rects or tickmarks based on
layout direction,
and this causes qqc2-desktop-style sliders to render in the wrong direction.
Swapping the leftRect and the rightRect when option->direction ==
Qt::RightToLeft
fixes this.

This wasn't broken with QWidgets because QSlider relies on (ab)using the
upsideDown option
in order to achieve mirroring of the groove instead of option->direction, and
consequently,
this change doesn't affect Qt widgets apps at all.
(cherry picked from commit e8b1d4aa47daf99041332f43c29fabdf70f25004)

M  +9-4kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/c7bfd1c728c603464cab9a43a0627a82d1ab0933

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

[frameworks-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Jan Blackquill
https://bugs.kde.org/show_bug.cgi?id=430101

Jan Blackquill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/breeze/commit/e8b1d4aa47
   ||daf99041332f43c29fabdf70f25
   ||004
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Jan Blackquill  ---
Git commit e8b1d4aa47daf99041332f43c29fabdf70f25004 by Jan Blackquill.
Committed on 04/06/2022 at 00:00.
Pushed by cblack into branch 'master'.

kstyle: fix qqc2 desktop style sliders in RtL

We don't do any mirroring of the slider groove rects or tickmarks based on
layout direction,
and this causes qqc2-desktop-style sliders to render in the wrong direction.
Swapping the leftRect and the rightRect when option->direction ==
Qt::RightToLeft
fixes this.

This wasn't broken with QWidgets because QSlider relies on (ab)using the
upsideDown option
in order to achieve mirroring of the groove instead of option->direction, and
consequently,
this change doesn't affect Qt widgets apps at all.

M  +9-4kstyle/breezestyle.cpp

https://invent.kde.org/plasma/breeze/commit/e8b1d4aa47daf99041332f43c29fabdf70f25004

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

[frameworks-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430101

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

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

[KScreen] [Bug 453957] KScreen EDID reading is extremely error-prone

2022-06-03 Thread Matthew Trescott
https://bugs.kde.org/show_bug.cgi?id=453957

Matthew Trescott  changed:

   What|Removed |Added

 CC||matthewtresc...@gmail.com

--- Comment #2 from Matthew Trescott  ---
I have noticed the same bug, but I am not sure it is caused by reading the EDID
before it is fully connected, exactly. It may be that KScreen tries to read it
before the EDID info is _fully transferred_. My reasoning for this is that I
see the same problem when plugging in a display that's connected via USB-C dock
(where the port would have to be fully connected in order to do the handshaking
necessary to switch to DP alt mode).

Possibly related reddit post:
https://www.reddit.com/r/kde/comments/staakr/unknown_displays/

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

[Bluedevil] [Bug 454816] New: Diabling bluetooth causes long lag in plasmashell/system settings

2022-06-03 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=454816

Bug ID: 454816
   Summary: Diabling bluetooth causes long lag in
plasmashell/system settings
   Product: Bluedevil
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: natalie_clar...@yahoo.de
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
***
Disabling bluetooth causes a long (11 seconds) delay during which other
elements of the plasmashell/system settings are unresponsive.
***

STEPS TO REPRODUCE
1. Have bluetooth enabled
2. Disable bluetooth via system tray applet or system settings

OBSERVED RESULT
On my machine it takes about 11 seconds for the bluetooth status to change to
disabled; during this time, the rest of plasmashell, i.e. the bluetooth applet
itself but also other applets and e.g. the task manager (when disabling via the
system tray applet) or, respectively, the system setting window (when disabling
via system settings) are unresponsive. Other windows are still responsive.

EXPECTED RESULT
Bluetooth shuts down, but desktop shell/system settings remains usable.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.17.9-arch1-1 (64-bit)

ADDITIONAL INFORMATION
Not sure if this is the fault of KDE or a more low-level component, and if this
is an actual bug that can be fixed. 
It's okay if it takes a while to shut bluetooth down in the background, but
when the entire plasmashell freezes for more than 10 seconds that's bad.

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

[kwin] [Bug 450914] Wayland, games on Nvidia are force vsynced

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450914

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[frameworks-knewstuff] [Bug 423050] After I switch between "Installed only" and "Updateable only" filters, "Get new " window briefly says "There is no hot new stuff to get here" before lists th

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423050

t...@gmx.com changed:

   What|Removed |Added

 CC||t...@gmx.com

--- Comment #1 from t...@gmx.com ---
I'm experiencing this issue on the latest openSUSE TW build:

Operating System: openSUSE Tumbleweed 20220602
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2
Kernel Version: 5.18.1-1-default (64-bit)
Graphics Platform: X11

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

[plasmashell] [Bug 353975] Black screen on second display (no wallpaper, can't get a context menu on right-click)

2022-06-03 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=353975

--- Comment #178 from Fushan Wen  ---
(In reply to lebr0nk from comment #177)
> Hi I'm using the following Neon distro: 
> ~$ lsb_release -a
> No LSB modules are available.
> Distributor ID: Neon
> Description:KDE neon User - 5.24
> Release:20.04
> Codename:   focal
> 
> Experiencing the same issues. After reboot , logging into x11 will give the
> black background and no right-click menu. logging out and selecting Wayland
> , then logging back in shows desktop and popup from Neon that Wayland is not
> supported. Logging back out, switching back to X11 seems to "fix" the issue
> after logging back in. 
> 
> Let me know if any other details will help to fix. But honestly a fix should
> be pushed via global update.

Do you have Plasma HiDPI enabled?

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

[plasmashell] [Bug 454815] New: Highlight windows does not work

2022-06-03 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=454815

Bug ID: 454815
   Summary: Highlight windows does not work
   Product: plasmashell
   Version: 5.24.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: natalie_clar...@yahoo.de
  Target Milestone: 1.0

SUMMARY
***
The option to highlight windows when hovering over tooltips has no effect.
***

STEPS TO REPRODUCE
1. Configure Task Manager > Highlight windows when hovering over task tooltips:
check
2. Hover over a task and then the task tooltip 

OBSERVED RESULT
Nothing happens

EXPECTED RESULT
Window gets highlighted

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.17.9-arch1-1 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
This only stopped working within the last months or so.

The code (src/applets/taskmanager/plugin/backend.cpp:655) makes a DBus call to
a method "highlightWindows" of KWin. I 'm not well-versed with DBus and don't
quite understand the syntax of the call, but I can't seem to find anything of
that name browsing around in qdbus viewer. Does it maybe no longer exist?

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread Raymond Wan
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #5 from Raymond Wan  ---
(In reply to Antoine D. from comment #4)
> Since your problem is now a crashing issue, I invite you to have a look to
> bug 433084. You might find my experience interesting (even though it solves
> nothing).

Thank you for the pointer!  But I think it would be more appropriate for your
comment to be attached to this bug rather than that one.  After all, it looks
like all of us are experiencing this bug with Ubuntu 22.04 .  Whereas that
original bug was first file in February 2021.  That one was also pulled from
the Git repository, whereas this one is the version that was released with this
Ubuntu version.

Of course, it's entirely possible that the cause of the two bugs is the same...

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

[kwin] [Bug 454103] KWin crashes sporadically after switching desktops using slide effect

2022-06-03 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=454103

Ismael Asensio  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from Ismael Asensio  ---
Closing this as I'm not able to longer reproduce it, and it hasn't had any
duplicates in the time being, so it might have been caused for some shenanigans
in my dev sessions.

Will keep posted if it starts reproducing again.

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

[kwin] [Bug 454630] Add support for System76 scheduler

2022-06-03 Thread Tobias G.
https://bugs.kde.org/show_bug.cgi?id=454630

--- Comment #2 from Tobias G.  ---
(In reply to David Edmundson from comment #1)
> This is out of scope

Are you sure?
I don't really know what would have to be done, but there is a kwin script that
does exactly that.
AFAIK, KWin "just" has to tell the scheduler which window is curently focussed
to increase it's niceness.
The script can be found here: https://store.kde.org/p/1789957

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453455

--- Comment #4 from ant7des...@gmail.com ---
Since your problem is now a crashing issue, I invite you to have a look to bug
433084. You might find my experience interesting (even though it solves
nothing).

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

[plasmashell] [Bug 454651] Pager gets keyboard focus twice

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454651

Nate Graham  changed:

   What|Removed |Added

 CC||h...@kde.org
  Component|Panel   |Pager
 Ever confirmed|0   |1
Summary|Keyboard focus (Meta+Alt+P) |Pager gets keyboard focus
   |does not focus over some|twice
   |applets |
 Status|REPORTED|CONFIRMED

--- Comment #3 from Nate Graham  ---
(In reply to ratijas from comment #2)
> > Apps need to opt into receiving focus. Minimize All Windows probably hasn't.
> 
> Technically speaking, how? I don't see anything related to focus management
> in appletinterface.cpp

Check out the MouseArea in the Show Desktop widget. That's how it's
implemented. Commit 15ee61c8fae2ad494458ff2a7ee0a21db5e58fb3in plasma-desktop
may also be illuminating.

Let's use this bug report to track the issue with the Pager, which I can
reproduce. We should track the Minimize All applet needing focus support in a
separate bug report (or preferably just an MR< since it's pretty simple to
implement.

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

[KBibTeX] [Bug 433084] KBibTeX crashes when opening .bib file

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=433084

--- Comment #14 from ant7des...@gmail.com ---
I made further tests and I found this: if I create a ".bib" file without any
entry in it and save it, I can reopen it without problem. But if I add some
information in the file, save, close and try to reopen it, then KBibTeX
crashes.
Also, I upgraded my old laptop to Kubuntu 22.04 LTS this week and KBibTeX,
which was working fine before with Kubuntu 21.10, now crashes the same way when
I try to open a non-empty ".bib" file. I suspect there is a link between this
bug and bug 453455.

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

[plasmashell] [Bug 353975] Black screen on second display (no wallpaper, can't get a context menu on right-click)

2022-06-03 Thread lebr0nk
https://bugs.kde.org/show_bug.cgi?id=353975

lebr0nk  changed:

   What|Removed |Added

 CC||bunker_...@outlook.com

--- Comment #177 from lebr0nk  ---
Hi I'm using the following Neon distro: 
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Neon
Description:KDE neon User - 5.24
Release:20.04
Codename:   focal

Experiencing the same issues. After reboot , logging into x11 will give the
black background and no right-click menu. logging out and selecting Wayland ,
then logging back in shows desktop and popup from Neon that Wayland is not
supported. Logging back out, switching back to X11 seems to "fix" the issue
after logging back in. 

Let me know if any other details will help to fix. But honestly a fix should be
pushed via global update.

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

[frameworks-plasma] [Bug 454131] Search icon in search fields around Plasmashell is too large when using Plasma scaling on X11

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454131

--- Comment #4 from Nate Graham  ---
Probably something here is incorrect:


int Units::roundToIconSize(int size)
{
// If not using Qt scaling (e.g. on X11 by default), manually scale all
sizes
// according to the DPR because Qt hasn't done it for us. Otherwise all
// returned sizes are too small and icons are only the right size by pure
// chance for the larger sizes due to their large differences in size
qreal multiplier = 1.0;
QScreen *primary = QGuiApplication::primaryScreen();
if (primary) {
// Note that when using Qt scaling, the multiplier will always be 1
// because Qt will scale everything for us. This is good and
intentional.
multiplier =
bestIconScaleForDevicePixelRatio((qreal)primary->logicalDotsPerInchX() /
(qreal)96);

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

[frameworks-plasma] [Bug 454657] TextField component handles cursor / mouse hover badly: pointer is wrong and glichy

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454657

--- Comment #2 from Nate Graham  ---
Even a blank ActionTextField {} exhibits the issue. It's something in there,
because the standard TextField is okay.

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

[frameworks-qqc2-desktop-style] [Bug 430101] Slider fill reversed on RTL

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430101

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

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

[KBibTeX] [Bug 453455] KBibTeX 0.9.90 won't start after I updated to Ubuntu 22.04

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453455

ant7des...@gmail.com changed:

   What|Removed |Added

 CC||ant7des...@gmail.com

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

[krita] [Bug 435056] Safe asserts both when undoing and redoing a selection mask after copying contents

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435056

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #15 from tomtomtomreportin...@gmail.com ---
I can not reproduce the problem anymore, so I suppose it's been resolved in
some way.

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

[systemsettings] [Bug 454478] "Leave unchanged" num lock setting not honored

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454478

--- Comment #7 from stefan...@posteo.de ---
1. System Settings is configured to enable Num Lock --> Enabled
2. System Settings is configured to disable Num Lock --> Disabled
3. System Settings is configured to leave Num Lock unchanged  --> Disabled,
even if was manually enabled before shutdown.

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

[kdeconnect] [Bug 454814] New: The run command module is missing an obvious way to remove commands

2022-06-03 Thread Alexander Schier
https://bugs.kde.org/show_bug.cgi?id=454814

Bug ID: 454814
   Summary: The run command module is missing an obvious way to
remove commands
   Product: kdeconnect
   Version: unspecified
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plasmamobile-application
  Assignee: nicolas.fe...@gmx.de
  Reporter: a...@laxu.de
  Target Milestone: ---

SUMMARY
It is easy to add new commands, but for removing it seems that you need to
empty both the name and command column of a row. Then the row is only removed
after closing and re-opening the commands dialog.
A simple "remove command" button would improve the usability a lot.

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

[digikam] [Bug 454796] 7.6.0 AppImage fails to start on Ubuntu 22.04 "symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0"

2022-06-03 Thread Ian
https://bugs.kde.org/show_bug.cgi?id=454796

--- Comment #5 from Ian  ---
> https://invent.kde.org/graphics/digikam/-/commit/
> aefb18b05385d0951a65590e40d4cad9978a4bcc

Thanks!

> But that's not the only problem with this Ubuntu version, the Panorama Hugin
> Tools are no longer available as classic packages, it has been switched to
> Flatpak. Thank you Ubuntu. We have already received bug reports on this too,
> there are still Debian Hugin packages that can be installed under the
> current Ubuntu version. Oh, and the LANG* environment variables are no
> longer fully set, causing ExifTool to issue error messages. How nice that I
> don't have Ubuntu...

Yes, I'm annoyed (polite version) about Hugin too.

I sometimes wonder if they regard desktop users as an annoyance. I've switched
from them once, I can do it again.

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

[kate] [Bug 454703] Saving file adds empty line at the end if there isn't already one

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454703

--- Comment #2 from pompab...@outlook.com ---
My bad, you're right.
Still, I think it's a strange choice to put this as default.

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

[Elisa] [Bug 454343] Tapping a song in the playlist view with the touchscreen should play it

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454343

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/elisa/commit/0d8c7b8
   ||59d11f4d59882c3cf5076353d06
   ||ba28b8
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||22.08

--- Comment #4 from Nate Graham  ---
Git commit 0d8c7b859d11f4d59882c3cf5076353d06ba28b8 by Nate Graham.
Committed on 03/06/2022 at 20:03.
Pushed by ngraham into branch 'master'.

Play song in playlist when tapped with a touchscreen

Double-click isn't a thing on touch; people expect things to react on a
single tap. Let's honor that assumption by making playlist items play
when tapped once with a tochscreen. To make the extra actions for
unselected songs more accessible, now playlist items' overflow menu
buttons are always visible.
Related: bug 434437
FIXED-IN: 22.08

M  +3-3src/qml/PlayListEntry.qml
M  +2-2src/qml/shared/BasePlayListDelegate.qml

https://invent.kde.org/multimedia/elisa/commit/0d8c7b859d11f4d59882c3cf5076353d06ba28b8

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

[Elisa] [Bug 434437] Mobile and Desktop playlists differ in appearance and what they're good at displaying

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434437

--- Comment #6 from Nate Graham  ---
Git commit 0d8c7b859d11f4d59882c3cf5076353d06ba28b8 by Nate Graham.
Committed on 03/06/2022 at 20:03.
Pushed by ngraham into branch 'master'.

Play song in playlist when tapped with a touchscreen

Double-click isn't a thing on touch; people expect things to react on a
single tap. Let's honor that assumption by making playlist items play
when tapped once with a tochscreen. To make the extra actions for
unselected songs more accessible, now playlist items' overflow menu
buttons are always visible.
Related: bug 454343
FIXED-IN: 22.08

M  +3-3src/qml/PlayListEntry.qml
M  +2-2src/qml/shared/BasePlayListDelegate.qml

https://invent.kde.org/multimedia/elisa/commit/0d8c7b859d11f4d59882c3cf5076353d06ba28b8

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

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

2022-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=454619

--- Comment #1 from David Faure  ---
https://invent.kde.org/frameworks/kio/-/merge_requests/861

https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/231

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

[dolphin] [Bug 454636] Dolphin seems to more readily copy/move files into folders than before when dragging/dropping

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454636

--- Comment #3 from ehrich.we...@gmail.com ---
(In reply to Phos from comment #2)
> Could you make a short video to show what you are doing because it would be
> easier to visualize

I hope this will show it properly. I couldn't easily find a folder that had
enough subfolders to illustrate this so just pretend there are hundreds of
subfolders in the right panel and that I'm trying to avoid dropping in anything
but the root folder for that panel. It used to only highlight(and hence drop
into) a folder when the cursor was over the actual text in the folder. I'll be
happy to make another to illustrate further if necessary(sorry it took me so
long to make this one. I was trying to edit out my personal info as much as
possible). 

https://youtu.be/j5LPbJIItOM

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

[dolphin] [Bug 454771] Dolphin always opens maximized (even if before closing it was in a small window)

2022-06-03 Thread MrNekit
https://bugs.kde.org/show_bug.cgi?id=454771

MrNekit  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #4 from MrNekit  ---
(In reply to Nate Graham from comment #2)
> Can you attach your ~/.config/dolphinrc file please?

Done

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

[dolphin] [Bug 454771] Dolphin always opens maximized (even if before closing it was in a small window)

2022-06-03 Thread MrNekit
https://bugs.kde.org/show_bug.cgi?id=454771

--- Comment #3 from MrNekit  ---
Created attachment 149443
  --> https://bugs.kde.org/attachment.cgi?id=149443=edit
dolphinrc

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

[frameworks-knewstuff] [Bug 454509] Installing global themes with SDDM impossible on immutable OS

2022-06-03 Thread Timothée Ravier
https://bugs.kde.org/show_bug.cgi?id=454509

--- Comment #5 from Timothée Ravier  ---
You can also use a path under /var such as /var/lib/sddm/themes which is also
writable on Kinoite.

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

[frameworks-knewstuff] [Bug 454509] Installing global themes with SDDM impossible on immutable OS

2022-06-03 Thread Timothée Ravier
https://bugs.kde.org/show_bug.cgi?id=454509

--- Comment #4 from Timothée Ravier  ---
On Kinoite, /usr is read only but /etc is not. I would recommend that SDDM
supports reading themes from two locations, one in /usr for distribution
installed themes and one in /etc for user/admin installed themes.

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

[lattedock] [Bug 454505] [wayland / nvidia] latte does not show on startup

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454505

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[krita] [Bug 454286] Allow using WIP translations

2022-06-03 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=454286

amyspark  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED
URL|https://github.com/amyspark |https://github.com/amyspark
   |/gmic/commit/063896cb0573e6 |/gmic/commit/d27138b48f61aa
   |56a3afaf61949b92e95d8e523b  |e95f21857a08308e09d9235ee4

--- Comment #7 from amyspark  ---
I keep the branch stable after a point release; in this case, I was working on
stabilizing and cleaning the changes made by upstream to their translation
management.

This one was a change that got lost in the cleanup, and was integrated in
https://github.com/amyspark/gmic/commit/d27138b48f61aae95f21857a08308e09d9235ee4.
 I hope to roll it up before we release 5.2, or when upstream releases 3.1.3,
whichever happens first.

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

[kscreenlocker] [Bug 316734] After waking the system, the desktop gets displayed for a moment before the lock screen appears

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=316734

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.25|

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

[krunner] [Bug 454671] krunner hangs after ALT-F2 and typing in the first letter - must be killed afterwards (wayland / nvidia)

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454671

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[frameworks-qqc2-desktop-style] [Bug 448784] ScrollBar binding loop can cause apps to freeze

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448784

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.95

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

[digikam] [Bug 453971] Maintenance / Face recognition - digiKam (Not responding)

2022-06-03 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=453971

--- Comment #15 from Maik Qualmann  ---
Git commit 2be361ea7ea7e945e8cf6e83a192a3aa72091502 by Maik Qualmann.
Committed on 03/06/2022 at 19:27.
Pushed by mqualmann into branch 'qt5-maintenance'.

try to fix the lock problem in the face detector

M  +6-3core/utilities/facemanagement/threads/facepipeline.cpp
M  +1-0core/utilities/maintenance/maintenancemngr.cpp

https://invent.kde.org/graphics/digikam/commit/2be361ea7ea7e945e8cf6e83a192a3aa72091502

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

[dolphin] [Bug 356436] Rightclick on folder/file: "copy/move" to other split view tab

2022-06-03 Thread Little Girl
https://bugs.kde.org/show_bug.cgi?id=356436

Little Girl  changed:

   What|Removed |Added

 CC||littlerg...@gmail.com
   Platform|openSUSE RPMs   |Ubuntu Packages

--- Comment #2 from Little Girl  ---
I would also like to see a "Copy to other pane" or "Move to other pane" in the
"Copy To" and "Move To" menus. This is something I enjoyed when using a
different desktop and file manager and I think it would make a very nice
enhancement for Dolphin.

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

[dolphin] [Bug 150718] split view - difficult to understand which is the active panel

2022-06-03 Thread Little Girl
https://bugs.kde.org/show_bug.cgi?id=150718

Little Girl  changed:

   What|Removed |Added

 CC||littlerg...@gmail.com

--- Comment #29 from Little Girl  ---
I thought I'd join in to say that I've got a very thin bluish line around the
active pane that I don't even notice and have to really look for. It's also
easy to forget about it if you don't use the split view for a while. Nothing
else visibly changes in the two panes. This is on Kubuntu 22.04 LTS and I'm
using the Breeze global theme, Breeze application style, Breeze Plasma style,
and Breeze window decorations. I, too, would like something more obvious to
happen to let me know which is the active panel.

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

[rsibreak] [Bug 454813] New: decreasing counter is wrong under wayland

2022-06-03 Thread Toralf Förster
https://bugs.kde.org/show_bug.cgi?id=454813

Bug ID: 454813
   Summary: decreasing counter is wrong under wayland
   Product: rsibreak
   Version: 0.12.14
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aa...@kde.org
  Reporter: toralf.foers...@gmx.de
  Target Milestone: ---

SUMMARY
The counter under Plasma/Wayland decreases by 1, then increases: 20, ... 19
...20 ... 19

stable Gentoo Linux w/

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

[KScreen] [Bug 454785] Display configuration not remembered when connecting external display

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454785

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
   Assignee|kwin-bugs-n...@kde.org  |kscreen-bugs-n...@kde.org
Product|kwin|KScreen
  Component|wayland-generic |common

--- Comment #1 from Nate Graham  ---
We should debug the issue instead of offering a workaround. :) 

Can you also please file another bug report for the Plasma crash?

I would also be interested to know if it's fixed in Plasma 5.25, as we did a
lot of multi-monitor work there. Any chance you could upgrade to the Plasma
5.25 beta (or the final release in a week and a half) and see if it's fixed
there?

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

[kmail2] [Bug 387618] words less than 3 letters are ignored

2022-06-03 Thread Shinjo Park
https://bugs.kde.org/show_bug.cgi?id=387618

Shinjo Park  changed:

   What|Removed |Added

 CC||pikakolend...@gmail.com

--- Comment #15 from Shinjo Park  ---
*** Bug 454696 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 454272] Use Plasma Image Wallpaper plugin to choose a background for SDDM

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454272

Nate Graham  changed:

   What|Removed |Added

 CC||evren...@hotmail.com

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

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

[systemsettings] [Bug 454791] Change background button doesn't show a list of wallpapers installed on the system

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454791

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[kmail2] [Bug 454696] Two Chinese characters will be ignored in searching box

2022-06-03 Thread Shinjo Park
https://bugs.kde.org/show_bug.cgi?id=454696

Shinjo Park  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@peremen.name
 Resolution|--- |DUPLICATE

--- Comment #1 from Shinjo Park  ---


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

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

[plasmashell] [Bug 454790] Plasma doesn't let drop items to second monitor applications when using 4K monitor as source

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454790

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Nate Graham  ---
Just from Dolphin to the music player app? Can you drop something from Dolphin
to the desktop on the other screen?

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

[kwin] [Bug 454787] Cannot take screenshot at lockscreen KDE :))

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454787

Nate Graham  changed:

   What|Removed |Added

Version|22.04.1 |master
   Assignee|m...@baloneygeek.com  |kwin-bugs-n...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org
Product|Spectacle   |kwin
  Component|General |general

--- Comment #1 from Nate Graham  ---
Wayland or X11 or both?

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

[krita] [Bug 454812] New: inconsistent return value for setColorSpace and setColorProfile

2022-06-03 Thread Luuk
https://bugs.kde.org/show_bug.cgi?id=454812

Bug ID: 454812
   Summary: inconsistent return value for setColorSpace and
setColorProfile
   Product: krita
   Version: 5.0.2
  Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: luuk.kouij...@gmail.com
  Target Milestone: ---

SUMMARY
setColorSpace returns True if an invalid color profile is used
setColorProfile returns False if an invalid color profile is used

STEPS TO REPRODUCE
1. use setColorSpace with invalid color profile, setColorSpace( "CMYKA", "U8",
"FOGRA39L_coated.icc")
2. use setColorProfile with invalid color profile, setColorProfile(
"FOGRA39L_coated.icc")
3. 

OBSERVED RESULT
1 returns True
2 returns False

EXPECTED RESULT
1 returns False
2 returns False


SOFTWARE/OS VERSIONS
Qt 5.12.8 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC
9.3.0) on "xcb" 
OS: Linux Mint 20.3 [linux version 5.13.0-44-generic]

ADDITIONAL INFORMATION
If an invalid color profile is used the function setColorSpace in the scripter
it should return False just like setColorProfile. 
The checks from setColorProfile should be added to setColorSpace.

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

[kwin] [Bug 454792] Is it possible to stop rendering all the windows that are behind the windows in fullscreen?

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454792

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
It is on Wayland, and now we do that. :)

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

[kdeplasma-addons] [Bug 454801] Astronomical events calendar plugin now shows an event marker for every day

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454801

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.25

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

[kdeplasma-addons] [Bug 454801] Astronomical events calendar plugin now shows an event marker for every day

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454801

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kdeplasma-addons/commit/ |ma/kdeplasma-addons/commit/
   |3f49140aae98e3f1d485e9a4e96 |966967d7588933eeb8ab2936062
   |57b6cf20f413f   |5469b82b1bb68

--- Comment #5 from Nate Graham  ---
Git commit 966967d7588933eeb8ab29360625469b82b1bb68 by Nate Graham, on behalf
of Volker Krause.
Committed on 03/06/2022 at 18:51.
Pushed by ngraham into branch 'Plasma/5.25'.

Explicitly list relevant lunar phase events


(cherry picked from commit 3f49140aae98e3f1d485e9a4e9657b6cf20f413f)

M  +2-1plasmacalendarplugins/astronomical/astronomicaleventsplugin.cpp

https://invent.kde.org/plasma/kdeplasma-addons/commit/966967d7588933eeb8ab29360625469b82b1bb68

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

[kdeplasma-addons] [Bug 454801] Astronomical events calendar plugin now shows an event marker for every day

2022-06-03 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=454801

Volker Krause  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/commit/
   ||3f49140aae98e3f1d485e9a4e96
   ||57b6cf20f413f

--- Comment #4 from Volker Krause  ---
Git commit 3f49140aae98e3f1d485e9a4e9657b6cf20f413f by Volker Krause.
Committed on 03/06/2022 at 18:34.
Pushed by ngraham into branch 'master'.

Explicitly list relevant lunar phase events

M  +2-1plasmacalendarplugins/astronomical/astronomicaleventsplugin.cpp

https://invent.kde.org/plasma/kdeplasma-addons/commit/3f49140aae98e3f1d485e9a4e9657b6cf20f413f

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

[digikam] [Bug 454796] 7.6.0 AppImage fails to start on Ubuntu 22.04 "symbol lookup error: /lib/x86_64-linux-gnu/libgio-2.0.so.0"

2022-06-03 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=454796

--- Comment #4 from Maik Qualmann  ---
For the current Ubuntu version, additional libraries must be preloaded, the
decisive patch was probably this one:

https://invent.kde.org/graphics/digikam/-/commit/aefb18b05385d0951a65590e40d4cad9978a4bcc

But that's not the only problem with this Ubuntu version, the Panorama Hugin
Tools are no longer available as classic packages, it has been switched to
Flatpak. Thank you Ubuntu. We have already received bug reports on this too,
there are still Debian Hugin packages that can be installed under the current
Ubuntu version. Oh, and the LANG* environment variables are no longer fully
set, causing ExifTool to issue error messages. How nice that I don't have
Ubuntu...

Maik

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

[Oxygen] [Bug 454800] KWin. Artifacts in window context menu on Wayland

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454800

Nate Graham  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |unassigned-b...@kde.org
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
  Component|wayland-generic |style
Product|kwin|Oxygen
   Keywords||wayland

--- Comment #3 from Nate Graham  ---
Thanks.

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

[korganizer] [Bug 452480] Kmail doesn't display calendar invites

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=452480

kde-bugs-io-drs...@spamfilter.de changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||kde-bugs-io-drsf32@spamfilt
   ||er.de
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #11 from kde-bugs-io-drs...@spamfilter.de ---
Sorry, but 5.20.1 here and I still get vcalendar as plaintext with no obvious
way to interact. Did I miss something essential?

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

[plasma-pa] [Bug 454789] Hard to distinguish between actions of the Volume applet

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454789

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[plasma-pa] [Bug 440846] Global settings inappropriately live in the applet

2022-06-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440846

Nate Graham  changed:

   What|Removed |Added

 CC||k...@rad1an.aleeas.com

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

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

[kdeplasma-addons] [Bug 454801] Astronomical events calendar plugin now shows an event marker for every day

2022-06-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454801

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/167

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

  1   2   3   >