[valgrind] [Bug 469783] ARM32: Process terminating with default action of signal 11 (SIGSEGV): _dl_discover_osversion (in /lib/ld-linux-armhf.so.3)

2023-05-14 Thread Vitaly Chikunov
https://bugs.kde.org/show_bug.cgi?id=469783

--- Comment #1 from Vitaly Chikunov  ---
Stack traces with debuginfo installed:

```
==2137208== Process terminating with default action of signal 11 (SIGSEGV)
==2137208==  Access not within mapped region at address 0xFEAD6FAC
==2137208==at 0x4012068: _dl_discover_osversion (dl-sysdep.c:260)
==2137208==by 0x40144BB: dl_main (rtld.c:1768)
==2137208==by 0x4011E43: _dl_sysdep_start (dl-sysdep.c:142)
==2137208==by 0x4013271: _dl_start (rtld.c:507)
==2137208==by 0x401266F: ??? (in /lib/ld-linux-armhf.so.3)
```
```
==2137268== Process terminating with default action of signal 11 (SIGSEGV):
dumping core
==2137268==  Access not within mapped region at address 0xFE90E25C
==2137268==at 0x40134B8: handle_preload_list (rtld.c:894)
==2137268==by 0x401579D: dl_main (rtld.c:1891)
==2137268==by 0x4011E43: _dl_sysdep_start (dl-sysdep.c:142)
==2137268==by 0x4013271: _dl_start (rtld.c:507)
==2137268==by 0x401266F: ??? (in /lib/ld-linux-armhf.so.3)
```

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

[digikam] [Bug 469408] Tags added to videos files (mp4 or mov) in Digikam 8.0.0 are +written to file but not recognized in other software

2023-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=469408

--- Comment #8 from Maik Qualmann  ---
Git commit cb257633de0a1da01eda75d4a8305092465b33e4 by Maik Qualmann.
Committed on 15/05/2023 at 05:46.
Pushed by mqualmann into branch 'master'.

disable writing to video QuickTime metadata
At the moment we don't have a way to import
the metadata in a configurable way.

M  +4-3core/libs/metadataengine/exiftool/exiftoolparser_command.cpp

https://invent.kde.org/graphics/digikam/commit/cb257633de0a1da01eda75d4a8305092465b33e4

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

[valgrind] [Bug 452575] Valgrind crashes with segmentation fault and a lot invalid writes on Raspberry Pi 4B

2023-05-14 Thread Vitaly Chikunov
https://bugs.kde.org/show_bug.cgi?id=452575

Vitaly Chikunov  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469783

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

[valgrind] [Bug 469783] ARM32: Process terminating with default action of signal 11 (SIGSEGV): _dl_discover_osversion (in /lib/ld-linux-armhf.so.3)

2023-05-14 Thread Vitaly Chikunov
https://bugs.kde.org/show_bug.cgi?id=469783

Vitaly Chikunov  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=452575

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

[kde] [Bug 469784] New: X11 server crashes after resume from suspend

2023-05-14 Thread Ben Zwick
https://bugs.kde.org/show_bug.cgi?id=469784

Bug ID: 469784
   Summary: X11 server crashes after resume from suspend
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: benzw...@gmail.com
  Target Milestone: ---

Created attachment 158958
  --> https://bugs.kde.org/attachment.cgi?id=158958=edit
Log output from journalctl

SUMMARY
I am running KDE Plasma desktop on Debian Bookworm on a Lenovo ThinkPad P1 with
NVIDIA Quadro P1000 graphics. Sometimes when I resume from suspend when plugged
into a HP USB-C Dock G5 with two displayport monitors attached X11 crashes (as
well as all the other running applications) and instead of resuming my previous
session, I am presented with a new login screen.

Today, the first resume worked, then I suspended, plugged into my dock and the
resume failed.

I have asked for advice on the Debian User Forums here:
https://forums.debian.net/viewtopic.php?t=154460


STEPS TO REPRODUCE
1. Plug laptop into dock using USB-C
2. Open lid

OBSERVED RESULT
New login screen. There are a few segfaults from KDE components, e.g. kscreen,
kwin, plasmashell.

EXPECTED RESULT
Existing session unlock screen.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Testing 12 (Bookworm)
(available in About System)
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

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

[valgrind] [Bug 469783] New: ARM32: Process terminating with default action of signal 11 (SIGSEGV): _dl_discover_osversion (in /lib/ld-linux-armhf.so.3)

2023-05-14 Thread Vitaly Chikunov
https://bugs.kde.org/show_bug.cgi?id=469783

Bug ID: 469783
   Summary: ARM32: Process terminating with default action of
signal 11 (SIGSEGV): _dl_discover_osversion (in
/lib/ld-linux-armhf.so.3)
Classification: Developer tools
   Product: valgrind
   Version: 3.17.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: v...@altlinux.org
  Target Milestone: ---

On ARM32 (ALT Linux) any tool of valgrind (even `none`) reports SIGSEGV and
crashes target binary (which is perfectly working otherwise):

```
# valgrind --tool=none ls
==2125518== Nulgrind, the minimal Valgrind tool
==2125518== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.
==2125518== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==2125518== Command: ls
==2125518==
==2125518==
==2125518== Process terminating with default action of signal 11 (SIGSEGV)
==2125518==  Access not within mapped region at address 0xFEB7FFAC
==2125518==at 0x4012068: _dl_discover_osversion (in
/lib/ld-linux-armhf.so.3)
==2125518==  If you believe this happened as a result of a stack
==2125518==  overflow in your program's main thread (unlikely but
==2125518==  possible), you can try to increase the size of the
==2125518==  main thread stack using the --main-stacksize= flag.
==2125518==  The main thread stack size used in this run was 8388608.
==2125518==
Segmentation fault
```
When run under another user reported function is different:
```
$ valgrind --tool=none ls
==2127882== Nulgrind, the minimal Valgrind tool
==2127882== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote.
==2127882== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==2127882== Command: ls
==2127882==
==2127882==
==2127882== Process terminating with default action of signal 11 (SIGSEGV):
dumping core
==2127882==  Access not within mapped region at address 0xFE8D325C
==2127882==at 0x40134B8: handle_preload_list (in /lib/ld-linux-armhf.so.3)
==2127882==  If you believe this happened as a result of a stack
==2127882==  overflow in your program's main thread (unlikely but
==2127882==  possible), you can try to increase the size of the
==2127882==  main thread stack using the --main-stacksize= flag.
==2127882==  The main thread stack size used in this run was 8388608.
==2127882==
Segmentation fault
```
```
/# ls
bin  boot  dev  etc  home  lib  media  mnt  opt  proc  root  run  sbin  selinux
 srv  sys  tmp  usr  var
```

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

[kdenlive] [Bug 469640] Phantom (Double subtitles) on rendering

2023-05-14 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=469640

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

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

--- Comment #2 from Jean-Baptiste Mardelle  ---
If the problem is reproducible with the latest 23.04.1 version, please attach
here a simple project file that has this bug

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

[plasmashell] [Bug 466020] With multimonitor set-up (hidpi laptop + 2 displays with different sizes and resolutions via usb-c dock) one screen always has an invisible containment with a black backgrou

2023-05-14 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=466020

--- Comment #26 from Jan  ---
(In reply to Nate Graham from comment #24)
> Kubuntu 23.04 now includes Plasma 5.27.4. Can you try again with that
> version or later? Thanks!
Sorry for my late reply.

Under Kubuntu it works. Under Fedora it does not.

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

[digikam] [Bug 469191] Markers and thumbnails not showing on any map view when Google Maps is the selected map

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469191

--- Comment #7 from caulier.gil...@gmail.com ---
It come from OpenCV:

11:16:52  *** Craft all succeeded: libs/opencv/opencv after 2 seconds ***
11:16:52  [Errno 13] Permission denied:
'C:\\Craft\\BinaryFactory\\windows-msvc2019_64-cl\\LICENSE'
11:16:52  Traceback (most recent call last):
11:16:52File "C:\Craft\BinaryFactory\windows-

NOTE: OpenCV is not the last one, and must be updated.

As i know OpenCV is only used by digiKam and KDenlive in the KDE world.

Gilles

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

[digikam] [Bug 469191] Markers and thumbnails not showing on any map view when Google Maps is the selected map

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469191

--- Comment #6 from caulier.gil...@gmail.com ---
a permission to a LICENSE file ? I love craft (:=)))...

Gilles

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

[digikam] [Bug 469191] Markers and thumbnails not showing on any map view when Google Maps is the selected map

2023-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=469191

--- Comment #5 from Maik Qualmann  ---
@Gilles, the digiKam MSVC nightly build is currently broken. Apparently missing
permission on a "LICENSE" file. I'm not sure if it's a craft issue or if we
need to fix something.

Maik

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

[digikam] [Bug 469191] Markers and thumbnails not showing on any map view when Google Maps is the selected map

2023-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=469191

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #4 from Maik Qualmann  ---
Google made changes to JavaScript that are no longer processed by QWebKit.

Maik

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

[digikam] [Bug 150383] CANVAS : add new fit image options

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=150383

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

Right this is not to implement a new automatic Fit to Window option as in
Preview. I read too fast the description.

Gilles

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

[digikam] [Bug 469781] Neither a marker nor a thumbnail are displayed in the map view with GoopleMaps

2023-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=469781

Maik Qualmann  changed:

   What|Removed |Added

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

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


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

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

[digikam] [Bug 469191] Markers and thumbnails not showing on any map view when Google Maps is the selected map

2023-05-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=469191

Maik Qualmann  changed:

   What|Removed |Added

 CC||stephan.kr...@t-online.de

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

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

[digikam] [Bug 469728] Updating internal libraw to resolve build issue on OpenBSD

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469728

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

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/ed885fd
   ||6937eb142f4d9d995eb571ba189
   ||bc5209
 Resolution|--- |FIXED
   Version Fixed In||8.1.0
 Status|REPORTED|RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
Git commit ed885fd6937eb142f4d9d995eb571ba189bc5209 by Gilles Caulier.
Committed on 15/05/2023 at 04:14.
Pushed by cgilles into branch 'master'.

update internal LibRaw to last snapshot 2023-05-14
FIXED-IN: 8.1.0

M  +3-1NEWS
M  +8-0core/libs/rawengine/libraw/Changelog.txt
M  +4-0core/libs/rawengine/libraw/libraw/libraw_const.h
M  +0-1core/libs/rawengine/libraw/libraw/libraw_types.h
M  +2-2core/libs/rawengine/libraw/libraw_manifest.txt
M  +5-0core/libs/rawengine/libraw/src/decoders/decoders_dcraw.cpp
M  +4-4core/libs/rawengine/libraw/src/decoders/fp_dng.cpp
M  +10   -3core/libs/rawengine/libraw/src/decoders/load_mfbacks.cpp
M  +3-3core/libs/rawengine/libraw/src/decoders/unpack_thumb.cpp
M  +9-3core/libs/rawengine/libraw/src/utils/open.cpp

https://invent.kde.org/graphics/digikam/commit/ed885fd6937eb142f4d9d995eb571ba189bc5209

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

[kig] [Bug 360153] select among superposed objects as macro argument

2023-05-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360153

Maurizio Paolini  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Maurizio Paolini  ---
As suggested by David it is actually possible to select the desired object by
using shift-click.
This however raises the question: is this written in some doc? (I think no).
Would it be feasible to add a message to the user at the moment of macro
definition?

Maurizio

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

[valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections.

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=303877

Sam James  changed:

   What|Removed |Added

 CC||s...@gentoo.org

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

[digikam] [Bug 469781] Neither a marker nor a thumbnail are displayed in the map view with GoopleMaps

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469781

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

   What|Removed |Added

   Platform|unspecified |Microsoft Windows
 CC||caulier.gil...@gmail.com

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

[valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections.

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=303877

Sam James  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469782

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

[valgrind] [Bug 469782] New: Valgrind does not support zstd-compressed debug sections

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=469782

Bug ID: 469782
   Summary: Valgrind does not support zstd-compressed debug
sections
Classification: Developer tools
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: s...@gentoo.org
  Target Milestone: ---

SUMMARY

Valgrind cannot read debug symbols compressed using zstd (e.g. objcopy
--compress-debug-sections=zstd or gcc -gz=zstd ...).

Note that Valgrind *does* support zlib-compressed debug symbols.

STEPS TO REPRODUCE
1.  Build an application using `gcc -gz=zstd`, e.g.:
 echo 'int main(){}' | gcc -x c - -ggdb3 -gz=zstd -o /tmp/foo
2. valgrind /tmp/foo

OBSERVED RESULT
```
$ valgrind /tmp/foo
==3964496== Memcheck, a memory error detector
==3964496== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==3964496== Using Valgrind-3.21.0 and LibVEX; rerun with -h for copyright info
==3964496== Command: /tmp/foo
==3964496==
--3964496-- WARNING: Serious error when reading debug info
--3964496-- When reading debug info from /tmp/foo:
--3964496--Compression type is unsupported
--3964496-- WARNING: Serious error when reading debug info
--3964496-- When reading debug info from
/usr/libexec/valgrind/memcheck-amd64-linux:
--3964496--Compression type is unsupported
==3964496==
==3964496== HEAP SUMMARY:
==3964496== in use at exit: 0 bytes in 0 blocks
==3964496==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==3964496==
==3964496== All heap blocks were freed -- no leaks are possible
==3964496==
==3964496== For lists of detected and suppressed errors, rerun with: -s
==3964496== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
```

EXPECTED RESULT

Successful use of Valgrind, i.e. Valgrind can parse zstd-compressed debug
sections.

ADDITIONAL INFORMATION

See also:
- https://maskray.me/blog/2022-01-23-compressed-debug-sections
- https://maskray.me/blog/2022-09-09-zstd-compressed-debug-sections
- bug 303877 where zlib-compressed debug sections support was added to Valgrind

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

[valgrind] [Bug 382034] Testcases build fixes for musl

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=382034

Sam James  changed:

   What|Removed |Added

 CC||s...@gentoo.org

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

[valgrind] [Bug 469565] valgrind not detecting simple leak with malloc(In Arm System)

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=469565

Sam James  changed:

   What|Removed |Added

 CC||s...@gentoo.org

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

[valgrind] [Bug 469768] Make it possible to install gdb scripts in a different location

2023-05-14 Thread Sam James
https://bugs.kde.org/show_bug.cgi?id=469768

Sam James  changed:

   What|Removed |Added

 CC||s...@gentoo.org

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

[digikam] [Bug 469781] New: Neither a marker nor a thumbnail are displayed in the map view with GoopleMaps

2023-05-14 Thread Kurpfaelzer
https://bugs.kde.org/show_bug.cgi?id=469781

Bug ID: 469781
   Summary: Neither a marker nor a thumbnail are displayed in the
map view with GoopleMaps
Classification: Applications
   Product: digikam
   Version: 8.1.0
  Platform: unspecified
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Geolocation-GoogleMaps
  Assignee: digikam-bugs-n...@kde.org
  Reporter: stephan.kr...@t-online.de
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
In the map view with Gooplemaps neither a marker nor a thumbnail are displayed. 
The map is correctly moved to the GPS coordinates, but without displaying a
marker or a thumbnail.
The bug can also be found if several pictures are selected.

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.

[valgrind] [Bug 469031] run command "valgrind --leak-check=full --show-reachable=yes --trace-children=yes /usr/bin/nr_ping_monitor&" to check memory leak failed: vex: priv/guest_mips_toIR.c:23393 (dis

2023-05-14 Thread juan
https://bugs.kde.org/show_bug.cgi?id=469031

--- Comment #5 from juan  ---
Is there any progress? What can I do?

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

[plasmashell] [Bug 469016] Plasma panel visually (but not functionally) freezing with Wayland+Nvidia

2023-05-14 Thread John Kizer
https://bugs.kde.org/show_bug.cgi?id=469016

--- Comment #10 from John Kizer  ---
Just to confirm, I've had this one happen on Kubuntu (hadn't seen it mentioned
in this thread on an Ubuntu-based distribution yet) 23.04 running Plasma
5.27.4, both on an AMD/Nvidia hybrid laptop, and on an Nvidia desktop.

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

[plasmashell] [Bug 469016] Plasma panel visually (but not functionally) freezing with Wayland+Nvidia

2023-05-14 Thread John Kizer
https://bugs.kde.org/show_bug.cgi?id=469016

John Kizer  changed:

   What|Removed |Added

 CC||john.ki...@proton.me

--- Comment #9 from John Kizer  ---
*** Bug 469544 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 469544] Plasma panel stops rendering/updating during or after playing a full-screen game

2023-05-14 Thread John Kizer
https://bugs.kde.org/show_bug.cgi?id=469544

John Kizer  changed:

   What|Removed |Added

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

--- Comment #1 from John Kizer  ---


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

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #40 from ioo+...@posteo.net ---
(In reply to Ray from comment #39)
> It looks like we've found a workaround.
> Installing network-manager from lunar repository does the trick
> Here you can read why this works:
> https://discuss.kde.org/t/on-kde-neon-kmail-and-whole-akonadi-stays-offline-
> after-suspend-or-when-reestablishing-a-network-connection/1425/5

I am hesitant to try this. Can anyone else confirm this works, is there
possibly a better solution or is this as good as we can expect at this point?

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

[Spectacle] [Bug 469780] New: [Feature Request] Preview and start recording buttons for recording tab.

2023-05-14 Thread Reru
https://bugs.kde.org/show_bug.cgi?id=469780

Bug ID: 469780
   Summary: [Feature Request] Preview and start recording buttons
for recording tab.
Classification: Applications
   Product: Spectacle
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: rerupersonal1+...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Hello, I would like an option added that allows for previewing the location
selected to record as well as a "start recording" button. Right now i am not a
fan of how it just starts recording and doesn't let you see what area you have
selected (to make sure you selected the correct area) and starting immediately
can be a little annoying if you want to prepare to record a clip of something
and first want to make sure you have everything correct and ready before
recording. This could even be an optional toggle of "start recording
immediately" or "use button to start recording." This was a really nice feature
of "SimpleScreenRecorder" that I was using before.


SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux: Garuda Linux x86_64
KDE Plasma Version: Plasma 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

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

[Spectacle] [Bug 469779] New: [Feature Request] Add 'Rectangular Region' to the recording tab.

2023-05-14 Thread Reru
https://bugs.kde.org/show_bug.cgi?id=469779

Bug ID: 469779
   Summary: [Feature Request] Add 'Rectangular Region' to the
recording tab.
Classification: Applications
   Product: Spectacle
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: rerupersonal1+...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Hello, I would like an option added that allows for capturing a specific
'Rectangular Region' the exact same way the screenshot 'Rectangular Region'
button works but for recording of course. This was a really nice feature of
"SimpleScreenRecorder" that I was using before.


SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux: Garuda Linux x86_64
KDE Plasma Version: Plasma 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

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

[plasmashell] [Bug 469774] When closing Kicker, hovering category/application is not following mouse cursor

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469774

esperluett...@proton.me changed:

   What|Removed |Added

Version|5.27.5  |5.27.4

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

[plasmashell] [Bug 469778] New: Volume item tooltip "Scroll to adjust volume" even if line out off

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469778

Bug ID: 469778
   Summary: Volume item tooltip "Scroll to adjust volume" even if
line out off
Classification: Plasma
   Product: plasmashell
   Version: 5.27.4
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: esperluett...@proton.me
CC: mate...@gmail.com
  Target Milestone: 1.0

SUMMARY
The volume tooltip in the system tray displays "Middle-click to mute all audio
\n Scroll to adjust volume". When turning "Line out" off, the tooltip message
doesn't change even middle-click and scrolling doesn't mute or change volume.


STEPS TO REPRODUCE
1. Right-click on Volume item in system tray
2. Click on "Configure Audio Devices..." (to open "Hardware > Audio" settings)
3. Choose "Off" in "Line out" profiles.
4. Hover Volume item (with red line on it now) in system tray

OBSERVED RESULT
The tooltip displays the same message, about middle-click to mute, and
scrolling to adjust volume. Since no output device is enabled, this doesn't
un/mute or change volume.

EXPECTED RESULT
The tooltip should display something like "No output audio device enabled.",
even explaining how to configure audio devices from settings.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon Live (20230504-0714), Manjaro 22.1.1
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

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

[kio-extras] [Bug 443806] Dolphin should allow option to cache thumbnails for separate encrypted devices / locations

2023-05-14 Thread flan_suse
https://bugs.kde.org/show_bug.cgi?id=443806

--- Comment #31 from flan_suse  ---
(In reply to Nate Graham from comment #27)
> This isn't about home directories (which experience no issues, as you point
> out) but rather other encrypted volumes, such as Plasma Vaults and encrypted
> external disks.

This bug report and the entire discussion has always been about external drives
/ locations. As was my latest comment.

If the user's home is encrypted, everything else is moot: *always* store
thumbnails in the standard cache directory

I have to repeat this again:

If the user's home is encrypted, everything else is moot: *always* store
thumbnails in the standard cache directory

There is no "problem to solve". The user's home is encrypted. (Currently, KDE
does not behave in this way, and hence the user complaints and this bug
report.)


What if the user's home is *not* encrypted AND the files live on an external
drive / location that *IS* encrypted?

There should be an *option* to continue with the normal standard: store
thumbnails in the standard cache directory

It's that simple. There are many reasons why someone would want to continue to
store their thumbnails locally, even if their home is not encrypted. (It is
*THEIR* computer, after all. They have full access and rights. Let's not try to
subject them to some out-of-scope security hand-holding if they happen to
encrypt their USB drives.)


The lists I include in my comments are important and have real-world
consequences based on being longtime a KDE user.

1. STANDARDS: Don't randomly break from standards. Other DEs use this home
cache directory

2. PERFORMANCE: The user's home almost always lives on a much faster device
(NVMe, SSD)

3. PERFORMANCE: Ejecting an external USB flushes the buffers from RAM;
meanwhile the home drive is still snappier with buffers in RAM

4. CONSISTENCY: KDE is not aware of encrypted network shares or SED-encrypted
drives. Any "protection" for files on an external USB drive will not apply to
encrypted files from a network share or SED external drive.

5. WORKFLOW: Writing and updating thumbnails to external drives will change the
"last modified time" on the individual folders if the thumbnails are stored
folder-by-folder. (This can ruin certain tasks and workflows.) (I understand #5
might not apply.)


I humbly ask that we don't start writing and updating thumbnails to external
drives. (Currently we do not, so we should offer the user an option if they
understand the risks involved if their home is not encrypted.)


Scenario A: Home encrypted = *Always* store thumbnails in the standard cache
directory

Scenario B: Home *not* encrypted = Default to *NOT* storing thumbnails from
encrypted external locations, but offer the user an *OPTION* if they understand
the risks.

What about Plasma Vaults? Sure, since they are KDE-specific, you can have them
store thumbnails within the container itself. But please don't conflate Plasma
Vaults with standard universal solutions like LUKS and network shares.


Done. Simple.

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

[krita] [Bug 457586] when moving the area with transforming tool using arrow keys, the preview doesn't update on the canvas when the option is 'Fast'.

2023-05-14 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=457586

Tiar  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/aa6c5da0c
   ||0dd93845e892fff21d2753c6fca
   ||4e85
 Resolution|--- |FIXED

--- Comment #5 from Tiar  ---
Git commit aa6c5da0c0dd93845e892fff21d2753c6fca4e85 by Agata Cacko.
Committed on 15/05/2023 at 01:50.
Pushed by tymond into branch 'master'.

Fix Transform Tool to update on arrow keys on Fast

Before this commit, transform tool wouldn't update the canvas
when the user used arrow keys to move the content using
the Fast preview type.

M  +2-0plugins/tools/tool_transform2/kis_tool_transform.cc

https://invent.kde.org/graphics/krita/commit/aa6c5da0c0dd93845e892fff21d2753c6fca4e85

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

[kwin] [Bug 469777] New: KWin since 5.27.5 uses 1 CPU core at 100% whenever something is using PipeWire to capture the screen

2023-05-14 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=469777

Bug ID: 469777
   Summary: KWin since 5.27.5 uses 1 CPU core at 100% whenever
something is using PipeWire to capture the screen
Classification: Plasma
   Product: kwin
   Version: 5.27.5
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: putr...@gmail.com
  Target Milestone: ---

SUMMARY
After updating to 5.27.5 whenever something uses PipeWire to capture the screen
(I tried OBS, Krfb and Firefox) KWin starts using 100% of one CPU core, even
when the app isn't doing anything with the screen capture (like having OBS open
without it streaming/recording or Krfb with no active connections). On my
system with 8 cores and 16 threads that translates to about 6-7% overall CPU
usage, but it also causes the CPU to use its turbo state constantly to keep up
as a result.

Reverting to KWin 5.27.4.1 makes the CPU usage go back down to more normal
levels, and building KWin 5.27.4.1 with this MR
(https://invent.kde.org/plasma/kwin/-/merge_requests/3970, screencast: Offer
the real framerate range we have available) applied to it causes the issue to
come back.

I guess that MR might just be exacerbating an existing issue though, I have
been getting `kwin_screencast: Dropping a screencast frame because the
compositor is slow` messages appear repeatedly in journalctl anytime a
screencast session is active, but with 5.27.5 as well as with 5.27.4.1 with
that MR applied I get way more of those (from like 20 per second to well over
1000 per second).

With Krfb in particular the issue is particularly terrible, even after closing
it the CPU usage remains at the same high level.


STEPS TO REPRODUCE
1. Update to KWin 5.27.5 or build KWin 5.27.4.1 with the aforementioned MR
applied
2. Start a screencast session (either from OBS, Firefox or Krfb)

OBSERVED RESULT
KWin's CPU usage is ridiculously high.

EXPECTED RESULT
KWin should not consume so much CPU.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 6800H with Radeon Graphics
Memory: 14.9 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: HP
Product Name: OMEN by HP Gaming Laptop 16-n0xxx

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

[plasmashell] [Bug 469090] After screen is dim or switch off, primary becomes laptop internal monitor.

2023-05-14 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=469090

--- Comment #6 from zyf0330  ---
I forgot to mention one thing. I have create a window rule to force KRunner is
placed at screen 0.

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

[plasmashell] [Bug 469774] When closing Kicker, hovering category/application is not following mouse cursor

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469774

--- Comment #1 from esperluett...@proton.me ---
Also, when reducing animation speed and moving the mouse fast to any category
on the list, or any application in the grid, during the opening of Kicker, may
hovering the wrong category until the mouse is moved.

Checking every ~1s the position of the mouse, or once Kicker has finished the
opening animation, would ensure the correct category/application is hovered by
the cursor.

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

[plasmashell] [Bug 469776] "Help" category grid is empty

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469776

--- Comment #1 from esperluett...@proton.me ---
I have just realised that "Help" is an application (thanks to the tooltip, and
the right-click menu). There nothing to differentiate it from any other
category on the list, and "Help" is not an action verb that would describe the
item as a button. It looks too much like a category, with no action attached to
it, than an application.

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

[plasmashell] [Bug 469776] New: "Help" category grid is empty

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469776

Bug ID: 469776
   Summary: "Help" category grid is empty
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: plasma-b...@kde.org
  Reporter: esperluett...@proton.me
  Target Milestone: 1.0

SUMMARY
On Kicker, the "Help" category (at the bottom) is empty. Clicking on the
category opens the help, since any category can be opened just by hovering it,
clicking on may not seem natural.
It just seems that something is missing in the "Help" category. Adding an icon
"Open Help" would be clearer.

STEPS TO REPRODUCE
1. Open Kicker
2. Hover on "Help" category item

OBSERVED RESULT
The grid is empty

EXPECTED RESULT
Showing a "Open Help" or "Help" icon (like an application) to open the help
(just as clicking on "Help" category).

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon Live (20230504-0714), Manjaro 22.1.1
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics: X11 on Neon, Wayland on Manjaro

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

[plasmashell] [Bug 469775] Kicker needs to be re-opened to apply "Forget Recent Files" menu item

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469775

esperluett...@proton.me changed:

   What|Removed |Added

 OS|Other   |Linux
   Platform|Other   |Neon

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

[plasmashell] [Bug 469775] New: Kicker needs to be re-opened to apply "Forget Recent Files" menu item

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469775

Bug ID: 469775
   Summary: Kicker needs to be re-opened to apply "Forget Recent
Files" menu item
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: plasma-b...@kde.org
  Reporter: esperluett...@proton.me
  Target Milestone: 1.0

Created attachment 158957
  --> https://bugs.kde.org/attachment.cgi?id=158957=edit
The app menu after clicking on "Forget Recent Files".

SUMMARY
Selecting "Forget Recent Files" menu item in right-click menu of an application
in grid view doesn't clean the recent files list, closing then re-opening
Kicker is needed to clean recent files list.
Tested on Kate and Gnenview apps icons.


STEPS TO REPRODUCE
1. Right-click on an application into Kicker grid with a not empty recent files
list 
2. Click on "Forget Recent Files"
3. Right-click again on the same application

OBSERVED RESULT
All recent files are shown, like if he menu item won't work. Closing then
re-opening Kicker and right-clicking again on the same application shows an
empty recent files list.

EXPECTED RESULT
The list should be empty without having the re-opening Kicker.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon Live (20230504-0714), Manjaro 22.1.1
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics: X11 on Neon, Wayland on Manjaro

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

[konsole] [Bug 468745] Konsole Context Menu: Open File Manager Option Fails to Open

2023-05-14 Thread Edgars
https://bugs.kde.org/show_bug.cgi?id=468745

Edgars  changed:

   What|Removed |Added

Version|23.04.0 |23.04.1

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

[konsole] [Bug 468745] Konsole Context Menu: Open File Manager Option Fails to Open

2023-05-14 Thread Edgars
https://bugs.kde.org/show_bug.cgi?id=468745

--- Comment #9 from Edgars  ---
(In reply to mohaz from comment #8)
> Hello, I was the one who made the duplicate report of this bug, and I can as
> well confirm that this is still an issue on my end.

Reinstall will work for some time, after it breaks unfortunately.

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

[plasmashell] [Bug 469774] New: When closing Kicker, hovering category/application is not following mouse cursor

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469774

Bug ID: 469774
   Summary: When closing Kicker, hovering category/application is
not following mouse cursor
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: plasma-b...@kde.org
  Reporter: esperluett...@proton.me
  Target Milestone: 1.0

Created attachment 158956
  --> https://bugs.kde.org/attachment.cgi?id=158956=edit
Cursor on "Settings" doesn't select this category after re-opening Kicker

SUMMARY
When hovering (with mouse) a category item (on right) or in the apps grid, then
closing kicker with Escape key (without moving cursor) then opening again with
Meta key, the category selected is "Favourites" and the first app in the grid
is hovered, ignoring mouse position. The tooltip of the app below the cursor is
shown even if the app is not hovered.

STEPS TO REPRODUCE
1. Open Kicker, move the mouse cursor above any app (but not the first) in the
grid, or on any category. Then don't move mouse.
2. Close Kicker with Esc (cannot reproduce it using Meta key)
3. Re-open Kicker with Meta key

OBSERVED RESULT
The category selected is always "Favourites", and the first app in the grid is
hovered.

EXPECTED RESULT
If the mouse is on a category, it should be selected. If the mouse if on a app
in the grid, this app should be hovered.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon Live (20230504-0714)
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics: X11 on Neon, also been reproduced with Wayland on Manjaro

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

[krita] [Bug 469773] [xwayland] Pen cursor icon doesn't update properly, unless set to "No Cursor"

2023-05-14 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=469773

Halla Rempt  changed:

   What|Removed |Added

 CC||ha...@valdyas.org

--- Comment #1 from Halla Rempt  ---
I don't think we can do anything about that... Qt is responsible for selecting
cursors.

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

[krita] [Bug 469773] New: [xwayland] Pen cursor icon doesn't update properly, unless set to "No Cursor"

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469773

Bug ID: 469773
   Summary: [xwayland] Pen cursor icon doesn't update properly,
unless set to "No Cursor"
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: tomtomtomreportin...@gmail.com
  Target Milestone: ---

SUMMARY
When running Krita through xwayland on a tablet screen, Krita's cursor icon
doesn't seem to change properly between different states, unless the user has
the Brush Cursor Icon setting set to "No Cursor". I have observed this behavior
in both a Debian sid system and a Fedora 38 Live (USB) system, on a Wacom
Cintiq 16.

STEPS TO REPRODUCE
1. Set Brush Cursor Icon setting to something other than "No Cursor", such as
"Small Circle".
2. Put pen within tablet screen proximity.
3. Hold space, in attempt to pan.

OBSERVED RESULT
Hand pan icon does not override the brush cursor icon. An inverse way to
reproduce buggy behavior is to hold space before putting the pen within tablet
screen proximity, in which it will NOT update to the Small Circle icon when the
pen moves within tablet screen proximity and panning is exited. The cursor
overrides DO work properly when set to "No Cursor".

EXPECTED RESULT
All brush cursor overrides should work properly.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Sid and Fedora 38
KDE Plasma Version: 5.27.2 and 5.27.4
KDE Frameworks Version: 5.103.0 and 5.104.0
Qt Version: 5.12.12 (Krita 5.1.5) and 5.15.7 (Krita nightly)

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

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

2023-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=434437

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

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #9 from Francisco González  ---
Also, running sudo journalctl -b 0 --grep drm sometimes shows a flooded journal
with a "Page flip failed" error that said that there was no space left on
device (IIRC).
Can't remember in which case did it happen, but it seems it was when I was
using the "radeon" module rather than "amdgpu".
If it happens again, I'll post that output here.
BTW, the screen corruption shows up with any of those modules.

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

[Spectacle] [Bug 469772] Keyboard shortcut "CTRL+S" works roughly 50% of the time

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469772

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #1 from Nate Graham  ---
Can reproduce, and also with other shortcuts I commonly use like Undo (Ctrl+Z)
and Configure (Ctrl+Shift+Comma).

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

[Spectacle] [Bug 469772] Keyboard shortcut "CTRL+S" works roughly 50% of the time

2023-05-14 Thread Steve Cossette
https://bugs.kde.org/show_bug.cgi?id=469772

Steve Cossette  changed:

   What|Removed |Added

   Platform|Other   |Fedora RPMs

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

[Spectacle] [Bug 469772] New: Keyboard shortcut "CTRL+S" works roughly 50% of the time

2023-05-14 Thread Steve Cossette
https://bugs.kde.org/show_bug.cgi?id=469772

Bug ID: 469772
   Summary: Keyboard shortcut "CTRL+S" works roughly 50% of the
time
Classification: Applications
   Product: Spectacle
   Version: 23.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: farch...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY
***
After taking a screenshot, pressing CTRL+S on the keyboard will only work
roughly 50% of the time.

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


STEPS TO REPRODUCE
https://www.youtube.com/watch?v=8p5m3Zq3CaQ
(Made a video showing the full walkthrough of the issue)

OBSERVED RESULT
https://www.youtube.com/watch?v=8p5m3Zq3CaQ
(Made a video showing the full walkthrough of the issue)

EXPECTED RESULT
https://www.youtube.com/watch?v=8p5m3Zq3CaQ
(Made a video showing the full walkthrough of the issue)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:  23.04.0
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Distro: Fedora 38

ADDITIONAL INFORMATION

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #8 from Francisco González  ---
Some observations:
- About the screen mode changes on TTY switch, the screen frequency regression
to 60 Hz is noticeable but is not informed by KScreen, which shows 75 Hz.
- Even though I'm not an expert on this, it seems that the lack of
DRM_CLIENT_CAP_ATOMIC support on my graphics card and some problem with KWin
handling that, might be the cause of the screen corruption. 
- In the duplicated bug referenced before, the user has a Radeon HD 6310, which
seems to be pre-GCN (one gen before my GPU). That could mean that this bug
might be replicable with HD 7000 series GPUs or older.
- Running drm_info on my laptop (Intel UHD Graphics 620) shows support for
DRM_CLIENT_CAP_ATOMIC, and there are no artifacts at all.

PS: somehow, got baited into this 2016 article that might be related to this
issue.
VT Switching with Atomic Modeset.
https://blog.ffwll.ch/2016/01/vt-switching-with-atomic-modeset.html

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

[kate] [Bug 468638] kate crashed while moving tab

2023-05-14 Thread Phil
https://bugs.kde.org/show_bug.cgi?id=468638

--- Comment #2 from Phil  ---
This happened when dragging a tab from one Kate window to another.

It only occurred the one time.

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #7 from Francisco González  ---
Created attachment 158955
  --> https://bugs.kde.org/attachment.cgi?id=158955=edit
Output before switching to TTY (drm_info)

Sorry, had uploaded the wrong file before.

Note that on line 5, says "DRM_CLIENT_CAP_ATOMIC not supported".
Also, on line 166, mode is "1920x1080@74.97 driver phsync pvsync"

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

[Discover] [Bug 448521] 'Update' page shows the version of the flatpak currently installed instead of the version of the update available

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448521

Nate Graham  changed:

   What|Removed |Added

 CC||ahmed@tutanota.com

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

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

[Discover] [Bug 469296] Discover keeps updating Telegram Desktop back and forth

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469296

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[Discover] [Bug 448521] 'Update' page shows the version of the flatpak currently installed instead of the version of the update available

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448521

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.27.4  |5.27.6
  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/f68e0d42 |ma/discover/-/commit/7b5cc5
   |c001f9716550e062f9e55213aac |afa74b4c217a6643ef1cf395676
   |92d28   |fb25518

--- Comment #16 from Nate Graham  ---
Fixed again even harder with
https://invent.kde.org/plasma/discover/-/commit/7b5cc5afa74b4c217a6643ef1cf395676fb25518
by Aleix Pol Gonzales for Plasma 5.27.6.

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

Francisco González  changed:

   What|Removed |Added

 Attachment #158953|0   |1
is obsolete||

--- Comment #6 from Francisco González  ---
Comment on attachment 158953
  --> https://bugs.kde.org/attachment.cgi?id=158953
Output before switching to TTY (drm_info)

>may 14 18:49:04 MSI-DESKTOP systemd[670]: Starting KDE Window Manager...
>may 14 18:49:04 MSI-DESKTOP systemd[670]: Started KDE Window Manager.
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: No backend specified, 
>automatically choosing drm
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: kwin_wayland_drm: 
>drmSetClientCap for Atomic Mode Setting failed. Using legacy mode on GPU 
>"/dev/dri/card0"
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: OpenGL vendor string:   
>AMD
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: OpenGL renderer string: 
>AMD Radeon HD 7700 Series (verde, LLVM 15.0.7, DRM 3.52, 6.3.1-arch1-1)
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: OpenGL version string:  
>4.6 (Core Profile) Mesa 23.0.3
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: OpenGL shading language version 
>string: 4.60
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Driver: 
>Unknown
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: GPU class:  
>Unknown
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: OpenGL version: 
>4.6
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: GLSL version:   
>4.60
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Mesa version:   
>23.0.3
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Linux kernel version:   
>6.3.1
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Requires strict binding:
>no
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: GLSL shaders:   
>yes
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Texture NPOT support:   
>yes
>may 14 18:49:04 MSI-DESKTOP kwin_wayland[711]: Virtual Machine:
>no
>may 14 18:49:05 MSI-DESKTOP kwin_wayland[711]: kwin_xkbcommon: XKB: 
>inet:323:58: unrecognized keysym "XF86EmojiPicker"
>may 14 18:49:05 MSI-DESKTOP kwin_wayland[711]: kwin_xkbcommon: XKB: 
>inet:324:58: unrecognized keysym "XF86Dictate"
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[786]: (WW) Option "-listen" 
>for file descriptors is deprecated
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[786]: Please use "-listenfd" 
>instead.
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[786]: (WW) Option "-listen" 
>for file descriptors is deprecated
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[786]: Please use "-listenfd" 
>instead.
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[808]: The XKEYBOARD keymap 
>compiler (xkbcomp) reports:
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[808]: > Warning:  
>Unsupported maximum keycode 708, clipping.
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[808]: >   X11 
>cannot support keycodes above 255.
>may 14 18:49:05 MSI-DESKTOP kwin_wayland_wrapper[808]: Errors from xkbcomp are 
>not fatal to the X server

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #5 from Francisco González  ---
Created attachment 158954
  --> https://bugs.kde.org/attachment.cgi?id=158954=edit
Output after switching back from TTY (drm_info)

Same deal with "DRM_CLIENT_CAP_ATOMIC not supported", but this time in line
166, mode was reverted to default "Mode: 1920x1080@60.00 preferred driver
phsync pvsync"

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

[neon] [Bug 466709] Software Sources not working

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466709

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27.6

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

Francisco González  changed:

   What|Removed |Added

 Attachment #158953|Output before switching |Output before switching to
description|back to TTY (drm_info)  |TTY (drm_info)

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #4 from Francisco González  ---
Created attachment 158953
  --> https://bugs.kde.org/attachment.cgi?id=158953=edit
Output before switching back to TTY (drm_info)

Note that on line 5, says "DRM_CLIENT_CAP_ATOMIC not supported".
Also, on line 166, mode is "1920x1080@74.97 driver phsync pvsync"

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

[KScreen] [Bug 466149] On Xorg, Plasma's idea of the monitor configuration differs from xrandr's

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466149

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |minor

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

[KScreen] [Bug 466149] On Xorg, Plasma's idea of the monitor configuration differs from xrandr's

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466149

Nate Graham  changed:

   What|Removed |Added

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

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

[KScreen] [Bug 466149] On Xorg, Plasma's idea of the monitor configuration differs from xrandr's

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466149

--- Comment #12 from Nate Graham  ---
Ok, thanks!

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

[plasmashell] [Bug 413038] The folder view plasmoid on desktop does not remember its size

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413038

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #17 from Nate Graham  ---
:/ Stale config somewhere, probably. Could be a deeper issue in how plasmoid
configs are stored that would require investigation by someone who understands
that stuff.

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

[Falkon] [Bug 469771] New: Wall street journal "Application error: a client-side exception has occurred (see the browser console for more information).

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469771

Bug ID: 469771
   Summary: Wall street journal "Application error: a client-side
exception has occurred (see the browser console for
more information).
Classification: Applications
   Product: Falkon
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: nfwn_ozew...@xuneh.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Main page load correct, bu twhen you click in an article you get this error in
a white screen

<>

Greasemonkey and adblock are disabled

STEPS TO REPRODUCE
1. Go to wsj.com
2. Click any article
3. 

OBSERVED RESULT
Aplication error

EXPECTED RESULT
Article loaded correctly

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

ADDITIONAL INFORMATION

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-14 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

--- Comment #3 from Francisco González  ---
Created attachment 158952
  --> https://bugs.kde.org/attachment.cgi?id=158952=edit
Output after switching back from TTY (journalctl --user-unit
plasma-kwin_wayland.service --boot 0)

This output was obtained after running journalctl, while the screen was
corrupted, via SSH with my laptop.
There is no difference in journalctl output from before and after switching to
TTY (checked with diff).

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

[plasmashell] [Bug 449167] Icons on desktop move randomly

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449167

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #16 from Nate Graham  ---
Ok, thanks!

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

[plasmashell] [Bug 469260] New files created in desktop don't show up

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469260

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #3 from Nate Graham  ---
In both cases probably the issue is the same: that your system is out of inodes
so directory watching fails. If your distro packages kde-inotify-survey
(https://invent.kde.org/system/kde-inotify-survey), I'd recommend installing it
running `kde-inotify-survey` in a terminal window and seeing if it complains.
Can you do that?

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

[valgrind] [Bug 460192] Add epoll_pwait2

2023-05-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=460192

Mark Wielaard  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||m...@klomp.org
   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=2203636

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

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2023-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402017

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

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

[plasmashell] [Bug 469115] Notification positioning becomes "lost" if the primary monitor switches off temporarily

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469115

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #3 from Nate Graham  ---
Thanks. I was looking for one-pixel overlaps, which are known to trigger this,
but it looks like there are none.

Does this happen on Wayland too, or just X11?

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

[frameworks-kio] [Bug 406450] "Remote" and "Recent" sections and "Trash" entry are missing in file open/save dialogs started by non-KDE Qt5 apps

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406450

Nate Graham  changed:

   What|Removed |Added

 CC||meve...@gmail.com

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

[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

2023-05-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469656

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[plasmashell] [Bug 416265] Very long Plasma launch time when autostarting various apps

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416265

Nate Graham  changed:

   What|Removed |Added

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

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

[kwin] [Bug 466342] While 2 screens are connected, after resuming from hibernation, the secondary screen is set as the primary screen

2023-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466342

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #17 from Nate Graham  ---
The "For only this specific display arrangement" setting has been removed for
Plasma 6, so unfortunately I don't think there is going to be a lot of interest
in fixing this for X11 in Plasma 5.27.

Shinjii, when you experience the issue, are you also using the "For only this
specific display arrangement" setting? If not, then your issue is something
other than what TraceyC is reporting.

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

[gwenview] [Bug 462088] Don't show Gwenview in its own "Open With" menu

2023-05-14 Thread Holger
https://bugs.kde.org/show_bug.cgi?id=462088

Holger  changed:

   What|Removed |Added

 CC||private_l...@yahoo.com

--- Comment #8 from Holger  ---
(In reply to popov895 from comment #6)
> Please file a new bug report about being able to duplicate the current
> window.
> 
> Jjust out of interest, what's your purpose for duplicating the current
> window?

Posted my use-cases at bug 469179 comment 1

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

[gwenview] [Bug 469179] Re-add an easy way to open the same image in a new window

2023-05-14 Thread Holger
https://bugs.kde.org/show_bug.cgi?id=469179

Holger  changed:

   What|Removed |Added

 CC||private_l...@yahoo.com

--- Comment #1 from Holger  ---
My usecases:

1. When looking at similar photos (e.g. a series of 10 pics shot in short time
of a group and trying to identify the best to keep with the least amount of
closed eyes / open mouths ...) I open my "current favorite" in a new gwenview
instance, while I jump back and forth through the remaining 9 pictures. Yes,
gwenview has a "side-by-side comparison" for multi-selection, but it cannot
navigate the second picture view independently. Moreover I find it easier, to
make the computer toggle the image in the same place, instead of me flipping my
eyes like in those news-paper-riddles, where you shall find the differences
between two photos. Alt+Tab gives me this easily when pressed quick enough to
not trigger the animation. Also I know, gwenview can in full screen navigate
back and forth through the pictures (one at a time). But it is bound by an
order - so to toggle back and forth between the 2nd and 8th picture in the set,
I need to symlink them in a temp-folder, which is just too cumbersome.

2. Going through my collection with e.g. the task: symlink all nice pictures of
my mother to folder xyz, so I can later present them to her for choosing the
one to put on the birthday invitations, I get distracted by "Who's sitting next
to her? - Maybe I can find this shirt again on my dads camera ...". For this
temporary "side-quest" I open a second gwenview instance to not loose the
position on my earlier quest, because I don't want to again flic through the
300+ pictures I already sifted through.

3. Reading a comic strip as a sequence of pictures, you might want to refresh
your memory, when there is a back-reference or even, how the character looked
like when he showed up last - was he already in the previous installment
wearing this long cape? Now, how to keep the current position and at the same
time jump around to find the other occurrence for comparison?

To summarize the similarity of those use-cases: The current selection in
gwenview is on the one hand very fleeting and easily destroyed information - by
just selecting something else. On the other hand, especially in large folders
with many pictures, it can be a valuable marker e.g. of progress or a
"bookmark" to jump (back) to. While I usually finish with it in a matter of a
few minutes, it is not worth the hassle of e.g. taking a note of the filename
or symlinking the picture on the Desktop to return to the task tomorrow. So
opening a second or third instance of gwenview suits my workflow perfectly.

It's actually quite comparable to browsing on the internet, only that I use
full gwenview windows instead of browser tabs to mark certain positions in the
picture collection, in time and in progress of a supposed "reading list". Now
imagine the outcry, if Firefox removed the "open in new tab" command?

But before someone over-engineers this into a fancy new "annotated
image-history", there is not only the image itself to be preserved. In the
second example notice the current task comprises also symlinking found pictures
to folder xyz  - so you bet, the folder view is open and not the image
information and it is scrolled and unfolded appropriately to show xyz as a
prominent drop-target. Navigating other folders surely will unfold more
"clutter" and shunt xyz out of the way and returning to a bookmarked picture
will likely not restore the folder-tree. All this I get for free by opening a
second instance.

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

[Arianna] [Bug 468914] the sidebar (greyed-out and non-dismissible) appears while reading, after making the window tall and then wide again

2023-05-14 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=468914

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/arianna/commit/1a88220
   ||d9c7f63d7de4c83ae7bebaf8212
   ||c27214
 Status|REPORTED|RESOLVED

--- Comment #2 from Carl Schwan  ---
Git commit 1a88220d9c7f63d7de4c83ae7bebaf8212c27214 by Carl Schwan.
Committed on 14/05/2023 at 22:05.
Pushed by carlschwan into branch 'master'.

Fix sidebar appearing when reading book

M  +1-1src/content/ui/main.qml

https://invent.kde.org/graphics/arianna/commit/1a88220d9c7f63d7de4c83ae7bebaf8212c27214

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

[Arianna] [Bug 468923] Changing default font is not remembered after restart

2023-05-14 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=468923

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/arianna/commit/3bb5bec
   ||a83dcb793d47220d4c319d5ec0d
   ||1f3eba

--- Comment #1 from Carl Schwan  ---
Git commit 3bb5beca83dcb793d47220d4c319d5ec0d1f3eba by Carl Schwan.
Committed on 14/05/2023 at 22:02.
Pushed by carlschwan into branch 'master'.

Ensure we save settings accross restart

M  +36   -9src/content/ui/SettingsPage.qml

https://invent.kde.org/graphics/arianna/commit/3bb5beca83dcb793d47220d4c319d5ec0d1f3eba

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

[Arianna] [Bug 469127] EPUB's do not open without Internet connection

2023-05-14 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=469127

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/arianna/commit/ed02f36
   ||e38d20a362a6634046b992be107
   ||5ee18f
 Resolution|--- |FIXED

--- Comment #4 from Carl Schwan  ---
Git commit ed02f36e38d20a362a6634046b992be1075ee18f by Carl Schwan.
Committed on 14/05/2023 at 21:57.
Pushed by carlschwan into branch 'master'.

Fix using arianna without internet

This should also minimally improve the speed

M  +4-0.reuse/dep5
A  +15   -0src/content/ui/jszip.min.js
M  +2-2src/content/ui/main.html
M  +1-0src/resources.qrc

https://invent.kde.org/graphics/arianna/commit/ed02f36e38d20a362a6634046b992be1075ee18f

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

[Falkon] [Bug 469770] Yandex.com "wrong captcha" all the time in private mode

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469770

nfwn_ozew...@xuneh.com changed:

   What|Removed |Added

Summary|Yandex.com "wrong captcha"  |Yandex.com "wrong captcha"
   |all the time|all the time in private
   ||mode

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

[kio-extras] [Bug 443806] Dolphin should allow option to cache thumbnails for separate encrypted devices / locations

2023-05-14 Thread Payton Q
https://bugs.kde.org/show_bug.cgi?id=443806

--- Comment #30 from Payton Q  ---
Just a reminder that 411919 is not the same issue and that has already been
discussed. Please discuss on gitlab, not on that issue (or this one, but
especially not that one).

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

[kio-extras] [Bug 443806] Dolphin should allow option to cache thumbnails for separate encrypted devices / locations

2023-05-14 Thread Payton Q
https://bugs.kde.org/show_bug.cgi?id=443806

--- Comment #29 from Payton Q  ---
Just a reminder that 411919 is not the same issue and that has already been
discussed. Please discuss on gitlab, not on that issue (or this one, but
especially not that one).

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

[Falkon] [Bug 469770] New: Yandex.com "wrong captcha" all the time

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469770

Bug ID: 469770
   Summary: Yandex.com "wrong captcha"  all the time
Classification: Applications
   Product: Falkon
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: nfwn_ozew...@xuneh.com
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
yandex.com can't resolve captcha input

STEPS TO REPRODUCE
1. Go to yandex.com
2. Insert your search
3. When he asks for the captcha he always says "wrong captcha" 

OBSERVED RESULT
"wrong captcha"  all the time

EXPECTED RESULT
captcha accepted

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

ADDITIONAL INFORMATION
Only happen in Falkon, catpcha works in firefox, librewolf and brave as i
tested

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

[plasmashell] [Bug 469769] New: Improve search

2023-05-14 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=469769

Bug ID: 469769
   Summary: Improve search
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: plasma-b...@kde.org
  Reporter: popov...@ukr.net
CC: mikel5...@gmail.com, noaha...@gmail.com
  Target Milestone: 1.0

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

SUMMARY

Search results may contain irrelevant items, which may also appear prior to
relevant ones.

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20230512
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.3.1-2-default (64-bit)
Graphics Platform: X11

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

[plasmashell] [Bug 469769] Improve search

2023-05-14 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=469769

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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

[dolphin] [Bug 169405] Save icon size per-directory

2023-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=169405

haziest_preta...@icloud.com changed:

   What|Removed |Added

 CC||haziest_preta...@icloud.com

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

[valgrind] [Bug 469768] New: Make it possible to install gdb scripts in a different location

2023-05-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=469768

Bug ID: 469768
   Summary: Make it possible to install gdb scripts in a different
location
Classification: Developer tools
   Product: valgrind
   Version: 3.20.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: m...@klomp.org
CC: ahajk...@redhat.com
  Target Milestone: ---

Created attachment 158950
  --> https://bugs.kde.org/attachment.cgi?id=158950=edit
Add --with-gdbscripts-dir=PATH configure option

Add --with-gdbscripts-dir=PATH configure option

Currently the gdb valgrind scripts are installed under VG_LIBDIR
which is normally pkglibexecdir which is likely not in the default
gdb safe-path (a list of directories from which it is safe to
auto-load files). So users will have to add the directory to their
.gdbinit file.

This patch adds a --with-gdbscripts-dir=PATH configure option that
sets VG_GDBSCRIPTS_DIR to the given PATH (${libexecdir}/valgrind if
not given).

Use VG_GDBSCRIPTS_DIR as gdbscriptsdir to install the valgrind-monitor
python files and pass it with CPPFLAGS when building vg_preloaded.c
and vgdb.c to use instead of VG_LIBDIR.

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

[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

2023-05-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=469656

Antonio Rojas  changed:

   What|Removed |Added

 CC||u.koehler_...@gmx.de

--- Comment #13 from Antonio Rojas  ---
*** Bug 469747 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 469747] After reboot, dolphin looses all open tabs

2023-05-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=469747

Antonio Rojas  changed:

   What|Removed |Added

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

--- Comment #1 from Antonio Rojas  ---


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

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

[Breeze] [Bug 447017] Breeze Icons shouldn't include icons for third-party softwares

2023-05-14 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=447017

--- Comment #4 from andreas  ---
To be fair, when the breeze inkscape action icons were added, the origin
inkscape action icons look alien within KDE.

Nowadays the Inscape icons from the Inkscape package look really good AND they
work very well within breeze, cause the design language of the action icons are
very similar.

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

[gwenview] [Bug 469767] The annotation tool removes transparency of the image

2023-05-14 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=469767

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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

[gwenview] [Bug 469767] New: The annotation tool removes transparency of the image

2023-05-14 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=469767

Bug ID: 469767
   Summary: The annotation tool removes transparency of the image
Classification: Applications
   Product: gwenview
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: popov...@ukr.net
  Target Milestone: ---

SUMMARY

Any transparent parts of the image disappear after editing it with the
annotation tool.

SOFTWARE/OS VERSIONS

Operating System: openSUSE Tumbleweed 20230512
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
KDE Gear Version: 23.04.1
Qt Version: 5.15.9
Kernel Version: 6.3.1-2-default (64-bit)
Graphics Platform: X11

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

[neon] [Bug 466709] Software Sources not working

2023-05-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466709

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/commit/6c8de3a5 |ma/discover/commit/c9d1f794
   |7e33f4f6e2713c649ade5fcf0c9 |a4c923a803b9549897f768cb58a
   |320f9   |7390d

--- Comment #9 from Aleix Pol  ---
Git commit c9d1f794a4c923a803b9549897f768cb58a7390d by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/05/2023 at 21:31.
Pushed by apol into branch 'Plasma/5.27'.

pk: Actually start the launch job

Otherwise we don't get the app.


(cherry picked from commit 6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9)

M  +1-0   
libdiscover/backends/PackageKitBackend/PackageKitSourcesBackend.cpp

https://invent.kde.org/plasma/discover/commit/c9d1f794a4c923a803b9549897f768cb58a7390d

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

[neon] [Bug 466709] Software Sources not working

2023-05-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=466709

Aleix Pol  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/6c8de3a5
   ||7e33f4f6e2713c649ade5fcf0c9
   ||320f9

--- Comment #8 from Aleix Pol  ---
Git commit 6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9 by Aleix Pol Gonzalez, on
behalf of Aleix Pol.
Committed on 14/05/2023 at 21:28.
Pushed by apol into branch 'master'.

pk: Actually start the launch job

Otherwise we don't get the app.

M  +1-0   
libdiscover/backends/PackageKitBackend/PackageKitSourcesBackend.cpp

https://invent.kde.org/plasma/discover/commit/6c8de3a57e33f4f6e2713c649ade5fcf0c9320f9

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

[krita] [Bug 469766] New: Krita doesn't recognize Adobe RGB JPG photo without embedded icc profile

2023-05-14 Thread Alberto Mattea
https://bugs.kde.org/show_bug.cgi?id=469766

Bug ID: 469766
   Summary: Krita doesn't recognize Adobe RGB JPG photo without
embedded icc profile
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: albe...@mattea.info
  Target Milestone: ---

SUMMARY
Many cameras when configured to work in the AdobeRGB color space don't actually
embed the icc profile in every photo, instead they add an exif tag like

Interoperability Index  : R03 - DCF option file (Adobe RGB)

Krita doesn't recognize these tags, and opens the files as sRGB producing wrong
colors.

If I manually add the icc profile using exiftool (or open and resave the photo
with gimp) it works fine.

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

  1   2   3   4   >