[krita] [Bug 464837] Bad line tapering in linux with stabilization

2023-01-25 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=464837

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Dmitry Kazakov  ---
Hi, Romero!

Could you please try disable "Stabiliser" and enable "Basic Smoothing" instead?
Stabilizer is not supposed to be used for quick strokes. Also, try enabling
"Stabilize Sensors" checkbox in the its options.

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

[KScreen] [Bug 460341] On X11 with proprietary NVIDIA GPU drivers, external monitor disabled after reboot or wake-from-sleep

2023-01-25 Thread Rainer Klier
https://bugs.kde.org/show_bug.cgi?id=460341

--- Comment #122 from Rainer Klier  ---
two days ago i updated to:
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.7-2.g2ebd33f-default (64-bit)

but the issue is still present.
there is no difference.
and i can report additional info:
at the office, i have an additional monitor, which is connected to the notebook
via a thunderbolt-2-dvi-adapter.
and when both monitors are connected (hdmi and thunderbolt) then all 3 screens
are black/empty.
only the notebook screen is active, i can see the mouse pointer and move it
around.
the external monitors are inaktive.
when i then unplug one of the external monitors, suddenly the notebook screen
shows the desktop and i can enable the other external monitor.
with just one monitor attached, the behaviour is like before.

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

[plasma-systemmonitor] [Bug 464675] Network statistics are wrong in XRDP session

2023-01-25 Thread Paul van Haren
https://bugs.kde.org/show_bug.cgi?id=464675

--- Comment #3 from Paul van Haren  ---
SOME MORE TEST RESULTS

1. Fresh Boot, XRDP session -> no network statistics in System Monitor
2. Fresh Boot, Session through console -> System Monitor Okay
3. Fresh Boot, Session through console, start System Monitor, logout, start
XRDP session -> System Monitor Okay
4. Fresh Boot, Session through console on some other account, start System
Monitor, logout, start XRDP session -> System Monitor Okay
5. Fresh Boot, Session through console without starting System Monitor, logout,
start XRDP session -> no network statistics in System Monitor

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

[valgrind] [Bug 182042] valgrind silently ignores VALGRIND_OPTS env var if environment is not propagated to the process

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=182042

Paul Floyd  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||pjfl...@wanadoo.fr

--- Comment #5 from Paul Floyd  ---
I don't see how Valgrind can miraculously recover envp from the child when you
pass it a null environment.

You need to progagate the parent envp to the child like this:

#include 
#include 

int main(int argc, char **argv, char **envp)
{
char *args[] = {"vg-test", "child", NULL};

// main process
if (argc == 1) {
execve("./vg-test", args, envp);
} else {
(void)malloc(3); // leak in the child
}

return 0;
}

This gives me

valgrind --trace-children=yes --leak-check=full ./vg-test
==36462== Memcheck, a memory error detector
==36462== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==36462== Using Valgrind-3.21.0.GIT and LibVEX; rerun with -h for copyright
info
==36462== Command: ./vg-test
==36462== 
==36462== Memcheck, a memory error detector
==36462== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==36462== Using Valgrind-3.21.0.GIT and LibVEX; rerun with -h for copyright
info
==36462== Command: ./vg-test child
==36462== 
==36462== 
==36462== HEAP SUMMARY:
==36462== in use at exit: 3 bytes in 1 blocks
==36462==   total heap usage: 1 allocs, 0 frees, 3 bytes allocated
==36462== 
==36462== 3 bytes in 1 blocks are definitely lost in loss record 1 of 1
==36462==at 0x484CBC4: malloc (in
/usr/local/libexec/valgrind/vgpreload_memcheck-amd64-freebsd.so)
==36462==by 0x20196D: main (vg-test.c:12)
==36462== 
==36462== LEAK SUMMARY:
==36462==definitely lost: 3 bytes in 1 blocks
==36462==indirectly lost: 0 bytes in 0 blocks
==36462==  possibly lost: 0 bytes in 0 blocks
==36462==still reachable: 0 bytes in 0 blocks
==36462== suppressed: 0 bytes in 0 blocks
==36462== 
==36462== For lists of detected and suppressed errors, rerun with: -s
==36462== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

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

[plasmashell] [Bug 464526] Flickering line in panel for certain heights

2023-01-25 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=464526

Iyán Méndez Veiga  changed:

   What|Removed |Added

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

--- Comment #6 from Iyán Méndez Veiga  ---
(In reply to Nate Graham from comment #5)
> Cool. Thanks.
> 
> Does the problem completely vanish if you use 100% scale?

No, I cannot reproduce with 100% scale.

> Are XWayland windows affected, or other native Wayland windows besides
> Firefox?

Yes, the only difference is how much the line flicks. With other apps (e.g.
Kate or Dolphin), line remains visible all the time instead of flickering like
with Firefox.

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

[kwin] [Bug 464842] Maximized windows on one screen take one pixel on other (fractional scaling)

2023-01-25 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=464842

--- Comment #1 from Mykola Krachkovsky  ---
Created attachment 155656
  --> https://bugs.kde.org/attachment.cgi?id=155656=edit
screenshot with noticeable step between panel and extent of window

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

[kwin] [Bug 464842] New: Maximized windows on one screen take one pixel on other (fractional scaling)

2023-01-25 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=464842

Bug ID: 464842
   Summary: Maximized windows on one screen take one pixel on
other (fractional scaling)
Classification: Plasma
   Product: kwin
   Version: 5.26.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: w01dn...@gmail.com
  Target Milestone: ---

Created attachment 155655
  --> https://bugs.kde.org/attachment.cgi?id=155655=edit
Affected 1.25 + 1.5 screen layout

SUMMARY
With kwin_wayland 5.26.90 (bug wasn't present on kwin_wayland 5.26.5) maximized
windows take also one pixel on other screen. I use fractional scaling,
top-bottom screen arrangements (left-right wasn't tested). Bug reproduced with
top×1.25 + bottom×1.5 and top×1 + bottom×1.5 screen layouts. One extra pixel is
not kscreen problem, screens do not overlap (it is hidden by right panel on
bottom screen and active maximized window on bottom screen).

STEPS TO REPRODUCE
1. Setup layout with two screens, bottom one has scaling 1.5, top could be any
(reproduced at least with 1 and 1.25).
2. Maximize window on top screen (for easier noticing, contrast window and
wallpaper may be used).
3. (Optional) Maximize some window on bottom screen.

OBSERVED RESULT
One pixel line overhang on on bottom screen from top max window.
With step 3 you could switch between windows and see how that extra line
appears and hides.

EXPECTED RESULT
Maximized windows should not extend beyond their screen.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20230124 with KDE Plasma 5.27 beta
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8+kde160

ADDITIONAL INFORMATION

This bug looks like some sort of opposite to
https://bugs.kde.org/show_bug.cgi?id=459373
Unlike that bug it doesn't depend on XWayland (native Wayland clients are used)
and it wasn't present before 5.27 beta.

example of affected layout (full in attachment)
`kscreen-doctor -j | jq '[.outputs[] | { name: .name, pos: .pos, size: .size,
scale: .scale }]'`
```
[
  {
"name": "eDP-1",
"pos": {
  "x": 385,
  "y": 1152
},
"size": {
  "height": 1080,
  "width": 1920
},
"scale": 1.5
  },
  {
"name": "DP-1",
"pos": {
  "x": 0,
  "y": 0
},
"size": {
  "height": 1440,
  "width": 2560
},
"scale": 1.25
  }
]
```

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

[plasmashell] [Bug 464841] New: fade instead of ellipsis for too-long titles in Task Manager

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464841

Bug ID: 464841
   Summary: fade instead of ellipsis for too-long titles in Task
Manager
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: kenya...@evavoyance.com
  Target Milestone: 1.0

Created attachment 155654
  --> https://bugs.kde.org/attachment.cgi?id=155654=edit
comparison of fade and ellipsis

When a window's title is too long and overflows its space in the Task Manager,
an ellipsis is placed at the end of the text. However, these ellipses take
space and cut the titles to be very short. We would see more of the text if
too-long titles were faded instead, as is done with Firefox and Chrome's tabs.

Linux/KDE Plasma: Kubuntu 22.10
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6

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

[digikam] [Bug 464769] Rebuild Finger-Prints Process Slow

2023-01-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=464769

--- Comment #8 from Maik Qualmann  ---
Hmm, ExifTool is not the cause. If the screenshots are numbered consecutively,
we can do about 130 fingerprints in 18 seconds. Such a comparison with
digiKam-7.9.0 would be good.

The progress bar that goes fast is just the date comparison of the existing
fingerprints in your DB, it slows down as new images are found.

Maik

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

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

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=382034

--- Comment #10 from Paul Floyd  ---
In order for there to be no breakage you need all of the following to add no
new problems:
make [builds Valgrind]
make check [builds the testcases]
make regtest [runs the regtest]

regtest uses one ore more expected like [testcase].stderr.exp to capture and
compare the Valgrind output.

Looking again at the diffs I don't think that the expected need updating. I'd
still rather not see any change for glibc in the syscall patch.

Could you update that patch to do something like this

#include "./../../config..h"

#if defined(MUSL_LIBC)
#define MODIFY_LDT(func, ptr, bytecount) syscall(SYS_modify_ldt, (func), (ptr),
(bytecount) );
#else
#define MODIFY_LDT(func, ptr, bytecount) __modify_ldt((func), (ptr),
(bytecount) );
#endif

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

[valgrind] [Bug 453929] "make check" fails to compile for aarch64-linux with musl C library. FIX PROPOSED.

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=453929

Paul Floyd  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||pjfl...@wanadoo.fr

--- Comment #1 from Paul Floyd  ---


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

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

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

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=382034

Paul Floyd  changed:

   What|Removed |Added

 CC||ivan.nikolae...@unikie.com

--- Comment #9 from Paul Floyd  ---
*** Bug 453929 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 464298] with animations off, gwenview flashes white when moving between pictures

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464298

--- Comment #1 from kenya...@evavoyance.com ---
Proposed changed behavior for Next, with animations off: the old image is held
for 0.5 sec before the gear appears. This removes the flash between images,
while still letting the user know if the new image is delayed.

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

[kwin] [Bug 464776] Twice as many scroll events as expected on Wayland

2023-01-25 Thread legimet
https://bugs.kde.org/show_bug.cgi?id=464776

--- Comment #8 from legimet  ---
(In reply to legimet from comment #7)
> Thanks. I patched the Debian kwin package with that commit, and scrolling
> works normally in the Wayland session. However, I still get too many scroll
> events when using X11 in KDE applications such as Konsole and Dolphin. I
> will report a separate bug.

Actually, I think this is probably a Qt issue. It happens in Qt applications
like Wireshark that don't use KDE libraries, when running on X11 regardless of
whether I'm in a Plasma session.

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

[plasmashell] [Bug 464840] New: Copy and paste folder to desktop that cannot fit on the disk doesn't show reason for fail

2023-01-25 Thread thenujan
https://bugs.kde.org/show_bug.cgi?id=464840

Bug ID: 464840
   Summary: Copy and paste folder to desktop that cannot fit on
the disk doesn't show reason for fail
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: plasma-b...@kde.org
  Reporter: sthenujan2...@gmail.com
CC: h...@kde.org
  Target Milestone: 1.0

Created attachment 155653
  --> https://bugs.kde.org/attachment.cgi?id=155653=edit
Notification when copying fails

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


STEPS TO REPRODUCE
1. Copy a hude enough folder
2. paste it on desktop

OBSERVED RESULT
Notification says Copying failed with the file that was being copied

EXPECTED RESULT
Notifaction says copying failed not enough space left

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.0.19-3-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics
Manufacturer: HP
Product Name: HP Pavilion x360 Convertible 14-dw1xxx

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

[plasmashell] [Bug 463507] Copy and paste file to desktop that cannot fit on the disk fails with no notification of failure

2023-01-25 Thread thenujan
https://bugs.kde.org/show_bug.cgi?id=463507

--- Comment #3 from thenujan  ---
Please ignore my attachment i falsely understood the bug. The notification
appears when copying folders but the bug is about copying a big enough file

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

[valgrind] [Bug 444278] SIGSEGV in musl freelocale

2023-01-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=444278

Paul Floyd  changed:

   What|Removed |Added

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

--- Comment #5 from Paul Floyd  ---
Yes looks like it is fixed in musl.

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

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

2023-01-25 Thread Khem Raj
https://bugs.kde.org/show_bug.cgi?id=382034

--- Comment #8 from Khem Raj  ---
(In reply to Paul Floyd from comment #6)
> Could you update the patches with expecteds that won't break glibc Linux?

Paul, I do not understand what 'expecteds' you are refrerring to here. If I
understand it better, I will be able to make the needed change

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

[plasmashell] [Bug 463507] Copy and paste file to desktop that cannot fit on the disk fails with no notification of failure

2023-01-25 Thread thenujan
https://bugs.kde.org/show_bug.cgi?id=463507

thenujan  changed:

   What|Removed |Added

 CC||sthenujan2...@gmail.com

--- Comment #2 from thenujan  ---
Created attachment 155652
  --> https://bugs.kde.org/attachment.cgi?id=155652=edit
Notification when copying fails

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

[krita] [Bug 464839] New: Data copied from other software is misaligned when pasted.

2023-01-25 Thread akitu
https://bugs.kde.org/show_bug.cgi?id=464839

Bug ID: 464839
   Summary: Data copied from other software is misaligned when
pasted.
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: julnis...@gmail.com
  Target Milestone: ---

Created attachment 155651
  --> https://bugs.kde.org/attachment.cgi?id=155651=edit
Right edge has been moved to the left edge.The red background is the correct
position of the image

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


STEPS TO REPRODUCE
1. Go to clip studio paint, make a selection of the canvas. ctrl c
2. Switch over to Krita and paste using ctrl v
3. 

OBSERVED RESULT
As shown in the attached image, the right edge is broken off by a few pixels
and appears on the left edge

EXPECTED RESULT
I want to paste an image copied to the clipboard without destroying it.

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

ADDITIONAL INFORMATION
English is not good and may not be well explained
I asked this question on krita-artists.org and was directed to bugs.kde.org

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

[kwin] [Bug 464108] After a long sleep everything is washed out and blurry

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464108

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

[dummy] [Bug 464838] New: When opening image files krita tries to open another instant of krita, and you must close the original open application

2023-01-25 Thread Derrell Daniels
https://bugs.kde.org/show_bug.cgi?id=464838

Bug ID: 464838
   Summary: When opening image files krita tries to open another
instant of krita, and you must close the original open
application
Classification: Miscellaneous
   Product: dummy
   Version: unspecified
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: n...@kde.org
  Reporter: derrelldani...@gmail.com
  Target Milestone: ---

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


STEPS TO REPRODUCE
1. open 
2. select file
3. another instant of Krita tried to open, must close current krita application
and aloud the new instant of krita to open 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
Krita

 Version: 5.1.5
 Installation type: installer / portable package
 Hidpi: true





















SESSION: 15 Jan 2023 08:06:23 -0600. Executing C:\Program Files\Krita
(x64)\bin\krita.exe

Krita Version: 5.1.5, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 3152
-- -- -- -- -- -- -- --
15 Jan 2023 08:06:23 -0600: Style: fusion. Available styles: windowsvista,
Windows, Fusion



















SESSION: 15 Jan 2023 08:09:38 -0600. Executing C:\Program Files\Krita
(x64)\bin\krita.exe

Krita Version: 5.1.5, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 1624
-- -- -- -- -- -- -- --
15 Jan 2023 08:09:38 -0600: Style: fusion. Available styles: windowsvista,
Windows, Fusion
15 Jan 2023 08:11:07 -0600: Database is up to date. Version: 0.0.17, created by
Krita 5.1.1, at Tue Oct 25 23:14:47 2022
15 Jan 2023 08:11:14 -0600: Non-store package - creating updater
15 Jan 2023 08:13:54 -0600: Created image "Unnamed", 3508 * 2480 pixels, 300
dpi. Color model: 8-bit integer/channel RGB/Alpha (sRGB-elle-V2-srgbtrc.icc).
Layers: 2
15 Jan 2023 08:18:53 -0600: CLOSING SESSION


















SESSION: 15 Jan 2023 09:43:26 -0600. Executing C:\Program Files\Krita
(x64)\bin\krita.exe

Krita Version: 5.1.5, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 14520
-- -- -- -- -- -- -- --
15 Jan 2023 09:43:26 -0600: Style: fusion. Available styles: windowsvista,
Windows, Fusion
15 Jan 2023 09:44:04 -0600: Database is up to date. Version: 0.0.17, created by
Krita 5.1.1, at Tue Oct 25 23:14:47 2022
15 Jan 2023 09:44:10 -0600: Non-store package - creating updater
15 Jan 2023 09:44:53 -0600: Created image "Unnamed", 3508 * 2480 pixels, 300
dpi. Color model: 8-bit integer/channel 
























SESSION: 15 Jan 2023 23:32:42 -0600. Executing C:\Program Files\Krita
(x64)\bin\krita.exe

Krita Version: 5.1.5, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 15320
-- -- -- -- -- -- -- --
15 Jan 2023 23:32:42 -0600: Style: fusion. Available styles: windowsvista,
Windows, Fusion
15 Jan 2023 23:32:50 -0600: Database is up to date. Version: 0.0.17, created by
Krita 5.1.1, at Tue Oct 25 23:14:47 2022
15 Jan 2023 23:32:52 -0600: Non-store package - creating updater
15 Jan 2023 23:33:17 -0600: Importing application/x-krita to
application/x-krita. Location: C:\Users\Derrell D Daniels\Pictures\Layer
Practice.kra. Real location: C:\Users\Derrell D Daniels\Pictures\Layer
Practice.kra. Batchmode: 0
15 Jan 2023 23:33:17 -0600: Loaded image from application/x-krita. Size: 3508 *
2480 pixels, 4.16667 dpi. Color model: 8-bit integer/channel RGB/Alpha
(sRGB-elle-V2-srgbtrc.icc). Layers: 12
15 Jan 2023 23:47:19 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
15 Jan 2023 23:47:29 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
15 Jan 2023 23:47:39 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
15 Jan 2023 23:47:49 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
16 Jan 2023 00:12:28 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
16 Jan 2023 00:12:28 -0600: Converting from application/x-krita to
application/x-krita. Location: C:/Users/Derrell D Daniels/Pictures/.Layer
Practice.kra-autosave.kra. Real location: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra. Batchmode: 0. Configuration:
none
16 Jan 2023 00:12:29 -0600: Completed saving C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra (mime: application/x-krita).
Result: OK. Warning: . Size: 679340
16 Jan 2023 00:22:29 -0600: Autosaving: C:/Users/Derrell D
Daniels/Pictures/.Layer Practice.kra-autosave.kra
16 Jan 2023 

[kwin] [Bug 463879] Virtual desktops Pager applet makes windows resize stutter/jerky with NVIDIA hardware rendering

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463879

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

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2023-01-25 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=456187

--- Comment #4 from Shmerl  ---
The use case was already described. To see shared libraries of a running
process. Not sure what exactly needs clarification, but here are some examples:

1. You have a running game want to check what libraries it uses (Mesa version,
etc.).
2. You have  GUI application and want to check if it's using Qt, GTK 3, GTK 4
or etc.

And so on.

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

[kstars] [Bug 464834] Unable to start capture loop in guide module while mount is slewing

2023-01-25 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=464834

Jasem Mutlaq  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #1 from Jasem Mutlaq  ---
This is a standard across all Ekos modules: No captures while mount is in
motion.

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

[plasma-systemmonitor] [Bug 461070] sensor list in system monitor are changed every time and not correct

2023-01-25 Thread sunghwan
https://bugs.kde.org/show_bug.cgi?id=461070

sunghwan  changed:

   What|Removed |Added

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

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

[kwin] [Bug 463494] Kwin dumps core/crashes on Wayland

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463494

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

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

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

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

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

[filelight] [Bug 463492] Doesn't scan across filesystem boundaries

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463492

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kmplayer] [Bug 216372] video shown in extra window instead of main window

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=216372

Bug Janitor Service  changed:

   What|Removed |Added

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

[umbrello] [Bug 188261] deployment diagram (and model): a Node have to be able to contain Component

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=188261

Bug Janitor Service  changed:

   What|Removed |Added

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

[rkward] [Bug 463484] Installation error?

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463484

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kwin] [Bug 418382] kwin_wayland crashes if kcminputrc contains touchpad settings

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418382

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasma-systemmonitor] [Bug 460650] In the progress, no lines are displayed on several of the same systems

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460650

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

[plasmashell] [Bug 463529] Plasma crashes when dragging Notifications widget from Widget Explorer to the desktop

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463529

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

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

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

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

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

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

[kdeplasma-addons] [Bug 463809] Collection of many UX limitations

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463809

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

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

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

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

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

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

[krita] [Bug 463349] Krita keeps on selecting the line tool.

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463349

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

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

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

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

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

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

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

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382034

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

[plasma-systemmonitor] [Bug 462837] Plasma SystemMonitor crashes when trying to start

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462837

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

[plasma-systemmonitor] [Bug 461070] sensor list in system monitor are changed every time and not correct

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=461070

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

[plasma-systemmonitor] [Bug 456187] Add ability to see loaded shared libraries and other detailed information for a process to system monitor

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456187

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

[valgrind] [Bug 208890] Memcheck ignores entries in suppressions file created with --gen-suppressions

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=208890

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

[kwin] [Bug 464776] Twice as many scroll events as expected on Wayland

2023-01-25 Thread legimet
https://bugs.kde.org/show_bug.cgi?id=464776

--- Comment #7 from legimet  ---
Thanks. I patched the Debian kwin package with that commit, and scrolling works
normally in the Wayland session. However, I still get too many scroll events
when using X11 in KDE applications such as Konsole and Dolphin. I will report a
separate bug.

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

[digikam] [Bug 464832] Corrupted file causes crash on startup.

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464832

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|CORRUPT FILE CAUSES CRASH   |Corrupted file causes crash
   |ON STARTUP  |on startup.
  Component|Maintenance-Engine  |Database-Scan

--- Comment #1 from caulier.gil...@gmail.com ---
Where is crash exactly ? Run digiKam into gdb and get a backtrace as explained
here :

https://www.digikam.org/contribute/

Please also share the corrupted file using cloud to try to reproduce here.

Gilles Caulier

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

[frameworks-baloo] [Bug 402064] Baloo causes Dolphin to crash in Baloo::DocumentDataDB::get()

2023-01-25 Thread classabbyamp
https://bugs.kde.org/show_bug.cgi?id=402064

classabbyamp  changed:

   What|Removed |Added

 CC||dev+...@placeviolette.net

--- Comment #3 from classabbyamp  ---
I can confirm this bug is still happening in recent versions of baloo:
https://bugs.kde.org/show_bug.cgi?id=463641#c3

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

[krita] [Bug 464837] New: Bad line tapering in linux with stabilization

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464837

Bug ID: 464837
   Summary: Bad line tapering in linux with stabilization
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Brush engines
  Assignee: krita-bugs-n...@kde.org
  Reporter: romer...@proton.me
  Target Milestone: ---

Created attachment 155650
  --> https://bugs.kde.org/attachment.cgi?id=155650=edit
bad line tapering in krita in linux

SUMMARY
***


STEPS TO REPRODUCE
1. Open krita in the latest linux mint or ubuntu
2. switch Brush smothing to stabilizer (at around 50) With delay, finish-line,
and sensors checked off.
3. With a big (around 50-60 pixels) ink brush, do a quick stroke.


OBSERVED RESULT
Line tapering is not smooth, instead a sort of step ladder is created.

EXPECTED RESULT
Line tapering is smooth and controlled, tapering to a fine point uniformly.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Linux Mint and Ubuntu
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version:   Version (compiled): 5.12.12, Version (loaded): 5.12.12

ADDITIONAL INFORMATION
I used 3 different tablets. Xp-pen deco pro, Xp-pen Artist 15.6 pro, and Huion
Inspiroy RTP-700. Other programs such as Sai, Clip-studio, and Paintstorm
Studio worked as intended. I also tried the same thing in a fresh install of
Ubuntu, same result.

Build ABI: x86_64-little_endian-lp64
  Build CPU: x86_64
  Kernel Type: linux
  Kernel Version: 5.15.0-58-generic
  Pretty Productname: Freedesktop.org SDK 22.08 (Flatpak runtime)
  Product Type: org.freedesktop.platform
  Product Version: 22.08
  Desktop: gtk3

 Renderer:  "NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2" 
  Version:  "4.6.0 NVIDIA 525.78.01" 

Complete result of

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

[dolphin] [Bug 463641] Dolphin crashes while navigating filesystem (Other programs running in background)

2023-01-25 Thread classabbyamp
https://bugs.kde.org/show_bug.cgi?id=463641

classabbyamp  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||dev+...@placeviolette.net

--- Comment #3 from classabbyamp  ---
I believe I am experiencing this bug as well, but it happens when hovering over
one of a few directories. None of the directories involved have many entries.

The backtrace seems to indicate that baloo is to blame, like the linked bug
(#402064) in the original reporter's message says.

dolphin: 22.12.1
baloo: 5.101.0
baloo-widgets: 22.12.1
lmdb: 0.9.29
qt5: 5.15.7

Operating system: Linux 6.1.7 x86_64
Windowing system: X11 (bspwm)
Distribution: Void Linux

here's the backtrace from gdb:

#0  0x7414e85a in mdb_node_search (mc=mc@entry=0x7fffac50,
key=key@entry=0x7fffb020, exactp=exactp@entry=0x7fffac4c) at mdb.c:5341
#1  0x7415265e in mdb_cursor_set (mc=mc@entry=0x7fffac50,
key=key@entry=0x7fffb020, data=data@entry=0x7fffb030,
op=op@entry=MDB_SET, exactp=exactp@entry=0x7fffac4c) at mdb.c:6157
#2  0x74152c40 in mdb_get (txn=, dbi=,
key=0x7fffb020, data=0x7fffb030) at mdb.c:5812
#3  0x75fd30e0 in Baloo::DocumentDataDB::get(unsigned long long) ()
from /usr/lib/libKF5BalooEngine.so.5
#4  0x75fe9631 in Baloo::Transaction::documentData(unsigned long long)
const () from /usr/lib/libKF5BalooEngine.so.5
#5  0x777fd6c2 in Baloo::File::load() () from /usr/lib/libKF5Baloo.so.5
#6  0x779e5418 in Baloo::FileFetchJob::doStart (this=0x559437f0) at
../src/filefetchjob.cpp:43
#7  0x75cdbe61 in QObject::event (this=0x559437f0,
e=0x55b12db0) at kernel/qobject.cpp:1347
#8  0x7696320f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#9  0x75caf99a in QCoreApplication::notifyInternal2
(receiver=0x559437f0, event=0x55b12db0) at
kernel/qcoreapplication.cpp:1064
#10 0x75cb23d1 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0x0, data=0x55687af0) at
kernel/qcoreapplication.cpp:1821
#11 0x75d07f43 in postEventSourceDispatch (s=0x55698450) at
kernel/qeventdispatcher_glib.cpp:277
#12 0x73a66b2b in g_main_dispatch (context=0x7fffe8005010) at
../glib/gmain.c:3444
#13 g_main_context_dispatch (context=0x7fffe8005010) at ../glib/gmain.c:4162
#14 0x73a66dd8 in g_main_context_iterate
(context=context@entry=0x7fffe8005010, block=block@entry=0x1,
dispatch=dispatch@entry=0x1, self=) at ../glib/gmain.c:4238
#15 0x73a66e8f in g_main_context_iteration (context=0x7fffe8005010,
may_block=may_block@entry=0x1) at ../glib/gmain.c:4303
#16 0x75d075cf in QEventDispatcherGlib::processEvents
(this=0x5584b8f0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#17 0x75cae33b in QEventLoop::exec (this=this@entry=0x7fffb690,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#18 0x75cb65d0 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#19 0x5559fecd in ?? ()
#20 0x7544120c in __libc_start_call_main
(main=main@entry=0x5559ec60, argc=argc@entry=0x2,
argv=argv@entry=0x7fffb948) at ../sysdeps/nptl/libc_start_call_main.h:58
#21 0x754412bc in __libc_start_main_impl (main=0x5559ec60,
argc=0x2, argv=0x7fffb948, init=, fini=,
rtld_fini=, stack_end=0x7fffb938) at ../csu/libc-start.c:381
#22 0x555a0321 in ?? ()

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

[kdepimlibs] [Bug 263585] Incomplete Romanian holidays list in the calendar displayed by clicking the the clock

2023-01-25 Thread John
https://bugs.kde.org/show_bug.cgi?id=263585

John  changed:

   What|Removed |Added

 CC||ilikef...@waterisgone.com

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

[kate] [Bug 464836] Kate shows some characters with the wrong diacritics for Romanian language

2023-01-25 Thread John
https://bugs.kde.org/show_bug.cgi?id=464836

John  changed:

   What|Removed |Added

 CC||ilikef...@waterisgone.com

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

[kate] [Bug 464836] Kate shows some characters with the wrong diacritics for Romanian language

2023-01-25 Thread John
https://bugs.kde.org/show_bug.cgi?id=464836

John  changed:

   What|Removed |Added

Summary|Kate shows the some |Kate shows some characters
   |characters with the wrong   |with the wrong diacritics
   |diacritics for Romanian |for Romanian language
   |language|

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

[tellico] [Bug 461778] Allow more Color Options for Templates

2023-01-25 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=461778

--- Comment #3 from Robby Stephenson  ---
Created attachment 155649
  --> https://bugs.kde.org/attachment.cgi?id=155649=edit
Installing the Fancy Dark template from Tellico

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

[tellico] [Bug 461778] Allow more Color Options for Templates

2023-01-25 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=461778

Robby Stephenson  changed:

   What|Removed |Added

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

--- Comment #2 from Robby Stephenson  ---
I added a custom template to the KDE Store with the Fancy theme color modified.
https://store.kde.org/p/1976886
You can install it from Tellico from the Configure->Templates->Download
feature.

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

[kate] [Bug 464836] New: Kate shows the some characters with the wrong diacritics for Romanian language

2023-01-25 Thread John
https://bugs.kde.org/show_bug.cgi?id=464836

Bug ID: 464836
   Summary: Kate shows the some characters with the wrong
diacritics for Romanian language
Classification: Applications
   Product: kate
   Version: 22.12.1
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ilikef...@waterisgone.com
  Target Milestone: ---

Created attachment 155648
  --> https://bugs.kde.org/attachment.cgi?id=155648=edit
Lowercase and uppercase t with Comma below look like they have a Cedilla below

SUMMARY
***
Kate shows the some characters with the wrong diacritics for Romanian language
***


STEPS TO REPRODUCE
1. Add a Romanian layout with a Romanian (standard) variant
2. Open Kate
3.  On row 1, type: ș Ș
4.  On row 2, type: ț Ț

OBSERVED RESULT
The lowercase and uppercase "ț" character  has something that looks like a
Cedilla below.
https://en.wikipedia.org/wiki/Cedilla
Like this:
https://unicodeplus.com/U+0163
https://unicodeplus.com/U+0162

EXPECTED RESULT
The lowercase and uppercase "ț" character should should use something that
looks like a Comma below, similar to the "ș" character.
Like this:
https://unicodeplus.com/U+021B
https://unicodeplus.com/U+021A

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
Tested on latest version of KDE Neon (neon-testing-20230124-0252.iso), fully
updated, on Wayland.
Romanian keyboard layout:
https://en.wikipedia.org/wiki/Romanian_keyboard_layout

The problem seems to be only visual.
I copied and pasted the typed characters and they are indeed t with comma below
as they should, confirmed by Unicode testing sites and by looking correctly in
Firefox.

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

[systemsettings] [Bug 464573] Untranslated parts in the kcm_flatpak module

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464573

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/flatpak-kcm/commit/82f22 |ma/flatpak-kcm/commit/a35b1
   |694ccee7fd69e1cbaef80633e8b |0e2b38e3a5bbb49eeec5a13cc1b
   |9d7c8474|c6e87950

--- Comment #8 from Nate Graham  ---
Git commit a35b10e2b38e3a5bbb49eeec5a13cc1bc6e87950 by Nate Graham.
Committed on 26/01/2023 at 02:05.
Pushed by ngraham into branch 'Plasma/5.27'.

Specify translation domain
FIXED-IN: 5.27


(cherry picked from commit 82f22694ccee7fd69e1cbaef80633e8b9d7c8474)

M  +2-0CMakeLists.txt

https://invent.kde.org/plasma/flatpak-kcm/commit/a35b10e2b38e3a5bbb49eeec5a13cc1bc6e87950

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

[KScreen] [Bug 464835] New: kscreen-console prints nothing under Wayland

2023-01-25 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=464835

Bug ID: 464835
   Summary: kscreen-console prints nothing under Wayland
Classification: Plasma
   Product: KScreen
   Version: 5.26.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: skierp...@gmail.com
  Target Milestone: ---

SUMMARY
https://community.kde.org/Solid/Projects/ScreenManagement#Debugging_Information
suggests running `kscreen-console bug`. But on Wayland it prints nothing.

STEPS TO REPRODUCE
1. Run Plasma on Wayland (check Graphics Platform in System Settings > About
this System)
2. In a terminal, enter
   kscreen-console bug

OBSERVED RESULT
QSocketNotifier: Can only be used with threads started with QThread
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "(c)
2012 KScreen Team" msgid_plural: "" msgctxt: ""
... [6 more kf.i18n: KLocalizedString warnings]
xrandr --verbose==

Outputs===

Configurations

EXPECTED RESULT
Either a nice warning "This tool does not produce useful output when run on the
Wayland graphics platform"
and/or "xrandr program not found, please install it" (see below)
or make it work under Wayland, which would probably require a special interface
to KWin bypassing Wayland's client isolation.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8 on Wayland

ADDITIONAL INFORMATION
kscreen-console invokes xrandr, but Fedora 37 KDE spin doesn't even include
this X11 program by default. If I install xrandr, I get a lot of output about
my XWYAYLAND1 and XWAYLAND2 outputs on Screen 0, so if this output is helpful
for debugging maybe kscreen-console could test for xrandr and suggest
installing it. Even with xrandr available it still prints nothing under
===Outputs=== and ===Configuration===

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

[kwin] [Bug 464730] [X11/Wayland] Games Stuttering/Drop FPS periodically till ATL+Tabbed

2023-01-25 Thread Echoa
https://bugs.kde.org/show_bug.cgi?id=464730

--- Comment #3 from Echoa  ---
(In reply to Zamundaaa from comment #2)
> Does it also happen on X11 with compositing disabled (press Shift+Alt+F12 to
> toggle it)?

I does not happen when compositing is disabled. It usually happens within 5min
of playing but after 20min i still had no framerate issues when disabled

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

[Discover] [Bug 464831] "Pick your installation Option" dialog doesn't support touchpad scrolling and overflows the visible window.

2023-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=464831

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #2 from Patrick Silva  ---
non funcional scrolling was previously reported as bug 455397

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

[kstars] [Bug 464834] Unable to start capture loop in guide module while mount is slewing

2023-01-25 Thread Chris Kuethe
https://bugs.kde.org/show_bug.cgi?id=464834

Chris Kuethe  changed:

   What|Removed |Added

Summary|Unable to loop captures in  |Unable to start capture
   |guide module while mount is |loop in guide module while
   |slewing |mount is slewing

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

[kstars] [Bug 464834] New: Unable to loop captures in guide module while mount is slewing

2023-01-25 Thread Chris Kuethe
https://bugs.kde.org/show_bug.cgi?id=464834

Bug ID: 464834
   Summary: Unable to loop captures in guide module while mount is
slewing
Classification: Applications
   Product: kstars
   Version: 3.6.2
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: chris.kue...@gmail.com
  Target Milestone: ---

The guide module does not allow capture looping to be started while the mount
is slewing. This is useful for visually monitoring mount movement.

STEPS TO REPRODUCE
1. Open mount module
2. Open mount control widget (MCW)
3. Use MCW to unpark mount
4. Use MCW to search for and select a target
5. Switch to guide module
6. Set some reasonable exposure parameters, eg. 0.5 - 2.0s
7. Use MCW to [Goto] the selected target
8. While the mount is still moving try click the [Loop]

OBSERVED RESULT
The [Loop] button is grayed out / deactivated while the mount is moving

EXPECTED RESULT
The [Loop] button should be usable to control capture looping, even while the
mount is moving. Starting to loop before starting the slew works, so looping
isn't inherently incompatible with slewing.

SOFTWARE/OS VERSIONS
Stellarmate 1.7.4 (Debian 11) on Raspberry Pi 4B+
Kernel 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64
GNU/Linux
Kstars 3.6.2 Stable
KDE Frameworks 5.78.0
Qt 5.15.2 (built against 5.15.2)

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

[lattedock] [Bug 464528] Latte tasks applet is broken because of drag handling change in plasma starting from 5.27 beta

2023-01-25 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=464528

--- Comment #7 from Fushan Wen  ---
Git commit aa04303c6323e139a62c28c0f3fdf10bec563e6f by Fushan Wen.
Committed on 26/01/2023 at 01:27.
Pushed by fusionfuture into branch 'master'.

plasmoid: remove deprecated DragHelper

It's removed in Plasma 6.

M  +1-1plasmoid/package/contents/ui/main.qml

https://invent.kde.org/plasma/latte-dock/commit/aa04303c6323e139a62c28c0f3fdf10bec563e6f

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

[okular] [Bug 339971] Detach Tabs / Combine multiple windows in tabs

2023-01-25 Thread DNA
https://bugs.kde.org/show_bug.cgi?id=339971

DNA  changed:

   What|Removed |Added

 CC||arn...@umn.edu

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

[systemsettings] [Bug 463753] systemsettings crash on "Edit VPN" in NetworkManager - untick "All users may connect to this network"

2023-01-25 Thread Rigoberto Leyva Salmeron
https://bugs.kde.org/show_bug.cgi?id=463753

--- Comment #8 from Rigoberto Leyva Salmeron  ---
Created attachment 155647
  --> https://bugs.kde.org/attachment.cgi?id=155647=edit
New crash information added by DrKonqi

systemsettings (5.26.5) using Qt 5.15.8

after untick the check button for "All users may connect this network"  on VPN
profile, the app crasheed

-- Backtrace (Reduced):
#4  0x7f95063105ff in
PasswordField::setPasswordOption(PasswordField::PasswordOption) () at
/lib/x86_64-linux-gnu/libplasmanm_editor.so
#5  0x7f95062fb4e7 in WifiSecurity::setStoreSecretsSystemWide(bool) () at
/lib/x86_64-linux-gnu/libplasmanm_editor.so
[...]
#8  0x7f9558c06412 in QCheckBox::stateChanged(int) () at
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
[...]
#10 0x7f9558bf6ad7 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x7f9558b4197e in QWidget::event(QEvent*) () at
/lib/x86_64-linux-gnu/libQt5Widgets.so.5

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

[systemsettings] [Bug 463753] systemsettings crash on "Edit VPN" in NetworkManager - untick "All users may connect to this network"

2023-01-25 Thread Rigoberto Leyva Salmeron
https://bugs.kde.org/show_bug.cgi?id=463753

Rigoberto Leyva Salmeron  changed:

   What|Removed |Added

 CC||rleyva...@gmail.com

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

[systemsettings] [Bug 464648] Bluetooth connected devices don't show up in Audio System settings as "Playback Devices"

2023-01-25 Thread Rajinder Yadav
https://bugs.kde.org/show_bug.cgi?id=464648

Rajinder Yadav  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Rajinder Yadav  ---
OK that seem to have fixed it, I tired again. This time it auto-connected and
showed up (was not doing this before). 
I then tired disconnecting and re-connecting and do see the device in audio
setting.
Closing as working.

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

[kbackup] [Bug 464712] KBackup archives cannot be restored. - tar files are corrupt

2023-01-25 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=464712

Martin Koller  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #3 from Martin Koller  ---
Found the problem.
It's a bug in the KTar implementation.
The size of a file is stored inside the tar file header as an octal encoded
string.
strange, but obviously a very old format from the good old Unix days ;-) 

The string is limited to 11 chars, which means: the maximum file size is
8589934591 Bytes.
Sadly KTar has no check for an overflow in our case and simply cuts the 12th
character. In my testcase I have a file being ~12GB, which is 1228800
bytes,
which should be encoded as the string "13343300", but KTar writes it as
"1334330" leading to a size showing as 153600 bytes.

In the short term this means I need to implement a check which limits the
backup
to files with the above max length and kbackup will cancel a backup when a too
large
file is found.

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

[systemsettings] [Bug 464573] Untranslated parts in the kcm_flatpak module

2023-01-25 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=464573

Luigi Toscano  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/flatpak-kcm/commit/82f22
   ||694ccee7fd69e1cbaef80633e8b
   ||9d7c8474
 Resolution|--- |FIXED
   Version Fixed In||5.27

--- Comment #7 from Luigi Toscano  ---
Git commit 82f22694ccee7fd69e1cbaef80633e8b9d7c8474 by Luigi Toscano, on behalf
of Nate Graham.
Committed on 25/01/2023 at 22:49.
Pushed by aacid into branch 'master'.

Specify translation domain
FIXED-IN: 5.27

M  +2-0CMakeLists.txt

https://invent.kde.org/plasma/flatpak-kcm/commit/82f22694ccee7fd69e1cbaef80633e8b9d7c8474

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

[krita] [Bug 464833] New: Pasting long data-uri based image creates too large dialog

2023-01-25 Thread FiXato
https://bugs.kde.org/show_bug.cgi?id=464833

Bug ID: 464833
   Summary: Pasting long data-uri based image creates too large
dialog
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: fixato+key+bugtrac...@gmail.com
  Target Milestone: ---

Created attachment 155646
  --> https://bugs.kde.org/attachment.cgi?id=155646=edit
Screenshot of Krita download image dialog that's taller than the current
screen's resolution.

When trying to paste a data-uri based image copied from a browser, the "do you
want to download the image at data:image/jpeg:base64,/long base 64 string
here/" dialog that is opened, can end up being too tall for the screen,
obscuring the Yes / No buttons at the bottom.
This dialog also can't be resized, or scrolled, making it hard to agree or
disagree unless you know to press Y or N.
Putting the source URL in a scrollable text UI element would probably go a long
way towards improving the usability. 


STEPS TO REPRODUCE
1. Find an image in your browser that is embedded using a data-URI. The image
results of Google Image Search is the source I used when I encountered this
bug.
2. Right-click the image and select "Copy Image"
3. Open Krita and select "Paste into new image"
4. In the next dialog, select "Download from the remote source"
5. The too tall dialog is now displayed.

OBSERVED RESULT
A dialog is shown with the question "Do you want to download the image at
data:image/jpeg:base64,/long base 64 string here/", where the base64 string is
so long that it makes the dialog taller than my 3840x2160 display, bringing the
Yes / No buttons out of view and reach.

EXPECTED RESULT
The dialog should not exceed the current screen's dimensions, and the URL
should either be in a scrollable UI element, or cropped.


SOFTWARE/OS VERSIONS
Windows: Windows 11

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

[digikam] [Bug 464769] Rebuild Finger-Prints Process Slow

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464769

--- Comment #7 from worthingto...@yahoo.com ---
One thing I noticed is the longer the scan runs the slower it gets.  The first
20% takes less than 30 seconds to complete.  Then at 50% it's about 10 minutes
in.  So by the time it's at 100% we are over an hour in.  The speed did not
change on MySQL vs. SQLite.

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

[digikam] [Bug 464832] New: CORRUPT FILE CAUSES CRASH ON STARTUP

2023-01-25 Thread kellnerp
https://bugs.kde.org/show_bug.cgi?id=464832

Bug ID: 464832
   Summary: CORRUPT FILE CAUSES CRASH ON STARTUP
Classification: Applications
   Product: digikam
   Version: 7.9.0
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Maintenance-Engine
  Assignee: digikam-bugs-n...@kde.org
  Reporter: kelln...@earthlink.net
  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
***
While converting a hard drive from ext4 to btrfs a corrupt file with a checksum
error appeared. When attempting to run Tools/Maintenance/Fingerprints Digikam
would crash as soon as the flash screen disappeared.  Removing the corrupted
file fixed the problem.

STEPS TO REPRODUCE
1. Start Digikam which previously was set to Maintenance/Fingerprints
2. Crash
3. 

OBSERVED RESULT
Digikam would not start

EXPECTED RESULT
Digikam would run

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Ubuntu 20.04.5 LTS Gnome 3.36.8
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Since the file was corrupted on the hard drive and the copy may not have the
potential holes in the file that that entrails it may not cause a crash. 

Jan 25 06:31:12 LAP2 kernel: [135148.708159] BTRFS warning (device sdc1): csum
failed root 5 ino 33752354 off 0 csum 0xecabaf9c expected csum 0xf753f82d
mirror 1
Jan 25 06:31:12 LAP2 kernel: [135148.708174] BTRFS error (device sdc1): bdev
/dev/sdc1 errs: wr 0, rd 0, flush 0, corrupt 31, gen 0
Jan 25 06:31:12 LAP2
appimagekit_2a4e04dc471bb01ec58428284d627d08-org.kde.digikam.desktop[62310]:
#033[34mDigikam::MetaEngine::Private::printExiv2ExceptionError#033[0m: Cannot
load metadata from file with Exiv2 backend:
/media/pbk/PICT_5TB/2011/08/14/IM000842.JPG  (Error # 59 :  "corrupted image
metadata"
Jan 25 06:31:12 LAP2 kernel: [135148.795566] BTRFS warning (device sdc1): csum
failed root 5 ino 33752354 off 0 csum 0xecabaf9c expected csum 0xf753f82d
mirror 1
Jan 25 06:31:12 LAP2 kernel: [135148.795572] BTRFS error (device sdc1): bdev
/dev/sdc1 errs: wr 0, rd 0, flush 0, corrupt 32, gen 0

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

[plasmashell] [Bug 461250] Plasmashell crashes loading the sqlite plugin in Qt

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=461250

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||k...@davidedmundson.co.uk

--- Comment #4 from David Edmundson  ---
That points to a setup issue. Sorry. Please check the dependencices of sqlite
exist on your system

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

[plasmashell] [Bug 396085] Media Player widget scroll behavior is backwards

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396085

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
Works here.

Please run the following in a terminal

dbus-send --print-reply=literal --dest=org.mpris.MediaPlayer2.spotify
/org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get
string:org.mpris.MediaPlayer2.Player string:Volume

that should print the current volume

 dbus-send --print-reply=literal --dest=org.mpris.MediaPlayer2.spotify
/org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Set
string:org.mpris.MediaPlayer2.Player string:Volume  variant:double:0.9

where 0.9 is a value between 0 and 1 for the volume to set. If that's not
working correctly we need to report to spotify

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

[plasmashell] [Bug 461758] Skype sometimes fails to autostart

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=461758

Nate Graham  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

--- Comment #48 from Nate Graham  ---
And in particular, do they disable the systemd boot feature by default? That
could explain the differences.

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

[digikam] [Bug 464769] Rebuild Finger-Prints Process Slow

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464769

--- Comment #6 from worthingto...@yahoo.com ---
Created attachment 155645
  --> https://bugs.kde.org/attachment.cgi?id=155645=edit
Debug File of Finger-print Scan

Attached is a snippet of the debug during the finger-print scan.  My images do
not have any metadata.

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

[plasmashell] [Bug 461758] Skype sometimes fails to autostart

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=461758

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #47 from David Edmundson  ---
>then I switched to openSUSE tumbleweed to get a kde autostart running well.


and there it worked?

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

[systemsettings] [Bug 426230] Joystick KCM updates values and crosshair slowly

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=426230

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 463193] RFE: copy - paste template with inline editing

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=463193

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
This is out of scope for klipper

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

[kwin] [Bug 464776] Twice as many scroll events as expected on Wayland

2023-01-25 Thread John Brooks
https://bugs.kde.org/show_bug.cgi?id=464776

John Brooks  changed:

   What|Removed |Added

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

--- Comment #6 from John Brooks  ---
I see what happened. This was already fixed, but the commit that fixed it was
added immediately after the beta was tagged.
https://invent.kde.org/plasma/kwin/-/commit/9f494da9fa29fd2a8abd34e5bde95d531026301e

The parent (previous) commit is the beta version. Sorry about this.

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

[kmenuedit] [Bug 441269] X11: "Edit application..." window opens in all virtual desktops

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=441269

David Edmundson  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
  Component|Application Launcher|general
   |(Kickoff)   |
Product|plasmashell |kmenuedit

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

[Discover] [Bug 464831] "Pick your installation Option" dialog doesn't support touchpad scrolling and overflows the visible window.

2023-01-25 Thread Thomas-Luke Duffin
https://bugs.kde.org/show_bug.cgi?id=464831

--- Comment #1 from Thomas-Luke Duffin  ---
Just noticed too late that EXPECT and OBSERVED sections are switched by mistake
just FYI! :^)

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

[neon] [Bug 464830] [Request] Update kdevelop snap to latest (22.12.1)

2023-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464830

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[Discover] [Bug 464831] New: "Pick your installation Option" dialog doesn't support touchpad scrolling and overflows the visible window.

2023-01-25 Thread Thomas-Luke Duffin
https://bugs.kde.org/show_bug.cgi?id=464831

Bug ID: 464831
   Summary: "Pick your installation Option" dialog doesn't support
touchpad scrolling and overflows the visible window.
Classification: Applications
   Product: Discover
   Version: 5.26.5
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: thomaslukeduf...@hotmail.co.uk
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 155644
  --> https://bugs.kde.org/attachment.cgi?id=155644=edit
the dialog overflowing the window. As its a dialog i cannot resize or move to
rectify

SUMMARY
When installing a plasmoid, kwin extension, or other add-on through the
settings menu (with the discover app[let?]), sometimes the user is prompted to
pick their installation option from a list of provided versions of said add-on. 

This dialog box that is shown not only overflows the visible window and screen
(especially on smaller screens) but it doesn't support scrolling gestures from
screens/touchpads. I haven't used this dialog with a mouse so cannot comment on
if it responds to a traditional scrollwheel. 

The scrollbar works fine if clicked and dragged, so scroll events are being
reacted to in some respects, but more natural scrolling behaviours aren't
respected.

I've noticed this on three separate installs of KDE via Manjaro, Neon, and on
the Steamdeck via SteamOS. All relatively fresh installs of their respective
distributions without many/any 3rd party kwin scripts. 

This notably doesnt happen if you're using the Discover app directly, as it
seems to pick the installation option for you.

STEPS TO REPRODUCE
NB: I use a flow here to "install additional widgets" but this is present in
other examples of the "get new X..." discover applet.

1. Open the kwin scripts settings page and select the "Get New Scripts..."
button.
2. Find a listing that has additional install options. I found that "Window
Gaps"  by Natalie (https://store.kde.org/p/1619642) was a good example with
lots of install options.
3. Attempt to resize the dialog, or scroll using touchpad/screen gestures.

OBSERVED RESULT
Scrolling gestures should work. Dialog should be sized to fit the window/screen
boundaries.

EXPECTED RESULT
Scrolling doesn't occur. Options dialog visibly occluded by window/screen
boundaries.

SOFTWARE/OS VERSIONS
5.26 KDE NEON

ADDITIONAL INFORMATION
N/A but contact via email if you need assistance in reproducing!

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

[plasmashell] [Bug 464509] [Wayland] Copying text once from GTK app is registered by clipboard applet but subsequent copying of text from the same GTK app is not registered

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464509

Nate Graham  changed:

   What|Removed |Added

Version|5.26.90 |5.26.5

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

[plasmashell] [Bug 463862] Kickoff resets to default size after typing into the search box after restarting plasmashell

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=463862

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[neon] [Bug 464830] New: [Request] Update kdevelop snap to latest (22.12.1)

2023-01-25 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=464830

Bug ID: 464830
   Summary: [Request] Update kdevelop snap to latest (22.12.1)
Classification: KDE Neon
   Product: neon
   Version: unspecified
  Platform: Snap
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Snaps
  Assignee: sgmo...@kde.org
  Reporter: master.ha...@gmail.com
CC: neon-b...@kde.org
  Target Milestone: ---

Any chance we could get an update on the kdevelop snap? 

Also i ran into an issue with kdevelop and the devs there said the current snap
is using a really old version of clang (libclang11). i dont know if it's
possible to change this? i think the latest libclang is 14.

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

[kwin] [Bug 464776] Twice as many scroll events as expected on Wayland

2023-01-25 Thread legimet
https://bugs.kde.org/show_bug.cgi?id=464776

--- Comment #5 from legimet  ---
(In reply to John Brooks from comment #4)
> What is your kernel version? `uname -a`

6.1.0-2-amd64

Also, I noticed that scrolling works fine in Enigma (the game that I mentioned)
if I use SDL_VIDEODRIVER=wayland.

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

[plasmashell] [Bug 464377] Crash in ScreenPool::handleOutputOrderChanged() when waking up

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464377

--- Comment #4 from Nate Graham  ---
What was the thing that fixed this? And what release is the fix in?

See
https://community.kde.org/index.php?title=Guidelines_and_HOWTOs/Bug_triaging#General_considerations

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

[plasmashell] [Bug 463853] Click on clock applet to temporarily show seconds

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=463853

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6   |6.0

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

[Powerdevil] [Bug 464119] Systemd/logind sleep inhibitions inhibit both sleep and screen locking.

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464119

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27

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

[kwin] [Bug 464776] Twice as many scroll events as expected on Wayland

2023-01-25 Thread John Brooks
https://bugs.kde.org/show_bug.cgi?id=464776

--- Comment #4 from John Brooks  ---
What is your kernel version? `uname -a`

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

[kwin] [Bug 464047] Popup Windows open outside of screen, need to be moved using Taskbar-menu

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464047

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/11327da292ce |ma/kwin/commit/09bb1298fa83
   |248b93e75f583b1860d8a140bc5 |34ccb5350f959e87724fa261385
   |5   |1

--- Comment #8 from Nate Graham  ---
Git commit 09bb1298fa8334ccb5350f959e87724fa2613851 by Nate Graham, on behalf
of Xaver Hugl.
Committed on 25/01/2023 at 21:53.
Pushed by ngraham into branch 'cherry-pick-11327da2'.

xdgshellwindow: ignore window position rules placing windows outside of all
screens


(cherry picked from commit 11327da292ce248b93e75f583b1860d8a140bc55)

M  +24   -1src/rules.cpp
M  +2-0src/rules.h
M  +1-1src/window.cpp
M  +1-1src/x11window.cpp
M  +1-1src/xdgshellwindow.cpp

https://invent.kde.org/plasma/kwin/commit/09bb1298fa8334ccb5350f959e87724fa2613851

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

[kwin] [Bug 464047] Popup Windows open outside of screen, need to be moved using Taskbar-menu

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464047

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27

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

[ksmserver] [Bug 436318] Save session doesn't work under Wayland

2023-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436318

whyhow3@gmail.com changed:

   What|Removed |Added

 CC||whyhow3@gmail.com

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

[digikam] [Bug 464777] start menu items disappear when using digikam for awhile

2023-01-25 Thread jeff
https://bugs.kde.org/show_bug.cgi?id=464777

--- Comment #11 from jeff  ---
New behavior...
boot computer
launch digikam
select people tab
check start menu - all ok
tag 10 photos
check start menu - all entries gone.
Total time digikam was running 3 minutes.

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

[plasmashell] [Bug 407137] Sometimes a list of grouped windows has an unnecessary scroll bar

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407137

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |minor

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

[kwin] [Bug 464621] SIGSEGV (stack overflow?) when resizing quicktiled window rapidly

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464621

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27
 CC||n...@kde.org

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

[xdg-desktop-portal-kde] [Bug 464549] Portal crash when Telegram flatpak posts a notification

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464549

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27

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

[frameworks-qqc2-desktop-style] [Bug 460052] Clicking and dragging QQC2 Labels results in unexpected scrolling in some Flickables

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460052

Nate Graham  changed:

   What|Removed |Added

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

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

[frameworks-qqc2-desktop-style] [Bug 464829] Now impossible to select-multi-line text on scrollable views

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464829

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
In essence, mouse-selectable text now triggers Bug 460052, whereas before
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215 was
merged, it didn't.

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

[frameworks-qqc2-desktop-style] [Bug 464829] Now impossible to select-multi-line text on scrollable views

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464829

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

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

[frameworks-qqc2-desktop-style] [Bug 464829] New: Now impossible to select-multi-line text on scrollable views

2023-01-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464829

Bug ID: 464829
   Summary: Now impossible to select-multi-line text on scrollable
views
Classification: Frameworks and Libraries
   Product: frameworks-qqc2-desktop-style
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: n...@kde.org
CC: ahiems...@heimr.nl, k...@davidedmundson.co.uk,
noaha...@gmail.com, notm...@gmail.com
  Target Milestone: ---

Following
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215 being
merged, scrollable views that include selectable labels now scroll up and down
when you try to click-and-drag to select multiple lines of text. This can be
seen on NeoChat's chat view and Discover's app page, both of which have
selectable multi-line text on scrollable views.

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

[plasmashell] [Bug 464377] Crash in ScreenPool::handleOutputOrderChanged() when waking up

2023-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=464377

David Edmundson  changed:

   What|Removed |Added

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

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

  1   2   3   4   5   >