[krusader] [Bug 425070] Krusader crashes when right-clicking on a file which being externally updated

2021-12-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=425070

--- Comment #16 from Nikita Melnichenko  ---
Consolidated multiple bugs here as the root cause is the same: when we get
inotify for dir update, due to a legacy piece of code mentioned in comment #14,
krusader kills all old KrViewItem instances, including the one user works with
(right click or rename). It also affects scrolling, as underlying view loses
position when list is re-created.

To solve we need to carefully merge old list and new list, keeping all the
objects for the files that remained in the dir. In addition, when an item
pointer is used, we need a way to say if the item is still valid as it actually
could have been deleted in case the file is vanished from the dir. Likely, the
shared pointer pattern and isValid member is sufficient.

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

[digikam] [Bug 447430] Cannot open FITS images - ImageMagick plug in mime types missing

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

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In|7.5.0   |

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

[digikam] [Bug 447430] Cannot open FITS images - ImageMagick plug in mime types missing

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

Maik Qualmann  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|NOT A BUG   |---
 Status|RESOLVED|REOPENED
 CC||metzping...@gmail.com

--- Comment #3 from Maik Qualmann  ---
@Gilles, it's about the current AppImage. The Image Magick Loader does not
display any formats that it could load.

Maik

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

[digikam] [Bug 447446] New: Fade transition with ken burns panning generates jumping images

2021-12-23 Thread Christian Weiske
https://bugs.kde.org/show_bug.cgi?id=447446

Bug ID: 447446
   Summary: Fade transition with ken burns panning generates
jumping images
   Product: digikam
   Version: 7.3.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plugin-Generic-VideoSlideshow
  Assignee: digikam-bugs-n...@kde.org
  Reporter: cwei...@cweiske.de
  Target Milestone: ---

SUMMARY
When creating a slideshow video file with Tools>"Create video slideshow" and
using the "ken burns - camera pan left to right" display effect together with
the "Fade" image transition leads to "jumping" images after the fade effect.

The face effect fades into the centered image, but the ken burns effect starts
with the image moved to the right. When the fade effect ends, the image jumps
from center to the right.

STEPS TO REPRODUCE
1. Select two images
2. Tools > Create video slideshow"
3. Image selection: Images, next
4. Next
5. Video settings:
5.1. Effect displaying images: Ken Burns - camera pan left to right
5.2. Transition between images: Fade
6. Generate and view video 

OBSERVED RESULT
When the fade-in effect is over, the image jumps from the center to the right,
because the ken burns effect starts with the image on the right side.

Example video: http://tmp.cweiske.de/digikam-bug-slideshow-transition.mp4

EXPECTED RESULT
Images do not jump around but move and transition smoothly.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 20.04 with Mate desktop 1.24.0-2
KDE Frameworks 5.68.0
Qt 5.12.8 (built against 5.12.8)
The xcb windowing system

ADDITIONAL INFORMATION
ffmpeg info:
ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened
--libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu
--arch=amd64 --enable-gpl --disable-stripping --enable-avresample
--disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa
--enable-libaom --enable-libass --enable-libbluray --enable-libbs2b
--enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme
--enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa
--enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse
--enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora
--enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2
--enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx
--enable-openal --enable-opencl --enable-opengl --enable-sdl2
--enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil  56. 31.100 / 56. 31.100
  libavcodec 58. 54.100 / 58. 54.100
  libavformat58. 29.100 / 58. 29.100
  libavdevice58.  8.100 / 58.  8.100
  libavfilter 7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc55.  5.100 / 55.  5.100

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

[digikam] [Bug 447408] Crash when loading metadata for specially-crafted JPEG images

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

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.5.0
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/80a4117
   ||acbbcc81a3cbeb512372457f038
   ||f8c666

--- Comment #2 from Maik Qualmann  ---
Git commit 80a4117acbbcc81a3cbeb512372457f038f8c666 by Maik Qualmann.
Committed on 23/12/2021 at 19:35.
Pushed by mqualmann into branch 'master'.

check ExifData before convert to rational value
FIXED-IN: 7.5.0

M  +1-1NEWS
M  +8-5core/libs/metadataengine/engine/metaengine_exif.cpp
M  +10   -0core/libs/metadataengine/engine/metaengine_xmp.cpp

https://invent.kde.org/graphics/digikam/commit/80a4117acbbcc81a3cbeb512372457f038f8c666

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

[lattedock] [Bug 445377] Latte-dock automaticly add a margin around element when the floating feature is used.

2021-12-23 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=445377

Michail Vourlakos  changed:

   What|Removed |Added

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

--- Comment #6 from Michail Vourlakos  ---
show me a full screenshot of your top panel when the margins are shown and
describe afterwards what you consider an issue.

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

[digikam] [Bug 425284] Generate Video Slideshow - Failed to open Muxer

2021-12-23 Thread Christian Weiske
https://bugs.kde.org/show_bug.cgi?id=425284

--- Comment #6 from Christian Weiske  ---
My ffmpeg info:

ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
  configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened
--libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu
--arch=amd64 --enable-gpl --disable-stripping --enable-avresample
--disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa
--enable-libaom --enable-libass --enable-libbluray --enable-libbs2b
--enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite
--enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme
--enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa
--enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse
--enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora
--enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2
--enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx
--enable-openal --enable-opencl --enable-opengl --enable-sdl2
--enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-nvenc
--enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil  56. 31.100 / 56. 31.100
  libavcodec 58. 54.100 / 58. 54.100
  libavformat58. 29.100 / 58. 29.100
  libavdevice58.  8.100 / 58.  8.100
  libavfilter 7. 57.100 /  7. 57.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc55.  5.100 / 55.  5.100

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

[krusader] [Bug 425070] Krusader crashes when right-clicking on a file which being externally updated

2021-12-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=425070

Nikita Melnichenko  changed:

   What|Removed |Added

 Blocks||409834


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=409834
[Bug 409834] File rename canceled when directory content changes
-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 409834] File rename canceled when directory content changes

2021-12-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=409834

Nikita Melnichenko  changed:

   What|Removed |Added

 CC||nikita+...@melnichenko.name
   Keywords||reproducible, triaged
 Depends on||425070

--- Comment #3 from Nikita Melnichenko  ---
Same root cause as in bug#425070


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=425070
[Bug 425070] Krusader crashes when right-clicking on a file which being
externally updated
-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 425284] Generate Video Slideshow - Failed to open Muxer

2021-12-23 Thread Christian Weiske
https://bugs.kde.org/show_bug.cgi?id=425284

Christian Weiske  changed:

   What|Removed |Added

 CC||cwei...@cweiske.de

--- Comment #5 from Christian Weiske  ---
I can reproduce the problem on Ubuntu 20.04 with digikam 7.3.0:

1. Select 2 images in the thumbnail view
2. Tools > Create video slideshow
3. Image selection method: Images, Next
4. Images List: Next
5. Video settings:
5.1. Number of frames by image: 75
5.2. Video standard: PAL - 25 FPS
5.3. Video type: Blueray 1920x1080
5.4. Video bit rate: 1200k
5.5. Video codec: High quality H.264 AVC/MPEG-4 AVC
5.6. Effect while displaying: Random
5.7. Transition between images: Fade, Next
6. Output settings
6.1. Media Container Format: MKV-Matroska
6.2. Destination folder: /home/cweiske/Videos
6.3. Overwrite automatically
6.4. Open in player: Default from desktop, Next
7. Log shows:
Starting to generate video slideshow...
2 input images to process
/home/cweiske/Bilder/Fotos/2021/2021-12-02 Fotos für Weihnachtsvideo/1989-12-23
001.jpg
/home/cweiske/Bilder/Fotos/2021/2021-12-02 Fotos für Weihnachtsvideo/1989-12-23
002.jpg
Failed to open muxer
Video Slideshow is not completed

When I change the container format from MKV to MP4, then the muxer error does
not occur.

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

[krusader] [Bug 425070] Krusader crashes when right-clicking on a file which being externally updated

2021-12-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=425070

Nikita Melnichenko  changed:

   What|Removed |Added

 CC||he...@stark-jena.de

--- Comment #15 from Nikita Melnichenko  ---
*** Bug 429655 has been marked as a duplicate of this bug. ***

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

[krusader] [Bug 429655] Krusader crashes during various directory changes

2021-12-23 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=429655

Nikita Melnichenko  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nikita+...@melnichenko.name

--- Comment #1 from Nikita Melnichenko  ---


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

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Alexander
https://bugs.kde.org/show_bug.cgi?id=340982

Alexander  changed:

   What|Removed |Added

 CC||kos...@koshka.ddns.net

--- Comment #186 from Alexander  ---
I began to use PC and to try to use Linux-KDE (Mandriva was the most convenient
distro of that time) almost simultaneously. I was about 18 years old and it was
early 2000. Now I am 40 years old and I can say that when I eventually die -
there probably will be Windows on my laptop.
(And Linux on my servers.)

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

[frameworks-qqc2-desktop-style] [Bug 447289] Menu metrics don't match those of the QStyle

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

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/112

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

[systemsettings] [Bug 394698] Selecting locales instead of formats is very frustrating compared to KDE4 version

2021-12-23 Thread Philip Smith
https://bugs.kde.org/show_bug.cgi?id=394698

Philip Smith  changed:

   What|Removed |Added

 CC||philip.smith@gmail.com

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

[krita] [Bug 447445] New: appimage extension should be AppImage for desktop integrations

2021-12-23 Thread Justin Garrison
https://bugs.kde.org/show_bug.cgi?id=447445

Bug ID: 447445
   Summary: appimage extension should be AppImage for desktop
integrations
   Product: krita
   Version: 5.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: jus...@linux.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
***
The appimage extension should be capitalized so other AppImage tooling can work
to keep it updated and integrate it with a users desktop.

STEPS TO REPRODUCE
1. Install appimaged via https://github.com/probonopd/go-appimage
2. Download krita .appimage file (integrations won't work)
3. rename file extension to .AppImage (desktop shortcut launcher will be
created)

OBSERVED RESULT
Downloading the appimage file wouldn't let me launch it from my desktop search
and a shortcut wasn't created. Renaming the extension made the integrations
work.

EXPECTED RESULT
The app would be integrated into my desktop launcher like other app image files

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

ADDITIONAL INFORMATION
I really appreciate that you create an app image option because it's the
easiest way for me to download and manage the application.

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Smittie
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #185 from Smittie  ---
My apologies for the double post.

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Smittie
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #184 from Smittie  ---
(In reply to Nate Graham from comment #182)
> To my knowledge, fixing this requires one of the following:
> 1. Change the Qt locale system to support the feature
> 2. Abandon the-in Qt locale system for this and implement a completely
> custom system, like the KLocale system we had in the KDE 4 days but moved
> away from in favor of QLocale
> 
> Either one would be a huge amount of work.
> 
> I wasn't around for the KDE 4 days, but if I had been, I probably would have
> been against abandoning KLocale (which could do this) for QLocale (which
> can't). That switch also introduced Bug 394698, which is the other major
> annoyance with this KCM.
> 
> So in retrospect I personally think that switch may have been a mistake, but
> what's done is done. Hopefully we can learn from that mistake and do better
> in the future. Since fixing this is not a trivial task, it will probably
> take a while and require a senior developer.

Then (as cat22 noted in comment #181) this should be the explanation in the
*CLOSED - WILL NOT FIX* resolution. It's ridiculous that this bug sits open
with no intent to fix it.

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Smittie
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #183 from Smittie  ---
(In reply to Nate Graham from comment #182)
> To my knowledge, fixing this requires one of the following:
> 1. Change the Qt locale system to support the feature
> 2. Abandon the-in Qt locale system for this and implement a completely
> custom system, like the KLocale system we had in the KDE 4 days but moved
> away from in favor of QLocale
> 
> Either one would be a huge amount of work.
> 
> I wasn't around for the KDE 4 days, but if I had been, I probably would have
> been against abandoning KLocale (which could do this) for QLocale (which
> can't). That switch also introduced Bug 394698, which is the other major
> annoyance with this KCM.
> 
> So in retrospect I personally think that switch may have been a mistake, but
> what's done is done. Hopefully we can learn from that mistake and do better
> in the future. Since fixing this is not a trivial task, it will probably
> take a while and require a senior developer.

Then (as cat22 noted in comment #181) this should be the explanation in the
*CLOSED - WILL NOT FIX* resolution. It's ridiculous that this bug sits open
with no intent to fix it.

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

[kid3] [Bug 447441] Version 3.9.0 will not run on Big Sur

2021-12-23 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=447441

--- Comment #1 from Urs Fleisch  ---
Kid3 was never signed, neither 3.9.0, nor 3.8.7 nor any older release, so it
does not make sense why it should be refused to open on macOS 11.6.2. Maybe
this is a false positive detection of macOS.

You could try the alternative version which is built with Qt 6 and requires at
least macOS Mojave:
https://sourceforge.net/projects/kid3/files/kid3/development/kid3-3.9.0-Darwin-Qt6-Mojave.dmg

If this version is also refused when using "Open" from the finder context menu
(assuming it still exists in mac OS 11.6.2), you could try the build from the
KDE build factory, which is signed by KDE:
https://binary-factory.kde.org/job/Kid3_Nightly_macos/. Get the DMG from the
artifacts at the top of then Jenkins page.

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #182 from Nate Graham  ---
To my knowledge, fixing this requires one of the following:
1. Change the Qt locale system to support the feature
2. Abandon the-in Qt locale system for this and implement a completely custom
system, like the KLocale system we had in the KDE 4 days but moved away from in
favor of QLocale

Either one would be a huge amount of work.

I wasn't around for the KDE 4 days, but if I had been, I probably would have
been against abandoning KLocale (which could do this) for QLocale (which
can't). That switch also introduced Bug 394698, which is the other major
annoyance with this KCM.

So in retrospect I personally think that switch may have been a mistake, but
what's done is done. Hopefully we can learn from that mistake and do better in
the future. Since fixing this is not a trivial task, it will probably take a
while and require a senior developer.

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

[kate] [Bug 447444] New: Sudoedit doesn't with Kate when there is already an open document in Kate

2021-12-23 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=447444

Bug ID: 447444
   Summary: Sudoedit doesn't with Kate when there is already an
open document in Kate
   Product: kate
   Version: 21.12.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: liubomi...@gmail.com
  Target Milestone: ---

SUMMARY

STEPS TO REPRODUCE
1. Have some text file opened in Kate
2. Run sudoedit /etc/profile
3. Notice that sudoedit says "/etc/profile" unchanged - and inside Kate you can
see a new tab with message "The file /var/tmp/profile.XXzq" was deleted by
another program.

OBSERVED RESULT
Sudoedit doesn't with Kate when there is already an open document in Kate.

EXPECTED RESULT
Sudoedit works with Kate when there is already an open document in Kate

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
Kernel Version: 5.15.10-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread cat22
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #181 from cat22  ---
After 7 years, apparently KDE has no intent to fix this bug. 
Why? I have no idea, maybe they just don't think its worth their time.
Hey KDE, at least have the decency to change the bug's status to 
"CLOSED - WILL NOT FIX" 
with an explanation as to why.

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

[plasma-systemmonitor] [Bug 447443] New: Systemmonitor crashed when killing processes

2021-12-23 Thread Jan Rathmann
https://bugs.kde.org/show_bug.cgi?id=447443

Bug ID: 447443
   Summary: Systemmonitor crashed when killing processes
   Product: plasma-systemmonitor
   Version: 5.23.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: jan.rathm...@gmx.de
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

Created attachment 144816
  --> https://bugs.kde.org/attachment.cgi?id=144816=edit
Backtrace of the crash

The crash happened when I was investigating a memory leak (huge RAM usage even
when I had closed all GUI applications). I noticed two Gwenview processes still
running despite I had closed all Gwenview windows. I right-clicked on both of
them (one after another) and selected "terminate process"/SIGTERM (don't know
the exact english translation). systemmonitor crashed just after clicking
"terminate .." on the second process.

I have attached a backtrace.

Kind regards, Jan

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 21.10 with Backports-PPA
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Wayland session

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

[plasmashell] [Bug 447442] New: Plasma Widgets Do Not Keep Their Position and Size

2021-12-23 Thread Daniel
https://bugs.kde.org/show_bug.cgi?id=447442

Bug ID: 447442
   Summary: Plasma Widgets Do Not Keep Their Position and Size
   Product: plasmashell
   Version: 5.23.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Calendar
  Assignee: plasma-b...@kde.org
  Reporter: dboa...@posteo.net
  Target Milestone: 1.0

Created attachment 144815
  --> https://bugs.kde.org/attachment.cgi?id=144815=edit
Positions and sizes before and after computer restart

SUMMARY

Dear KDE Developers, I have noticed that several plasma widgets change their
sizes and positions when I restart the machine. I have two monitors; all
widgets are in one of them.

I have attached a PDF showing the disposition and size of the widgets before
and after a full restart.

STEPS TO REPRODUCE
1. Arrange your widgets in the position and size you prefer
2. Restart the machine 

OBSERVED RESULT
* All the widgets are in slight different positions, but the sizes change a lot

EXPECTED RESULT
* All widgets should retain their positions and sizes

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro Linux (KDE Version)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel: 5.13.19-2 64 bits

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

[kid3] [Bug 447441] New: Version 3.9.0 will not run on Big Sur

2021-12-23 Thread J.F.Lanting
https://bugs.kde.org/show_bug.cgi?id=447441

Bug ID: 447441
   Summary: Version 3.9.0 will not run on Big Sur
   Product: kid3
   Version: 3.9.x
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: uflei...@users.sourceforge.net
  Reporter: j.f.lant...@inter.nl.net
  Target Milestone: ---

MacOS 11.6.2 does not recognise the creator of 3.9.0; 
3.8.7 on the contrary is accepted and runs OK.
The problem does not exist on MacOS 10.15.7
;JFL.

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

[krunner] [Bug 447440] New: Krunner breaks when called directly from the desktop.

2021-12-23 Thread German Alves
https://bugs.kde.org/show_bug.cgi?id=447440

Bug ID: 447440
   Summary: Krunner breaks when called directly from the desktop.
   Product: krunner
   Version: 5.23.4
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: alexander.loh...@gmx.de
  Reporter: germanoal...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Application: krunner (5.23.4)

Qt Version: 5.15.2
Frameworks Version: 5.89.0
Operating System: Linux 5.16.0-0.rc5.20211216git2b14864acbaa.37.fc36.x86_64
x86_64
Windowing System: Wayland
Distribution: Fedora Linux 36 (KDE Plasma Prerelease)
DrKonqi: 5.23.4 [KCrashBackend]

-- Information about the crash:
I didn't call the krunner via keyboard shortcut. I just called him typing on
the desktop and when searching, he just broke down and took a few minutes to
get back to answer. Tried to reproduce the same error a few times and it
sometimes happens.
This happened after upgrading Fedora Rawhide to the 5.16 rc kernel.

The crash can be reproduced sometimes.

-- Backtrace:
Application: krunner (krunner), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = 0x0}
[KCrash Handler]
#6  0x7f7b0cd7cbb5 in wl_proxy_marshal (proxy=0x7f7a801341a0,
opcode=opcode@entry=1) at ../src/wayland-client.c:891
#7  0x7f7afa5ad717 in wl_surface_attach (y=, x=, buffer=, wl_surface=) at
/usr/include/wayland-client-protocol.h:3701
#8  dri2_wl_swap_buffers_with_damage (disp=0x56443b38bdc0, draw=0x7f7a80168010,
rects=0x0, n_rects=0) at ../src/egl/drivers/dri2/platform_wayland.c:1147
#9  0x7f7afa5a36a2 in dri2_swap_buffers (disp=0x56443b38bdc0,
surf=0x7f7a80168010) at ../src/egl/drivers/dri2/egl_dri2.c:1999
#10 0x7f7afa596e1a in eglSwapBuffers (dpy=0x56443b38bdc0,
surface=) at ../src/egl/main/eglapi.c:1347
#11 0x7f7afae1aa5e in QtWaylandClient::QWaylandGLContext::swapBuffers
(this=0x56443b375aa0, surface=0x56443b56e770) at
../../../../hardwareintegration/client/wayland-egl/qwaylandglcontext.cpp:503
#12 0x7f7b0ef35684 in QSGRenderThread::syncAndRender (this=0x56443c40e3f0,
grabImage=0x0) at scenegraph/qsgthreadedrenderloop.cpp:870
#13 0x7f7b0ef39b3d in QSGRenderThread::run (this=0x56443c40e3f0) at
scenegraph/qsgthreadedrenderloop.cpp:1043
#14 0x7f7b0d3b4546 in QThreadPrivate::start (arg=0x56443c40e3f0) at
thread/qthread_unix.cpp:329
#15 0x7f7b0cf3b762 in start_thread (arg=) at
pthread_create.c:442
#16 0x7f7b0cfbffe0 in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 19 (Thread 0x7f7a9ee89640 (LWP 3402) "krunner:gdrv0"):
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x56443c4d2dc8,
expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0,
private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x7f7b0cf383bf in __GI___futex_abstimed_wait_cancelable64
(futex_word=futex_word@entry=0x56443c4d2dc8, expected=expected@entry=0,
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at
futex-internal.c:139
#3  0x7f7b0cf3ab79 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x56443c4d2d78, cond=0x56443c4d2da0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=cond@entry=0x56443c4d2da0,
mutex=mutex@entry=0x56443c4d2d78) at pthread_cond_wait.c:618
#5  0x7f7af8aff24b in cnd_wait (mtx=0x56443c4d2d78, cond=0x56443c4d2da0) at
../include/c11/threads_posix.h:155
#6  util_queue_thread_func (input=input@entry=0x56443c42a6f0) at
../src/util/u_queue.c:294
#7  0x7f7af8afee9b in impl_thrd_routine (p=) at
../include/c11/threads_posix.h:87
#8  0x7f7b0cf3b762 in start_thread (arg=) at
pthread_create.c:442
#9  0x7f7b0cfbffe0 in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 18 (Thread 0x7f7a9f6c5640 (LWP 3401) "krunner:gdrv0"):
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x56443c446de8,
expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0,
private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x7f7b0cf383bf in __GI___futex_abstimed_wait_cancelable64
(futex_word=futex_word@entry=0x56443c446de8, expected=expected@entry=0,
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at
futex-internal.c:139
#3  0x7f7b0cf3ab79 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x56443c446d98, cond=0x56443c446dc0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=cond@entry=0x56443c446dc0,
mutex=mutex@entry=0x56443c446d98) at pthread_cond_wait.c:618
#5  0x7f7af8aff24b in cnd_wait (mtx=0x56443c446d98, cond=0x56443c446dc0) at
../include/c11/threads_posix.h:155
#6  util_queue_thread_func (input=input@entry=0x56443c404f20) at
../src/util/u_queue.c:294
#7  0x7f7af8afee9b in 

[plasma-simplemenu] [Bug 447439] New: Option to show text with icon (or instead the icon)

2021-12-23 Thread Denys Madureira
https://bugs.kde.org/show_bug.cgi?id=447439

Bug ID: 447439
   Summary: Option to show text with icon (or instead the icon)
   Product: plasma-simplemenu
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: deny...@zoho.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
The application launcher doesn't have a option to use text with (or instead)
the icon.
If we use a small panel, the icon become too small.
It would be great to have a option to use a text beside the icon o only a text.


STEPS TO REPRODUCE
1. Enter in the application launcher configuration window.
2. See there is no option to this.


SOFTWARE/OS VERSIONS
Linux: Arch Linux 5.15.10-arch1-1 (64bits)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2

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

[digikam] [Bug 447430] Cannot open FITS images - ImageMagick plug in mime types missing

2021-12-23 Thread TM
https://bugs.kde.org/show_bug.cgi?id=447430

--- Comment #2 from TM  ---
Hi Gilles
FITS was supported in 7.3
It is also listed as supported on the DigiKam website (using some Hubble Space
Telescope images as examples)
The attachment shows that there is something wrong with the Image magik plug in
shipped with DigiKam 7.4
The mime type fields are blank, they are not in DigiKam 7.3
Something is wrong with 7.4 regarding FITS support, I have gone back to 7.3
Regards
TM

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

[systemsettings] [Bug 447199] System Settings crashes on Wayland when the countdown to keep/revert display configuration finishes

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447199

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdeconnect] [Bug 447424] Transfert file corrupt data

2021-12-23 Thread Cristol
https://bugs.kde.org/show_bug.cgi?id=447424

--- Comment #1 from Cristol  ---
Last* update packages

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

[kwin] [Bug 330529] CoverSwitch effect shouldn't fade out windows on other screens if filter on screen is used

2021-12-23 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=330529

--- Comment #9 from Ismael Asensio  ---
Git commit cc885d63fcbade47db682ae783c4c77091e8939e by Ismael Asensio.
Committed on 23/12/2021 at 17:27.
Pushed by iasensio into branch 'master'.

[windowswitchers] QML replacement for flipswitch and coverswitch

Rewrite of the flipswitch and coverswitch window switchers in QMl,
using the KWin Tabbox API and PathView to layout the thumbnails.

The use of common Plasma components, following the user's theme,
and lack of reflections gives the effects a more modern (breezy) look,
consistent with the user's desktop and the other tabswitchers.
Related: bug 443757, bug 184874, bug 404802, bug 321324
FIXED-IN: 5.24

M  +4-0windowswitchers/CMakeLists.txt
A  +249  -0windowswitchers/coverswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/coverswitch/metadata.desktop
A  +218  -0windowswitchers/flipswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/flipswitch/metadata.desktop

https://invent.kde.org/plasma/kdeplasma-addons/commit/cc885d63fcbade47db682ae783c4c77091e8939e

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

[frameworks-kdeclarative] [Bug 447436] 0bcc4e8 causes build failure on macos -getGlobalShortcutsByKey_v2

2021-12-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=447436

--- Comment #1 from Kurt Hindenburg  ---
I build frameworks from master source on macos

/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:134:33:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'getGlobalShortcutsByKey'?
others << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence);
  ~~^~
getGlobalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:140:39: note:
'getGlobalShortcutsByKey' declared here
static QList getGlobalShortcutsByKey(const
QKeySequence );
  ^
/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:137:33:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'globalShortcutsByKey'?
shadow << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence,
KGlobalAccel::MatchType::Shadows);
  ~~^~
globalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:142:39: note:
'globalShortcutsByKey' declared here
static QList globalShortcutsByKey(const QKeySequence
, MatchType type = Equal);
  ^
/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:138:35:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'globalShortcutsByKey'?
shadowed << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence,
KGlobalAccel::MatchType::Shadowed);
~~^~
  globalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:142:39: note:
'globalShortcutsByKey' declared here
static QList globalShortcutsByKey(const QKeySequence
, MatchType type = Equal);

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

[kwin] [Bug 404802] Reflections in the Cover Switch effect look bad on HiDPI screen

2021-12-23 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=404802

Ismael Asensio  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/commit/
   ||cc885d63fcbade47db682ae783c
   ||4c77091e8939e
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.24

--- Comment #2 from Ismael Asensio  ---
Git commit cc885d63fcbade47db682ae783c4c77091e8939e by Ismael Asensio.
Committed on 23/12/2021 at 17:27.
Pushed by iasensio into branch 'master'.

[windowswitchers] QML replacement for flipswitch and coverswitch

Rewrite of the flipswitch and coverswitch window switchers in QMl,
using the KWin Tabbox API and PathView to layout the thumbnails.

The use of common Plasma components, following the user's theme,
and lack of reflections gives the effects a more modern (breezy) look,
consistent with the user's desktop and the other tabswitchers.
Related: bug 443757, bug 184874, bug 321324, bug 330529
FIXED-IN: 5.24

M  +4-0windowswitchers/CMakeLists.txt
A  +249  -0windowswitchers/coverswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/coverswitch/metadata.desktop
A  +218  -0windowswitchers/flipswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/flipswitch/metadata.desktop

https://invent.kde.org/plasma/kdeplasma-addons/commit/cc885d63fcbade47db682ae783c4c77091e8939e

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

[kwin] [Bug 184874] 'Cover switch' view is cut off at the left/right edge on a low-res screen

2021-12-23 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=184874

Ismael Asensio  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.24
  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/commit/
   ||cc885d63fcbade47db682ae783c
   ||4c77091e8939e

--- Comment #4 from Ismael Asensio  ---
Git commit cc885d63fcbade47db682ae783c4c77091e8939e by Ismael Asensio.
Committed on 23/12/2021 at 17:27.
Pushed by iasensio into branch 'master'.

[windowswitchers] QML replacement for flipswitch and coverswitch

Rewrite of the flipswitch and coverswitch window switchers in QMl,
using the KWin Tabbox API and PathView to layout the thumbnails.

The use of common Plasma components, following the user's theme,
and lack of reflections gives the effects a more modern (breezy) look,
consistent with the user's desktop and the other tabswitchers.
Related: bug 443757, bug 404802, bug 321324, bug 330529
FIXED-IN: 5.24

M  +4-0windowswitchers/CMakeLists.txt
A  +249  -0windowswitchers/coverswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/coverswitch/metadata.desktop
A  +218  -0windowswitchers/flipswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/flipswitch/metadata.desktop

https://invent.kde.org/plasma/kdeplasma-addons/commit/cc885d63fcbade47db682ae783c4c77091e8939e

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

[kwin] [Bug 443757] Please bring back cover switch effect

2021-12-23 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=443757

Ismael Asensio  changed:

   What|Removed |Added

   Version Fixed In||5.24
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/commit/
   ||cc885d63fcbade47db682ae783c
   ||4c77091e8939e

--- Comment #9 from Ismael Asensio  ---
Git commit cc885d63fcbade47db682ae783c4c77091e8939e by Ismael Asensio.
Committed on 23/12/2021 at 17:27.
Pushed by iasensio into branch 'master'.

[windowswitchers] QML replacement for flipswitch and coverswitch

Rewrite of the flipswitch and coverswitch window switchers in QMl,
using the KWin Tabbox API and PathView to layout the thumbnails.

The use of common Plasma components, following the user's theme,
and lack of reflections gives the effects a more modern (breezy) look,
consistent with the user's desktop and the other tabswitchers.
Related: bug 184874, bug 404802, bug 321324, bug 330529
FIXED-IN: 5.24

M  +4-0windowswitchers/CMakeLists.txt
A  +249  -0windowswitchers/coverswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/coverswitch/metadata.desktop
A  +218  -0windowswitchers/flipswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/flipswitch/metadata.desktop

https://invent.kde.org/plasma/kdeplasma-addons/commit/cc885d63fcbade47db682ae783c4c77091e8939e

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

[kwin] [Bug 321324] Triggering Alt-tab effect using screen edge make it stay on screen no matter what

2021-12-23 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=321324

Ismael Asensio  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kdeplasma-addons/commit/
   ||cc885d63fcbade47db682ae783c
   ||4c77091e8939e
 Status|REPORTED|RESOLVED
   Version Fixed In||5.24
 Resolution|--- |FIXED

--- Comment #8 from Ismael Asensio  ---
Git commit cc885d63fcbade47db682ae783c4c77091e8939e by Ismael Asensio.
Committed on 23/12/2021 at 17:27.
Pushed by iasensio into branch 'master'.

[windowswitchers] QML replacement for flipswitch and coverswitch

Rewrite of the flipswitch and coverswitch window switchers in QMl,
using the KWin Tabbox API and PathView to layout the thumbnails.

The use of common Plasma components, following the user's theme,
and lack of reflections gives the effects a more modern (breezy) look,
consistent with the user's desktop and the other tabswitchers.
Related: bug 443757, bug 184874, bug 404802, bug 330529
FIXED-IN: 5.24

M  +4-0windowswitchers/CMakeLists.txt
A  +249  -0windowswitchers/coverswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/coverswitch/metadata.desktop
A  +218  -0windowswitchers/flipswitch/contents/ui/main.qml [License:
GPL(v2.0+)]
A  +16   -0windowswitchers/flipswitch/metadata.desktop

https://invent.kde.org/plasma/kdeplasma-addons/commit/cc885d63fcbade47db682ae783c4c77091e8939e

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

[kdeconnect] [Bug 447438] New: In a screen where your mouse is locked (such as Minecraft), you can't use remote control for a mouse. Only clicks pass throuth

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

Bug ID: 447438
   Summary: In a screen where your mouse is locked (such as
Minecraft), you can't use remote control for a mouse.
Only clicks pass throuth
   Product: kdeconnect
   Version: 1.10
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: leodog...@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 KDE Connect
2. Connect to your phone
3. Enable remote input
4. Open software where your mouse is locked (In my case I'm using Minecraft)
5. Attempt to move your mouse

OBSERVED RESULT
Nothing happens.

EXPECTED RESULT
Your mouse should move around in the locked screen

SOFTWARE/OS VERSIONS
Latest (1.10), Fedora 35 KDE preset. KDE Connect installed with Fedora RPMs.
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
I've also had disconnection issues during notifications or my screen flipping,
it may or may not be related to that

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

[digikam] [Bug 447437] New: Digikam::ImageQualityThread always crashing on macOS 12.1

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

Bug ID: 447437
   Summary: Digikam::ImageQualityThread always crashing on macOS
12.1
   Product: digikam
   Version: 7.4.0
  Platform: Homebrew (macOS)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tags-Pick
  Assignee: digikam-bugs-n...@kde.org
  Reporter: alex.kornil...@mail.ru
  Target Milestone: ---

I wish to analyze about 100K pics for "Image Quality". But this always
crashing.

https://cryptpad.fr/code/#/2/code/view/SvMcgUzdH0fluUq4u4cZn76p39eKEtJy4yOE-bEPk08/embed/

Comment from mailing list:


It's clear, it crash in OPenCV library used by Image Quality algorithm :

Application Specific Information: terminating with uncaught exception of type
cv::Exception: OpenCV(4.5.1)
/Users/gilles/Documents/7.x/project/bundles/macports/temp.build/ext_opencv/ext_opencv-prefix/src/ext_opencv/modules/core/src/matrix.cpp:811:
error: (-215:Assertion failed) 0 <= roi.x && 0 <= roi.width && roi.x +
roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <=
m.rows in function 'Mat' abort() called

It's an exception. This one must be caught in digiKam code. Please report this
problem in digiKam bugzilla, will be take a look later

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

[frameworks-kdeclarative] [Bug 447436] New: 0bcc4e8 causes build failure on macos -getGlobalShortcutsByKey_v2

2021-12-23 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=447436

Bug ID: 447436
   Summary: 0bcc4e8 causes build failure on macos
-getGlobalShortcutsByKey_v2
   Product: frameworks-kdeclarative
   Version: unspecified
  Platform: Compiled Sources
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: kurt.hindenb...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

https://invent.kde.org/frameworks/kdeclarative/-/commit/0bcc4e8e5503008632aca51586716f57290262b3

Perhaps this needs a required version? 

/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:134:33:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'getGlobalShortcutsByKey'?
others << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence);
  ~~^~
getGlobalShortcutsByKey

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

[plasmashell] [Bug 354802] Desktop Icon position gets scrambled sometimes on reboot.

2021-12-23 Thread vindicator
https://bugs.kde.org/show_bug.cgi?id=354802

--- Comment #174 from vindicator  ---
I think I can alieve you of your "Nvidia" "sneaking suspicion" with comment #7
(https://bugs.kde.org/show_bug.cgi?id=354802#c7), as well as my case being
under the use of a very old Haswell IGP.

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

[tellico] [Bug 447435] New: movies from KinoPoisk.ru are not added

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

Bug ID: 447435
   Summary: movies from KinoPoisk.ru are not added
   Product: tellico
   Version: 3.4.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: tetrocu...@vusra.com
  Target Milestone: ---

Created attachment 144814
  --> https://bugs.kde.org/attachment.cgi?id=144814=edit
video with a demonstration

SUMMARY
movies from KinoPoisk.ru are not added. See atachment.

STEPS TO REPRODUCE
1. building a new movie collection;
2. add entry --> internet search;
3. In the search bar enter the name of the movie, choose KinoPoisk.ru as the
source;
4. click on the found movie and nothing happens (no information about the movie
is loaded)

OBSERVED RESULT
nothing - no information about the movie is loaded

EXPECTED RESULT
downloaded information about the movie and adding it to the collection

SOFTWARE/OS VERSIONS
OS: Manjaro 21.2.0 Qonos
Kernel: x86_64 Linux 5.10.84-1-MANJARO
DE: KDE 5.88.0 / Plasma 5.23.4

ADDITIONAL INFORMATION
from other sources, movies are added.

LOG from terminal:
No JSON data
...trying Linked Data
No JSON data
No discernible entry data
no entry or collection pointer

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

[krita] [Bug 447286] Plug-in built without community filters enabled by default

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

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

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

[krita] [Bug 447290] Tag colors do not appear in contextual menu

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

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

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

[plasmashell] [Bug 354802] Desktop Icon position gets scrambled sometimes on reboot.

2021-12-23 Thread Dolandemort
https://bugs.kde.org/show_bug.cgi?id=354802

Dolandemort  changed:

   What|Removed |Added

 CC||dolandem...@protonmail.ch

--- Comment #173 from Dolandemort  ---
In "Desktop Folder Settings", and in the "Icons" category, there is a setting
called "Arrangement", with the possible values being "Rows" or "Columns". When
I had this set to "Columns" (the same behavior as in Windows), my desktop icons
would be scrambled very frequently during login/unlock/awakening from suspend.
To cut a long story short, I have reverted this value back to "Rows", and I
have yet to have the scrambling occur. This might be an acceptable work around
for many people, and perhaps it is the reason why the devs have been unable to
successfully replicate this bug since they are using the default value. For the
record, I am also using an nvidia GPU; I have a sneaking suspicion this is
somehow related since it has caused many other glitches with KDE.

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

[krita] [Bug 447293] Setting blending modes/opacity/position/names of multiple output layers is not managed

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447293

amyspark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/a1dbad405 |hics/krita/commit/37d49dc6b
   |f55fd352e0d45c9df09c2bfc9ab |9144760c0d4872dda4fb61af541
   |eeec|b6bb

--- Comment #10 from amyspark  ---
Git commit 37d49dc6b9144760c0d4872dda4fb61af541b6bb by L. E. Segovia.
Committed on 23/12/2021 at 16:38.
Pushed by lsegovia into branch 'krita/5.0'.

Fix blending modes missing from G'MIC filters

The layer name parsing must be applied also to excess nodes (and not
only those parsed by the visitor).
(cherry picked from commit a1dbad405f55fd352e0d45c9df09c2bfc9abeeec)

M  +2-0plugins/extensions/qmic/kis_qmic_synchronize_layers_command.cpp

https://invent.kde.org/graphics/krita/commit/37d49dc6b9144760c0d4872dda4fb61af541b6bb

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

[krita] [Bug 429851] Black background after applying a GMIC'QT filter

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=429851

--- Comment #5 from amyspark  ---
Git commit e003f328f73c438818ef749ec2239ddfbe81cacb by L. E. Segovia.
Committed on 23/12/2021 at 16:38.
Pushed by lsegovia into branch 'krita/5.0'.

Use the G'MIC formatted layer name for Krita->G'MIC comms
Related: bug 447293
(cherry picked from commit 540942d8086e32fad496780d18f76addf97cf22e)

M  +1-1plugins/extensions/qmic/kis_qmic_interface.cpp

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

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

[krita] [Bug 447293] Setting blending modes/opacity/position/names of multiple output layers is not managed

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447293

--- Comment #9 from amyspark  ---
Git commit e003f328f73c438818ef749ec2239ddfbe81cacb by L. E. Segovia.
Committed on 23/12/2021 at 16:38.
Pushed by lsegovia into branch 'krita/5.0'.

Use the G'MIC formatted layer name for Krita->G'MIC comms
Related: bug 429851
(cherry picked from commit 540942d8086e32fad496780d18f76addf97cf22e)

M  +1-1plugins/extensions/qmic/kis_qmic_interface.cpp

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

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

[digikam] [Bug 447430] Cannot open FITS images - ImageMagick plug in mime types missing

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

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

   What|Removed |Added

 Resolution|--- |NOT A BUG
 CC||caulier.gil...@gmail.com
 Status|REPORTED|RESOLVED
   Version Fixed In||7.5.0

--- Comment #1 from caulier.gil...@gmail.com ---
The list of type-mimes given on ImageMagick plugin dialog is provided by...
ImageMagick in fact. If FITS is not listed, well ImageMagick is not compiled
with FITS image support.

FITS support work as expexted here with my ImageMagick version.

Gilles Caulier

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

[kwin] [Bug 446604] [Wayland] Selecting text using mouse cursor crashes KWin

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446604

Nate Graham  changed:

   What|Removed |Added

  Component|Color Picker|wayland-generic
Product|kdeplasma-addons|kwin
 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |REPORTED
   Assignee|k...@privat.broulik.de   |kwin-bugs-n...@kde.org
Summary|[Wayland] Selecting text|[Wayland] Selecting text
   |using mouse cursor crashes  |using mouse cursor crashes
   |plasma  |KWin

--- Comment #16 from Nate Graham  ---
Hmm, probably means that it's aborting rather than crashing.

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

[digikam] [Bug 382013] Crash during or after adding a new remote collection

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

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

   What|Removed |Added

   Version Fixed In||7.5.0

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

[krita] [Bug 447293] Setting blending modes/opacity/position/names of multiple output layers is not managed

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447293

amyspark  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/a1dbad405
   ||f55fd352e0d45c9df09c2bfc9ab
   ||eeec

--- Comment #8 from amyspark  ---
Git commit a1dbad405f55fd352e0d45c9df09c2bfc9abeeec by L. E. Segovia.
Committed on 23/12/2021 at 16:36.
Pushed by lsegovia into branch 'master'.

Fix blending modes missing from G'MIC filters

The layer name parsing must be applied also to excess nodes (and not
only those parsed by the visitor).

M  +2-0plugins/extensions/qmic/kis_qmic_synchronize_layers_command.cpp

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

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

[krita] [Bug 447293] Setting blending modes/opacity/position/names of multiple output layers is not managed

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=447293

--- Comment #7 from amyspark  ---
Git commit 540942d8086e32fad496780d18f76addf97cf22e by L. E. Segovia.
Committed on 23/12/2021 at 16:36.
Pushed by lsegovia into branch 'master'.

Use the G'MIC formatted layer name for Krita->G'MIC comms
Related: bug 429851

M  +1-1plugins/extensions/qmic/kis_qmic_interface.cpp

https://invent.kde.org/graphics/krita/commit/540942d8086e32fad496780d18f76addf97cf22e

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

[krita] [Bug 429851] Black background after applying a GMIC'QT filter

2021-12-23 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=429851

--- Comment #4 from amyspark  ---
Git commit 540942d8086e32fad496780d18f76addf97cf22e by L. E. Segovia.
Committed on 23/12/2021 at 16:36.
Pushed by lsegovia into branch 'master'.

Use the G'MIC formatted layer name for Krita->G'MIC comms
Related: bug 447293

M  +1-1plugins/extensions/qmic/kis_qmic_interface.cpp

https://invent.kde.org/graphics/krita/commit/540942d8086e32fad496780d18f76addf97cf22e

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

Nate Graham  changed:

   What|Removed |Added

   Priority|HI  |VHI

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

[plasmashell] [Bug 407667] Clicking on an expired notification in the history should launch or focus the app that sent it

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

--- Comment #7 from Nicolas Fella  ---
*throws away when the notification popup closes

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

[plasmashell] [Bug 407667] Clicking on an expired notification in the history should launch or focus the app that sent it

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

--- Comment #6 from Nicolas Fella  ---
Without the resident hint the app throws away its internal notification object,
so it could not react to the action being triggered

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

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

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

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

Nate Graham  changed:

   What|Removed |Added

 CC||2wxsy5823...@opayq.com

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

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

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

[plasmashell] [Bug 348068] Plasmashell digital clock tooltip does not respect language UI when a country/region which uses a different language is selected.

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=348068

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


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

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

Nate Graham  changed:

   What|Removed |Added

 CC||2wxsy5823...@opayq.com

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

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

[plasmashell] [Bug 348069] Plasmashell digital clock tooltip does not respect language UI when a country/region which uses a different language is selected.

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=348069

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---


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

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

[plasmashell] [Bug 374410] No option for using localized era year string in Digital Clock

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374410

--- Comment #5 from Nate Graham  ---


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

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

Nate Graham  changed:

   What|Removed |Added

 CC||sombrag...@sombragris.org
 CC||kde-b...@ginguppin.de

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

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

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

[plasmashell] [Bug 430275] Date widget tooltip does not honor system language setting

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430275

--- Comment #5 from Nate Graham  ---


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

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

[systemsettings] [Bug 340982] No way to change just the date format but not its actual translated text

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340982

Nate Graham  changed:

   What|Removed |Added

 CC||sombrag...@sombragris.org

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

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

[plasmashell] [Bug 348071] Plasmashell digital clock tooltip does not respect language UI when a country/region which uses a different language is selected.

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=348071

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Nate Graham  ---


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

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

[plasmashell] [Bug 353667] sometimes suddenly letters are just sqaures

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=353667

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #7 from Nate Graham  ---
Either way, this is an upstream issue related to the graphics drivers. If it's
not Bug 364766, it's a something similar.

What Qt version are you using? That bug was supposed to have been fixed in Qt
5.13.

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

[plasmashell] [Bug 407667] Clicking on an expired notification in the history should launch or focus the app that sent it

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407667

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #5 from Nate Graham  ---
Sounds good to me.

Though I wonder what the point is of making the app pass the resident hint?
Wouldn't we want this for everything, unconditionally?

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

[krita] [Bug 447434] New: Rows and columns in the storyboard feature deliver switched results.

2021-12-23 Thread Hannah
https://bugs.kde.org/show_bug.cgi?id=447434

Bug ID: 447434
   Summary: Rows and columns in the storyboard feature deliver
switched results.
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Storyboard
  Assignee: krita-bugs-n...@kde.org
  Reporter: personal.hanna...@gmail.com
  Target Milestone: ---

Created attachment 144813
  --> https://bugs.kde.org/attachment.cgi?id=144813=edit
file example.

SUMMARY
Rows and columns in the storyboard feature deliver switched results.
Rows seem to give a result of vertical ordering per panel rather than
horizontal.


STEPS TO REPRODUCE
1.  Export storyboard template by rows.
2. Open PDF file to see result.

OBSERVED RESULT
Rows make storyboard panels ordered vertically rather than horizontally

EXPECTED RESULT
Rows should make storyboard panels ordered horizontally rather than vertically. 

SOFTWARE/OS VERSIONS
Windows: Windows 10
Krita: krita-nightly-x64-5.1.0-prealpha-75e397c903

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

[kdeconnect] [Bug 439342] File system expose does not allow primary exposure

2021-12-23 Thread Victoria
https://bugs.kde.org/show_bug.cgi?id=439342

--- Comment #2 from Victoria  ---
Created attachment 144812
  --> https://bugs.kde.org/attachment.cgi?id=144812=edit
Android refusing to share primary storage

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

[kdeconnect] [Bug 439342] File system expose does not allow primary exposure

2021-12-23 Thread Victoria
https://bugs.kde.org/show_bug.cgi?id=439342

Victoria  changed:

   What|Removed |Added

 CC||vi...@pm.me

--- Comment #1 from Victoria  ---
I also have this problem. I think Android's filesystem handling changed.  When
selecting a folder, a popup is showed that says that I cannot share that folder
"to protect my privacy".

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

[Breeze] [Bug 447433] Some Icons are hard to see (Geany and Application menu)

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

pqwoerituytruei...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |Ubuntu Packages

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

[Breeze] [Bug 447433] New: Some Icons are hard to see (Geany and Application menu)

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

Bug ID: 447433
   Summary: Some Icons are hard to see (Geany and Application
menu)
   Product: Breeze
   Version: 5.23.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: pqwoerituytruei...@gmail.com
CC: kain...@gmail.com
  Target Milestone: ---

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

SUMMARY
Power and Session icons are black when they should be white in the Application
Menu
In Geany, well the icons in the toolbar are well extremely hard to see

See attached screenshot


STEPS TO REPRODUCE
1. Global Theme = Breeze Dark
2. ApplicationStyle = Fusion
3. Plasma Style = Breeze Dark
4. Colors = Breeze Dark
5. Window Decorations = Breeze
6. Icons = Breeze Dark

OBSERVED RESULT
These icons are close to the same color as the background

EXPECTED RESULT
These icons are NOT close to the same color as the background

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
Kernel Version: 5.16.0-051600rc6-generic (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 3600 6-Core Processor
Memory: 15.6 GiB of RAM
Graphics Processor: Radeon RX 580 Series

ADDITIONAL INFORMATION
$ apt-cache policy breeze*
breeze:
  Installed: 4:5.23.4-0ubuntu1
  Candidate: 4:5.23.4-0ubuntu1
  Version table:
 *** 4:5.23.4-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status
breeze-dev:
  Installed: (none)
  Candidate: 4:5.23.4-0ubuntu1
  Version table:
 4:5.23.4-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
breeze-icon-theme:
  Installed: 4:5.89.0-0ubuntu1
  Candidate: 4:5.89.0-0ubuntu1
  Version table:
 *** 4:5.89.0-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
100 /var/lib/dpkg/status
breeze-icon-theme-rcc:
  Installed: (none)
  Candidate: 4:5.89.0-0ubuntu1
  Version table:
 4:5.89.0-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
breeze-cursor-theme:
  Installed: 4:5.23.4-0ubuntu1
  Candidate: 4:5.23.4-0ubuntu1
  Version table:
 *** 4:5.23.4-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
100 /var/lib/dpkg/status
breeze-gtk-theme:
  Installed: 5.23.4-0ubuntu1
  Candidate: 5.23.4-0ubuntu1
  Version table:
 *** 5.23.4-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status

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

[kwin] [Bug 447432] Cursor size inconsistent between windows on hi DPI display wayland

2021-12-23 Thread Eric Edlund
https://bugs.kde.org/show_bug.cgi?id=447432

Eric Edlund  changed:

   What|Removed |Added

 CC||ericedlund2...@gmail.com

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

[kwin] [Bug 447432] New: Cursor size inconsistent between windows on hi DPI display wayland

2021-12-23 Thread Eric Edlund
https://bugs.kde.org/show_bug.cgi?id=447432

Bug ID: 447432
   Summary: Cursor size inconsistent between windows on hi DPI
display wayland
   Product: kwin
   Version: 5.23.4
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ericedlund2...@gmail.com
  Target Milestone: ---

Created attachment 144810
  --> https://bugs.kde.org/attachment.cgi?id=144810=edit
Pictures of over system vs other window

SUMMARY
I'm on an Acer Spin 5 with a 144 dpi display using wayland. The cursor scale is
inconsistent.


STEPS TO REPRODUCE
1.  Using breeze cursor theme on Hi DPI display (144)
2. Move cursor from a chrome window (or Firefox, or spotify) to the desktop (or
the system settings app, or krunner)

OBSERVED RESULT
Cursor becomes larger on system apps.

EXPECTED RESULT
Cursor size remains consistent

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon 5.23 User Edition
(available in About System)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

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

[Breeze] [Bug 447431] New: Add icon for audio-card-bluetooth

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

Bug ID: 447431
   Summary: Add icon for audio-card-bluetooth
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: nicolas.fe...@gmx.de
CC: kain...@gmail.com
  Target Milestone: ---

For some bluetooth-connected audio devices PulseAudio reports
"audio-card-bluetooth" as icon. Currently we fall back to audio-card here. By
adding a new icon we could display a more appropriate one

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

[plasmashell] [Bug 446640] Plasma aborts if "Synchronize contents of the clipboard and the selection" is set

2021-12-23 Thread dd
https://bugs.kde.org/show_bug.cgi?id=446640

dd  changed:

   What|Removed |Added

 CC||dietrich.br...@web.de

--- Comment #4 from dd  ---
Created attachment 144809
  --> https://bugs.kde.org/attachment.cgi?id=144809=edit
Backtrace from crashing clipboard

Hi,
I have the same problem. Plasma reliably crashes, when selecting text for the
first time and the option "Synchronize contents of the clipboard and the
selection" is activated.
Cheers, dietrich

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

[plasmashell] [Bug 423161] Search results blink when updating

2021-12-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=423161

--- Comment #6 from Nate Graham  ---
Would be good to port it to use Milou indeed.

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

[digikam] [Bug 447430] New: Cannot open FITS images - ImageMagick plug in mime types missing

2021-12-23 Thread TM
https://bugs.kde.org/show_bug.cgi?id=447430

Bug ID: 447430
   Summary: Cannot open FITS images - ImageMagick plug in mime
types missing
   Product: digikam
   Version: 7.4.0
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plugin-DImg-Magick
  Assignee: digikam-bugs-n...@kde.org
  Reporter: ukmew...@yahoo.co.uk
  Target Milestone: ---

Created attachment 144808
  --> https://bugs.kde.org/attachment.cgi?id=144808=edit
Image showing missing mime types in plug in section

SUMMARY
Cannot open FITS astronomy images in Digikam 7.4
The Image loaders tab does not show any Type-Mimes in the ImageMagick loader
section  (it was there in 7.3)
The about ImageMagick loder does not have a mime tab (it was there in 7.3)

STEPS TO REPRODUCE
1. Click on FITS thumbnail
2. "Failed to load image" appears in the main window
3. 

OBSERVED RESULT
No FITS image displayed

EXPECTED RESULT
FITS images displayed


SOFTWARE/OS VERSIONS
Operating System: Ubuntu 20.10
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.14.2
Kernel Version: 5.8.0-63-generic
OS Type: 64-bit

ADDITIONAL INFORMATION

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

[krita] [Bug 447428] krita5.0 is very slow to import pictures from the hard disk, and cannot import pictures from the browser

2021-12-23 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447428

--- Comment #1 from thetwo  ---
Created attachment 144807
  --> https://bugs.kde.org/attachment.cgi?id=144807=edit
gif

Supplement: If added to the file layer or reference image, krita will not be
delayed. The problem is to add to "New Layer" and "New Image"

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

[Elisa] [Bug 447429] New: Elisa Crash

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

Bug ID: 447429
   Summary: Elisa Crash
   Product: Elisa
   Version: 21.12.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: bitze...@gmail.com
  Target Milestone: ---

Application: elisa (21.12.0)

Qt Version: 5.15.2
Frameworks Version: 5.88.0
Operating System: Linux 5.15.10-200.fc35.x86_64 x86_64
Windowing System: X11
Distribution: Fedora Linux 35 (KDE Plasma)
DrKonqi: 5.23.3 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
Scrolling through an Artist View with a lot of Albums (example Yes).

The crash can be reproduced every time.

-- Backtrace:
Application: Elisa (elisa), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = }
[KCrash Handler]
#6  0x7fef00ba2c79 in QHash::isEmpty (this=, this=) at
/usr/include/qt5/QtCore/qhash.h:285
#7  QHash::empty (this=, this=) at /usr/include/qt5/QtCore/qhash.h:544
#8  QQmlIncubatorPrivate::incubate (this=0x55da82a62d90, i=...) at
qml/qqmlincubator.cpp:333
#9  0x7fef00ba3362 in QQmlIncubationController::incubateFor
(msecs=, this=0x55da7f77afb0) at qml/qqmlincubator.cpp:409
#10 QQmlIncubationController::incubateFor (this=this@entry=0x55da7f77afb0,
msecs=) at qml/qqmlincubator.cpp:401
#11 0x7feeff3341fe in QQuickWindowIncubationController::incubate
(this=0x55da7f77afa0) at items/qquickwindow.cpp:171
#12 QQuickWindowIncubationController::timerEvent (this=0x55da7f77afa0) at
items/qquickwindow.cpp:154
#13 0x7fef00687edf in QObject::event (this=0x55da7f77afa0,
e=0x7ffe0ce436e0) at kernel/qobject.cpp:1336
#14 0x7fef0163f443 in QApplicationPrivate::notify_helper (this=, receiver=0x55da7f77afa0, e=0x7ffe0ce436e0) at
kernel/qapplication.cpp:3632
#15 0x7fef0065d7d8 in QCoreApplication::notifyInternal2
(receiver=0x55da7f77afa0, event=0x7ffe0ce436e0) at
kernel/qcoreapplication.cpp:1064
#16 0x7fef006adea3 in QTimerInfoList::activateTimers (this=0x55da7f5be320)
at kernel/qtimerinfo_unix.cpp:643
#17 0x7fef006ae7f4 in timerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:183
#18 idleTimerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:230
#19 0x7feefe301130 in g_main_dispatch (context=0x7feee8005000) at
../glib/gmain.c:3381
#20 g_main_context_dispatch (context=0x7feee8005000) at ../glib/gmain.c:4099
#21 0x7feefe356208 in g_main_context_iterate.constprop.0
(context=context@entry=0x7feee8005000, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../glib/gmain.c:4175
#22 0x7feefe2fe933 in g_main_context_iteration (context=0x7feee8005000,
may_block=1) at ../glib/gmain.c:4240
#23 0x7fef006aebb8 in QEventDispatcherGlib::processEvents
(this=0x55da7f5c4fc0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#24 0x7fef0065c1e2 in QEventLoop::exec (this=this@entry=0x7ffe0ce43980,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#25 0x7fef00664724 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#26 0x55da7f2f597f in main (argc=, argv=) at
/usr/src/debug/elisa-player-21.12.0-1.fc35.x86_64/src/main.cpp:171
[Inferior 1 (process 5927) detached]

Possible duplicates by query: bug 446974, bug 441914, bug 439068, bug 438742,
bug 438025.

Reported using DrKonqi

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

[plasmashell] [Bug 423161] Search results blink when updating

2021-12-23 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=423161

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #5 from Kai Uwe Broulik  ---
I guess, this is "by design", you start a new query and that resets the list.
However, Milou (the backend powering the standalone KRunner) has explicit code
for this:

>// We clear the model ourselves in the reset timer, ignore any empty 
> matchset
>if (matches.isEmpty() && m_resetTimer.isActive() && !m_hasMatches) {
>   return;
>  }

This avoids the flickering/teporary clearing of the list. Perhaps something
similar could be implemented in Kickoff. Ideally, of course, Kickoff was ported
to used the model from Milou.

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

[krita] [Bug 447428] New: krita5.0 is very slow to import pictures from the hard disk, and cannot import pictures from the browser

2021-12-23 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447428

Bug ID: 447428
   Summary: krita5.0 is very slow to import pictures from the hard
disk, and cannot import pictures from the browser
   Product: krita
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: thetwo...@foxmail.com
  Target Milestone: ---

When I use snipaste to take a screenshot and paste it, it doesn’t freeze. Or
drag and drop pictures from chat software to import it without lag.

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

[plasmashell] [Bug 423161] Search results blink when updating

2021-12-23 Thread Eduardo
https://bugs.kde.org/show_bug.cgi?id=423161

Eduardo  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|eduardo.c...@kdemail.net
 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Eduardo  ---
I found the probable culprit code, it's in krunner/src/runnermanager.cpp in the
function scheduleMatchesChanged(). For every character typed, it emits
matchesChanged() with an empty matches list before scheduling a second call to
it with the matches actually filled.

I don't know why it did that, I will study the code deeper so I can fix it
without causing any regression. Hopefully I will submit a MR in the next few
days, so I'm assigning this bug report to myself.

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

[digikam] [Bug 447408] Crash when loading metadata for specially-crafted JPEG images

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

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||metzping...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Maik Qualmann  ---
Yes, the problem is clear, we have to check with ExifData::size(). I fix this
tonight...

Maik

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

[kwin] [Bug 420039] [XWayland]: Windows are often invisible and unusable

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

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

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

[kwin] [Bug 398220] Invisible windows appear randomly on wayland

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

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

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

[kwin] [Bug 447427] New: Switching to linux console and back turns the displays to black

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

Bug ID: 447427
   Summary: Switching to linux console and back turns the displays
to black
   Product: kwin
   Version: 5.23.4
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: aux...@gmail.com
  Target Milestone: ---

SUMMARY
Switching to linux console and back displays just the mouse cursor and the
monitor positions become incorrect. The Wayland session is still in progress
and I use loginctl to kill it and start sddm.

STEPS TO REPRODUCE
1. Ctrl-Alt-F1 to switch to a Linux console.
2. Alt-F7 to switch to the Wayland session.

OBSERVED RESULT
The display on both monitors is black, only the mouse pointer appears. Also,
the position of the monitors becomes incorrect and the backlight of the monitor
other than the one with the mouse pointer is turned off.

EXPECTED RESULT
Resume the Wayland session as it was.

SOFTWARE/OS VERSIONS
Linux: 5.15.8
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
On Wayland with 2 monitors.

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

[kwin] [Bug 419402] [Wayland] With a secondary display, only mouse cursor is drawn after updating Window Decorations

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

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

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

[kscreenlocker] [Bug 447426] New: Unable to unlock screen after USB keyboard was disconnected and re-connected

2021-12-23 Thread Rob Sanders
https://bugs.kde.org/show_bug.cgi?id=447426

Bug ID: 447426
   Summary: Unable to unlock screen after USB keyboard was
disconnected and re-connected
   Product: kscreenlocker
   Version: 5.23.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: r...@sandersmail.eu
CC: bhus...@gmail.com
  Target Milestone: ---

I use USB switch and often switch my mouse/keyboard between my KDE desktop and
my work PC. Upon returning to my desktop I'm greeted with screenlocker but my
keyboard does not seem to be working. I can move my mouse around but cannot
type any password as the password prompt does not appear. ALT+CTRL+Fx doesn't
work either. The only way to resolve it is hard reset.

Importantly, this only happens when I run plasma on Wayland session. This
behaviour is not present with plasma on X11.

Based on my limited knowledge I cannot say if the kscreenlocker is responsible
here or there's an underlying problem somewhere else in wider input handling
under wayland.

STEPS TO REPRODUCE
1.  Login to desktop session (plasma on Wayland)
2.  disconnect USB keyboard/mouse
3.  leave for ~30min (not sure about the exact time required)
4. re-connect the keyboard/mouse


OBSERVED RESULT
No keyboard events are processed. Unable to unlock the screen

EXPECTED RESULT
Keyboard events are processed and screen can be unlocked

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  5.23.3 from Fedora 35 repos. This has been observed for a
very long time so it's not a new regression.
(available in About System)
KDE Plasma Version:  5.23.3
KDE Frameworks Version:  5.89.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
As mentioned before, this only happens on Wayland and not on X11

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

[krita] [Bug 447046] Delay when selecting a brush preset and actually having it active

2021-12-23 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447046

--- Comment #7 from thetwo  ---
(In reply to Dmitry Kazakov from comment #6)
> Hi, Larissa!
> 
> Can you clarify a bit, does the delay happen only when you select a brush
> for the first time in Krita session or every time when you select it? From
> your note about '/' shortcut, I have a feeling like it should happen only
> for the first click on the brush

In my case, the first click is 100% triggered. Later, there is a certain
probability of triggering. After I select multiple brushes from top to bottom,
the probability of triggering is greatly reduced.

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

[dolphin] [Bug 407990] Dolphin terminal panel doesn't source .zshrc on session restore

2021-12-23 Thread Jay Armstrong
https://bugs.kde.org/show_bug.cgi?id=407990

Jay Armstrong  changed:

   What|Removed |Added

 CC||j...@jayarmstrong.com

--- Comment #19 from Jay Armstrong  ---
Believe I'm seeing the same issue using fish shell.

Plasma 5.18.6

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

[digikam] [Bug 447416] Unable to use mariadb 10 remote database with digikam 7.3

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

--- Comment #2 from Maik Qualmann  ---
Your other problem with Super Privilege: digiKam uses now triggers. In this bug
report is what you have to do: Bug 435065.

On MySQL Server PC:

mysql -u USERNAME -h HOSTNAME -p

set global log_bin_trust_function_creators=1;

Maik

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

[plasmashell] [Bug 447425] New: Notifications's text is sometimes overflowing the notification

2021-12-23 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=447425

Bug ID: 447425
   Summary: Notifications's text is  sometimes overflowing the
notification
   Product: plasmashell
   Version: 5.23.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: liubomi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 144806
  --> https://bugs.kde.org/attachment.cgi?id=144806=edit
Popup issue

SUMMARY
See the screenshot. 

In addition to the above and probably related - i think i have seen some
notifications to be further down that their regular position - the lower part
of the notification below the taskbar and only the upper part of it visible.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
Kernel Version: 5.15.10-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kdeconnect] [Bug 447424] New: Transfert file corrupt data

2021-12-23 Thread Cristol
https://bugs.kde.org/show_bug.cgi?id=447424

Bug ID: 447424
   Summary: Transfert file corrupt data
   Product: kdeconnect
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: cristo...@hotmail.com
  Target Milestone: ---

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

SUMMARY

More information here 
https://www.reddit.com/r/kde/comments/rmg06p/kde_connect_transfert_file_corrupted_file/?utm_medium=android_app_source=share

STEPS TO REPRODUCE

When i download "large" file with Dolphin (Phone to Computer), i've a corrupted
file.

For example a video 6,9Mo is unreadble with vlc If i download the same video
with AirDroid the file is ok.

Comparaison : Same size But different md5sum

Kubuntu 21.10 (Lady update packages)
Samsung S21 Ultra Android 12

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

[okular] [Bug 447410] already highlighted text (comments), can not be changed - Additional: right click menu feature request

2021-12-23 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=447410

Paul Worrall  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED
 CC||p.r.worr...@gmail.com

--- Comment #1 from Paul Worrall  ---
The functionality you need is available if you select the "Browse" tool.

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

[ksmserver] [Bug 433293] Some KDE processes (like kdeconnectd) are not killed after session logout, hog CPU

2021-12-23 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=433293

--- Comment #27 from Lyubomir  ---
*** Bug 437911 has been marked as a duplicate of this bug. ***

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

[xdg-desktop-portal-kde] [Bug 437911] xdg-desktop-portal-kde high CPU usage on login

2021-12-23 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=437911

Lyubomir  changed:

   What|Removed |Added

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

--- Comment #7 from Lyubomir  ---
Since then i've switched to Arch and for some time i don't think i see this any
more. Kubuntu ships updates at a slower pace.
Marking as duplicate.

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

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

[frameworks-karchive] [Bug 447421] Add support for lzip compression

2021-12-23 Thread Heinz Wiesinger
https://bugs.kde.org/show_bug.cgi?id=447421

Heinz Wiesinger  changed:

   What|Removed |Added

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

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

<    1   2   3   >