[dolphin] [Bug 467885] Mounted ISOs not showing, but they do in the xdg-portal filechooser

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=467885

maximilian...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |Manjaro
Version|22.12.3 |23.08.5
 OS|Other   |Linux
 CC||maximilian...@gmail.com

--- Comment #4 from maximilian...@gmail.com ---
Hello, is this thread still active?
I have found a similar bug on my system.

When mounting an iso from an external usb drive, it doesn't show up in the
Devices section.
It was successfully mounted and when closing and reopening Dolphin, it shows up
again.
Pressing F5 does not help.

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

[digikam] [Bug 486341] Edit Bookmarks menu item does nothing

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486341

--- Comment #7 from caulier.gil...@gmail.com ---
Maik,

I think it's not a raise problem with the dialog. In fact the dialog is open
and presnet on screen, but show behind the metadata editor dialog. If i move
this last one, bookmarks editor appear, but is not suitable : the mouse has no
effect. It sounds like a even loop problem.

Not that the bookmarks editor dialog has the 3 buttons on the title bar. So it
can be reduced.

Gilles

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

[kdevelop] [Bug 486656] New: Selecting text in the navigation widget demolishes clipboard history

2024-05-05 Thread Tianshu Feng
https://bugs.kde.org/show_bug.cgi?id=486656

Bug ID: 486656
   Summary: Selecting text in the navigation widget demolishes
clipboard history
Classification: Applications
   Product: kdevelop
   Version: 5.13.240202
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: m...@theaceblock.dev
  Target Milestone: ---

Created attachment 169236
  --> https://bugs.kde.org/attachment.cgi?id=169236&action=edit
Selection made in KDevelop and the resulting clipboard history

SUMMARY
Selecting text in the navigation widget would _automatically_ copy the
selection to the clipboard, which is nice to have, except that each and every
time the selection changes, a new copy of the current selection would be copied
to the clipboard **immediately**, even if I'm still dragging (to select more
text).

This means if I were to select something from the navigation widget, my
clipboard history would probably look something like this:

```
The QNetworkRequest
The QNetworkReques
The QNetworkReque
The QNetworkRequ
The QNetworkRe
The QNetworkR
The QNetwork
..
```

Which is really inconvenient, not only because I'll have many unnecessary
entries in my clipboard history, but also because one could easily (and quite
quickly!) lost content saved in clipboard history if the clipboard manager has
a history size (e.g. Klipper).

The "correct" behavior should probably be to copy the selected text _once_
**after** the selection has completed (i.e. mouse button has released), which
seems to be the behavior of "Always save in history" in Klipper, but I'm not
entirely sure about that.

Side note: it is also not clear, from the hints in the navigation widget, that
such auto-copy feature exists.


STEPS TO REPRODUCE
1. Open KDevelop
2. Create or open any project
3. Move the mouse cursor to any keywords/variables/errors
4. Select any text in the the navigation widget popup
5. Check clipboard history (e.g. with Klipper in Plasma)

OBSERVED RESULT
One copy is made each time the selection has changed.

EXPECTED RESULT
Only one copy should be made.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux, KDE Plasma w/ Wayland
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
I did a quick search and found the following code, which is likely responsible
for this behavior:

https://invent.kde.org/kdevelop/kdevelop/-/blob/master/kdevplatform/language/duchain/navigation/abstractnavigationwidget.cpp#L99

```
connect(d->m_browser.data(), &QTextEdit::selectionChanged, this, [this]() {
Q_D(AbstractNavigationWidget);
d->m_browser->copy();
});
```

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

[digikam] [Bug 486341] Edit Bookmarks menu item does nothing

2024-05-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=486341

--- Comment #6 from Maik Qualmann  ---
Git commit 866f0532c62d0b8934ed4f965f151b9564db5720 by Maik Qualmann.
Committed on 06/05/2024 at 06:28.
Pushed by mqualmann into branch 'master'.

try to bring the bookmark dialog to the front

M  +1-0   
core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp

https://invent.kde.org/graphics/digikam/-/commit/866f0532c62d0b8934ed4f965f151b9564db5720

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

[digikam] [Bug 486341] Edit Bookmarks menu item does nothing

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486341

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

The Edit Bookmarks work but don"t show the dialog with the focus by default. Go
to the mac taskbar digiKam icon context menu and select the Show All Windows.
The bookmarks editor dialog appears...

Gilles Caulier

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

[digikam] [Bug 399600] Inconsistent metadata in pictures and database when some albums are read-only

2024-05-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399600

--- Comment #14 from Maik Qualmann  ---
If a collection is not online, we now have an error icon for the respective
collection in the album view.
We could also show this icon if the collection is online but not writable. For
each album individually this would probably be bad for performance reasons with
network collections.

Maik

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

[dolphin] [Bug 478291] Missing directories refresh all over Plasma apps

2024-05-05 Thread Kerry N
https://bugs.kde.org/show_bug.cgi?id=478291

--- Comment #9 from Kerry N  ---
(In reply to Kerry N from comment #7)
> (In reply to Mihai Sorin Dobrescu from comment #6)
> > For me it is fixed in:
> > 
> > KDE Plasma Version: 5.27.11
> > KDE Frameworks Version: 5.115.0
> > Qt Version: 5.15.12
> > Kernel Version: 6.6.22-mocaccino (64-bit)
> > Graphics Platform: X11
> > 
> > What about you, Kerry N?
> 
> In dolphin-23.08.5-1.fc39.x86_64, I still have to F5 to refresh. If I create
> a few in a subdirectory of a directory that is being displayed, and I create
> a file in the subdirectory, it doesn't update the caret or the number of
> items in the subdirectory unless I use F5.

Is this related to https://bugs.kde.org/show_bug.cgi?id=477607
which has been resolved. My dolphinrc doesn't have anything under the
PreviewSettings
[PreviewSettings]
Plugins=

But it is still not always working for me. I can close and open dolphin again
and it will refresh some folders but some still remain with the wrong number of
files in subdirectories (i.e. zero instead of having more than zero).

I am currently at:
$rpm -q dolphin
dolphin-23.08.5-1.fc39.x86_64
kdelibs-4.14.38-39.fc39.x86_64

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

[akregator] [Bug 122179] text filters to sources

2024-05-05 Thread James McIntosh
https://bugs.kde.org/show_bug.cgi?id=122179

James McIntosh  changed:

   What|Removed |Added

 CC||jamesxmcint...@gmail.com

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

[kwin] [Bug 486603] With NVIDIA GPU, opening certain windows in maximized state and then de-maximizing them by dragging the title bar results in improper sizes

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486603

--- Comment #4 from tduck973...@gmail.com ---
I experience this even when using the button, as that's how I originally tested
your steps to reproduce

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

[krita] [Bug 486564] svg font-variant displayed in text-edit but not on canvas

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=486564

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #3 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[NeoChat] [Bug 485869] Cannot highlight/select (with click+drag) text in "send a message" box

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485869

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

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

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

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

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

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

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

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|REMIND  |WORKSFORME

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

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

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

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

[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-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=485851

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

[Spectacle] [Bug 468375] Add option to automatically show annotation tools after taking a screenshot in the main window

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468375

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

[kwin] [Bug 480885] High CPU usage for window under cursor \ plasma shell (if over desktop) and kwin_wayland when moving mouse cursor

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480885

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

[kdeconnect] [Bug 472907] Connect to devices through VPN connection, even on mobile data

2024-05-05 Thread Bill Huang
https://bugs.kde.org/show_bug.cgi?id=472907

--- Comment #3 from Bill Huang  ---

I want to note that there is a similar issue here: KDEConnect fails to connect
on a mesh VPN (overlay network) even with a manually added peer using a fixed
IP.

While this might not be the exact same bug, I suspect the underlying problem is
similar. KDEConnect seems to be hardcoded to sending/listening packets only on
the Wi-Fi interface. When using a mesh VPN, a virtual interface is created on
the phone that differs from the standard wireless interface. While network
traffic is typically routed automatically to utilize the virtual interface for
outbound communication, KDEConnect appears to bypass this routing and remains
fixated on the wireless interface. If KDEConnect could be adapted to send
packets through other interfaces, the connection should just function as
expected.

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

[Powerdevil] [Bug 443299] Let powerdevil change iwconfig power saving setting dynamically

2024-05-05 Thread Jakob Petsovits
https://bugs.kde.org/show_bug.cgi?id=443299

Jakob Petsovits  changed:

   What|Removed |Added

 CC||jpe...@petsovits.com
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jakob Petsovits  ---
PowerDevil in Plasma 6.0 does not manage wireless interfaces anymore. However,
the mentioned commands can be entered as "custom scripts" in the Energy Saving
KCM, which starting in Plasma 6.0 supports different script commands for both
entering and leaving a power state such as "On AC Power". (Unless the commands
require root permissions, in which case everything would get a little more
complicated.)

If you feel that there should be a GUI option for this, plasma-nm is indeed the
place for this going forward. I'll leave it up to you whether you consider this
issue resolved in general, if not then please open a bug for plasma-nm (or
reopen this issue while reassigning the product field).

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

[plasmashell] [Bug 486655] Panel/dock set to fit content, align center, floating and auto-hiding will start up being too long in Wayland

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486655

--- Comment #1 from kde.h2...@simplelogin.com ---
Created attachment 169235
  --> https://bugs.kde.org/attachment.cgi?id=169235&action=edit
Panel issue

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

[plasmashell] [Bug 486655] New: Panel/dock set to fit content, align center, floating and auto-hiding will start up being too long in Wayland

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486655

Bug ID: 486655
   Summary: Panel/dock set to fit content, align center, floating
and auto-hiding will start up being too long in
Wayland
Classification: Plasma
   Product: plasmashell
   Version: 6.0.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: kde.h2...@simplelogin.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 169234
  --> https://bugs.kde.org/attachment.cgi?id=169234&action=edit
Panel settings

***
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 have a panel that I have converted to a dock. It only has an "Icons-only Task
Manager". When I start the system up and enter a Wayland session, the panel
appears to be too long. The panel fixes itself when you open an application or
if you enter edit mode and exit.

See https://discuss.kde.org/t/plasma-6-dock-panel-too-long-on-boot/15083 for
images.

STEPS TO REPRODUCE
1. Create a panel that contains an "Icons-only Task Manager". Ensure it's set
to fit its content, align it to the center, make it float and place it at the
bottom of the screen.
2. Reboot.

OBSERVED RESULT

The panel is longer than it needs to be. It fixes itself when activity happens
on the panel such as a new application opening or if you attempt to edit the
panel.

EXPECTED RESULT

On boot, the panel should fit content.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.8.7-303.fsync.fc40.x86_64 (64-bit)
(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION

GPU: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
NVIDIA Driver Version: 550.78

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

[kdeconnect] [Bug 472907] Connect to devices through VPN connection, even on mobile data

2024-05-05 Thread Bill Huang
https://bugs.kde.org/show_bug.cgi?id=472907

Bill Huang  changed:

   What|Removed |Added

 CC||bill.huang2...@gmail.com

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

[kwin] [Bug 486654] New: When restoring tabs in Microsoft Edge flatpak, the mouse leaves a trail across the screen

2024-05-05 Thread Erin
https://bugs.kde.org/show_bug.cgi?id=486654

Bug ID: 486654
   Summary: When restoring tabs in Microsoft Edge flatpak, the
mouse leaves a trail across the screen
Classification: Plasma
   Product: kwin
   Version: 6.0.4
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: watson.e@gmail.com
  Target Milestone: ---

Created attachment 169233
  --> https://bugs.kde.org/attachment.cgi?id=169233&action=edit
Screenshot of all the mouse copies on the screen while tabs are restoring

SUMMARY

Whenever I reboot my computer and I had tabs open in the Microsoft Edge
flatpak, the mouse cursor leaves a trail of lots of little cursors across the
screen as I move it around. They go away when the browser finishes restoring
the tabs. This did not happen on Plasma 5.27, I noticed it when I upgraded to
Fedora 40 / Plasma 6 two days before official release.

STEPS TO REPRODUCE
1. Have some tabs open in Microsoft Edge (flatpak)
2. Reboot computer
3. Reopen Microsoft Edge, and click "restore tabs" when prompted in the upper
right
4. Move the mouse around and watch it leave a trail.

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[kwin] [Bug 486603] With NVIDIA GPU, opening certain windows in maximized state and then de-maximizing them by dragging the title bar results in improper sizes

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486603

--- Comment #3 from sirmr...@067.xyz ---
(In reply to Nate Graham from comment #2)
> Fedora 40, but with an Intel GPU. May be NVIDIA-specific.
Just installed Fedora 40 Plasma spin (not kionite) on my AMD laptop using the
amdgpu driver. Tested with dolphin and system monitor. The issue is present. It
is key that you "demaximize"(is there a better term for this?) the window by
dragging it, not by using the button on the title bar.

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

[digikam] [Bug 399600] Inconsistent metadata in pictures and database when some albums are read-only

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399600

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

   What|Removed |Added

Version|6.0.0   |8.4.0

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

[digikam] [Bug 416213] People tags appear duplicated after having moved them in the tag tree, if the tag was already present at /People/

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416213

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

   What|Removed |Added

Version|8.0.0   |8.4.0

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

[digikam] [Bug 420658] Tag location suggestion not visible if string is too long.

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=420658

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

   What|Removed |Added

Version|7.0.0   |8.4.0

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

[digikam] [Bug 416071] Saved searches that include tags are altered after tags are reorganized

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416071

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.

[digikam] [Bug 416743] Face rectangle tool gets deselected if changes are being written to file

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416743

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

   What|Removed |Added

Version|7.0.0   |8.4.0

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

[dolphin] [Bug 486589] Dolphin crashes with segfault when space is pressed

2024-05-05 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=486589

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Backtrace from attachment:

GNU gdb (GDB; openSUSE Tumbleweed) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from dolphin...
Reading symbols from /usr/lib/debug/usr/bin/dolphin.debug...
(gdb) r
Starting program: /usr/bin/dolphin

This GDB supports auto-downloading debuginfo from the following URLs:
  
Enable debuginfod for this session? (y or [n]) n
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x710006c0 (LWP 12172)]
[New Thread 0x7fffebe006c0 (LWP 12173)]
[New Thread 0x7fffeb4006c0 (LWP 12174)]
[New Thread 0x7fffe3e006c0 (LWP 12175)]
[New Thread 0x7fffe34006c0 (LWP 12176)]
[New Thread 0x7fffe2a006c0 (LWP 12177)]
[New Thread 0x7fffe20006c0 (LWP 12178)]
[New Thread 0x7fffe16006c0 (LWP 12179)]
[New Thread 0x7fffe0c006c0 (LWP 12180)]
[Thread 0x7fffe0c006c0 (LWP 12180) exited]
[Thread 0x7fffe16006c0 (LWP 12179) exited]
[Thread 0x7fffe20006c0 (LWP 12178) exited]
[Thread 0x7fffe2a006c0 (LWP 12177) exited]
[New Thread 0x7fffe2a006c0 (LWP 12181)]
[New Thread 0x7fffe20006c0 (LWP 12182)]
[New Thread 0x7fffe16006c0 (LWP 12183)]
[New Thread 0x7fffe0c006c0 (LWP 12184)]
[Thread 0x7fffe0c006c0 (LWP 12184) exited]
[Thread 0x7fffe16006c0 (LWP 12183) exited]
[Thread 0x7fffe20006c0 (LWP 12182) exited]
[Thread 0x7fffe2a006c0 (LWP 12181) exited]
[New Thread 0x7fffe2a006c0 (LWP 12186)]
[New Thread 0x7fffe20006c0 (LWP 12187)]
[New Thread 0x7fffe16006c0 (LWP 12188)]
[New Thread 0x7fffe0c006c0 (LWP 12189)]
[Detaching after fork from child process 12190]
[Detaching after fork from child process 12192]
[New Thread 0x7fffd4a006c0 (LWP 12194)]
[New Thread 0x7fffcd4006c0 (LWP 12195)]
[Detaching after fork from child process 12199]
[Detaching after fork from child process 12200]
[New Thread 0x7fffc28006c0 (LWP 12201)]
[New Thread 0x7fffc1e006c0 (LWP 12202)]
[New Thread 0x7fffc14006c0 (LWP 12204)]

Thread 1 "dolphin" received signal SIGSEGV, Segmentation fault.
QObject::deleteLater (this=0x0) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qobject.cpp:2456
2456Q_D(QObject);
(gdb) thread apply all bt

Thread 23 (Thread 0x7fffc14006c0 (LWP 12204) "KIO::WorkerThre"):
#0  0x74d05d26 in __GI_ppoll (fds=fds@entry=0x7fffc13ff7f0,
nfds=nfds@entry=1, timeout=, timeout@entry=0x0,
sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x756e85e9 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fffc13ff7f0) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fffc13ff7f0) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer) (deadline=...,
nfds=, fds=) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qcore_unix.cpp:126
#5  qt_safe_poll(pollfd*, unsigned long, QDeadlineTimer)
(fds=fds@entry=0x7fffc13ff7f0, nfds=nfds@entry=1, deadline=...) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/corelib/kernel/qcore_unix.cpp:121
#6  0x74f57ffd in
QNativeSocketEnginePrivate::nativeSelect(QDeadlineTimer, bool, bool, bool*,
bool*) const (this=, deadline=..., checkRead=,
checkWrite=, selectForRead=0x7fffc13ff8df,
selectForWrite=0x7fffc13ff8de) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/network/socket/qnativesocketengine_unix.cpp:1371
#7  0x74eea2ef in QNativeSocketEngine::waitForReadOrWrite(bool*, bool*,
bool, bool, QDeadlineTimer, bool*) (this=0x7fff94002800,
readyToRead=0x7fffc13ff8df, readyToWrite=0x7fffc13ff8de, checkRead=true,
checkWrite=, deadline=..., timedOut=0x0) at
/usr/src/debug/qtbase-everywhere-src-6.7.0/src/network/socket/qnativesocketengine.cpp:1084
#8  0x7

[kdeconnect] [Bug 486522] KDE refuses to use cellular service

2024-05-05 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=486522

Justin Zobel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INTENTIONAL

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

[systemsettings] [Bug 486642] I cannot change the sddm background.

2024-05-05 Thread T. Thompson
https://bugs.kde.org/show_bug.cgi?id=486642

--- Comment #2 from T. Thompson  ---
No the problem persists in a new user with default settings, and themes.

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

[plasma-mobile] [Bug 486552] applications-blacklistrc ignored since Plasma 6

2024-05-05 Thread Devin Lin
https://bugs.kde.org/show_bug.cgi?id=486552

Devin Lin  changed:

   What|Removed |Added

 CC||espi...@gmail.com

--- Comment #1 from Devin Lin  ---
In Plasma 6, Plasma Mobile writes the default entry in
.config/applications-blacklistrc which has a higher priority than
/usr/etc/xdg/applications-blacklistrc

Try writing the value to .config/applications-blacklistrc

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

[frameworks-kirigami] [Bug 486652] ToolBarLayout shows all actions as they are loaded before collapsing them

2024-05-05 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=486652

Justin Zobel  changed:

   What|Removed |Added

 CC||jus...@kde.org,
   ||plata.h...@kdemail.net

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

[QMLKonsole] [Bug 486557] Buttons flickering before moved to kebab menu

2024-05-05 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=486557

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #3 from Justin Zobel  ---
Resolving this as the issue is in Kirigami

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

[Skanlite] [Bug 486653] New: Page view area of skanlite should update after each page is scanned

2024-05-05 Thread Kotori Itsuka
https://bugs.kde.org/show_bug.cgi?id=486653

Bug ID: 486653
   Summary: Page view area of skanlite should update after each
page is scanned
Classification: Applications
   Product: Skanlite
   Version: 21.12.3
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kare.s...@iki.fi
  Reporter: cmdrkoto...@gmail.com
  Target Milestone: ---

SUMMARY
The page view area of skanlite should update with an image of the last page
scanned. Presently, it does not update with regular scanning. It only updates
if you hit the preview button first (which halves the rate of scanning).

STEPS TO REPRODUCE
1. Scan a page

OBSERVED RESULT
Page view area remains white

EXPECTED RESULT
Page view area updates with image of last page

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-105-generic (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

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

[QMLKonsole] [Bug 486557] Buttons flickering before moved to kebab menu

2024-05-05 Thread Devin Lin
https://bugs.kde.org/show_bug.cgi?id=486557

--- Comment #2 from Devin Lin  ---
(In reply to Justin Zobel from comment #1)
> Yeah, this is this issue
> https://invent.kde.org/plasma-mobile/qmlkonsole/-/issues/22 - Devin can you
> confirm if there's a Kirigami bug report for this issue?

I've forgotten whether there already existed a bug report, I opened a new one
here: https://bugs.kde.org/show_bug.cgi?id=486652

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

[frameworks-kirigami] [Bug 486652] New: ToolBarLayout shows all actions as they are loaded before collapsing them

2024-05-05 Thread Devin Lin
https://bugs.kde.org/show_bug.cgi?id=486652

Bug ID: 486652
   Summary: ToolBarLayout shows all actions as they are loaded
before collapsing them
Classification: Frameworks and Libraries
   Product: frameworks-kirigami
   Version: unspecified
  Platform: postmarketOS
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: espi...@gmail.com
CC: m...@ratijas.tk, notm...@gmail.com
  Target Milestone: Not decided

SUMMARY
As actions are loaded into ToolBarLayout, they show up fully in the toolbar
before being collapsed into the overflow menu. This is particularly pronounced
on slower mobile devices.

STEPS TO REPRODUCE
1. Load an app/page with actions in the header (ex. qmlkonsole)

OBSERVED RESULT
The actions flicker as they are loaded in, and then hidden into the collapsed
menu

EXPECTED RESULT
Actions in the collapsed menu aren't show at all in the toolbar.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: postmarketOS
(available in About System)
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1
Qt Version: 6.6.0

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

[kwin] [Bug 486599] Request for a use-native-DPI setting

2024-05-05 Thread Michael Hamilton
https://bugs.kde.org/show_bug.cgi?id=486599

--- Comment #4 from Michael Hamilton  ---
(In reply to Nate Graham from comment #3)
> > The scaling leads to different on screen size in different applications
> That's the problem, yes: the DPI setting in Qt is global, not per-screen.
> The only thing that's per-screen is the current scale system we're trying to
> encourage everyone to use.
> 
> As such I'm not sure this is feasible unless we make it clear to the user
> that it will not work properly if they have a multi-monitor setup where the
> monitors' DPIs don't match. This would include the common setup of plugging
> an external screen into a laptop.
> 
> Ultimately I think this is just one of those awkward issues that we have to
> expect until apps are properly ported to Wayland.

I think I've already encountered this with X11.  The old X11 Fonts->Force font
DPI setting is multi-monitor.   I'm not sure if my case is typical, but I'll
note it here in case it helps to see an actual use case.  

I set the font-DPI to 162 for my primary 4K unscaled monitor.  Photo editing
and architectural plans are then consistently scaled (the plans are
particularly important as interpreting them wrong could be quite costly).  My
secondary monitor is then scaled so that the apparent size of windows is the
same as the unscaled 4K monitor.  I find this very workable, I trust the
primary, and use the secondary mainly as a place to park work, read manuals, or
edit text.

In this instance I would prefer that you trust the user to do something
sensible for their unique situation and accept that they are responsible for
the consequences of their own actions.  I do see that the desktop should be
shipped with some training-wheels attached along with a warning about removing
them.

Providing no attempt is made to defeat the use of QT_FONT_DPI, could it at
least be acceptable that it remains a documented solution that can be employed
in such cases?   Rather than having people wait, or potentially move on to some
other alternative, it would provide a "buyer beware" way forward.

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

[digikam] [Bug 399600] Inconsistent metadata in pictures and database when some albums are read-only

2024-05-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=399600

--- Comment #13 from MarcP  ---
Hi, yes, I think this behavior has not changed.

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

[kdenlive] [Bug 463399] Clip Effect Presets in Project Bin not Duplicated

2024-05-05 Thread Dominik Kummer
https://bugs.kde.org/show_bug.cgi?id=463399

--- Comment #2 from Dominik Kummer  ---
Ah beautiful commit to learn from. Thanks!

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

[digikam] [Bug 416213] People tags appear duplicated after having moved them in the tag tree, if the tag was already present at /People/

2024-05-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=416213

--- Comment #19 from MarcP  ---
Hi. Yes.

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

[digikam] [Bug 416743] Face rectangle tool gets deselected if changes are being written to file

2024-05-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=416743

--- Comment #11 from MarcP  ---
Yep, still happens. It depends on how long it takes for the system to finish
saving changes to the image. If you start working on another face rectangle
before it has finished saving changes, it will get deselected.

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

[digikam] [Bug 416071] Saved searches that include tags are altered after tags are reorganized

2024-05-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=416071

--- Comment #9 from MarcP  ---
Hi, yes, merging tags still changes the tag ID and breaks any saved search that
referred to it.

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

[digikam] [Bug 420658] Tag location suggestion not visible if string is too long.

2024-05-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=420658

--- Comment #13 from MarcP  ---
Hi. I can confirm this behavior is still present in today's 8.4.0 Qt6 appimage.

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

[yakuake] [Bug 486651] Yakuake won't fully cover the screen when a Plasma panel is configured to 'Dodge windows'

2024-05-05 Thread Martin C.
https://bugs.kde.org/show_bug.cgi?id=486651

--- Comment #1 from Martin C.  ---
Created attachment 169232
  --> https://bugs.kde.org/attachment.cgi?id=169232&action=edit
Yakuake width and height set to %100

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

[yakuake] [Bug 486651] New: Yakuake won't fully cover the screen when a Plasma panel is configured to 'Dodge windows'

2024-05-05 Thread Martin C.
https://bugs.kde.org/show_bug.cgi?id=486651

Bug ID: 486651
   Summary: Yakuake won't fully cover the screen when a Plasma
panel is configured to 'Dodge windows'
Classification: Applications
   Product: yakuake
   Version: 24.02.2
  Platform: NixOS
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: martincigorr...@gmail.com
  Target Milestone: ---

SUMMARY
As the title says. Otherwise, if the panel is configured to 'Auto hide',
Yakuake can correctly fill the space.
I'm not sure if this is a Yakuake issue or a Plasma issue that is not correctly
advertising the behavior of the panels; let me know if you want me to bring
this issue somewhere else.

STEPS TO REPRODUCE
1. Configure a Plasma panel to 'Dodge windows'; it doesn't matter the placement
of the panel; the issue is reproducible always
2. Configure Yakuake to fully expand on both width and height
3. Open the Yakuake window

OBSERVED RESULT
Yakuake will stop expanding when it finds a plasma panel, leaving an empty
strip along the edge of the screen.

EXPECTED RESULT
The Plasma panel will retract (hide) to dodge Yakuake's unfolding window,
allowing it to cover the designated screen space.

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

ADDITIONAL INFORMATION
Happens on my two Plasma 6 installations: NixOS `unstable` branch and Fedora
Kinoite 40.

Thanks!!

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

[systemsettings] [Bug 485769] Autologin settings for SDDM not read from kde_settings.conf correctly

2024-05-05 Thread medin
https://bugs.kde.org/show_bug.cgi?id=485769

medin  changed:

   What|Removed |Added

Summary|Autologin settings for SSD  |Autologin settings for SDDM
   |not read from   |not read from
   |kde_settings.conf correctly |kde_settings.conf correctly

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

[systemsettings] [Bug 485769] Autologin settings for SSD not read from kde_settings.conf correctly

2024-05-05 Thread medin
https://bugs.kde.org/show_bug.cgi?id=485769

medin  changed:

   What|Removed |Added

 CC||med.medin.2...@gmail.com

--- Comment #8 from medin  ---
I confirm the issues, there are two:

1) That Apply button does nothing even if I click many times on it and entering
the correct password, the changes are saved to
"/etc/sddm.conf.d/kde_settings.conf" only after many attempts.

2) After rebooting and successfully auto login to Wayland or X11, the autologin
values previously saved in SDDM GUI are lost and autologin appear disabled,
while inside "kde_settings.conf" it's still enabled.

Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.9-1-MANJARO (64-bit)

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

[khelpcenter] [Bug 486649] Clicking links not remembered in navigation history

2024-05-05 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=486649

--- Comment #1 from Grósz Dániel  ---
I guess this may be the regressions discussed under Bug 484176 and
https://invent.kde.org/system/khelpcenter/-/merge_requests/46, and perhaps
already fixed?

If so, I'm not opening separate reports for the other issues I've found related
to navigation:
- After switching between help pages via the Contents sidebar, using the Back
or Forward buttons switches which page is highlighted on the sidebar, but not
what is opened in the actual help page viewer. Especially after jumping between
pages in the same application's manual, or applications in the same category,
as opposed to pages in different categories.
- Also, after using Back multiple times, then Forward multiple times, sometimes
some pages in the history are forgotten.
- No history menu is shown when clicking the arrow next to the Back or the
Forward button.

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

[dolphin] [Bug 486650] New: Keeping a dolphin window open in admin: crashes after a minute

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486650

Bug ID: 486650
   Summary: Keeping a dolphin window open in admin: crashes after
a minute
Classification: Applications
   Product: dolphin
   Version: 22.12.3
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: simonp...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Application: dolphin (22.12.3)

Qt Version: 5.15.8
Frameworks Version: 5.103.0
Operating System: Linux 6.1.0-20-amd64 x86_64
Windowing System: X11
Distribution: Debian GNU/Linux 12 (bookworm)
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Whenever I "open as administrator", a new window pops up and I can navigate,
edit, etc as expected. If I leave the window for a minute or so, it freezes and
crashes. Continued interaction prevents this happening

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#6  0x7fc1e7c6d99a in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#7  0x7fc1e7c6ccd6 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#8  0x7fc1e7cadc1d in KIO::SlaveBase::send(int, QByteArray const&) () from
/lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#9  0x7fc1e7cb3527 in KIO::SlaveBase::mimeType(QString const&) () from
/lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#10 0x7fc1e5ee8f4f in QtPrivate::QSlotObjectBase::call (a=0x7fc1a67fa380,
r=0x7fc1780030a0, this=0x7fc17800bde0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate (sender=0x7fc1a67fa960, signal_index=4,
argv=0x7fc1a67fa380) at kernel/qobject.cpp:3923
#12 0x7fc1c801bfe9 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/admin.so
#13 0x7fc1c801c353 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/admin.so
#14 0x7fc1e72ce61b in QDBusConnectionPrivate::deliverCall (this=, object=, msg=..., metaTypes=..., slotIdx=)
at ../../include/QtCore/../../src/corelib/tools/qvarlengtharray.h:189
#15 0x7fc1e5edd6f0 in QObject::event (this=0x7fc1a67fa960,
e=0x7fc18800bc60) at kernel/qobject.cpp:1347
#16 0x7fc1e6b62fae in QApplicationPrivate::notify_helper (this=, receiver=0x7fc1a67fa960, e=0x7fc18800bc60) at
kernel/qapplication.cpp:3640
#17 0x7fc1e5eb16f8 in QCoreApplication::notifyInternal2
(receiver=0x7fc1a67fa960, event=0x7fc18800bc60) at
kernel/qcoreapplication.cpp:1064
#18 0x7fc1e5eb18be in QCoreApplication::sendEvent (receiver=, event=) at kernel/qcoreapplication.cpp:1462
#19 0x7fc1e5eb4681 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55633f300880) at
kernel/qcoreapplication.cpp:1821
#20 0x7fc1e5eb4b08 in QCoreApplication::sendPostedEvents
(receiver=, event_type=) at
kernel/qcoreapplication.cpp:1680
#21 0x7fc1e5f0a153 in postEventSourceDispatch (s=0x7fc178003f60) at
kernel/qeventdispatcher_glib.cpp:277
#22 0x7fc1e3c627a9 in g_main_dispatch (context=0x7fc178000c30) at
../../../glib/gmain.c:3454
#23 g_main_context_dispatch (context=context@entry=0x7fc178000c30) at
../../../glib/gmain.c:4172
#24 0x7fc1e3c62a38 in g_main_context_iterate
(context=context@entry=0x7fc178000c30, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../../../glib/gmain.c:4248
#25 0x7fc1e3c62acc in g_main_context_iteration (context=0x7fc178000c30,
may_block=1) at ../../../glib/gmain.c:4313
#26 0x7fc1e5f09836 in QEventDispatcherGlib::processEvents
(this=0x7fc178000b70, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#27 0x7fc1e5eb017b in QEventLoop::exec (this=0x7fc1780030d0, flags=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#28 0x7fc1c8019e1e in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/admin.so
#29 0x7fc1e7cbcd6e in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#30 0x7fc1e7cb4add in KIO::SlaveBase::dispatch(int, QByteArray const&) ()
from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#31 0x7fc1e7cb53f6 in KIO::SlaveBase::dispatchLoop() () from
/lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#32 0x7fc1e7d4ea6e in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#33 0x7fc1e5ccbd43 in QThreadPrivate::start (arg=0x55633f300bb0) at
thread/qthread_unix.cpp:331
#34 0x7fc1e5aa8134 in start_thread (arg=) at
./nptl/pthread_create.c:442
#35 0x7fc1e5b287dc in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 8 (Thread 0x7fc1aeffc6c0 (LWP 1648487) "QThread"):
#1  0x7fc1e3c629ae in g_main_context_poll (priority=,
n_fds=1, fds=0x7fc1900029e0, timeout=, context=0x7fc19c30)
at ../../../glib/gmain.c:4553
#2  g_main_context_iterate (context=context@entry=0x7fc19c30,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
../../../glib/g

[khelpcenter] [Bug 486649] New: Clicking links not remembered in navigation history

2024-05-05 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=486649

Bug ID: 486649
   Summary: Clicking links not remembered in navigation history
Classification: Applications
   Product: khelpcenter
   Version: 6.0.24022
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: groszdaniel...@gmail.com
  Target Milestone: ---

SUMMARY
Clicking a link on a help page doesn't get remembered in the navigation history
(Back, Forward buttons).

STEPS TO REPRODUCE
1. Open KHelpCenter from an application's help menu (e.g. Help/Kate Handbook),
or open the application and open a manual in it. For now, the Back button is
disabled.
2. Click a link on the help page.

OBSERVED RESULT
The Back button remains disabled.

EXPECTED RESULT
The Back button is enabled, and it can be used to navigate back to the previous
page.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240503
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-1-default (64-bit)
Graphics Platform: X11

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

[kate] [Bug 486648] New: Removing all bookmarks not remembered

2024-05-05 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=486648

Bug ID: 486648
   Summary: Removing all bookmarks not remembered
Classification: Applications
   Product: kate
   Version: 24.02.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sessions
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: groszdaniel...@gmail.com
  Target Milestone: ---

SUMMARY
Bookmarks are normally remembered after reopening a file. However, if I open a
file with some bookmarks in it, remove all bookmarks, close the file, then open
it again, the bookmarks are there again. It looks like if the set of bookmarks
is empty, it doesn't overwrite the saved set of bookmarks. As such, it's
impossible to get rid of all bookmarks in a straightforward way.

It happens in both Kate and KWrite if I close the file, leaving the application
open, then reopen the file. If KWrite is used, or Kate is used with an
anonymous session, it also happens if I close the whole application (with the
file still open in it), then reopen it. With a named session in Kate, it
doesn't happen if I close the application with the file still open, then reopen
the session, but it does if I close the file explicitly, and then reopen it.

Removal of some bookmarks is remembered if not all bookmarks are removed.

STEPS TO REPRODUCE
0. Make sure Configure / Session / Keep meta-information past sessions is
enabled.
1. Open a file.
2. Bookmark some line(s).
3. Close the file.
4. Open the file again.
5. Remove all bookmarks in the file.
6. Close the file.
7. Open the file again.

OBSERVED RESULT
The bookmarks that existed after Step 4 are there again.

EXPECTED RESULT
There are no bookmarks in the file.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240503
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.7-1-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Might be related to Bug 433006 (a crash when removing all bookmarks) or its
fix.

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

[kwin] [Bug 483494] When dragging a file into Chromium forced into native Wayland mode, it stops responding to the mouse

2024-05-05 Thread matiux
https://bugs.kde.org/show_bug.cgi?id=483494

matiux  changed:

   What|Removed |Added

 CC||m.gala...@gmail.com

--- Comment #8 from matiux  ---
Same situation.
Every time I accidentally drag, it freezes

Linux Arch
KDE6 (Wayland)
Chrome stable Version 124.0.6367.118 (Official Build) (64-bit)

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

[gwenview] [Bug 482195] Gwenview fails to open large images

2024-05-05 Thread Roke Julian Lockhart Beedell
https://bugs.kde.org/show_bug.cgi?id=482195

Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 CC||4wy78uwh@rokejulianlockhart
   ||.addy.io

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

[Breeze] [Bug 486316] Some folder icons do not have symbolic 16px and 22px versions and stay colorful at those sizes

2024-05-05 Thread Roke Julian Lockhart Beedell
https://bugs.kde.org/show_bug.cgi?id=486316

Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 CC||4wy78uwh@rokejulianlockhart
   ||.addy.io

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

[systemsettings] [Bug 486409] System Settings allows users to select Adwaita as an icon theme, which breaks things due to missing icons

2024-05-05 Thread Roke Julian Lockhart Beedell
https://bugs.kde.org/show_bug.cgi?id=486409

Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 CC||4wy78uwh@rokejulianlockhart
   ||.addy.io

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

[Discover] [Bug 470449] Error while trying to submit review on plasma-discover (server replied: BAD REQUEST)

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470449

threeseven.t...@gmail.com changed:

   What|Removed |Added

Version|5.27.5  |6.0.4

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

[Discover] [Bug 470449] Error while trying to submit review on plasma-discover (server replied: BAD REQUEST)

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470449

--- Comment #9 from threeseven.t...@gmail.com ---
Created attachment 169231
  --> https://bugs.kde.org/attachment.cgi?id=169231&action=edit
Screenshot of running plasma-discover from the terminal

I ran plasma-discover from the terminal and went to write a review to see if
any additional errors would come up. This screenshot is of the entire session.
Started discover, went to write a review, failed, exited discover.

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

[plasmashell] [Bug 482612] Menu icon too large with vertical taskbar

2024-05-05 Thread Roke Julian Lockhart Beedell
https://bugs.kde.org/show_bug.cgi?id=482612

Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 CC||4wy78uwh@rokejulianlockhart
   ||.addy.io

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

[kate] [Bug 486203] recent documents doesn't show recently edited documents

2024-05-05 Thread Roke Julian Lockhart Beedell
https://bugs.kde.org/show_bug.cgi?id=486203

Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed:

   What|Removed |Added

 CC||4wy78uwh@rokejulianlockhart
   ||.addy.io

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

[plasmashell] [Bug 486633] Crash on plasmashell --replace

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486633

--- Comment #2 from na...@crans.org ---
(In reply to Nate Graham from comment #1)
> Could you please install debug symbols for Plasma and attach a new
> symbolicated backtrace generated by using `coredumpctl gdb` in a terminal
> window? See
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
> for details about how to do this.

Thank you for your reply. I'm afraid I didn't have systemd-coredump and instead
had apport. I ran
> apport-retrace -g /var/crash/_usr_bin_plasmashell.1000.crash
which downloaded a bunch of debug symbols including 
> Downloading separate debug info for 
> /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so
but gdb still produced the exact same backtrace.

Is there anything else I can do?

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

[systemsettings] [Bug 486647] New: Can't turn on/off Night Light with shortcut when Night Light is "Always Off".

2024-05-05 Thread Sin Jeong-hun
https://bugs.kde.org/show_bug.cgi?id=486647

Bug ID: 486647
   Summary: Can't turn on/off Night Light with shortcut when Night
Light is "Always Off".
Classification: Applications
   Product: systemsettings
   Version: 6.0.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_keys
  Assignee: plasma-b...@kde.org
  Reporter: typing...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
Time-based NL activation is useless to me, because I do not need it based on
time. So, I only want manual control. That is manually turning NL on/off as I
need. There are 5 options in the NL settings, but other than "Always Off", all
other options turn NL on automatically. But if I have chosen "Always Off",
pressing the shortcut  in System Settings -> KWin -> Toggle NL only shows "NL
on/off" message and doesn't actually enable/disable NL.

I wish I could turn NL on/off manually using the shortcut.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[Discover] [Bug 470449] Error while trying to submit review on plasma-discover (server replied: BAD REQUEST)

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470449

--- Comment #8 from threeseven.t...@gmail.com ---
Created attachment 169230
  --> https://bugs.kde.org/attachment.cgi?id=169230&action=edit
screenshot error

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

[Discover] [Bug 470449] Error while trying to submit review on plasma-discover (server replied: BAD REQUEST)

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470449

threeseven.t...@gmail.com changed:

   What|Removed |Added

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

--- Comment #7 from threeseven.t...@gmail.com ---
Hi all,

I recently tried to review an app once again, and I am still getting the same
error. This happens with all applications, it isn't specific towards anything.

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

[Discover] [Bug 470449] Error while trying to submit review on plasma-discover (server replied: BAD REQUEST)

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470449

--- Comment #6 from threeseven.t...@gmail.com ---
Created attachment 169229
  --> https://bugs.kde.org/attachment.cgi?id=169229&action=edit
Screenshot of error

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

[amarok] [Bug 382456] Amarok APG: crashes if checkpoint is unassigned in CheckpointConstraint

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382456

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/amarok/-/merge_requests/94

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

[amarok] [Bug 435810] Format setting is not loaded (in Organize files)

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435810

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[amarok] [Bug 406751] Time relations become forgotten in Dynamic Playlist rules

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406751

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/amarok/-/merge_requests/94

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

[amarok] [Bug 375565] Specifying a length TagMatch bias has no effect

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375565

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/amarok/-/merge_requests/94

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

[kwin] [Bug 486599] Request for a use-native-DPI setting

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486599

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---
> The scaling leads to different on screen size in different applications
That's the problem, yes: the DPI setting in Qt is global, not per-screen. The
only thing that's per-screen is the current scale system we're trying to
encourage everyone to use.

As such I'm not sure this is feasible unless we make it clear to the user that
it will not work properly if they have a multi-monitor setup where the
monitors' DPIs don't match. This would include the common setup of plugging an
external screen into a laptop.

Ultimately I think this is just one of those awkward issues that we have to
expect until apps are properly ported to Wayland.

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

[Spectacle] [Bug 482467] Spectacle's "Rectangular Region" overlay isn't initially focused when opening, making it interact badly with "Activate and raise" left click window action

2024-05-05 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=482467

Noah Davis  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/spectacle/-/commit/d39 |hics/spectacle/-/commit/3e1
   |73de254fe7b0f89c9f320836832 |bd55dfac7defe9870341dfdc17b
   |fa4f0dd7fc  |52b6ae9fd9

--- Comment #3 from Noah Davis  ---
Git commit 3e1bd55dfac7defe9870341dfdc17b52b6ae9fd9 by Noah Davis.
Committed on 05/05/2024 at 21:40.
Pushed by ndavis into branch 'release/24.05'.

Raise and activate capture windows when shown

This code is in QML instead of C++ because you can't get the global mouse pos
from QCursor on wayland. We need to get the mouse pos within the window and QML
was the easiest place to get it.

(cherry picked from commit d3973de254fe7b0f89c9f320836832fa4f0dd7fc)

M  +12   -0src/Gui/ImageCaptureOverlay.qml
M  +12   -0src/Gui/VideoCaptureOverlay.qml

https://invent.kde.org/graphics/spectacle/-/commit/3e1bd55dfac7defe9870341dfdc17b52b6ae9fd9

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

[plasmashell] [Bug 486646] New: Wrong tooltip text in kcms/desktoppaths/ui/main.qml

2024-05-05 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486646

Bug ID: 486646
   Summary: Wrong tooltip text in kcms/desktoppaths/ui/main.qml
Classification: Plasma
   Product: plasmashell
   Version: 6.0.4
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: dev-...@felsenfleischer.de
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

I noticed while translating that there is a wrong help text in the KCM for
desktop paths. The text for public shares is the same as for movies. Apparently
this happened in e864dd3b, where the correct text was refactored away.

Sorry for not fixing it myself, I used to fix such little stuff with the web
IDE in the past. But I can't find it now and don't have the time to learn the
MR workflow for a single line of text.

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.9-arch1-1 (64-bit)
Graphics Platform: X11

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

[Active Window Control] [Bug 486645] New: Issue with the order of Activities (Plasma 6)

2024-05-05 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=486645

Bug ID: 486645
   Summary: Issue with the order of Activities (Plasma 6)
Classification: Plasma
   Product: Active Window Control
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: zrenf...@gmail.com
  Reporter: fabiom...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 169228
  --> https://bugs.kde.org/attachment.cgi?id=169228&action=edit
Image of my desktop in the Activities settings.

I'm not sure if I chose the right topic, but the problem is with Activities.
Plasma comes with the Default Activity, but when creating a second activity, it
sets the Default Activity as the second one instead of the first, which is bad
for organization. Interestingly, after creating the second activity, it assumes
the correct sequential order, except that the second activity becomes the first
one. I'll send a picture for better clarification.

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

[kwin] [Bug 486628] Sometimes, after screen lock timeout, screen will stay black until kwin_wayland is killed

2024-05-05 Thread Eduardo Sánchez Muñoz
https://bugs.kde.org/show_bug.cgi?id=486628

--- Comment #2 from Eduardo Sánchez Muñoz  ---
It happens when I move the mouse immediately after it locks to prevent locking.
In "EXPECTED RESULT", I should have said that I expected the session to unlock
after moving the mouse, not a password prompt.

My "Lock screen automatically" and "Dim automatically" settings are set to the
same value (usually 5 minutes, now 1 minute for testing). "Allow unlocking
without password" is set to 5 seconds.

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

[frameworks-solid] [Bug 486594] "Disks & Devices" reports AOSP device in initial charge reporting state has accessible storage, but it doesn't.

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486594

Nate Graham  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
   Assignee|plasma-b...@kde.org |unassigned-b...@kde.org
Product|plasmashell |frameworks-solid
 CC||kdelibs-b...@kde.org,
   ||lu...@kde.org
  Component|Disks & Devices |general
Version|6.0.4   |6.1.0

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

[plasmashell] [Bug 486624] Mounting drives increases CPU usage until hitting 100%

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486624

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Sounds like you're a developer; can you profile plasmashell and see what's
going on? You can use the Hotspot app to attach to plasmashell and record what
it's doing for a few seconds when it's at 100% CPU, then look at the flame
graph to see where it's spending all of its time. If you're having a hard time
interpreting the graph, you can save the .perfparser file and attach it here.

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

[Spectacle] [Bug 482467] Spectacle's "Rectangular Region" overlay isn't initially focused when opening, making it interact badly with "Activate and raise" left click window action

2024-05-05 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=482467

Noah Davis  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/spectacle/-/commit/d39
   ||73de254fe7b0f89c9f320836832
   ||fa4f0dd7fc
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Noah Davis  ---
Git commit d3973de254fe7b0f89c9f320836832fa4f0dd7fc by Noah Davis.
Committed on 05/05/2024 at 20:32.
Pushed by ndavis into branch 'master'.

Raise and activate capture windows when shown

This code is in QML instead of C++ because you can't get the global mouse pos
from QCursor on wayland. We need to get the mouse pos within the window and QML
was the easiest place to get it.

M  +12   -0src/Gui/ImageCaptureOverlay.qml
M  +12   -0src/Gui/VideoCaptureOverlay.qml

https://invent.kde.org/graphics/spectacle/-/commit/d3973de254fe7b0f89c9f320836832fa4f0dd7fc

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

[kwin] [Bug 486622] kwin_x11 crashes in KWin::FocusChain::insertWindowIntoChain() while trying to browse for new widgets

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486622

--- Comment #5 from evgeniyharchenko@gmail.com ---
Here is merge request to plasma-workspace:
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4286
It tries to prevent this crash. Also there is more information about this case
there.

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

[kwin] [Bug 484336] Drag and drop not working properly

2024-05-05 Thread Matija
https://bugs.kde.org/show_bug.cgi?id=484336

Matija  changed:

   What|Removed |Added

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

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

[kwin] [Bug 484336] Drag and drop not working properly

2024-05-05 Thread Matija
https://bugs.kde.org/show_bug.cgi?id=484336

--- Comment #4 from Matija  ---
Created attachment 169227
  --> https://bugs.kde.org/attachment.cgi?id=169227&action=edit
Drag and drop bug screencast

Tried dragging with mouse AND with touchpad, in case my mouse buttons are stuck
or something, but still the same thing.

Curious thing is, it works on first try, the all subsequent ones fails until I
restart Firefox. Then each time, when coming back to Dolphin, I get that
FORBIDDEN icon and when I click or try to select files, the selection source
point jumps somewhere I haven't clicked.

Also, got Dolphin crashing when dragging a file over a location bar.

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

[plasmashell] [Bug 482098] Overlapping widgets with Activities widget on panel

2024-05-05 Thread friedman . edo
https://bugs.kde.org/show_bug.cgi?id=482098

friedman@gmail.com  changed:

   What|Removed |Added

 CC||friedman@gmail.com

--- Comment #13 from friedman@gmail.com  ---
I don't know if this is a bad practice or something, but removing the explicit
height and width on the icon in the showActivityManager applet seems to fix it
for me. I suspect it's due to the icon's dimensions being dependent on its
parent's dimensions, which fills the root, whose preferredWidth is dependent on
the the icon's width.

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

[KScreen] [Bug 486621] Kscreen-doctor: Setting overscan doesn't work

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486621

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 482698] kscreen-doctor disables screen instead of enabling it

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482698

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 482888] kscreen-doctor always saves settings for next sessions

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482888

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 482700] kscreen-doctor hangs when given incorrect parameters

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482700

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 469160] kscreen-doctor segmentation faults in KIconLoader::~KIconLoader() when exiting

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469160

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 441653] kscreen-doctor can't parse output name if it contains "." character (e.g. "Dell Inc. ")

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=441653

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 472649] kscreen-doctor hangs when called from a global shortcut

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472649

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 479718] kscreen-doctor heap corruption

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479718

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 432306] kscreen-doctor can't set or unset output.MONITOR.primary.true/false

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432306

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[KScreen] [Bug 482725] man page for kscreen-doctor

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482725

Nate Graham  changed:

   What|Removed |Added

  Component|common  |kscreen-doctor

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

[krdc] [Bug 486644] New: Unable to log in with the credentials provided.

2024-05-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=486644

Bug ID: 486644
   Summary: Unable to log in with the credentials provided.
Classification: Applications
   Product: krdc
   Version: 24.02.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: RDP
  Assignee: uwol...@kde.org
  Reporter: davide_sed...@yahoo.it
  Target Milestone: ---

When I try to connect with VM Windows I riceve this message:

"Unable to log in with the credentials provided. Please double check your
username and password"

I'm sure I've written the username and password correctly and everything will
work from another PC. It all started after upgrading to fedora 40 kde.

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

[kwin] [Bug 486628] Sometimes, after screen lock timeout, screen will stay black until kwin_wayland is killed

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486628

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Severity|crash   |grave

--- Comment #1 from Nate Graham  ---
Sounds bad.

Does this happen if you lock and then immediately try to prevent locking by
moving the cursor right after it locks? Or does it happen when the auto-lock
happens and then you don't supply any kind of interaction for a while?

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

[Spectacle] [Bug 481391] When a user has a panel on the top of the screen, rectangular area screencasts are recorded in the wrong location

2024-05-05 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=481391

Noah Davis  changed:

   What|Removed |Added

 CC||sunan...@riseup.net

--- Comment #9 from Noah Davis  ---
*** Bug 482747 has been marked as a duplicate of this bug. ***

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

[Spectacle] [Bug 482747] Screencasting a region with Spectacle: the overlay that shows which part of the screen is being screencast is shifted downward

2024-05-05 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=482747

Noah Davis  changed:

   What|Removed |Added

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

--- Comment #1 from Noah Davis  ---


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

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

[kde] [Bug 486629] Switch Display (Win +P) not working

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486629

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[KScreen] [Bug 482642] On X11, cannot change multi-screen settings via OSD

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482642

Nate Graham  changed:

   What|Removed |Added

 CC||coolmu...@hotmail.co.uk

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

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

[Elisa] [Bug 486630] Elisa crashed in QFFmpeg::AudioRenderer::updateOutput() on song change

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486630

Nate Graham  changed:

   What|Removed |Added

Summary|Elisa crashed on song   |Elisa crashed in
   |change  |QFFmpeg::AudioRenderer::upd
   ||ateOutput() on song change
 CC||n...@kde.org

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

[kwin] [Bug 486631] KWin crashes when accessing window caption while handling Window.visibleGeometryChanged() after workspace.windowRemoved() was triggered

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486631

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Severity|normal  |crash

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

[plasmashell] [Bug 486633] Crash on plasmashell --replace

2024-05-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486633

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Thank you for the bug report! Unfortunately I can't reproduce the crash myself
on current git master, and the backtrace is incomplete and missing debug
symbols for the following lines that we need to figure out exactly what's going
wrong:

> #4  0x0018 in ??? ()
> #5  0x76f69396deb6 in ??? () at 
> /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so
> #6  0x76f69396e1b4 in ??? () at 
> /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so
> #7  0x76f69396658f in ??? () at 
> /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/workspace/calendar/libcalendarplugin.so

Could you please install debug symbols for Plasma and attach a new symbolicated
backtrace generated by using `coredumpctl gdb` in a terminal window? See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
for details about how to do this.

Thanks again!

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

[Spectacle] [Bug 482467] Spectacle's "Rectangular Region" overlay isn't initially focused when opening, making it interact badly with "Activate and raise" left click window action

2024-05-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=482467

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

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

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

  1   2   3   >