[ghostwriter] [Bug 478960] Incorrect IME position when window wider than editor width

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478960

jich...@gmail.com changed:

   What|Removed |Added

 CC||jich...@gmail.com

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

[ghostwriter] [Bug 478960] New: Incorrect IME position when window wider than editor width

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478960

Bug ID: 478960
   Summary: Incorrect IME position when window wider than editor
width
Classification: Applications
   Product: ghostwriter
   Version: 23.08.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: megan.con...@kdemail.net
  Reporter: jich...@gmail.com
  Target Milestone: ---

Created attachment 164417
  --> https://bugs.kde.org/attachment.cgi?id=164417&action=edit
Screenshots showing correct and incorrect IME positions

SUMMARY

This is similar / related to bug 460158
(https://bugs.kde.org/show_bug.cgi?id=460158), but while the commit linked in
the bug fixed IME window positioning in some cases, there are other cases where
it's still not working correctly.

Specifically:
- When the editor width is set to "Full", or the window is narrower than the
selected editor width, the IME window is positioned correctly right below the
cursor.
- However, when the editor width is set to anything other than "Full", e.g.
"Narrow", "Medium" or "Wide", and the window is wider than the selected editor
width, the IME window is positioned way off to the left of where the cursor is.
This is not the expected behavior as the IME window should be positioned in the
same way right below the cursor.

STEPS TO REPRODUCE

1. Set editor width to anything other than "Full", e.g. "Narrow".
2. Maximize the window, or otherwise resize the window to be wide enough to
produce margins to the left and right of the content.
3. Enable an IME for CJK languages such as fcitx and start typing.

OBSERVED RESULT

The IME window (showing CJK word candidates) appears far to the left of where
the cursor is - see 3rd screenshot in attached file.

EXPECTED RESULT

The IME window should appear right below the cursor, as it does when editor
width is set to "Full" - see 1st and 2nd screenshots in attached file.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 6.6.7-arch1-1
(available in About System)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11

ADDITIONAL INFORMATION

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

[digikam] [Bug 478954] No visible images in target folder after import from SD card

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478954

--- Comment #2 from Maik Qualmann  ---
Another note: The fact that the files do not appear in digiKam is not a bug;
the addition of the extension ".digikamtempfile" means they are ignored by the
item scanner. This is to ensure that files in the process of being created are
not captured by the scanner and scan invalid metadata.
So something went wrong with the renaming. Therefore I need your rename string.
However, there were already bug fixes compared to digiKam-8.1.0, so it is also
possible that the problem has already been resolved.

Maik

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

[digikam] [Bug 477853] digiKam 8.3.0 slow startup on Windows 10 operating system

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=477853

--- Comment #77 from Maik Qualmann  ---
Git commit f637ec4c07185389b18872150511f55b3ba7e389 by Maik Qualmann.
Committed on 24/12/2023 at 08:00.
Pushed by mqualmann into branch 'master'.

for a test force raster widgets

M  +6-0core/app/main/main.cpp

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

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

[KScreen] [Bug 478959] Outputs could not be saved due to error.

2023-12-23 Thread mashkal2000
https://bugs.kde.org/show_bug.cgi?id=478959

--- Comment #1 from mashkal2...@gmail.com  ---
Created attachment 164416
  --> https://bugs.kde.org/attachment.cgi?id=164416&action=edit
configuration after waking

The configuration displayed by the settings after waking makes no sense. The
*actual* configuration the DE is using is what I configured before putting the
computer to sleep, and is similar to the other screenshot.

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

[KScreen] [Bug 478959] New: Outputs could not be saved due to error.

2023-12-23 Thread mashkal2000
https://bugs.kde.org/show_bug.cgi?id=478959

Bug ID: 478959
   Summary: Outputs could not be saved due to error.
Classification: Plasma
   Product: KScreen
   Version: 5.27.10
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: mashkal2...@gmail.com
  Target Milestone: ---

Created attachment 164415
  --> https://bugs.kde.org/attachment.cgi?id=164415&action=edit
could not be saved due to error

SUMMARY
Can't update screen configuration after resuming from sleep

STEPS TO REPRODUCE
1. Save screen configuration
2. put computer to sleep
3. resume from sleep
4. modify screen configuration
5. Apply

OBSERVED RESULT
"Outputs could not be saved due to error."

EXPECTED RESULT
configuration is applied.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.27
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11
Kernel Version: 6.2.0-39-generic (64-bit)
Graphics Platform: X11
Processors: 20 × 13th Gen Intel® Core™ i5-13600K
Memory: 31.1 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Manufacturer: ASRock
Product Name: Z690M-ITX/ax

ADDITIONAL INFORMATION
This bug might be a result of https://bugs.kde.org/show_bug.cgi?id=473219. The
same behaviour manifests on the screen configuration after waking from sleep.
i.e. the selected primary display in the settings does not match the actual
primary display that the DE uses (at least to draw the taskbar panel). Changing
the primary display and then changing it back was the reason I went into the
settings to change the primary display in the first place.

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

[dolphin] [Bug 475759] Incorrect sorting by size for expanded directories after refreshing parent

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=475759

fanzhuyi...@gmail.com changed:

   What|Removed |Added

   Severity|major   |minor
 Resolution|--- |FIXED
   Version Fixed In||6.0
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/-/merge_requests
   ||/675
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from fanzhuyi...@gmail.com ---
(In reply to Méven Car from comment #1)
> I believe this got fixed with
> https://invent.kde.org/system/dolphin/-/merge_requests/675

Yes I can no longer reproduce this on master

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

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread volkan orhan
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #13 from volkan orhan  ---
(In reply to Darren from comment #11)
> (In reply to Darren from comment #10)
> > (In reply to volkan orhan from comment #8)
> > > (In reply to Darren from comment #7)
> > > > (In reply to volkan orhan from comment #1)
> > > > > I use Raspberry Pi 5 with 8GB RAM. KDE Plasma crashes after then I 
> > > > > login
> > > > > using SDDM. I use Wayland. This occurs after then I install 
> > > > > applications
> > > > > using Discover app then reboot.
> > > > 
> > > > I was able to fix some of my plasma crashes by returning from Wayland 
> > > > back
> > > > to X11.  I also removed everything relating to Akonadai as this also had
> > > > various crashes.  I hope this helps you.
> > > 
> > > Thanks for the recommendation. Returning back to X11 solves the problem, 
> > > but
> > > I want to use Wayland. My Raspberry Pi can't open KDE Plasma in Wayland
> > > anymore, but if I reload KDE Plasma Desktop on a new Raspberry Pi OS 
> > > setup,
> > > it will not crash anymore until I install some apps. A few days ago, the
> > > problem occurred a few times, then I turned off my Raspberry Pi, next day
> > > the problem disappeared, but after then installing some apps, this problem
> > > occurred again.
> > 
> > I also experienced intermittent crashes and rays of hope with KDE but in the
> > end I am on running Wayland on Gnome and I have not had any issues.  I also
> > recently read that Wayland is not %100 ready for most desktop versions.
> 
> Running Gnome of Raspberrypi also reduced my processing activity and reduced
> the heat.  Gnome also seems to be much better for Raspberrypi

I like KDE much more than GNOME. I use KDE everywhere but I can't use KDE on my
Raspberry Pi because of this bug. It is very sad.

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

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread volkan orhan
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #12 from volkan orhan  ---
(In reply to Darren from comment #7)
> I also removed everything relating to Akonadai as this also had
> various crashes.
I also removed all the packages contain akonadi in the package names, but
nothing changed.

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

[kwin] [Bug 478099] With some chance when moving windows between desktops I may get a KWin crash

2023-12-23 Thread Zhora Zmeikin
https://bugs.kde.org/show_bug.cgi?id=478099

Zhora Zmeikin  changed:

   What|Removed |Added

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

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

[krita] [Bug 477458] Saved files cannot be opened

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477458

Bug Janitor Service  changed:

   What|Removed |Added

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

[krunner] [Bug 477466] Cannot disable Alt-Space shortcut that open Krunner search

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477466

Bug Janitor Service  changed:

   What|Removed |Added

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

[krita] [Bug 465846] Pan tool shortcut

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=465846

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 430021] problems with shortcuts working on a wacom tablet

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430021

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kwin] [Bug 478099] With some chance when moving windows between desktops I may get a KWin crash

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=478099

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

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

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

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

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

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

[krita] [Bug 467058] Scroll wheel shortcuts become unresponsive after certain Windows 10 menus appear

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467058

Bug Janitor Service  changed:

   What|Removed |Added

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

[plasmashell] [Bug 477932] Widgets with popups broken on wayland with NVIDIA GPU

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477932

--- 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 443339] Klipper interferes with LibreOffice Calc copy/paste

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443339

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

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

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

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

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

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

[plasmashell] [Bug 438431] Copying font and pasting it in document pastes random kanji text in LibreOffice Writer

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=438431

--- 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 443121] Crash when adding items to new Application Panel

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443121

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

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

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

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

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

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

[Elisa] [Bug 478121] Elisa mobile UI: playlist drawer cannot be closed anymore

2023-12-23 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=478121

Kevin Kofler  changed:

   What|Removed |Added

   Version Fixed In||23.08.5

--- Comment #8 from Kevin Kofler  ---
An update on when this fix will ship: This is already fixed in the development
release 24.01.85 (24.02 Beta 2). The stable release 23.08.5, which will also
include this fix (as it has already been pushed to the 23.08 release branch) is
now scheduled for Thursday, February 15, 2024. The next feature release,
24.02.0, currently scheduled for Wednesday, February 28, 2024, will also
include this fix.

Distributions may of course backport the fix earlier. The Manjaro ARM
elisa-qtmm package is already patched.

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

[kdenlive] [Bug 476612] Audio track corrupted after replace clip

2023-12-23 Thread red_Arti
https://bugs.kde.org/show_bug.cgi?id=476612

red_Arti  changed:

   What|Removed |Added

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

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #54 from A. R. Kristiansen  ---
Just reproduced this on Neon unstable.
I'm on an AMD Radeon RX 6700 XT, Wayland session. The issue persists with
QT_QUICK_BACKEND=software, for what it's worth.

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

[plasmashell] [Bug 478958] New: Touchscreen: Long pressing on the desktop doesn't enter the edit mode

2023-12-23 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=478958

Bug ID: 478958
   Summary: Touchscreen: Long pressing on the desktop doesn't
enter the edit mode
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6, regression
  Severity: normal
  Priority: NOR
 Component: Desktop Containment
  Assignee: plasma-b...@kde.org
  Reporter: qydwhotm...@gmail.com
CC: notm...@gmail.com
  Target Milestone: 1.0

SUMMARY
In Plasma 5 to enter the edit mode on a tablet one can long press on the
desktop. However, in Plasma 6 the feature is broken.


STEPS TO REPRODUCE
1. Long press on the desktop using a touchsreen
2. 
3. 

OBSERVED RESULT
Nothing happens

EXPECTED RESULT
Enter edit mode

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

ADDITIONAL INFORMATION

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

[kwin] [Bug 474725] Screen randomly freezes for a second

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474725

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #53 from A. R. Kristiansen  ---
Created attachment 164414
  --> https://bugs.kde.org/attachment.cgi?id=164414&action=edit
Final Fantasy 14 screenshot taken with Spectacle which is darker

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #52 from A. R. Kristiansen  ---
Created attachment 164413
  --> https://bugs.kde.org/attachment.cgi?id=164413&action=edit
Final Fantasy 14 screenshot taken with the in-game screenshot tool

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=469022

A. R. Kristiansen  changed:

   What|Removed |Added

 CC||k...@68degrees.no

--- Comment #51 from A. R. Kristiansen  ---
I'm actually having a somewhat opposite issue with Spectacle, but I'm wondering
if it's somehow related to this, so I'm commenting here instead of creating a
new ticket.
In my perception, screenshots taken with Spectacle increases the contrast of
what is actually displayed on screen.

It's not just in the screenshot itself, activating rectangle select mode
slightly lowers the contrast ratio on all screens, until a screenshot is taken
and the Spectacle process has terminated.

To demonstrate, I'm going to add two images taken in Final Fantasy 14.
The first one is taken using the in-game screenshot tool, the second is with
Spectacle (capture single monitor mode), notice how the screenshot taken with
Spectacle is noticeably darker in some areas, especially the darker areas.

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

[frameworks-solid] [Bug 477915] Can't mount encrypted drives

2023-12-23 Thread Pieter van der Vegte
https://bugs.kde.org/show_bug.cgi?id=477915

Pieter van der Vegte  changed:

   What|Removed |Added

 CC||pvdve...@posteo.net

--- Comment #8 from Pieter van der Vegte  ---
I was trying plasma 6 with openSUSE Krypton and also experienced this.

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

[plasmashell] [Bug 478313] "A stop job is running for User Manager for UID 1000" slows down shutdown

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478313

b...@colin.moe changed:

   What|Removed |Added

 CC||b...@colin.moe

--- Comment #5 from b...@colin.moe ---
Created attachment 164412
  --> https://bugs.kde.org/attachment.cgi?id=164412&action=edit
journalctl log during shutdown

This is a sanitized log of my system shutting down when this issue was
exhibited. On this boot, I had booted, logged in, opened Firefox, and shut down
immediately after. plasma-kded6 was set to time out after 20 seconds.

Other notes:
KDE Plasma Version: 5.91.0
KDE Frameworks Version: 5.247.0
Qt Version: 6.7.0
Distro: Arch Linux -> Using kde-unstable repository.

Using Wayland on NVidia.

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

[kphotoalbum] [Bug 478944] Background color in viewer changes after zooming in or out

2023-12-23 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=478944

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/kphotoalbum/-/commit/0
   ||883c80af5d5d545c13d7e707cac
   ||362456073ec1
 Status|REPORTED|RESOLVED

--- Comment #1 from Johannes Zarl-Zierl  ---
Git commit 0883c80af5d5d545c13d7e707cac362456073ec1 by Johannes Zarl-Zierl.
Committed on 24/12/2023 at 00:14.
Pushed by johanneszarl into branch 'master'.

Use the correct background color in viewer for zoomed images

When zooming in the viewer window, such that there is a border outside
of the image itself, that border was until now drawn black instead of
the QPalette::base() color.
The reason for this is that the zoomed image is actually a copy of the
loaded image with those borders.
Adding an alpha channel to the image fixes the issue.

It would possibly be a better fix to draw a scaled image in
ImageDisplay::paintEvent instead, but that would be a major rewrite of
the ImageDisplay code.

M  +1-0CHANGELOG.md
M  +4-1Viewer/ImageDisplay.cpp

https://invent.kde.org/graphics/kphotoalbum/-/commit/0883c80af5d5d545c13d7e707cac362456073ec1

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

[kde] [Bug 478957] export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work

2023-12-23 Thread Florian RICHER
https://bugs.kde.org/show_bug.cgi?id=478957

--- Comment #3 from Florian RICHER  ---
(In reply to Florian RICHER from comment #2)
> (In reply to Nicolas Fella from comment #1)
> > This environment variable does not do what you want it to do. It doesn't
> > affect KWin's server-side decoration in any way
> 
> Do you have any idea where the bug might be coming from? Because in
> plasma-mobile 5, window decoration was never enabled for any apps but not it
> not working

but now it not working with plasma-mobile 6 *

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

[kde] [Bug 478957] export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work

2023-12-23 Thread Florian RICHER
https://bugs.kde.org/show_bug.cgi?id=478957

--- Comment #2 from Florian RICHER  ---
(In reply to Nicolas Fella from comment #1)
> This environment variable does not do what you want it to do. It doesn't
> affect KWin's server-side decoration in any way

Do you have any idea where the bug might be coming from? Because in
plasma-mobile 5, window decoration was never enabled for any apps but not it
not working

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

[kde] [Bug 478957] export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work

2023-12-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=478957

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---
This environment variable does not do what you want it to do. It doesn't affect
KWin's server-side decoration in any way

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

[systemsettings] [Bug 478811] "Error loading QML file." System settings on Plasma 6.0 Beta 2

2023-12-23 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=478811

--- Comment #9 from Andrej Halveland  ---
That MR also breaks the "Shortcuts" settings page.
That page now shows:
```
Error loading QML file.
qrc:/kcm/kcm_keys/main.qml:66 Type Kirigami.InlineMessage unavailable
file:///usr/lib/qt6/qml/org/kde/kirigami/InlineMessage.qml:63 Type
KT.InlineMessage unavailable
qrc:/qt/qml/org/kde/kirigami/templates/InlineMessage.qml:102 Cannot assign
object of type "TP.IconPropertiesGroup" to property of type
"IconPropertiesGroup_QMLTYPE_117*" as the former is neither the same as the
latter nor a sub-class of it.
```

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

[systemsettings] [Bug 478811] "Error loading QML file." System settings on Plasma 6.0 Beta 2

2023-12-23 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=478811

--- Comment #8 from Andrej Halveland  ---
>https://invent.kde.org/plasma/systemsettings/-/merge_requests/280 also is a 
>viable fix

Yes, this does seem to work. But, the "Mouse" and "Touchpad" settings in "Mouse
& Touchpad" still seem to be broken, and those pages only work with
`QML_DISABLE_DISK_CACHE=1`.

And also stuff still goes under the header (like the one that shows the "Quick
Settings"  text on the landing page when launching System Settings).

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

[kde] [Bug 478957] export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work

2023-12-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=478957

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[kde] [Bug 478957] New: export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work

2023-12-23 Thread Florian RICHER
https://bugs.kde.org/show_bug.cgi?id=478957

Bug ID: 478957
   Summary: export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 Not work
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: florian.ric...@protonmail.com
  Target Milestone: ---

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


STEPS TO REPRODUCE
1. Install fedora rawhide
2. Run for example QT_WAYLAND_DISABLE_WINDOWDECORATION=1 kate

OBSERVED RESULT

Window decoration still visible

EXPECTED RESULT

Hide window decoration

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Rawhide / PostmarketOS v23.12 with Nightly build for
KDE https://wiki.postmarketos.org/wiki/Nightly
(available in About System)
KDE Plasma Version: 5.90.0 (Fedora) / 5.90.90 (PostmarketOS)
KDE Frameworks Version: 5.246.0 (Fedora) / 5.247.0 (PostmarketOS)
Qt Version: 6.6.1 on Fedora and PostmarketOS

ADDITIONAL INFORMATION

It's important for plasma-mobile because, all applications display the title
bar but it's useless.

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

[digikam] [Bug 478954] No visible images in target folder after import from SD card

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478954

--- Comment #1 from Maik Qualmann  ---
A test here with digiKam-8.2.0/8.3.0 shows no problems when importing via SD
card reader. A test with auto creation of date and/or extension based folders
also works.

What are your exact settings in the import tool? Especially the renaming
settings. A debug log from the terminal from an import would also help.

Maik

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

[kwin] [Bug 478462] webkit Element.requestPointerLock() lets pointer move

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478462

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|RESOLVED

--- Comment #3 from David Edmundson  ---
Works here in Plasma 6. If you can test that when 6 is out that would be great

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

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread Darren
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #11 from Darren  ---
(In reply to Darren from comment #10)
> (In reply to volkan orhan from comment #8)
> > (In reply to Darren from comment #7)
> > > (In reply to volkan orhan from comment #1)
> > > > I use Raspberry Pi 5 with 8GB RAM. KDE Plasma crashes after then I login
> > > > using SDDM. I use Wayland. This occurs after then I install applications
> > > > using Discover app then reboot.
> > > 
> > > I was able to fix some of my plasma crashes by returning from Wayland back
> > > to X11.  I also removed everything relating to Akonadai as this also had
> > > various crashes.  I hope this helps you.
> > 
> > Thanks for the recommendation. Returning back to X11 solves the problem, but
> > I want to use Wayland. My Raspberry Pi can't open KDE Plasma in Wayland
> > anymore, but if I reload KDE Plasma Desktop on a new Raspberry Pi OS setup,
> > it will not crash anymore until I install some apps. A few days ago, the
> > problem occurred a few times, then I turned off my Raspberry Pi, next day
> > the problem disappeared, but after then installing some apps, this problem
> > occurred again.
> 
> I also experienced intermittent crashes and rays of hope with KDE but in the
> end I am on running Wayland on Gnome and I have not had any issues.  I also
> recently read that Wayland is not %100 ready for most desktop versions.

Running Gnome of Raspberrypi also reduced my processing activity and reduced
the heat.  Gnome also seems to be much better for Raspberrypi

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

[kwin] [Bug 478617] kwin scripting reports needing ';' or ',' in lines of good javascript code seen in the declaration 'async' as well as the 'await' operator.

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478617

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

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

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread Darren
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #10 from Darren  ---
(In reply to volkan orhan from comment #8)
> (In reply to Darren from comment #7)
> > (In reply to volkan orhan from comment #1)
> > > I use Raspberry Pi 5 with 8GB RAM. KDE Plasma crashes after then I login
> > > using SDDM. I use Wayland. This occurs after then I install applications
> > > using Discover app then reboot.
> > 
> > I was able to fix some of my plasma crashes by returning from Wayland back
> > to X11.  I also removed everything relating to Akonadai as this also had
> > various crashes.  I hope this helps you.
> 
> Thanks for the recommendation. Returning back to X11 solves the problem, but
> I want to use Wayland. My Raspberry Pi can't open KDE Plasma in Wayland
> anymore, but if I reload KDE Plasma Desktop on a new Raspberry Pi OS setup,
> it will not crash anymore until I install some apps. A few days ago, the
> problem occurred a few times, then I turned off my Raspberry Pi, next day
> the problem disappeared, but after then installing some apps, this problem
> occurred again.

I also experienced intermittent crashes and rays of hope with KDE but in the
end I am on running Wayland on Gnome and I have not had any issues.  I also
recently read that Wayland is not %100 ready for most desktop versions.

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

[kwin] [Bug 478907] kwin_wayland: crash when clicking on clipboard's "Delete history" button

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478907

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
For crashes we need a backtrace rather than logs.
Hopefully we'll find this on our automatic crash reporting tracker, failing
that run coredumpctl dump kwin_wayland

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

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread Darren
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #9 from Darren  ---
I also experienced intermittent crashes and rays of hope with KDE but in the
end I am on running Wayland on Gnome and I have not had any issues.  I also
recently read that Wayland is not %100 ready for most desktop versions.

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

[kwin] [Bug 478915] Continuous CPU load after X11 login

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478915

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
There's nothing in that flamechart, that indicate high CPU is at play. It's
idling. 


>* Following a hard reboot, I logged into the same KF6/X11 Plasma session again 
>to see if the issue is always reproducible. It is not

Lets keep an eye on this, for now it's inactionable

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

[plasmashell] [Bug 478947] Start button should be resizable

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478947

David Edmundson  changed:

   What|Removed |Added

  Component|general |Application Launcher
   ||(Kickoff)
Product|kwin|plasmashell
   Target Milestone|--- |1.0
 CC||k...@davidedmundson.co.uk,
   ||mikel5...@gmail.com,
   ||noaha...@gmail.com
   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org

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

[Falkon] [Bug 478956] New: Discourse: "best viewed with JavaScript enabled"

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478956

Bug ID: 478956
   Summary: Discourse: "best viewed with JavaScript enabled"
Classification: Applications
   Product: Falkon
   Version: 23.08.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: nfwn_ozew...@xuneh.com
  Target Milestone: ---

SUMMARY
***
Looks the site Discourse is not loading correctly
***


STEPS TO REPRODUCE
1. Go to https://community.cloudflare.com/
2. You will see this warning "Unfortunately, your browser is unsupported.
Please switch to a supported browser to view rich content"

OBSERVED RESULT


EXPECTED RESULT
Two Warnings appears, "Unfortunately, your browser is unsupported. Please
switch to a supported browser to view rich content" and "Powered by Discourse,
best viewed with JavaScript enabled"

SOFTWARE/OS VERSIONS
Linux: Void Rolling Release
Qt Version: 5.15.2

ADDITIONAL INFORMATION

It happens to with discuss.kde.org

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

[systemsettings] [Bug 478811] "Error loading QML file." System settings on Plasma 6.0 Beta 2

2023-12-23 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=478811

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #7 from David Edmundson  ---
https://invent.kde.org/plasma/systemsettings/-/merge_requests/280 also is a
viable fix

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

[plasmashell] [Bug 460714] Global Edit Mode toolbar is hidden behind Panel Edit Mode toolbar when Panel is on top screen edge

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=460714

A. R. Kristiansen  changed:

   What|Removed |Added

 CC||k...@68degrees.no

--- Comment #6 from A. R. Kristiansen  ---
In Plasma 5.91.0, setting the top panel to "Auto hide" completely hides the
edit mode toolbar under the panel as well.

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

[digikam] [Bug 478955] Crash when changing face tag in preview /rectangle

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478955

Maik Qualmann  changed:

   What|Removed |Added

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

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

[digikam] [Bug 478955] Crash when changing face tag in preview /rectangle

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478955

--- Comment #1 from Maik Qualmann  ---
Fixed in 8.3.0 with Bug 477871

Install the pre-version avaialble here :

https://files.kde.org/digikam/

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

[digikam] [Bug 478955] Crash when changing face tag in preview /rectangle

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478955

Maik Qualmann  changed:

   What|Removed |Added

Version|8.3.0   |8.2.0

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

[dolphin] [Bug 451050] Dolphin crashing when connecting SMB share

2023-12-23 Thread Andres
https://bugs.kde.org/show_bug.cgi?id=451050

--- Comment #43 from Andres  ---
recently tried repoducing https://bugs.kde.org/show_bug.cgi?id=474066 and it
works fine  on my system 
seems it was fixed at some point 
Operating System: Garuda Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11
Kernel Version: 6.6.8-1-cachyos (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6700 XT

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

[digikam] [Bug 478955] Crash when changing face tag in preview /rectangle

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478955

Maik Qualmann  changed:

   What|Removed |Added

  Component|Faces-Workflow  |Faces-Engine
 CC||metzping...@gmail.com

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

[digikam] [Bug 478955] New: Crash when changing face tag in preview /rectangle

2023-12-23 Thread FloMUC
https://bugs.kde.org/show_bug.cgi?id=478955

Bug ID: 478955
   Summary: Crash when changing face tag in preview /rectangle
Classification: Applications
   Product: digikam
   Version: 8.3.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Faces-Workflow
  Assignee: digikam-bugs-n...@kde.org
  Reporter: jurist-...@gmx.de
  Target Milestone: ---

Hi,
in the preview window face-tags cannot be changed via the rectangle. After any
letter ist typed digicam crashes immediately. No matter if the face-tag ist
unknown or already filled.
The only way is to ignore oder remove the face-tag.

Thanks. Great job!
***

SOFTWARE/OS VERSIONS
Windows: 8
JPG
fresh Install
face-tags by digikam

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

[digikam] [Bug 478954] No visible images in target folder after import from SD card

2023-12-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=478954

Maik Qualmann  changed:

   What|Removed |Added

  Component|Import-Gphoto2  |Import-UMS
 CC||metzping...@gmail.com

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

[digikam] [Bug 478954] New: No visible images in target folder after import from SD card

2023-12-23 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=478954

Bug ID: 478954
   Summary: No visible images in target folder after import from
SD card
Classification: Applications
   Product: digikam
   Version: 8.1.0
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Import-Gphoto2
  Assignee: digikam-bugs-n...@kde.org
  Reporter: rafael.linux.u...@gmail.com
  Target Milestone: ---

SUMMARY
After importing images from an SD card of my Panasonic Lumix camera from
Digikam, Digikam does not show the imported files in the destination folder.
However, if I go into the destination folder with the file manager, the JPG
files appear with different names from the camera originals. All images have
been renamed. The names of the original images are preceded with the text
"Camera-asINHu-f4689986.digikamtempfile.P1013811_v1.JPG" (in this case, the
original image name was "P1013811.JPG".

This happens every time I import from the card. Some time ago this didn't
happen, everything worked fine.


STEPS TO REPRODUCE
1. Insert SD card in my SD card reader
2. Launch Digikam and click on "Import, USB Stick Lumix" button in toolbar
3. Select 1 or more photos
4. Click "Download selection" button in toolbar
5. After Digikam finish, destination folder is showed, but images doesn't
appear (no thumbnails at all)

OBSERVED RESULT
The imported images are in destination folder, but names are all changed.

EXPECTED RESULT
To show thumbnails of imported images with their original names.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20231222
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11
Kernel Version: 6.6.6-1-default (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.3 GiB of RAM

ADDITIONAL INFORMATION
Imported photos are viewable with any other image viewer (like Gwenview).

This is an example of imported files renamed by Digikam (not visible by Digikam
after imported)
Camera-asINHu-f4689986.digikamtempfile.P1013811_v1.JPG
Camera-bfEnbp-aab80cf7.digikamtempfile.P1013821_v1.JPG
Camera-buliuJ-509a2658.digikamtempfile.P1013803_v1.JPG
Camera-dmcwoS-40666d0d.digikamtempfile.P1013794_v1.JPG
Camera-dmzAdf-fa7b2035.digikamtempfile.P1013819_v1.JPG
Camera-GrbHjG-f94be021.digikamtempfile.P1013809_v1.JPG
Camera-iguiTl-0a9ee8af.digikamtempfile.P1013813_v1.JPG
Camera-LHvIdr-21de74ac.digikamtempfile.P1013816_v1.JPG
Camera-mLcALG-fc00b276.digikamtempfile.P1013795_v1.JPG
Camera-pZgWWP-7d515c58.digikamtempfile.P1013804_v1.JPG
Camera-RaWLyM-29597c12.digikamtempfile.P1013820_v1.JPG
Camera-rDfuKP-62c24358.digikamtempfile.P1013792_v1.JPG
Camera-ZGHpDx-8e02493b.digikamtempfile.P1013808_v1.JPG

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

[kwin] [Bug 464136] Applications sometimes draw behind the Panel if it is aligned to the right screen side

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464136

--- Comment #6 from serkon...@pm.me ---
Today I made the switch to wayland (in preparation for Plasma 6) and this is
not reproducible anymore.
>From my side, this could be closed.

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

[kwin] [Bug 476602] Gstreamer's pipewiresrc capturing from XDG screencast portal produces a black screen on Wayland

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=476602

--- Comment #13 from kodatar...@yahoo.com ---
Apologies, I've had some more time to debug and turns out the explicit sync
patches break pipewire on 5.27.10, thank you

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

[systemsettings] [Bug 478953] New: Feature Request # Centralised control for Telemetry

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478953

Bug ID: 478953
   Summary: Feature Request # Centralised control for Telemetry
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: rebel_catatonic...@aleeas.com
  Target Milestone: ---

Hey, there are quite a few apps with a hidden menu to opt-in to telemetry, i
believe a settings menu for all of them would instead be much easier to manage
for both the end user and be better for the project(s) in general.

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

[kate] [Bug 478952] New: launching Kate kills the KDE session

2023-12-23 Thread Daniil
https://bugs.kde.org/show_bug.cgi?id=478952

Bug ID: 478952
   Summary: launching Kate kills the KDE session
Classification: Applications
   Product: kate
   Version: 23.08.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: daniil-demyanen...@yandex.ru
  Target Milestone: ---

SUMMARY

Previously, I opened a text file on a samba server with an ip on the local
network 192.168.0.2.
When launching Kate, a info dialog window appeared saying that the file could
not be found at the path smb://admin@192.168.0.2/.
Then a few seconds later the KDE session died, preventing the documents from
being saved.
The error is repeated consistently. Reinstallation doesn't help.

STEPS TO REPRODUCE
1. Use Kate to open the file on the smb server.
2. Leave the local network with this server.
3. Launch Kate.
4. Enjoy the fallen KDE.

OBSERVED RESULT
Restarting KDE session

EXPECTED RESULT
Continued work

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.112.0
Qt Version: 5.15.11
Kernel Version: 6.6.7-4-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 6800H with Radeon Graphics
Memory: 13.3 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: TIMI
Product Name: Redmi Book Pro 15 2022

ADDITIONAL INFORMATION

I think the problem went away when I removed the following block of text from
the ~/.local/share/kate/anonymous.katesession file:

[Plugin:katefilebrowserplugin:MainWindow:0]
Allow Expansion=false
Decoration position=2
Show Inline Previews=true
Show Preview=false
Show hidden files=false
Sort by=Name
Sort directories first=true
Sort hidden files last=false
Sort reversed=false
View Style=DetailTree
auto sync folder=true
filter history=
highlight current file=true
location=smb://admin@192.168.0.2/soft/


Part of the journalctl -xe output when the error occurred:

Dec 23 23:08:19 demyan-pc kwin_wayland[34902]: kf.service.services: The desktop
entry file '/usr/share/applications/org.freedesktop.Xwayland.desktop' has Type=
'Application' but has no Exec field.
Dec 23 23:08:19 demyan-pc kate[35532]: qt.qpa.wayland: Wayland does not support
QWindow::requestActivate()
Dec 23 23:08:19 demyan-pc dbus-daemon[995]: [session uid=1000 pid=995]
Activating service name='org.kde.kpasswdserver' requested by ':1.292' (uid=1000
pid=35548 comm='/usr/lib/kf5/smbnotifier smb://admin
192.168.0.2/s')
Dec 23 23:08:19 demyan-pc kwin_wayland[34902]: qt.svg: link #g917 is undefined!
Dec 23 23:08:19 demyan-pc kwin_wayland[34902]: qt.svg: link #g949 is undefined!
Dec 23 23:08:19 demyan-pc kwin_wayland[34902]: qt.svg: link #g969 is undefined!
Dec 23 23:08:19 demyan-pc kwin_wayland[34902]: kf.service.services: The desktop
entry file '/usr/share/applications/org.freedesktop.Xwayland.desktop' has Type=
'Application' but has no Exec field.
Dec 23 23:08:19 demyan-pc dbus-daemon[995]: [session uid=1000 pid=995]
Successfully activated service 'org.kde.kpasswdserver'
Dec 23 23:08:19 demyan-pc kiod5[3]: kf.kio.kiod: loadModule 'kpasswdserver'
Dec 23 23:08:19 demyan-pc dbus-daemon[995]: [session uid=1000 pid=995]
Activating service name='org.kde.kwalletd5' requested by ':1.293' (uid=1000
pid=3 comm='/usr/lib/kf5/kiod5')
Dec 23 23:08:20 demyan-pc kwalletd5[35573]: kf.wallet.kwalletd: Lacking a
socket, pipe: 0 env: 0
Dec 23 23:08:20 demyan-pc kwin_wayland[34902]: kf.service.services: The desktop
entry file '/usr/share/applications/org.freedesktop.Xwayland.desktop' has Type=
'Application' but has no Exec field.
Dec 23 23:08:20 demyan-pc dbus-daemon[995]: [session uid=1000 pid=995]
Successfully activated service 'org.kde.kwalletd5'
Dec 23 23:08:20 demyan-pc kwalletd5[35573]: Application ' 'kiod5' ' using
kwallet without parent window!
Dec 23 23:08:24 demyan-pc kwin_wayland[34902]: kf.service.services: The desktop
entry file '/usr/share/applications/org.freedesktop.Xwayland.desktop' has Type=
'Application' but has no Exec field.
Dec 23 23:08:24 demyan-pc kate[35587]: qt.qpa.wayland: Wayland does not support
QWindow::requestActivate()
Dec 23 23:08:25 demyan-pc smbnotifier[35548]: kf.kio.workers.smb: -- Failed to
smbc_opendir: No route to node
Dec 23 23:08:25 demyan-pc kate[35587]: kf.kio.core: 'Error connecting to host
192.168.0.2: Host unreachable.'
Dec 23 23:08:25 demyan-pc kate[35532]: kf.kio.core: 'Error connecting to host
192.168.0.2: Host unreachable.'
Dec 23 23:08:39 demyan-pc PackageKit[33278]: daemon quit
Dec 23 23:08:39 demyan-pc systemd[1]: packagekit.service: Deactivated
successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://forum.manjaro.org/c/support
░░
░░ The unit packagekit.service has successfully entered the 'dead' state.
Dec 23 23:08:39 demyan-pc plasmashell[34985]: kf.service.services:
KApplicationTrader: mi

[plasmashell] [Bug 477870] Plasma crashed after reboot for change of display resolution.

2023-12-23 Thread volkan orhan
https://bugs.kde.org/show_bug.cgi?id=477870

--- Comment #8 from volkan orhan  ---
(In reply to Darren from comment #7)
> (In reply to volkan orhan from comment #1)
> > I use Raspberry Pi 5 with 8GB RAM. KDE Plasma crashes after then I login
> > using SDDM. I use Wayland. This occurs after then I install applications
> > using Discover app then reboot.
> 
> I was able to fix some of my plasma crashes by returning from Wayland back
> to X11.  I also removed everything relating to Akonadai as this also had
> various crashes.  I hope this helps you.

Thanks for the recommendation. Returning back to X11 solves the problem, but I
want to use Wayland. My Raspberry Pi can't open KDE Plasma in Wayland anymore,
but if I reload KDE Plasma Desktop on a new Raspberry Pi OS setup, it will not
crash anymore until I install some apps. A few days ago, the problem occurred a
few times, then I turned off my Raspberry Pi, next day the problem disappeared,
but after then installing some apps, this problem occurred again.

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

[dolphin] [Bug 478866] Every panel is enabled in every new window in Beta 2 - Places, Information, Folders, and Terminal

2023-12-23 Thread qlum
https://bugs.kde.org/show_bug.cgi?id=478866

qlum  changed:

   What|Removed |Added

 CC||qlum...@gmail.com

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

[digikam] [Bug 478899] Tags not written in xmp for pictures taken with latest Pixel7 pro camera

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478899

--- Comment #6 from crolles...@gmail.com ---
Good evening.
I confirm that version digiKam-8.3.0-20231223T160714-Win64.exe is working as
expected for this topic.

Again, thanks a lot

Merry Christmas to the whole team

Regards

Cédric

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

[kwin] [Bug 478886] KDE Plasma Wayland Issue: Mouse Cursor Snaps to Corner and Window Misaligns When Exiting Fullscreen, Leading to Erratic Resizing

2023-12-23 Thread Zack Melan
https://bugs.kde.org/show_bug.cgi?id=478886

Zack Melan  changed:

   What|Removed |Added

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

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

[konsole] [Bug 478804] Plugins are always shown on start and unable to keep them disabled/hidden

2023-12-23 Thread A. R. Kristiansen
https://bugs.kde.org/show_bug.cgi?id=478804

--- Comment #12 from A. R. Kristiansen  ---
Can probably close this and https://bugs.kde.org/show_bug.cgi?id=478866 as
"resolved, upstream"?

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

[plasmashell] [Bug 478951] New: Xwayland apps are not minimized when its entry in the task manager is clicked

2023-12-23 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=478951

Bug ID: 478951
   Summary: Xwayland apps are not minimized when its entry in the
task manager is clicked
Classification: Plasma
   Product: plasmashell
   Version: 5.91.0
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Keywords: qt6
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
CC: qydwhotm...@gmail.com
  Target Milestone: 1.0

STEPS TO REPRODUCE
1. make sure Thunderbird and Discord run on Xwayland, not natively on Wayland
2. open Discord or Thunderbird via Kickoff
3. try to minimize the app used in the previous step by clicking on its entry
in the task manager

OBSERVED RESULT
nothing happens. Cannot reproduce with KDE apps like Dolphin, Konsole and Kate.

EXPECTED RESULT
the app is minimized

SOFTWARE/OS VERSIONS
Plasma 6 beta 2

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

[kdenlive] [Bug 478950] New: Time remap shows image still in project monitor instead of actual frame

2023-12-23 Thread Aaron
https://bugs.kde.org/show_bug.cgi?id=478950

Bug ID: 478950
   Summary: Time remap shows image still in project monitor
instead of actual frame
Classification: Applications
   Product: kdenlive
   Version: 23.08.4
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: j...@kdenlive.org
  Reporter: aaro...@gmail.com
  Target Milestone: ---

Created attachment 164411
  --> https://bugs.kde.org/attachment.cgi?id=164411&action=edit
In the clip monitor on the left is the frame that should be shown, but the
project monitor on the right only shows the first frame no matter where you try
to add a keyframe in the time remapping windo

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
As of 23.08.3 (and also in the latest release, 23.08.4), the system monitor
only shows the first frame in the project monitor when adding keyframes in the
Time Remapping panel.  After adding a keyframe and playing it back then going
back to the time remapping panel, clicking around will show the correct frame
again.

When I rolled back to 23.08.2 I don't have this particular issue.

STEPS TO REPRODUCE
1. Add a clip to the timeline.
2. Right click and enable time remapping.
3. In the time remapping panel click in the source clip "timeline" area to
choose a point for a keyframe

OBSERVED RESULT
The frame shown in the project monitor is the first frame

EXPECTED RESULT
The frame shown in the project monitor is the frame in the timeline where
clicked.

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

ADDITIONAL INFORMATION

Another user commenting on the issue:
https://discuss.kde.org/t/kdenlive-23-08-3-released/7150/5

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

[kwin] [Bug 475922] kwin_wayland freeze loop on DisplayLink connection

2023-12-23 Thread Norbert
https://bugs.kde.org/show_bug.cgi?id=475922

--- Comment #1 from Norbert  ---
Plasma 6 Beta 2 no improvements.

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

[kwin] [Bug 475479] kwin_wayland regularly crashes with Unable to handle unregistered datatype

2023-12-23 Thread Norbert
https://bugs.kde.org/show_bug.cgi?id=475479

--- Comment #14 from Norbert  ---
Plasma 6 Beta 2 no improvements.

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

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

2023-12-23 Thread Howard Chu
https://bugs.kde.org/show_bug.cgi?id=389848

Howard Chu  changed:

   What|Removed |Added

 Resolution|UPSTREAM|---
 CC||h...@symas.com
 Status|RESOLVED|REOPENED

--- Comment #178 from Howard Chu  ---
Copying from https://bugs.openldap.org/show_bug.cgi?id=9378

Thanks to assistance from another user, we've made some progress setting up a
KDE test environment to reproduce this issue. Using the replay logging facility
in this branch
https://git.openldap.org/hyc/openldap/-/tree/mplay09?ref_type=heads we
collected a trace from one of the crash instances. The suspicious part is
excerpted here:

>mdb_put: 0x5638e7e58130, 2, 8[646f6d696e616e74], 16, 0
>mdb_put: 0x5638e7e58130, 3, 8[646f6d696e616e74], 24, 0
>mdb_put: 0x5638e7e58130, 2, 8[74656c6c74616c65], 8, 0
>mdb_put: 0x5638e7e58130, 3, 8[74656c6c74616c65], 11, 0
>mdb_put: 0x5638e7e58130, 2, 3[747874], 56200, 0
>mdb_env_create: 0x559276b2ddc0
>mdb_env_set_maxdbs: 0x559276b2ddc0, 12
>mdb_env_set_mapsize: 0x559276b2ddc0, 274877906944
>mdb_env_open: 0x559276b2ddc0, /home/vm/.local/share/baloo/index, 16793600, 0664
>mdb_txn_begin: 0x559276b2ddc0, (nil), 0 = 0x559276b2f1c0
>mdb_dbi_open: 0x559276b2f1c0, postingdb, 262144 = 2
>mdb_dbi_open: 0x559276b2f1c0, positiondb, 262144 = 3
>mdb_dbi_open: 0x559276b2f1c0, docterms, 262152 = 4
>mdb_dbi_open: 0x559276b2f1c0, docfilenameterms, 262152 = 5
>mdb_dbi_open: 0x559276b2f1c0, docxatrrterms, 262152 = 6
>mdb_dbi_open: 0x559276b2f1c0, idtree, 262152 = 7
>mdb_dbi_open: 0x559276b2f1c0, idfilename, 262152 = 8
>mdb_dbi_open: 0x559276b2f1c0, documenttimedb, 262152 = 9
>mdb_dbi_open: 0x559276b2f1c0, documentdatadb, 262152 = 10
>mdb_dbi_open: 0x559276b2f1c0, indexingleveldb, 262152 = 11
>mdb_dbi_open: 0x559276b2f1c0, failediddb, 262152 = 12
>mdb_dbi_open: 0x559276b2f1c0, mtimedb, 262204 = 13
>mdb_txn_commit: 0x559276b2f1c0
>mdb_put: 0x5638e7e58130, 3, 3[747874], 91570, 0
>mdb_put: 0x5638e7e58130, 2, 2[6368], 464, 0
>mdb_put: 0x5638e7e58130, 3, 2[6368], 1286, 0
>mdb_put: 0x5638e7e58130, 2, 7[766172696f7573], 1440, 0
>mdb_put: 0x5638e7e58130, 3, 7[766172696f7573], 2282, 0

In the middle of txn 0x5638e7e58130 the init sequence occurs again, and all of
the contents of this logfile are only being written by a single process. That
means baloo_file has opened the same env twice in the same process, which is
explicitly forbidden by the LMDB docs. http://www.lmdb.tech/doc/

Going to close this ticket as Invalid, it's a KDE bug and not an LMDB bug.

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

[systemsettings] [Bug 478620] Mouse navigation with numpad doesn't work under Wayland

2023-12-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=478620

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 449105] Dragging a window that was opened maximized moves the mouse cursor to the top left corner of the window

2023-12-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=449105

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[neon] [Bug 478949] Neon Unstable + VMware Workstation = no boot after restart/update

2023-12-23 Thread ezh
https://bugs.kde.org/show_bug.cgi?id=478949

--- Comment #2 from ezh  ---
Created attachment 164410
  --> https://bugs.kde.org/attachment.cgi?id=164410&action=edit
CPU has been disabled

Tried to press E for editing the Grub's settings and got this window...

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

[plasmashell] [Bug 341143] Bring back per-virtual-desktop wallpapers

2023-12-23 Thread Peter Bun
https://bugs.kde.org/show_bug.cgi?id=341143

Peter Bun  changed:

   What|Removed |Added

 CC||peterbun...@gmail.com

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

[neon] [Bug 478949] Neon Unstable + VMware Workstation = no boot after restart/update

2023-12-23 Thread ezh
https://bugs.kde.org/show_bug.cgi?id=478949

--- Comment #1 from ezh  ---
Created attachment 164409
  --> https://bugs.kde.org/attachment.cgi?id=164409&action=edit
screenshot of booting screen

BTW Before you press Enter, you can go thru options, but if you press enter all
stalls.

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

[neon] [Bug 478949] New: Neon Unstable + VMware Workstation = no boot after restart/update

2023-12-23 Thread ezh
https://bugs.kde.org/show_bug.cgi?id=478949

Bug ID: 478949
   Summary: Neon Unstable + VMware Workstation = no boot after
restart/update
Classification: KDE Neon
   Product: neon
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: eugene.savit...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Install Neon Unstable 
2. Run first time - OK
3. Run update. Restart
4. Boot variants appears, but choosing any option does nothing, just same
screen. No errors whatsoever.

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

[plasmashell] [Bug 478948] Panel no longer defloats correctly

2023-12-23 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=478948

Prajna Sariputra  changed:

   What|Removed |Added

   Keywords||qt6

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

[plasmashell] [Bug 478948] New: Panel no longer defloats correctly

2023-12-23 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=478948

Bug ID: 478948
   Summary: Panel no longer defloats correctly
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: putr...@gmail.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 164408
  --> https://bugs.kde.org/attachment.cgi?id=164408&action=edit
Recording of how a bottom panel defloats now

SUMMARY
With latest git master everything, the panel no longer defloats correctly on my
system. A bottom panel just moves towards the bottom left, a right panel moves
towards the top right, and a top panel as well as a left panel moves towards
the top left.

A git bisect returns commit 6feb67b9fd1148634c022a87062c20a7955c1ac9 (Let the
compositor size space filling panels) in plasma-workspace as the first bad
commit, and reverting that commit on top of master fixes the issue for me.


STEPS TO REPRODUCE
1. Update to latest git master
2. Have a floating panel (at least bottom or top)
3. Open and maximise a window or move it so it touches the panel

OBSERVED RESULT
The panel does not defloat correctly.

EXPECTED RESULT
The panel defloats correctly.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.91.90
KDE Frameworks Version: 5.248.0
Qt Version: 6.6.1
Kernel Version: 6.6.7-arch1-1 (64-bit)
Graphics Platform: Wayland

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

[kwin] [Bug 478947] New: Start button should be resizable

2023-12-23 Thread ezh
https://bugs.kde.org/show_bug.cgi?id=478947

Bug ID: 478947
   Summary: Start button should be resizable
Classification: Plasma
   Product: kwin
   Version: 5.91.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: eugene.savit...@gmail.com
  Target Milestone: ---

Created attachment 164407
  --> https://bugs.kde.org/attachment.cgi?id=164407&action=edit
screenshot of the problem

STEPS TO REPRODUCE
1. Set the taskbar to left or right 
2. Set width to 94, so 3 columns of tray icons are visible

OBSERVED RESULT
The Start button is huge

EXPECTED RESULT
Start button size could be selected manually

Screenshot attached.

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

[Haruna] [Bug 477409] Don't show time preview if no video is open

2023-12-23 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=477409

george fb  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/haruna/-/commit/55f5
   ||ef3754aac5de9d54d9c8972521a
   ||0137ecb60
 Status|ASSIGNED|RESOLVED

--- Comment #2 from george fb  ---
Git commit 55f5ef3754aac5de9d54d9c8972521a0137ecb60 by George Florea Bănuș, on
behalf of Zhangzhi Hu.
Committed on 23/12/2023 at 18:51.
Pushed by georgefb into branch 'master'.

Hide time preview if no video is open

If no video is open, there is no point in showing a time preview
with 00:00:00 in the seek bar.

M  +1-1src/qml/HProgressBar.qml

https://invent.kde.org/multimedia/haruna/-/commit/55f5ef3754aac5de9d54d9c8972521a0137ecb60

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

[plasmashell] [Bug 478946] Plasmashell can sometimes crash on a fast workspace switch

2023-12-23 Thread Dmitry Sharshakov
https://bugs.kde.org/show_bug.cgi?id=478946

--- Comment #1 from Dmitry Sharshakov  ---
Created attachment 164406
  --> https://bugs.kde.org/attachment.cgi?id=164406&action=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[plasmashell] [Bug 478946] New: Plasmashell can sometimes crash on a fast workspace switch

2023-12-23 Thread Dmitry Sharshakov
https://bugs.kde.org/show_bug.cgi?id=478946

Bug ID: 478946
   Summary: Plasmashell can sometimes crash on a fast workspace
switch
Classification: Plasma
   Product: plasmashell
   Version: 5.27.10
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: d3dx12...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Application: plasmashell (5.27.10)

Qt Version: 5.15.11
Frameworks Version: 5.113.0
Operating System: Linux 6.6.6-1-default x86_64
Windowing System: Wayland
Distribution: openSUSE Tumbleweed
DrKonqi: 5.27.10 [CoredumpBackend]

-- Information about the crash:
I scrolled and clicked the mouse wheel, that caused a short plasmashell crash

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#5  0x7f4d16cfab2a in KIO::FileUndoManager::undo() () at
/lib64/libKF5KIOWidgets.so.5
[...]
#7  0x7f4d1879e8b2 in QAction::triggered(bool) () at
/lib64/libQt5Widgets.so.5
#8  0x7f4d187a142f in QAction::activate(QAction::ActionEvent) () at
/lib64/libQt5Widgets.so.5
#9  0x7f4d187a21e3 in QAction::qt_metacall(QMetaObject::Call, int, void**)
() at /lib64/libQt5Widgets.so.5
[...]
#12 0x7f4d18fc01db in QV4::QObjectMethod::callInternal(QV4::Value const*,
QV4::Value const*, int) const () at /lib64/libQt5Qml.so.5


Reported using DrKonqi

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

[kphotoalbum] [Bug 478942] Polishing full screen viewer proposal

2023-12-23 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=478942

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kphotoalbum] [Bug 478942] Polishing full screen viewer proposal

2023-12-23 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=478942

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 CC||johan...@zarl-zierl.at

--- Comment #1 from Johannes Zarl-Zierl  ---
Hi Alex,

Since you explicitly mention the image scale / zoom level: just adding a
padding to the viewer would do nothing to limit scale breaks. I suppose you
would like an option to specify a (persistent) zoom level across images?

Cheers,
  Johannes

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

[plasmashell] [Bug 478945] New: Ability to change color of cursor

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478945

Bug ID: 478945
   Summary: Ability to change color of cursor
Classification: Plasma
   Product: plasmashell
   Version: 5.27.10
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: patrick.jan...@gmx.ch
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

SUMMARY
As far as I can tell, Plasma doesn't provide a simple way to change the cursor
color. Other OS's like macOS and Windows have the option to change the color of
the systems cursor, which can be great accessibility benefit. You can obviously
change the cursor theme, but I would hope to be able to change the fill and
outline color of the current cursor theme or more realistically just the Breeze
themed cursor. As know multiple people who use this feature on Windows, so I
would imagine it would also be appreciated in Plasma.

RELEVANT ART
macOS:
https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2022/01/pointer-customization-features-macos-monterey.png
Windows 11:
https://149584678.v2.pressablecdn.com/wp-content/uploads/2021/08/Settings-Accessibility-Mouse-pointer-and-touch-Mouse-pointer-style.png
ChromeOS:https://www.androidpolice.com/wp-content/uploads/2020/10/12/Cursor_colors.png


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

ADDITIONAL INFORMATION

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

[kphotoalbum] [Bug 478944] New: Background color in viewer changes after zooming in or out

2023-12-23 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=478944

Bug ID: 478944
   Summary: Background color in viewer changes after zooming in or
out
Classification: Applications
   Product: kphotoalbum
   Version: 5.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Viewer
  Assignee: kpab...@willden.org
  Reporter: johan...@zarl-zierl.at
  Target Milestone: ---

SUMMARY
In the viewer window, if one uses any zoom operation on the image display, the
color changes from gray to black.


STEPS TO REPRODUCE
1. Open kphotoalbum --demo
2. Go to thumbnail view
3. Double-click an image to open the viewer
4. Press a shortcut associated with a zoom operation (+,-,=,.)

OBSERVED RESULT
The image is zoomed correctly, but the margins between the image and the viewer
window border / screen border changes from dark gray to black.

EXPECTED RESULT
The background color should be preserved.

ADDITIONAL INFORMATION
Can be reproduced every time, can be reproduced using the demo database.

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

[umbrello] [Bug 478198] Umbrello import wizard does not recognize the 'override' C++ keyword

2023-12-23 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=478198

--- Comment #9 from Oliver Kellogg  ---
(In reply to Nicola Mori from comment #8)
> Thank you very much Oliver.

Sure.
Feel free to reopen or open new bug in case of further problems.

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

[Spectacle] [Bug 478841] Spectacle's UI doesn't display anymore on X11

2023-12-23 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=478841

Noah Davis  changed:

   What|Removed |Added

 CC||noaha...@gmail.com

--- Comment #5 from Noah Davis  ---
I haven't seen this previously and I can't reproduce it with the 24.01.85 beta
version.

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

[valgrind] [Bug 478774] The coregrind linux syswrap does not handle fully the bpf BPF_OBJ_GET_INFO_BY_FD call which would return btf_info

2023-12-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=478774

--- Comment #3 from Paul Floyd  ---
Looks like this is a can of worms. There are a lot of commands and struct
members that are missing (comparing Fedora 29 and Valgrind hit HEAD). 

I tried

sudo valgrind bpftrace -e 'tracepoint:syscalls:sys_enter_open { printf("%s
%s\n", comm, str(args->filename)); }'

from

https://brendangregg.com/ebpf.html

and I got quite a few string-related errors, two bpf unhandled commands and
some uninit BPF syscall parameters.

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

[frameworks-kconfig] [Bug 415948] Session creation in Kate causes invalid desktop file to be placed in ~/.local/share/applications

2023-12-23 Thread Franz Holzinger
https://bugs.kde.org/show_bug.cgi?id=415948

Franz Holzinger  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-kio] [Bug 281270] When copying files to a removable disk, speed and progress reflect copying to the local cache not to the disk itself

2023-12-23 Thread Ilya Rodin
https://bugs.kde.org/show_bug.cgi?id=281270

Ilya Rodin  changed:

   What|Removed |Added

 CC||i.a.ro...@gmail.com

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

[systemsettings] [Bug 478811] "Error loading QML file." System settings on Plasma 6.0 Beta 2

2023-12-23 Thread Andrej Halveland
https://bugs.kde.org/show_bug.cgi?id=478811

Andrej Halveland  changed:

   What|Removed |Added

 CC||andrej.h...@gmail.com

--- Comment #6 from Andrej Halveland  ---
Until this gets fixed you can workaround this issue by putting
>QML_DISABLE_DISK_CACHE=1
into your
>/etc/environment
file and then just reboot your system

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

[digikam] [Bug 478222] AppImage 8.2.0 fails to start on Ubuntu 20.04: CXXABI_1.3.13, GLIBCXX_3.4.29 and GLIBCXX_3.4.30 not found

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478222

--- Comment #11 from caulier.gil...@gmail.com ---
Git commit 91b67530b3859acdc4820d36506ae50b3b4de6d7 by Gilles Caulier.
Committed on 23/12/2023 at 16:50.
Pushed by cgilles into branch 'master'.

Ignore Marble plugins in digiKam plugins loader, as Marble has a dedicated
loader.
Related: bug 474265

M  +3-2core/libs/dplugins/setup/dpluginloader_p.cpp

https://invent.kde.org/graphics/digikam/-/commit/91b67530b3859acdc4820d36506ae50b3b4de6d7

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

[digikam] [Bug 474265] Crash when I start digikam:FATAL:credentials.cc (Trace point triggered).

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474265

--- Comment #16 from caulier.gil...@gmail.com ---
Git commit 91b67530b3859acdc4820d36506ae50b3b4de6d7 by Gilles Caulier.
Committed on 23/12/2023 at 16:50.
Pushed by cgilles into branch 'master'.

Ignore Marble plugins in digiKam plugins loader, as Marble has a dedicated
loader.
Related: bug 478222

M  +3-2core/libs/dplugins/setup/dpluginloader_p.cpp

https://invent.kde.org/graphics/digikam/-/commit/91b67530b3859acdc4820d36506ae50b3b4de6d7

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

[kronometer] [Bug 478943] New: 2.3.0 No Dark Mode Icons

2023-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478943

Bug ID: 478943
   Summary: 2.3.0 No Dark Mode Icons
Classification: Applications
   Product: kronometer
   Version: unspecified
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kde.org
  Reporter: kde.proofing...@passmail.net
  Target Milestone: ---

Created attachment 164405
  --> https://bugs.kde.org/attachment.cgi?id=164405&action=edit
Screenshot showing the dark/unreadable icons/text

SUMMARY
***
There are no dark mode icons for 2.3.0's settings making it almost impossible
to read.
***


STEPS TO REPRODUCE
1. Enable a dark system theme/color.
2. 
3. 

OBSERVED RESULT
The text and icons remain black

EXPECTED RESULT
Either that the text and icons change to a light color, or that there is an
option inside of the settings to allow for this adjustment.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Kubuntu 23.10
(available in About System)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.112.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION

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

[neon] [Bug 478880] plasmashell crash after updating

2023-12-23 Thread Dennis
https://bugs.kde.org/show_bug.cgi?id=478880

Dennis  changed:

   What|Removed |Added

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

--- Comment #3 from Dennis  ---
Ok, updated today and can't reproduce. Closing.

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

[plasmashell] [Bug 478911] KDE Crash Handler reports startplasma-x11 segmentation fault, Plasma crashes on close

2023-12-23 Thread Wilbur Jaywright
https://bugs.kde.org/show_bug.cgi?id=478911

--- Comment #5 from Wilbur Jaywright  ---
Yeah, it was. Not sure why a second reboot fixed it, but if it happens again,
I’ll let you know.

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

[plasmashell] [Bug 477855] Plasmashell consumes CPU time doing nothing until System Tray popup is opened once

2023-12-23 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=477855

Stefan Brüns  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |CONFIRMED

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

  1   2   3   >