[Discover] [Bug 411316] Discover continues to use proxy even after proxy has been disabled

2024-04-20 Thread Mikhail
https://bugs.kde.org/show_bug.cgi?id=411316

Mikhail  changed:

   What|Removed |Added

 CC||ternovo...@gmail.com

--- Comment #11 from Mikhail  ---
Hello!
I have th same problem:
SUMMARY
Discover is trying to use proxy, which was removed from the system

STEPS TO REPRODUCE
1. Launch Discover
2. Press Update all
3. 

OBSERVED RESULT
Не удалось загрузить пакет.:

E: http://ftp.linux.org.tr/ubuntu jammy-updates/main amd64
ubuntu-pro-client-l10n amd64 31.2.2~22.04 is not (yet) available (407 Proxy
Authentication Required [IP: 176.222.59.2 59704]) E:
http://ftp.linux.org.tr/ubuntu jammy-updates/main amd64 ubuntu-pro-client amd64
31.2.2~22.04 is not (yet) available (407 Proxy Authentication Required [IP:
176.222.59.2 59704]) E: http://ftp.linux.org.tr/ubuntu jammy-updates/main amd64
openssh-client amd64 1:8.9p1-3ubuntu0.7 is not (yet) available (407 Proxy
Authentication Required [IP: 176.222.59.2 59704]) E:
http://ftp.linux.org.tr/ubuntu jammy-updates/main amd64 ubuntu-advantage-tools
all 31.2.2~22.04 is not (yet) available (407 Proxy Authentication Required [IP:
176.222.59.2 59704]) E: http://ftp.linux.org.tr/ubuntu jammy-updates/restricted
amd64 firmware-sof-signed all 2.0-1ubuntu4.7 is not (yet) available (407 Proxy
Authentication Required [IP: 176.222.59.2 59704]) E:
https://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable
amd64 124.0.6367.60-1 is not (yet) available (Invalid response from proxy:
HTTP/1.0 407 Proxy Authentication Required Proxy-Authenticate: Basic
realm="proxy" Connection: close Content-type: text/html; charset=utf-8 [IP:
176.222.59.2 59704]) 

EXPECTED RESULT
Sucsessfull update

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

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

[krita] [Bug 485843] New: RAW Images are displayed incorrectly

2024-04-20 Thread Gavin Williams
https://bugs.kde.org/show_bug.cgi?id=485843

Bug ID: 485843
   Summary: RAW Images are displayed incorrectly
Classification: Applications
   Product: krita
   Version: 5.2.1
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Color models
  Assignee: krita-bugs-n...@kde.org
  Reporter: deadst...@outlook.com
  Target Milestone: ---

SUMMARY

When loading a raw image from my Canon 600d (adobe rgb) the image is blown out.
It seems like Krita doesn't understand Adobe RGB or has made the wrong
assumptions about the images color space?


STEPS TO REPRODUCE
1. Load a RAW AdobeRGB image.
2. Observe image.

SOFTWARE/OS VERSIONS
Windows 11 Pro 23H2

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

[xdg-desktop-portal-kde] [Bug 485845] New: kwin hangs and glitches when using desktop portal

2024-04-20 Thread edinbruh
https://bugs.kde.org/show_bug.cgi?id=485845

Bug ID: 485845
   Summary: kwin hangs and glitches when using desktop portal
Classification: Plasma
   Product: xdg-desktop-portal-kde
   Version: 6.0.4
  Platform: Mageia RPMs
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: alvisebruni...@gmail.com
CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org
  Target Milestone: ---

Created attachment 168712
  --> https://bugs.kde.org/attachment.cgi?id=168712=edit
log from journalctl, some repeated messages are omitted

SUMMARY

When opening a file from telegram-desktop from flatpak, the desktop portal
should open a prompt asking which application to open it with. Instead, the
entire desktop freezes, the gpu usage ramps up, and the screen gets filled with
graphic artifacts. I was not able to replicate this on other applications but I
doubt that telegram has the power to cause this behaviour.
I'm not sure if this is the desktop portal's or kwin's fault.

STEPS TO REPRODUCE
1. Send a file with telegram
2. Click "open with"
3. The desktop is frozen and in a few seconds it will start glitching

OBSERVED RESULT
The desktop is frozen and filled with artifacts

EXPECTED RESULT
I get a desktop portal prompt

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 39
(available in About System)
KDE Plasma Version: 6.0.4 (from copr)
KDE Frameworks Version: 6.1.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
I installed plasma 6 from this copr:
https://copr.fedorainfracloud.org/coprs/solopasha/kde6/ if this is not
reproducible I will post there.

Sometimes I'm able to switch to a tty, if I do, I'm able to run glmark2_drm so
I doubt it's the gpu that's broken. If I do a soft-reboot with systemd, the
system recovers. I don't know how to properly restart just the desktop on
wayland, but I would try that. If I just kill plasmadesktop and kwin_wayland
and let them get restarted on their own it doesn't recover properly.
With nvtop on tty I can see the gpu usage is at 100%, on one occasion it also
filled the vram, but the entire system started misbehaving (couldn't connect
with ssh, the prompt on the tty froze).

I found some seemingly related logs on journalctl, they are attached.
This is what I found, but if needed I will provide more info.

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

[amarok] [Bug 485748] amarok icon, in systray does not follow dark breeze theme

2024-04-20 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=485748

--- Comment #2 from Tuomas Nurmi  ---
OK, inspected a bit more:
The icon that does not follow theme is
https://github.com/KDE/breeze-icons/blob/master/icons/apps/48/amarok.svg
The icon for other sizes is
https://github.com/KDE/breeze-icons/blob/master/icons/apps/32/amarok-symbolic.svg
which does follow the theme.
Changing KStatusNotifierItem::setIconByName( "amarok" );
to KStatusNotifierItem::setIconByName( "amarok-symbolic" );
fixes this, but I don't think is the right way to go, as according to
https://develop.kde.org/docs/plasma/theme/theme-tray-icons/
the systray icon Amarok should be using is "amarok".

I had a quick look at recent changes in some relevant KF components,
at least commit
https://github.com/KDE/kiconthemes/commit/2d22b9d8798f1ba2642aa3b982a65c9865fbf52d
might be related to changed behaviour (didn't assess yet whether actually is
the case),
another potential place for changes causing this might be
https://github.com/KDE/plasma-workspace/commits/master/applets/systemtray/statusnotifieritemsource.cpp

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

[digikam] [Bug 485833] Metadata is ignored while importing in 8.3

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485833

--- Comment #4 from caulier.gil...@gmail.com ---
8.4.0 pre-release bundle can be tested. Windows installer is here :

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

Gilles Caulier

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

[NeoChat] [Bug 485844] New: Editing the same comment twice, gives empty edit box.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485844

Bug ID: 485844
   Summary: Editing the same comment twice, gives empty edit box.
Classification: Applications
   Product: NeoChat
   Version: 24.02.1
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: ulte...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
If you edit a comment that you edited once before, you will see an empty edit
box.

STEPS TO REPRODUCE
1. Make a comment.
2. Edit the comment and ✓
3. Go to edit the same comment a second time to get observation.

OBSERVED RESULT
1. Editing the first time, in step 2, you see the previously written text.
2. Editing the second time, in step 3, you do not see the previously written
text and the edit box is empty.

EXPECTED RESULT
- Editing the second time, you should still see the previous text same as the
first time.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: plasmashell 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

BONUS INFORMATION
After editing a second time, if you exit NeoChat (full stop) and restart it,
you might see the original comment, before editing.

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

[kdenlive] [Bug 485453] Kdenlive is invisible in Gnome sessions

2024-04-20 Thread AJP
https://bugs.kde.org/show_bug.cgi?id=485453

AJP  changed:

   What|Removed |Added

 CC||software.unedited102@passin
   ||box.com

--- Comment #3 from AJP  ---
Hello,

I have the same exact problem since a few days, I'm on base arch linux (6.8.7)
with Gnome 46.0 on Wayland, Qt version is 6.7.0. I only have a single monitor
on my end.

Here are some steps to reproduce the bug:
- Launch a fresh install of kdenlive -> the window renders properly
- Close and reopen -> still no problem
- Maximise the window THEN close and reopen -> the window is now invisible

I found a temporary fix for now: editing .local/share/kdenlive/kdenlivestaterc
and replacing "Window-Maximized=true" by "Window-Maximized=false" (or juste
deleting the file completely). But I have to redo it everytime I maximize the
window again.

I have the exact same issue with qBittorent which is also a Qt6 program so the
bug might be on Qt or gnome-shell side ? I tried downgrading the Qt version but
then the program doesn't open at all so no luck there.

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

[digikam] [Bug 485833] Metadata is ignored while importing in 8.3

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485833

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
The problem is fixed in digiKam-8.4.0. Under stress on the SQLite database,
records could be lost. Please test the pre-release version of digiKam-8.4.0
from here:

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

Maik

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

[digikam] [Bug 485823] Sort by name

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485823

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||8.4.0
 CC||metzping...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Maik Qualmann  ---
The sorting corresponds to the "natural" string comparison. There is the
possibility to take the punctuation into account. When I open a folder created
with your example in Dolphin (file manager of the KDE desktop on Linux), I get
the same sorting as in digiKam.
However, you have the option of achieving your sorting if you set the string
comparison to "Normal" under Miscellaneous-> Behavior in the digiKam setup.

Maik

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

[digikam] [Bug 485823] Sort by name

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485823

--- Comment #6 from mlh.k...@gmail.com ---
Thanks for the help! It works!

On Sat, 20 Apr 2024, 6:16 pm Maik Qualmann, 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=485823
>
> Maik Qualmann  changed:
>
>What|Removed |Added
>
> 
>Version Fixed In||8.4.0
>  CC||metzping...@gmail.com
>  Status|REPORTED|RESOLVED
>  Resolution|--- |WORKSFORME
>
> --- Comment #5 from Maik Qualmann  ---
> The sorting corresponds to the "natural" string comparison. There is the
> possibility to take the punctuation into account. When I open a folder
> created
> with your example in Dolphin (file manager of the KDE desktop on Linux), I
> get
> the same sorting as in digiKam.
> However, you have the option of achieving your sorting if you set the
> string
> comparison to "Normal" under Miscellaneous-> Behavior in the digiKam setup.
>
> Maik
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You reported the bug.

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

[digikam] [Bug 485833] Metadata is ignored while importing in 8.3

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485833

--- Comment #3 from Maik Qualmann  ---
The problem of a locked database when multiple processes accessed the DB at the
same time has existed in digiKam for a long time. However, during a certain
database operation, the database was completely locked and the data record was
lost. We have been aware of the problem that not all metadata was captured
during import for a long time and have a long list of bug reports about it.
This should now be fixed with digiKam-8.4.0. You don't need to start with a new
database, you may just have to re-read the metadata if you find affected
images.

Maik

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

[kwin] [Bug 485839] New: Resizing program opened in a maximized state results in the window to jump to a small size on its own

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485839

Bug ID: 485839
   Summary: Resizing program opened in a maximized state results
in the window to jump to a small size on its own
Classification: Plasma
   Product: kwin
   Version: 6.0.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: filip.kend...@gmail.com
  Target Milestone: ---

Created attachment 168708
  --> https://bugs.kde.org/attachment.cgi?id=168708=edit
bug-demonstration

SUMMARY
Resizing program opened in a maximized state results in the window to jump to a
small size on its own.
Uploaded video as a demonstration, but the recording is a bit buggy, my
apologies, but you can see the issue there.

STEPS TO REPRODUCE
1. Open and maximize Dolphin (Or any other program)
2. Close the program
3. Reopen the program (It will reopen in the maximized state)
4. Drag it from top to move it into a floating state
5. Try to resize the window using any border/corner except for bottom left
(That one works correctly) -> Window jumps to a small size

OBSERVED RESULT
Resizing program opened in a maximized state results in the program window to
jump to a small size on its own.

EXPECTED RESULT
Window resized in a direction user wanted.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.6-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6600K CPU @ 3.50GHz
Memory: 7.7 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 970/PCIe/SSE2
Nvidia driver: 550.67

ADDITIONAL INFORMATION
Bug is not reproducible when the app is opened in the floating state. It must
be maximized at the time of closing it. 

This is an old issue for me. Also happened in 5.x version of Plasma, both on my
PC and laptop (Intel+Nvidia using nouveau drivers)

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

[kwin] [Bug 485639] Adaptive Sync has inconsistent refresh in KWin Plasma/6.0 (AMDGPU)

2024-04-20 Thread Pedro Nishiyama
https://bugs.kde.org/show_bug.cgi?id=485639

--- Comment #7 from Pedro Nishiyama  ---
I managed to reproduced the issue, when the PC goes to sleep mode and come
back, the VRR starts to refresh inconsistently. It occurs mainly at lower
framerates, such as 60~90 FPS, even with consistent frametimes.
The commits I listed do nothing in this case.

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

[Spectacle] [Bug 466026] Spectacle screenshot scales cross-monitor content with artifacts

2024-04-20 Thread Ye Jingchen
https://bugs.kde.org/show_bug.cgi?id=466026

--- Comment #3 from Ye Jingchen  ---
It seems spectacle 24.02.2 already improved a lot, presumably by apps switching
to Qt 6 and supporting fractional scaling. I will check again when 24.05
released and with various other apps.

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

[krfb] [Bug 458636] krfb-virtualmonitor crashes in Wayland with default or no config (~/.config/krfbrc)

2024-04-20 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=458636

--- Comment #10 from Yaroslav Sidlovsky  ---
Can't reproduce anymore with krfb-virtualmonitor version 24.02.1, Fedora 40.

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

[frameworks-kio] [Bug 484580] No access to webdavs since plasma6

2024-04-20 Thread Ben
https://bugs.kde.org/show_bug.cgi?id=484580

--- Comment #7 from Ben  ---
(In reply to Enno Gotthold from comment #6)
> I also found a downstream duplicate -
> https://bugzilla.suse.com/show_bug.cgi?id=1181988

It looks remotely similar but predates Plasma 6. These kind of problems pop up
all the time and generally get dismissed by annoying self-proclaimed experts.

See e.g.:
https://forums.opensuse.org/t/how-to-clear-dolphin-password-after-failed-sftp-login/170625/40

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

[NeoChat] [Bug 485844] Editing the same comment twice, gives empty edit box.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485844

ulte...@gmail.com changed:

   What|Removed |Added

 CC||ulte...@gmail.com

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

[amarok] [Bug 485847] New: Add mouseover popup on playlist

2024-04-20 Thread robert marshall
https://bugs.kde.org/show_bug.cgi?id=485847

Bug ID: 485847
   Summary: Add mouseover popup on playlist
Classification: Applications
   Product: amarok
   Version: unspecified
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Playlist
  Assignee: amarok-bugs-d...@kde.org
  Reporter: rob...@capuchin.co.uk
  Target Milestone: kf5

Actually running 2.9.83 (not selectable above)

In the music library (Local Music) there's a mouseover popup giving the full
track name. That doesn't happen on the playlist and with long track names
you're uncertain which track is in the queue if there are similar names in that
album. To find out I'm forced to use 'Edit track details' - typically I want to
add the tracks with similar names to the playlist to go with the track that's
been added by the dynamic playlist I'm using by then going to 'Show in Media
Sources'. I think it would be useful if there were a popup here too.

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

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

[digikam] [Bug 485820] In Time Adjust "Timestamp Updated" is wrongly reported as "TimeStamp Used"

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485820

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||8.4.0
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

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

[digikam] [Bug 485833] Metadata is ignored while importing in 8.3

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485833

--- Comment #2 from ffgg8...@gmail.com ---
(In reply to Maik Qualmann from comment #1)
> The problem is fixed in digiKam-8.4.0. Under stress on the SQLite database,
> records could be lost. Please test the pre-release version of digiKam-8.4.0
> from here:
> 
> https://files.kde.org/digikam/
> 
> Maik

Hi, what do you mean by "Under stress on the SQLite database, records could be
lost."? Does this mean database could be resetted, and start from a blank?

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

[plasmashell] [Bug 485841] New: Plasmashell SIGSEGV when restarting

2024-04-20 Thread BryanLiang
https://bugs.kde.org/show_bug.cgi?id=485841

Bug ID: 485841
   Summary: Plasmashell SIGSEGV when restarting
Classification: Plasma
   Product: plasmashell
   Version: 6.0.3
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: liangrui...@gmail.com
  Target Milestone: 1.0

Created attachment 168710
  --> https://bugs.kde.org/attachment.cgi?id=168710=edit
The stack trace of the coredump file

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
Plasmashell crashed with SIGSEGV when restarting by command `systemctl --user
restart plasma-plasmashell.service`

STEPS TO REPRODUCE
I think it is a random crash and is unable to reproduce.

OBSERVED RESULT
Plasmashell crash.

EXPECTED RESULT
Plasmashell restart normally.


SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3
Kernel Version: 6.8.6-zen1-1-zen-cjktty (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800H with Radeon Graphics
Memory: 13.5 GiB of RAM
Graphics Processor: AMD Radeon Graphics

ADDITIONAL INFORMATION

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

[krita] [Bug 484936] Selecting an ICCmax profile crashes Krita

2024-04-20 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=484936

Halla Rempt  changed:

   What|Removed |Added

 CC||ha...@valdyas.org

--- Comment #4 from Halla Rempt  ---
It's essential, because without it, we cannot reproduce the crash.

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

[krita] [Bug 485843] RAW Images are displayed incorrectly

2024-04-20 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=485843

Halla Rempt  changed:

   What|Removed |Added

 CC||ha...@valdyas.org

--- Comment #1 from Halla Rempt  ---
Krita understands any profile that is embedded in an image perfectly well, so
it might just be a problem with newer raw files we don't have access to. Please
attach a sample image that shows the problem and a screenshot that shows how it
should be displayed.

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

[krita] [Bug 485843] RAW Images are displayed incorrectly

2024-04-20 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=485843

Halla Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Halla Rempt  ---
Setting to waitforinfo

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

[NeoChat] [Bug 485846] Receiving incoming comment while typing in the "Edit Comment" box, will shift focus to "New Message" box.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485846

ulte...@gmail.com changed:

   What|Removed |Added

 CC||ulte...@gmail.com

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

[NeoChat] [Bug 485846] New: Receiving incoming comment while typing in the "Edit Comment" box, will shift focus to "New Message" box.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485846

Bug ID: 485846
   Summary: Receiving incoming comment while typing in the "Edit
Comment" box, will shift focus to "New Message" box.
Classification: Applications
   Product: NeoChat
   Version: 24.02.1
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: ulte...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Send a comment
2. Start editing a comment and let someone else comment while you are typing in
the Edit box
3. Continue typing

OBSERVED RESULT
- After receiving the other comment, your next character will be typed in the
"New Comment" box.
  - The previously open, "Edit" box will still be open, but you will have to
click there again to get the focus correct.

EXPECTED RESULT
- Focus should stay where the user is typing, unless user manually changes
focus.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

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

[dolphin] [Bug 485848] Cant´t copy or move files

2024-04-20 Thread Ray7
https://bugs.kde.org/show_bug.cgi?id=485848

--- Comment #1 from Ray7  ---
spittet = splitted  ... sorry for the typo.

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

[xdg-desktop-portal-kde] [Bug 485845] kwin hangs and glitches when using desktop portal

2024-04-20 Thread edinbruh
https://bugs.kde.org/show_bug.cgi?id=485845

--- Comment #1 from edinbruh  ---
Created attachment 168713
  --> https://bugs.kde.org/attachment.cgi?id=168713=edit
this is what the glitched desktop looks like

I attached an image of the glitches

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

[NeoChat] [Bug 485846] Receiving incoming comment while typing in the "Edit Comment" box, will shift focus to "New Message" box.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485846

ulte...@gmail.com changed:

   What|Removed |Added

Version|24.02.1 |git master

--- Comment #1 from ulte...@gmail.com ---
In master, a.o. 71767c4172150663e512810a4e25a0fdad87ca6b

Bug changed to : Not shifting focus to "New Message" box, but still loses focus
from "Edit" box.

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

[digikam] [Bug 485820] In Time Adjust "Timestamp Updated" is wrongly reported as "TimeStamp Used"

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485820

--- Comment #9 from ve...@hotmail.it ---
Hi Mike, thank you. 
I still think this is a bit confusing from user perspective but I've got your
point.
Thank you

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

[plasmashell] [Bug 485841] Plasmashell SIGSEGV when restarting

2024-04-20 Thread BryanLiang
https://bugs.kde.org/show_bug.cgi?id=485841

--- Comment #1 from BryanLiang  ---
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `/usr/bin/plasmashell --no-respawn'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
44   return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO
(ret) : 0;  
[Current thread is 1 (Thread 0x7a5074ac41c0 (LWP 150747))]

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

[kde] [Bug 485842] New: External displays not detected by KDE Plasma 6.0.4

2024-04-20 Thread Dylan Meysmans
https://bugs.kde.org/show_bug.cgi?id=485842

Bug ID: 485842
   Summary: External displays not detected by KDE Plasma 6.0.4
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: cont...@mettekou.com
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY

Under Wayland and X11, KDE Plasma 6.0.4 does not detect external displays
connected to my laptop via USB-C DisplayPort, either when connected before
starting the laptop up or during the Plasma session.

STEPS TO REPRODUCE
1. Connect an external display via USB-C DisplayPort, either before starting up
the laptop or during the Plasma session.

OBSERVED RESULT
Nothing happens.

EXPECTED RESULT
The external display is detected and becomes visible in display settings.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: openSUSE Tumbleweed 20240418
(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
The machine has an AMD Radeon 610M internal GPU and an Nvidia GeForce RTX 4090
Laptop discrete GPU and a MUX switch. Whether the MUX switch is on or off makes
no difference. The proprietary Nvidia drivers, version 550.67 are installed.
Offloading using the environment variables works fine on the internal display
and there are no issues with running games or other applications offloaded on
the Nvidia GPU using the environment variables "__NV_PRIME_RENDER_OFFLOAD=1
__GLX_VENDOR_LIBRARY_NAME=nvidia __GL_SYNC_TO_VBLANK=". There are no issues
with running applications on the internal GPU. KDE Plasma 6.0.3 did detect the
external displays under Wayland (I did not check X11 on 6.0.3) and correctly
allowed me to select the maximum resolution for them, but this caused them to
turn black, leading me to use them at a lower resolution, which worked fine,
with the MUX switch set to either discrete GPU only or hybrid graphics.
However, since I could not use them at their maximum resolution, so that was
not ideal either.

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

[frameworks-kio] [Bug 484580] No access to webdavs since plasma6

2024-04-20 Thread Enno Gotthold
https://bugs.kde.org/show_bug.cgi?id=484580

Enno Gotthold  changed:

   What|Removed |Added

 CC||matrixfuel...@gmail.com

--- Comment #6 from Enno Gotthold  ---
(In reply to Ben from comment #1)
> Hi Axel,
> 
> I had a similar problem, and could work around it with removing the user
> xxx@ from the url. KIO asked for username and password, saved it (again) to
> kwallet and connects fine now.
> 
> If that is the same for you, the bug is rather that the url handler does not
> recognize the user part correctly.

For me this workaround didn't work. I still get "The file or folder ... doesn't
exist".

I also found a downstream duplicate -
https://bugzilla.suse.com/show_bug.cgi?id=1181988

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

[digikam] [Bug 411099] Search: Avoid search without user input (void fields)

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411099

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

   What|Removed |Added

Version|8.1.0   |8.4.0

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

[plasmashell] [Bug 485838] New: Ugly text labels in English: "1Entry" changes to "2 entries"

2024-04-20 Thread agilob
https://bugs.kde.org/show_bug.cgi?id=485838

Bug ID: 485838
   Summary: Ugly text labels in English: "1Entry" changes to "2
entries"
Classification: Plasma
   Product: plasmashell
   Version: 6.0.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: kde...@agilob.net
  Target Milestone: 1.0

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

***
There's missing space and unnecessary uppercase when klipper history size is
set to 1

Please make the uppercase and spacing consistent
***


Video demoing the change attached 


STEPS TO REPRODUCE
1. Set klipper history size to 1
2. Change to 2


SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

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

[kwin] [Bug 485840] Panel attracts the cursor to itself on some fullscreen games

2024-04-20 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=485840

--- Comment #1 from Alexey  ---
An important point: in the demo you can see that some of the triggers of the
mentioned bug 474488 still cause windows to flicker.

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

[kwin] [Bug 485840] New: Panel attracts the cursor to itself on some fullscreen games

2024-04-20 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=485840

Bug ID: 485840
   Summary: Panel attracts the cursor to itself on some fullscreen
games
Classification: Plasma
   Product: kwin
   Version: 6.0.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: input
  Assignee: kwin-bugs-n...@kde.org
  Reporter: alexi...@gmail.com
  Target Milestone: ---

Created attachment 168709
  --> https://bugs.kde.org/attachment.cgi?id=168709=edit
Bug demonstration

SUMMARY
This bug report is related to https://bugs.kde.org/show_bug.cgi?id=474488
(maybe).

As in the mentioned bug, this bug affects some full-screen games and is not
reproducible on other compositors like Mutter or Hyprland.

Like the previous issue involving the annoying flickering of the full screen
game window with the visible system bar (the hidden panel did not caused this
behavior), this issue has the same "triggers" but has a different observable
result: the cursor moves to the bar (only when system panel is visible too).

There seem to be too many bugs associated with the panel lately, from apps
losing focus when there are standalone widgets in the panel, to less detectable
bugs like this that can persist for years. As a complete amateur in such
questions, I am sincerely interested in why this is even possible.

STEPS TO REPRODUCE
1. Set "Always visible" to panel;
2. Launch game with detectable behavior (for example, HoMM3);
3. Perform “trigger” actions that lead to an issue (see attachments).

OBSERVED RESULT
...

EXPECTED RESULT
...

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

[digikam] [Bug 411099] Search: Avoid search without user input (void fields)

2024-04-20 Thread Peter
https://bugs.kde.org/show_bug.cgi?id=411099

--- Comment #38 from Peter  ---
(In reply to caulier.gilles from comment #37)
> Hi all,
> 
> The digiKam 8.4.0 Appimage bundle pre-release is now based on last modern
> frameworks Qt 6.7.0 and KDE 6.2.0.
> 
> File can be downloaded at usual place : https://files.kde.org/digikam/
> Take a  care : the bundle is named with the suffix "-Qt6" not "-Qt5". This
> bundle is compiled under Ubuntu 22.04 and require a Linux with GlibC version
> >= 2.35 to run.
> 
> Can you reproduce the dysfonction with this version?
> 
> Thanks in advance
> 
> Gilles Caulier

Yes, this is still valid problem.

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

[krfb] [Bug 472453] krfb asserts in PWFrameBuffer::cursorPosition

2024-04-20 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=472453

--- Comment #7 from Yaroslav Sidlovsky  ---
Created attachment 168711
  --> https://bugs.kde.org/attachment.cgi?id=168711=edit
krfb-fix-crash.patch

Simple fix for this crash, works for me.
d->cursor is std::optional and it can be unset in time of calling
PWFrameBuffer::cursorPosition().

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

[dolphin] [Bug 485848] New: Cant´t copy or move files

2024-04-20 Thread Ray7
https://bugs.kde.org/show_bug.cgi?id=485848

Bug ID: 485848
   Summary: Cant´t copy or move files
Classification: Applications
   Product: dolphin
   Version: 24.02.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: ray.par...@freenet.de
CC: kfm-de...@kde.org
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY


STEPS TO REPRODUCE
1. select file on window 1 on a spitted dolphin view
2. move the selected files to spitted window 2
3. nothing happens (no dialog); even insert isn´t possible


OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION
I can´t copy files in Dolphin/(and also in Dolphin File Manager Super User
Mode). The dialog (which normally appears) doesn´t appear. Even inserting files
isn´t possible.

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

[kwin] [Bug 485872] Thin coloured line of pixels along bottom and right hand side of screen on Wayland

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485872

--- Comment #1 from Bug Janitor Service  ---

Thank you for the bug report!

Please note that Plasma 6.0.4 will not be supported for much longer by KDE;
supported versions are 5.27, and 5.27 or newer.

Please upgrade to the latest version as soon as your distribution makes it
available to you. Plasma is a fast-moving project, and bugs in one version are
often fixed in the next one.

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

[plasmashell] [Bug 485456] System Tray popup does not show on desktop

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485456

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #5 from Nate Graham  ---
Thanks. Pretty sure this is a Qt 6.7 regression of some kind. :/

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

[dolphin] [Bug 483645] Drag and drop files to web browser only work for the first file

2024-04-20 Thread Robert-André Mauchin
https://bugs.kde.org/show_bug.cgi?id=483645

--- Comment #9 from Robert-André Mauchin  ---
Test:

[4069749.651] wl_data_device@22.data_offer(new id wl_data_offer@4278190083)
[4069749.672] wl_data_offer@4278190083.offer("text/uri-list")
[4069749.694] wl_data_offer@4278190083.offer("application/x-kde4-urilist")
[4069749.712]
wl_data_offer@4278190083.offer("application/vnd.portal.filetransfer")
[4069749.733] wl_data_offer@4278190083.offer("application/x-kde-source-id")
[4069749.753] wl_data_offer@4278190083.source_actions(3)
[4069749.832] wl_data_device@22.enter(24609, wl_surface@51, 6.07812500,
342.87890625, wl_data_offer@4278190083)
[4069749.947]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069749.979]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069751.292] wl_data_offer@4278190083.action(2)
[4069751.379]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069751.417]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069756.359] wl_data_device@22.motion(306389649, 27.8750, 342.87890625)
[4069756.452]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069756.477]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069763.096] wl_data_device@22.motion(306389656, 51.8750, 342.87890625)
[4069763.150]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069763.165]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069770.038] wl_data_device@22.motion(306389663, 75.8750, 344.87890625)
[4069770.089]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069770.103]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069779.325] wl_data_device@22.motion(306389672, 101.8750, 344.87890625)
[4069779.407]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069779.425]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069785.237] wl_data_device@22.motion(306389678, 125.8750, 344.87890625)
[4069785.336]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069785.352]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069794.160] wl_data_device@22.motion(306389687, 151.8750, 342.87890625)
[4069794.242]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069794.262]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069801.186] wl_data_device@22.motion(306389694, 175.8750, 342.87890625)
[4069801.276]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069801.292]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069808.183] wl_data_device@22.motion(306389701, 201.8750, 340.87890625)
[4069808.260]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069808.273]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069816.174] wl_data_device@22.motion(306389709, 225.8750, 338.87890625)
[4069816.256]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069816.273]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069824.177] wl_data_device@22.motion(306389717, 247.8750, 338.87890625)
[4069824.261]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069824.278]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069831.171] wl_data_device@22.motion(306389724, 271.8750, 336.87890625)
[4069831.252]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069831.295]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069839.149] wl_data_device@22.motion(306389732, 289.58203125, 334.91015625)
[4069839.221]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069839.234]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069854.252] wl_data_device@22.motion(306389747, 316.28125000, 333.03906250)
[4069854.324]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069854.345]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069861.214] wl_data_device@22.motion(306389754, 332.05078125, 333.03906250)
[4069861.316]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069861.351]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069868.592] wl_data_device@22.motion(306389761, 349.16015625, 333.03906250)
[4069868.683]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069868.705]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069876.160] wl_data_device@22.motion(306389769, 363.70703125, 333.03906250)
[4069876.256]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069876.280]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069883.168] wl_data_device@22.motion(306389776, 377.62109375, 333.03906250)
[4069883.251]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069883.279]  -> wl_data_offer@4278190083.accept(24609,
"application/x-kde-source-id")
[4069890.152] wl_data_device@22.motion(306389783, 389.78906250, 333.03906250)
[4069890.231]  -> wl_data_offer@4278190083.set_actions(7, 2)
[4069890.253]  

[kwin] [Bug 483366] gfx corruption when moving a window above other windows.

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483366

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.

[krita] [Bug 484204] Cierre repentino al guardar

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=484204

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.

[kdenlive] [Bug 484178] Importing .png images begs for transcoding which doesn't occur

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=484178

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.

[Discover] [Bug 484213] Crashes when loading

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=484213

Bug Janitor Service  changed:

   What|Removed |Added

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

[neon] [Bug 460649] 22.04.01 upgrade message fails always

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460649

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

[kwin] [Bug 483645] Drag and drop files to web browser only work for the first file

2024-04-20 Thread Robert-André Mauchin
https://bugs.kde.org/show_bug.cgi?id=483645

Robert-André Mauchin  changed:

   What|Removed |Added

   Keywords||wayland
  Component|general |wayland-generic
   Assignee|dolphin-bugs-n...@kde.org   |kwin-bugs-n...@kde.org
Product|dolphin |kwin
Version|24.02.0 |6.0.3
   Platform|Neon|unspecified

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

[kwin] [Bug 483645] Drag and drop files to web browser only work for the first file

2024-04-20 Thread Robert-André Mauchin
https://bugs.kde.org/show_bug.cgi?id=483645

--- Comment #10 from Robert-André Mauchin  ---
This is the same bug because this ford work:
https://bugs.kde.org/show_bug.cgi?id=482142#c13

>  if you drag a file into the window again, without dropping it , then mouse 
> can be used again.

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

[plasmashell] [Bug 485456] System Tray popup does not show on desktop

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485456

--- Comment #6 from Nate Graham  ---
As a workaround, try resizing the tiny gray semicircle that appeared above the
icon you clicked.

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

[plasmashell] [Bug 485373] With alternate calendar Force date summary in Arabic to use Western Arabic Numerals

2024-04-20 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=485373

--- Comment #16 from Fushan Wen  ---
Cannot reproduce myself. git20200420 might still not have the patch in
kdeplasma-addons

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

[amarok] [Bug 475528] Songs get deleted from local collection when new ones are added

2024-04-20 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=475528

--- Comment #6 from Tuomas Nurmi  ---
(In reply to Tuomas Nurmi from comment #4)
> Git commit 154e31b5b3002f0bb290ef55ec0eb6c612113e91 by Tuomas Nurmi.
> Committed on 20/04/2024 at 11:04.
> Pushed by nurmi into branch 'master'.
> 
> Fix erronous database query
> 
> After three days of debugging, refreshing related autotests, writing more
> tests,
> hunting for differences between autotest mock components and real ones and
> digging
> deep into database queries related to saving paths, I am happy to announce
> that I
> have a fix which changes a single _ to /.
> 
> I guess the original idea might have been to handle both unix and windows
> path
> separators. However, based on my digging, I think Qt does that anyhow in
> every case
> before anything is written to db. Also, the directories saved into db always
> come
> from MountPointManager's getRelativePath, which has never a trailing /, so
> the
> slash instead of underscore should always be a correct character here to
> match
> subdirectories.
> 
> M  +1-1src/core-impl/collections/db/sql/SqlScanResultProcessor.cpp
> 
> https://invent.kde.org/multimedia/amarok/-/commit/
> 154e31b5b3002f0bb290ef55ec0eb6c612113e91

Your welcome!
I think I've hit this bug myself once or twice, too, but it was too random to
get a good grasp on where to inspect. Your observation on the substrings in
folder names was very valuable in finding the cause of this, so thank you for
that!

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

[kio-gdrive] [Bug 391186] [kio-gdrive]Access token expires/invalidates after performing a few file operations

2024-04-20 Thread Rahul Goma Phulore
https://bugs.kde.org/show_bug.cgi?id=391186

Rahul Goma Phulore  changed:

   What|Removed |Added

 CC||rahul.phulore@gmail.com

--- Comment #45 from Rahul Goma Phulore  ---
I have this exact same problem on my Tuxedo Stellaris 16 machine.

Some information about my system:

> cat /etc/os-release
NAME="TUXEDO OS"
VERSION="2 22.04.4"
ID=tuxedo
ID_LIKE="ubuntu debian"
PRETTY_NAME="TUXEDO OS 2"
VERSION_ID="22.04"
HOME_URL="https://tuxedocomputers.com/;
SUPPORT_URL="https://support.tuxedocomputers.com/;
BUG_REPORT_URL="https://gitlab.com/tuxedocomputers/development/tuxedo_os/os;
PRIVACY_POLICY_URL="https://www.tuxedocomputers.com/en/Privacy-policy.tuxedo;
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy

> uname -a
Linux going-merry 6.5.0-10031-tuxedo #35 SMP PREEMPT_DYNAMIC Thu Mar 28
11:54:07 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

> plasmashell --version
plasmashell 5.27.10

> kf5-config --version
Qt: 5.15.12
KDE Frameworks: 5.114.0
kf5-config: 1.0

> dolphin --version
dolphin 23.08.4

> dpkg -s kio-gdrive | grep 'Version'
Version: 23.08.4-0xneon+22.04+jammy+release+build24

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

[kwin] [Bug 485851] if a window is under another window but part of the window of the window below is visible clicking on it does not return to the front

2024-04-20 Thread andrew
https://bugs.kde.org/show_bug.cgi?id=485851

--- Comment #1 from andrew  ---
I tried to create a new account on the computer and it happens as well without
changing any configuration, it happens on my work computer as well.

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

[kwin] [Bug 485851] if a window is under another window but part of the window of the window below is visible clicking on it does not return to the front

2024-04-20 Thread andrew
https://bugs.kde.org/show_bug.cgi?id=485851

andrew  changed:

   What|Removed |Added

Summary|sometimes having a window   |if a window is under
   |partially above another |another window but part of
   |window clicking in the  |the window of the window
   |window below brings it to   |below is visible clicking
   |the front   |on it does not return to
   ||the front

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

[plasmashell] [Bug 485853] Transparent overlay above wallpaper

2024-04-20 Thread Kotori Itsuka
https://bugs.kde.org/show_bug.cgi?id=485853

--- Comment #1 from Kotori Itsuka  ---
If memory serves the location for the tinting option was between what is now
"background" (blur/color selection) and the image selection box, so that would
be just above the image selection box.

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

[okular] [Bug 472356] Okular crashes when configuring certificates with SafeNet Client

2024-04-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=472356

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/443532
   ||5e5a6f767ecd054302352ad0cd4
   ||8158c13
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Albert Astals Cid  ---
Git commit 4435325e5a6f767ecd054302352ad0cd48158c13 by Albert Astals Cid, on
behalf of Andras Mantia.
Committed on 20/04/2024 at 13:44.
Pushed by aacid into branch 'master'.

Load certificates delayed

Showing a dialog from a Paint event handler is something Qt doesn't like.

M  +21   -15   generators/poppler/pdfsettingswidget.cpp

https://invent.kde.org/graphics/okular/-/commit/4435325e5a6f767ecd054302352ad0cd48158c13

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

[kscreenlocker] [Bug 466345] Turn off keyboard backlight the same way as done for the display when using escape key

2024-04-20 Thread Jakob Petsovits
https://bugs.kde.org/show_bug.cgi?id=466345

Jakob Petsovits  changed:

   What|Removed |Added

 CC||jpe...@petsovits.com

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

[Plasma Vault] [Bug 485151] Correct password won't open vault as destination is "not empty"

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485151

--- Comment #1 from k...@maillama.com ---
Just found this in dmesg. Seems there's some memory leak or something and it's
running out of memory?

[397100.509714] cryfs invoked oom-killer:
gfp_mask=0x140dca(GFP_HIGHUSER_MOVABLE|__GFP_COMP|__GFP_ZERO), order=0,
oom_score_adj=0
[397100.509723] CPU: 7 PID: 353341 Comm: cryfs Tainted: P   O  
6.5.0-27-generic #28~22.04.1-Ubuntu
[397100.509725] Hardware name: ASUSTeK COMPUTER INC. ROG Strix
G15CK_G15CK/G15CK, BIOS G15CK.0707 07/21/2020
[397100.509727] Call Trace:
[397100.509729]  
[397100.509732]  dump_stack_lvl+0x48/0x70
[397100.509738]  dump_stack+0x10/0x20
[397100.509740]  dump_header+0x50/0x290
[397100.509744]  oom_kill_process+0x10d/0x1c0
[397100.509746]  out_of_memory+0x103/0x350
[397100.509748]  __alloc_pages_may_oom+0x112/0x1e0
[397100.509751]  __alloc_pages_slowpath.constprop.0+0x46f/0x9a0
[397100.509754]  __alloc_pages+0x31d/0x350
[397100.509756]  __folio_alloc+0x1d/0x60
[397100.509758]  ? policy_node+0x69/0x80
[397100.509761]  vma_alloc_folio+0x9f/0x3d0
[397100.509763]  do_anonymous_page+0x76/0x350
[397100.509766]  handle_pte_fault+0x16e/0x170
[397100.509767]  __handle_mm_fault+0x65c/0x720
[397100.509769]  handle_mm_fault+0x164/0x360
[397100.509770]  do_user_addr_fault+0x160/0x6b0
[397100.509772]  exc_page_fault+0x83/0x1b0
[397100.509774]  asm_exc_page_fault+0x27/0x30
[397100.509776] RIP: 0033:0x5a5120383c26
[397100.509799] Code: Unable to access opcode bytes at 0x5a5120383bfc.
[397100.509800] RSP: 002b:700b53f4d9b0 EFLAGS: 00010287
[397100.509801] RAX: 01f0 RBX: 700b53f4da50 RCX:
0200
[397100.509802] RDX: 700a3230ee10 RSI: 47476a52 RDI:
0200
[397100.509803] RBP: 0008 R08: fb45556a R09:
77facbea
[397100.509804] R10: 5e7c7f41 R11: fd91be60 R12:
700b3c000b70
[397100.509804] R13: 700b3c000d70 R14: 700b3c000d70 R15:
700b3c000d30
[397100.509807]  
[397100.509809] Mem-Info:
[397100.509810] active_anon:2484210 inactive_anon:1267378 isolated_anon:0
 active_file:141 inactive_file:1114 isolated_file:0
 unevictable:5 dirty:141 writeback:0
 slab_reclaimable:48317 slab_unreclaimable:87236
 mapped:209189 shmem:171133 pagetables:27735
 sec_pagetables:0 bounce:0
 kernel_misc_reclaimable:0
 free:36135 free_pcp:266 free_cma:0
[397100.509812] Node 0 active_anon:9936840kB inactive_anon:5069512kB
active_file:564kB inactive_file:4456kB unevictable:20kB isolated(anon):0kB
isolated(file):0kB mapped:836756kB dirty:564kB writeback:0kB shmem:684532kB
shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB
kernel_stack:35488kB pagetables:110940kB sec_pagetables:0kB all_unreclaimable?
no
[397100.509815] Node 0 DMA free:13316kB boost:0kB min:64kB low:80kB high:96kB
reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB
inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB
managed:15364kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
[397100.509818] lowmem_reserve[]: 0 2029 15748 15748 15748
[397100.509820] Node 0 DMA32 free:63664kB boost:0kB min:8700kB low:10872kB
high:13044kB reserved_highatomic:0KB active_anon:1664568kB
inactive_anon:433696kB active_file:476kB inactive_file:124kB unevictable:0kB
writepending:12kB present:2268872kB managed:2202464kB mlocked:0kB bounce:0kB
free_pcp:240kB local_pcp:0kB free_cma:0kB
[397100.509823] lowmem_reserve[]: 0 0 13718 13718 13718
[397100.509825] Node 0 Normal free:67560kB boost:0kB min:58816kB low:73520kB
high:88224kB reserved_highatomic:2048KB active_anon:8288372kB
inactive_anon:4619716kB active_file:588kB inactive_file:5236kB unevictable:20kB
writepending:552kB present:14401536kB managed:14056172kB mlocked:20kB
bounce:0kB free_pcp:824kB local_pcp:0kB free_cma:0kB
[397100.509828] lowmem_reserve[]: 0 0 0 0 0
[397100.509830] Node 0 DMA: 1*4kB (U) 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB
0*256kB 0*512kB 1*1024kB (U) 2*2048kB (UM) 2*4096kB (M) = 13316kB
[397100.509837] Node 0 DMA32: 554*4kB (UME) 970*8kB (UME) 678*16kB (UME)
399*32kB (UME) 116*64kB (UE) 34*128kB (UME) 9*256kB (ME) 7*512kB (UME) 4*1024kB
(UE) 2*2048kB (E) 1*4096kB (M) = 63544kB
[397100.509845] Node 0 Normal: 6487*4kB (UMEH) 2572*8kB (UMEH) 633*16kB (UMEH)
305*32kB (UMEH) 1*64kB (M) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB =
66476kB
[397100.509852] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0
hugepages_size=1048576kB
[397100.509853] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0
hugepages_size=2048kB
[397100.509854] 172723 total pagecache pages
[397100.509855] 0 pages in swap cache
[397100.509855] Free swap  = 0kB
[397100.509856] Total swap = 0kB
[397100.509856] 4171600 pages RAM
[397100.509857] 0 pages HighMem/MovableOnly
[397100.509857] 103100 pages reserved
[397100.509858] 0 pages hwpoisoned
[397100.509858] 

[kdesrc-build] [Bug 404487] When building Qt 5, global make options are ignored

2024-04-20 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=404487

Andrew Shark  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||ash...@linuxcomp.ru

--- Comment #7 from Andrew Shark  ---
The qt5-set module-set is handled very differently, it creates a Qt5
supermodule, which then handle building of its submodules itself.

The mentioned mr was merged. The module definitions now contain:
```
module-set qt5-set
set-env MAKEFLAGS -j${num-cores}
end module-set

options qtwebengine
set-env NINJAFLAGS -j${num-cores-low-mem}
end options
```

So the several cores building is no longer a problem.

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

[krita] [Bug 485858] New: I can't crate grups in the palette

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485858

Bug ID: 485858
   Summary: I can't crate grups in the palette
Classification: Applications
   Product: krita
   Version: 5.2.2
  Platform: Microsoft Windows
OS: Other
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: zofiaali555...@gmail.com
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
I cannot create groups in the palette, once I create it and click "ok", a
uniform palette without groups appears

STEPS TO REPRODUCE
1. Click in "edit current palette" 
2. click "add a swatch group" 
3. create a palette ond click "ok"

OBSERVED RESULT
nothing happend, just a uniform palette without groups is created

EXPECTED RESULT
formation of groups in the palette

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.

[amarok] [Bug 475528] Songs get deleted from local collection when new ones are added

2024-04-20 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=475528

Tuomas Nurmi  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/amarok/-/commit/154e
   ||31b5b3002f0bb290ef55ec0eb6c
   ||612113e91

--- Comment #4 from Tuomas Nurmi  ---
Git commit 154e31b5b3002f0bb290ef55ec0eb6c612113e91 by Tuomas Nurmi.
Committed on 20/04/2024 at 11:04.
Pushed by nurmi into branch 'master'.

Fix erronous database query

After three days of debugging, refreshing related autotests, writing more
tests,
hunting for differences between autotest mock components and real ones and
digging
deep into database queries related to saving paths, I am happy to announce that
I
have a fix which changes a single _ to /.

I guess the original idea might have been to handle both unix and windows path
separators. However, based on my digging, I think Qt does that anyhow in every
case
before anything is written to db. Also, the directories saved into db always
come
from MountPointManager's getRelativePath, which has never a trailing /, so the
slash instead of underscore should always be a correct character here to match
subdirectories.

M  +1-1src/core-impl/collections/db/sql/SqlScanResultProcessor.cpp

https://invent.kde.org/multimedia/amarok/-/commit/154e31b5b3002f0bb290ef55ec0eb6c612113e91

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

[plasmashell] [Bug 427214] Add ability to paste Klipper's contents on selection

2024-04-20 Thread Tupac
https://bugs.kde.org/show_bug.cgi?id=427214

Tupac  changed:

   What|Removed |Added

 CC||correosinus...@gmail.com

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

[amarok] [Bug 431738] Amarok sometimes crashes when searching in Collection Browser

2024-04-20 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=431738

--- Comment #4 from Tuomas Nurmi  ---
Okay, actually, when enabling the sql autotests on invent.kde.org pipelines, I
found out that testsqlquerymaker very often crashes during
TestSqlQueryMaker::testDeleteQueryMakerWithRunningQuery(). This might be
related, I'll see if I can find out what's the problem there.

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

[kio-gdrive] [Bug 391186] [kio-gdrive]Access token expires/invalidates after performing a few file operations

2024-04-20 Thread Rahul Goma Phulore
https://bugs.kde.org/show_bug.cgi?id=391186

--- Comment #46 from Rahul Goma Phulore  ---
I have this exact same problem on my Tuxedo Stellaris 16 machine.

Some information about my system:

> cat /etc/os-release
NAME="TUXEDO OS"
VERSION="2 22.04.4"
ID=tuxedo
ID_LIKE="ubuntu debian"
PRETTY_NAME="TUXEDO OS 2"
VERSION_ID="22.04"
HOME_URL="https://tuxedocomputers.com/;
SUPPORT_URL="https://support.tuxedocomputers.com/;
BUG_REPORT_URL="https://gitlab.com/tuxedocomputers/development/tuxedo_os/os;
PRIVACY_POLICY_URL="https://www.tuxedocomputers.com/en/Privacy-policy.tuxedo;
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy

> uname -a
Linux going-merry 6.5.0-10031-tuxedo #35 SMP PREEMPT_DYNAMIC Thu Mar 28
11:54:07 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

> plasmashell --version
plasmashell 5.27.10

> kf5-config --version
Qt: 5.15.12
KDE Frameworks: 5.114.0
kf5-config: 1.0

> dolphin --version
dolphin 23.08.4

> dpkg -s kio-gdrive | grep 'Version'
Version: 23.08.4-0xneon+22.04+jammy+release+build24

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

[kwin] [Bug 485851] New: sometimes having a window partially above another window clicking in the window below brings it to the front

2024-04-20 Thread andrew
https://bugs.kde.org/show_bug.cgi?id=485851

Bug ID: 485851
   Summary: sometimes having a window partially above another
window clicking in the window below brings it to the
front
Classification: Plasma
   Product: kwin
   Version: 6.0.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: fand...@protonmail.com
  Target Milestone: ---

SUMMARY
for example if i have telegram desktop in the front and firefox under
telegram-desktop but a part of firefox is visible, clicking on the visible part
of firefox does not return to the front

STEPS TO REPRODUCE
1.  open a window A
2.  open a window B
3.  window A is more large than window B
4.  window B is in the front
5.  click in a visible part of window A

OBSERVED RESULT
the window A don't brings to the front

EXPECTED RESULT
brings to the front

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor
Memory: 30.6 GiB of RAM
Graphics Processor: AMD Radeon RX 7900 XTX

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

[kdenlive] [Bug 484447] Crash when opening saved projects

2024-04-20 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=484447

emohr  changed:

   What|Removed |Added

  Component|Documentation   |Effects & Transitions
   Assignee|fritzib...@gmx.net  |j...@kdenlive.org
   Platform|Other   |Flatpak

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

[kdenlive] [Bug 484447] Crash when opening saved projects

2024-04-20 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=484447

emohr  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-kglobalaccel] [Bug 484884] Overriden default shortcuts stop working after relogin

2024-04-20 Thread Nicholas Kinney
https://bugs.kde.org/show_bug.cgi?id=484884

--- Comment #7 from Nicholas Kinney  ---
(In reply to Nicholas Kinney from comment #6)
> (In reply to Dmitrii Chermnykh from comment #5)
> > (In reply to Nicholas Kinney from comment #3)
> > > (In reply to Dmitrii Chermnykh from comment #1)
> > > > It's probably a NixOS packaging issue
> > > 
> > > I'm experiencing the same issue on the latest stable arch release
> > 
> > Does the problem reproduce for you if you wipe ~/.cache directory?
> 
> This did solve the problem

Actually, some of the shortcuts are still broken, it just changed which ones
are affected. For example, I have a shortcut to capture a region of the screen
with meta+shift+s, which appears to have a default binding in spectacle and is
being overwritten. My override for the terminal shortcut ctrl+shift+t does work
with terminator instead of konsole now after removing the .cache entries.

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

[plasmashell] [Bug 485456] Qith Qt 6.7, System Tray popup is inappropriately resized to a tiny nub

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485456

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
   Priority|NOR |HI
Summary|System Tray popup does not  |Qith Qt 6.7, System Tray
   |show on desktop |popup is inappropriately
   ||resized to a tiny nub

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

[akregator] [Bug 445351] Akregator always wants to recover the session on boot

2024-04-20 Thread Thomas Dickson
https://bugs.kde.org/show_bug.cgi?id=445351

--- Comment #8 from Thomas Dickson  ---
There's a whole lot of write errors as akregator exits:

^C
kf.kio.core: An error occurred during write. The worker terminates now. 
kf.kio.core: An error occurred during write. The worker terminates now.
user@comp2: ~ $ kf.kio.core: An error occurred during write. The worker
terminates now.
kf.kio.core: An error occurred during write. The worker terminates now.
kf.kio.core: An error occurred during write. The worker terminates now.
kf.kio.core: An error occurred during write. The worker terminates now.
kf.kio.core: An error occurred during write. The worker terminates now.
kf.kio.core: An error occurred during write. The worker terminates now.

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

[plasmashell] [Bug 476794] Kicad icons are not displayed correctly

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=476794

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #6 from Nate Graham  ---
The Icons-only Task Manager intentionally always shows the app icon, not any
custom window icon the windows are showing. The mode to disable grouping breaks
the paradigm of what the Icons-Only Task Manager is trying to do (show apps,
not windows), but people really wanted that, so here we are.

This does lead to inconsistency when the window shows a custom icon, but such
is life. :)

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

[plasmashell] [Bug 483188] With AMD GPU and non-floating panel, Icons-Only Task Manager on one monitor's panel randomly becomes unresponsive until plasmashell is restarted or a window is maximized and

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=483188

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #28 from Nate Graham  ---
Oh wonderful, thanks for following up!

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

[Powerdevil] [Bug 485876] New: Device is called a laptop but it is not

2024-04-20 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=485876

Bug ID: 485876
   Summary: Device is called a laptop but it is not
Classification: Plasma
   Product: Powerdevil
   Version: 5.27.5
  Platform: SteamOS
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: jus...@kde.org
CC: m...@ratijas.tk, natalie_clar...@yahoo.de
  Target Milestone: ---

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

Powerdevil assumes any device with a battery is a laptop, but that isn't
correct. This is a screenshot from my Steam Deck.

Suggestion: Replace "laptop" with "device".

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

[Plasma Vault] [Bug 485151] Correct password won't open vault as destination is "not empty"

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485151

--- Comment #3 from k...@maillama.com ---
Two things:
1. I noticed that the out of memory error doesn't always occur. I just updated
the system and restarted and afterwards it still wouldn't let me unlock the
vault, but there was no error in DMESG as listed above.
2. I was able to find a workaround. By going into "Configure Vault" and
changing the mount point to a new, empty folder, the vault now unlocks
correctly.

I'm wondering if this "error" was caused by me copying something in the mount
point folder. If so, it would be better usability to list the mountpoint in the
error so people knew where to look, eg, instead of:
"Failed to open: The mount point directory is not empty, refusing to open the
vault"

Maybe:
"The vault's mount point is not empty, so it can't be opened. Please check
/path/to/mount/point is empty"

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

[dolphin] [Bug 482107] Open Terminal here fails to open Konsole

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=482107

--- Comment #20 from jestar...@gmail.com ---
(In reply to Paul L. from comment #19)
> May well be fixed in Frameworks 6.1, but it is also fixed (at least for me)
> in my KDE neon User Edition which is running Frameworks 5.112.0. I can't say
> when it started working again, but obviously some update brought the fix in.

It is not fixed for me, my KDE frameworks version is 6.1! I can't open terminal
let alone GUI apps won't pop up. I am using i3wm on x11, and on wayland I use
sway. It works fine on wayland though I recall

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

[dolphin] [Bug 483645] Drag and drop files to web browser only work for the first file

2024-04-20 Thread Robert-André Mauchin
https://bugs.kde.org/show_bug.cgi?id=483645

Robert-André Mauchin  changed:

   What|Removed |Added

 CC||zebo...@gmail.com

--- Comment #8 from Robert-André Mauchin  ---
I can reproduce this with a brand-new Firefox profile. No extension or custom
config. The first file work, then nothing.

Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.1.0
Qt Version: 6.6.2
Kernel Version: 6.8.4-300.fc40.x86_64 (64-bit)
Graphics Platform: Wayland

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

[kde] [Bug 485875] New: Transition time for switching virtual desktop

2024-04-20 Thread Mukil
https://bugs.kde.org/show_bug.cgi?id=485875

Bug ID: 485875
   Summary: Transition time for switching virtual desktop
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: mukilmukil1...@gmail.com
  Target Milestone: ---

Created attachment 168726
  --> https://bugs.kde.org/attachment.cgi?id=168726=edit
That transition animation video from my own laptop

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
The animation time for switching virtual desktop is quick it's not showing any
animation of switching based upon the gesture speed in the laptop's trackpad, I
love KDE but this annoys me a lot it's well implemented in gnome (switching of
virtual desktop's animation) 


STEPS TO REPRODUCE
1. use 3 or 4 finger to swipe in the trackpad fast

OBSERVED RESULT
fast changing virtual desktop without any animation with trackpad gesture 

EXPECTED RESULT
A animation speed like gnome's desktop switching is great

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.7-300.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx
Memory: 13.6 GiB of RAM
Graphics Processor: AMD Radeon Vega 8 Graphics
Manufacturer: Acer
Product Name: Aspire A715-41G
System Version: V1.03

ADDITIONAL INFORMATION
All the trackpad gesture feels slight laggy, it's not giving that much ux in
laptop consider this as an bug, this is a minor bug i thought if you could fix
this it would be great, thank you

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

[digikam] [Bug 485873] Scan Collections process follows symlinks.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485873

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Discovery process follows   |Scan Collections process
   |symlinks|follows symlinks.

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

[digikam] [Bug 485873] Scan Collections process follows symlinks.

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=485873

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

   What|Removed |Added

  Component|general |Database-Scan

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

[kde] [Bug 485875] Transition time for switching virtual desktop

2024-04-20 Thread Mukil
https://bugs.kde.org/show_bug.cgi?id=485875

Mukil  changed:

   What|Removed |Added

  Alias||Mukil

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

[plasmashell] [Bug 485373] With alternate calendar Force date summary in Arabic to use Western Arabic Numerals

2024-04-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=485373

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Nate Graham  ---
Those seem like different issues; please open new bug reports for them. Thanks.

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

[digikam] [Bug 485873] Scan Collections process follows symlinks.

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485873

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #1 from Maik Qualmann  ---


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

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

[digikam] [Bug 202094] SCAN : symbolic links support between albums

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=202094

Maik Qualmann  changed:

   What|Removed |Added

 CC||fabrice.salva...@orange.fr

--- Comment #14 from Maik Qualmann  ---
*** Bug 485873 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 485873] Scan Collections process follows symlinks.

2024-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=485873

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
   Severity|normal  |wishlist

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

[amarok] [Bug 485847] Add mouseover popup on playlist

2024-04-20 Thread robert marshall
https://bugs.kde.org/show_bug.cgi?id=485847

--- Comment #2 from robert marshall  ---
Not sure I've ever used that dialog  before, though maybe there's a bug report
with my name on it somewhere reporting a problem with it! (Ah
https://bugs.kde.org/show_bug.cgi?id=312255 ;) )
Even with your pointer I hunted around 'Configure Amarok' before finding it
elsewhere in the Playlist menu. Yes could IMHO be simpler.

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

[kdenlive] [Bug 485611] Bad Version Number after install

2024-04-20 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=485611

emohr  changed:

   What|Removed |Added

 CC||fritzib...@gmx.net
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Assignee|j...@kdenlive.org |jk.kde...@smartlab.uber.spa
   ||ce

--- Comment #1 from emohr  ---
Thank you for reporting. I can confirm this issue on Windows. Something at
packaging went wrong.

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

[plasma-nm] [Bug 484874] [Openconnect] With QT 6.6.3 + Wayland, openconnect + AnyConnect SSO authentication windows freezes resulting in inability to access VPN

2024-04-20 Thread Fred Sundvik
https://bugs.kde.org/show_bug.cgi?id=484874

--- Comment #3 from Fred Sundvik  ---
I can confirm that QT 6.7 fixes the problem for me as well.

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

[konsole] [Bug 468497] Configurable highlight behavior for split header bar

2024-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468497

dwu.pub...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from dwu.pub...@gmail.com ---
This issue is resolved. In recent versions of Konsole (tested in 24.02.2),
there's a feature to highlight the active terminal via a colored border:

Profile settings -> "Appearance" -> "Miscellaneous" -> "Active Terminals" ->
"Border"

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

[plasma-nm] [Bug 480287] Browser login for openconnect has fixed size

2024-04-20 Thread Fred Sundvik
https://bugs.kde.org/show_bug.cgi?id=480287

--- Comment #15 from Fred Sundvik  ---
I think this was fixed by QT 6.7, now the window is properly resized and shown.
I'm not completely sure if that was the fix, but I did not see any relevant KDE
updates when it was fixed for me, only the QT 6.7 update on Arch Linux.

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

[kwin] [Bug 484323] High CPU load of kwin_x11 when locking the screen

2024-04-20 Thread Kevin Krammer
https://bugs.kde.org/show_bug.cgi?id=484323

--- Comment #18 from Kevin Krammer  ---
(In reply to fbm224 from comment #17)
> Is this the same or related to:
> https://bugs.kde.org/show_bug.cgi?id=484606#1 ?  I made comment #6 there.

Great find, this does indeed sound like the same problem.

I can also confirm the observation that the CPU load returns to normal when
switching to a Linux virtual console.

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

[dolphin] [Bug 483172] Free Disk Space button margin too wide and cuts off fonts

2024-04-20 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=483172

--- Comment #5 from Felix Ernst  ---
(In reply to ndrwkotov from comment #4)
> No, not only non-default themes have this problem. Fusion and Windows are
> broken too. They are default, aren't they?

No,  they are not. Fusion is Qt's theme. On Windows we have also switched to
Breeze recently because dark mode didn't work there previously.

> I suggest to revert these changes. They have no sense, this UI element is not 
> essential, 

Please don't ignore my arguments. The change is essential because previously
e.g. visually- or motorically-impaired users were unable to open this menu. For
them this change was way more important than the custom theming of Dolphin you
are interested in.

> this changes ruin a lot of custom themes.
> Extensive customization is not the least reason for choosing KDE Plasma.

Be aware that Dolphin allows you to hide the space information or even the
status bar completely if you prefer a clean look (without the bug reported
here) over the functionality these components provide.

To actually fix this bug report a different solution is needed that doesn't
cause problems for some people.

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

[kwin] [Bug 484606] High CPU usage on kwin_x11/Xorg when screen is off

2024-04-20 Thread Kevin Krammer
https://bugs.kde.org/show_bug.cgi?id=484606

Kevin Krammer  changed:

   What|Removed |Added

 CC||kram...@kde.org

--- Comment #8 from Kevin Krammer  ---
(In reply to Yutao Meng from comment #5)
> Same here on Arch Linux with kwin_x11 6.0.3.1-2. However, unlike bug report
> 484323, it doesn't require external monitors.

That was just a theory :)
Comment #14 on that other ticket  confirmed that it happened with and without
external monitor.

> It just need at least one
> window at maximized status or multiple windows overlapped (have parts one
> over another).

For me it happens even without any windows open.

> And this will only happen at the first run of kwin after sddm
> (not yet tested on other DM). If kwin was restart by systemd or manual
> command "kwin_x11 --replace" which will not restart sddm, it will not have
> high CPU usage after lock screen.

I can confirm that observation on my system.
If I restart kwin_x11 (only tried manually) it behaves afterwards

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

[kwin] [Bug 484323] High CPU load of kwin_x11 when locking the screen

2024-04-20 Thread Kevin Krammer
https://bugs.kde.org/show_bug.cgi?id=484323

--- Comment #19 from Kevin Krammer  ---
Interesting observation on that other ticket which I can confirm on my system:
if I restart kwin_x11 (by running kwin_x11 --replace) it does no longer show
the observed CPU load behavior when locking the screen

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

[kate] [Bug 482451] missing external tools

2024-04-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=482451

Waqar Ahmed  changed:

   What|Removed |Added

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

--- Comment #1 from Waqar Ahmed  ---


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

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

[kate] [Bug 456502] External tools configuration lost

2024-04-20 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456502

Waqar Ahmed  changed:

   What|Removed |Added

 CC||nather...@gmail.com

--- Comment #2 from Waqar Ahmed  ---
*** Bug 482451 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 485857] Floating panels defloat too soon

2024-04-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485857

--- Comment #1 from Bug Janitor Service  ---

Thank you for the bug report!

Please note that Plasma 6.0.3 will not be supported for much longer by KDE;
supported versions are 5.27, and 5.27 or newer.

Please upgrade to the latest version as soon as your distribution makes it
available to you. Plasma is a fast-moving project, and bugs in one version are
often fixed in the next one.

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

[plasmashell] [Bug 485587] Tray icons on-click popups not visible

2024-04-20 Thread Sergio U
https://bugs.kde.org/show_bug.cgi?id=485587

--- Comment #4 from Sergio U  ---
(In reply to Glenn from comment #3)
> Logging in to a X11 session resolves when logging back into wayland.

For me it works temporarily, after a reboot I get back to the same problem if I
click a tray icon having a maximized window.

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

[plasmashell] [Bug 476794] Kicad icons are not displayed correctly

2024-04-20 Thread twistedturtle
https://bugs.kde.org/show_bug.cgi?id=476794

twistedturtle  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #5 from twistedturtle  ---
I'm now using Plasma 6, the screenshot is from that.

Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3
Kernel Version: 6.1.84-1-MANJARO (64-bit)
Graphics Platform: X11

Closing it as "RESOLVED WORKSFORME" due to lack of reply, seems disingenuous.
Surely it wouldn't take much to create something infinitely more accurate, for
instance "NOTRESOLVED LACKOFINFO".

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

  1   2   3   >