[plasmashell] [Bug 481483] force close applications

2024-02-21 Thread Ben Cooksley
https://bugs.kde.org/show_bug.cgi?id=481483

--- Comment #4 from Ben Cooksley  ---
The bug has now been cleansed of the sensitive information.

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

[gcompris] [Bug 481661] New: Wrong recordings in "Vokabeln", "Verschiedenes", "Adjective" and more...

2024-02-21 Thread Henrik
https://bugs.kde.org/show_bug.cgi?id=481661

Bug ID: 481661
   Summary: Wrong recordings in "Vokabeln", "Verschiedenes",
"Adjective" and more...
Classification: Applications
   Product: gcompris
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jaz...@gmail.com
  Reporter: henrik.hein...@online.de
  Target Milestone: ---

SUMMARY
***
GCompris 4.0 (not selectable in the version field)

In "Vokabeln", "Verschiedenes" a lot of failures can be found:

Missmatch between written and recorded audio, eg, 
"Der Ritter" vs. "Ein Ritter"

Missmatch between shown picture and text/audio, eg,
A Barcode consisting of lots of strokes is "Der Strich" (which is singular
instead of plural)
Several houses are shown which are "Die Wohnungen" but "Häuser" would fit much
better, as the "Wohnungen" are part of the shown houses.

Wrong text shown, eg,
A sliced lemon is shown, a arrow indicates one of the halfs also the audio says
"Die Hälfte" but the text is "halb" which is an adjective instead of an noun.
***

Also in other modules a lot of really bad misstakes can be found, e.g. in
section "Adjective" several nouns can be found. Moreover the quality of the
recording could be better - some are too loud, some to quiet. Some have
additional noises like laughing.

If someone is interested to make GCompris really "High quality" I offer support
in showing - maybe in a live "walkthrough" session - what is wrong in German
and also can offer proper audio recordings.

In the current state it is not usable to teach e.g. refugees the German
language as it has so many errors.

Linux: Linux Mint 21.3 Cinnamon

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

[frameworks-kio] [Bug 480797] "PrefersNonDefaultGPU" setting can nonsensically end up preferring the less powerful integrated GPU in cases where the more powerful GPU is the default one

2024-02-21 Thread Berk Elyesa Yıldırım
https://bugs.kde.org/show_bug.cgi?id=480797

--- Comment #13 from Berk Elyesa Yıldırım  ---
Don't forget hybrid laptops, which as far as I'm aware has more dev attention
and those are intentionally using iGPU as default and dGPU is offloaded to save
battery life, but the Lutris issue is right on the PC main reversal you're
currently experiencing.

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

[krita] [Bug 480705] UI switches between HDR and SDR each time 2-3 seconds passes after mouse cursor stops moving

2024-02-21 Thread Matej Mrenica
https://bugs.kde.org/show_bug.cgi?id=480705

Matej Mrenica  changed:

   What|Removed |Added

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

--- Comment #3 from Matej Mrenica  ---
This issue only happens when the Night light like windows feature is enabled,
and one should probably disable that anyway when doing any color sensitive
work.

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

[LabPlot2] [Bug 479643] Labplot cannot draw errorbars on barplot?

2024-02-21 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=479643

Alexander Semke  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/educ
   ||ation/labplot/-/merge_reque
   ||sts/475
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||2.11

--- Comment #2 from Alexander Semke  ---
We implemented this feature, you can check the screenshot on
https://invent.kde.org/education/labplot/-/merge_requests/475  to see how such
a plot can look like. This feature will be part of the next release of LabPlot
2.11. You can also use our nightly builds of the development version if you
want to try out this feature earlier and to provide feedback.

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481657

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[plasma-simplemenu] [Bug 481660] System settings entries not automatically selected when application entries are collapsed

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481660

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[gcompris] [Bug 481659] German Umlauts "Ä", "Ö" and "Ü" not played in "Simple Letters" activity

2024-02-21 Thread Jazeix Johnny
https://bugs.kde.org/show_bug.cgi?id=481659

--- Comment #1 from Jazeix Johnny  ---
Hi,

thanks for the report!

Yes, we don't have the voices for the letters:
https://gcompris.net/voicestats/voice_status_de.html (in section "Letters"),
that explains it :).

If you know someone who would be interested to help providing the missing
voices (or files for German, as we also miss the grammar datasets), feel free
to contact us :).

We have a page in
https://gcompris.net/mediawiki-1.31.0/index.php?title=Voice_translation_Qt
explaining how to record and where to find the strings to record. If it is too
technical, we should be able to work with the "raw" audio files.

I'm not sure on which status put to the report. Yes, it's confirmed, but we
cannot do anything on our own (except learn German and the prononciation of
these sounds which seems quite a challenge if we plan to do it for all the
languages which miss sounds :D)

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

[digikam] [Bug 481630] Adding/deleting tags on multiple images will erase face rectangles/other tags randomly

2024-02-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=481630

--- Comment #12 from Maik Qualmann  ---
Gilles,

the problem is related to compiling with MSVC, we need to set
"SQLITE_DEFAULT_LOCKING_MODE=1" (Exclusive) as the compile option for SQLite.
The default is "Normal".
We have to see what compile options are still set in normal Linux distributions
for SQLite.
We could also send a PRAGMA statement to the database if we don't want to make
it compile dependent.

Maik

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

[kwin] [Bug 481456] VLC fullscreen not working with Plasma 6

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481456

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #11 from Doug  ---
I cannot reproduce with scaling at 150%  on an external 4k monitor, but at 125%
I can reproduce.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[plasma-simplemenu] [Bug 481660] New: System settings entries not automatically selected when application entries are collapsed

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481660

Bug ID: 481660
   Summary: System settings entries not automatically selected
when application entries are collapsed
Classification: Plasma
   Product: plasma-simplemenu
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: b.doorn...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 166003
  --> https://bugs.kde.org/attachment.cgi?id=166003&action=edit
demonstration

In the attached video, you can see that when I type "dol", dolphin is the
selected item, which I can then open by pressing enter. However when I enter
"date" for date and time in system settings, the applications pane is collapsed
and date and time does not get selected.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch/KDE Neon
(available in About System)
KDE Plasma Version: 5.93.0/6.0.18
KDE Frameworks Version: 5.249.0/6.0
Qt Version: 6.7.0

Tested on my up-to-date (kde-unstable) Arch system as well as a live KDE Neon
Unstable image from today.


(If I remember correctly, the applications pane did not get collapsed in Plasma
5, which was *my* preferred behavior.)

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

[gcompris] [Bug 481659] New: German Umlauts "Ä", "Ö" and "Ü" not played in "Simple Letters" activity

2024-02-21 Thread Henrik
https://bugs.kde.org/show_bug.cgi?id=481659

Bug ID: 481659
   Summary: German Umlauts "Ä", "Ö" and "Ü" not played in "Simple
Letters" activity
Classification: Applications
   Product: gcompris
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jaz...@gmail.com
  Reporter: henrik.hein...@online.de
  Target Milestone: ---

SUMMARY
***
German Umlauts "Ä", "Ö" and "Ü" as well as the famous "ß" associated audio
recordings not played in "Falling Letters" and "Simple Keyboard" activity.
Maybe there are no recordings?
***


STEPS TO REPRODUCE
1.  Start GCompris (Version 4.0) in German environment with German keyboard.
2. Start activity "Simple Letters" ("Einfache Buchstaben") or "Simple Keyboard"
("Einfache Tastatiur")
3. Wait for Umlauts to appear, press the correct button on the keyboard or
press the Umlauts button

OBSERVED RESULT

The expected sound of the letters "Ä", "Ö", "Ü" and "ß" is not played.

EXPECTED RESULT

The correct sound of the Umlauts and "ß" is played.

SOFTWARE/OS VERSIONS

Linux: Linux Mint 21.3 Cinnamon
GCompris: 4.0

ADDITIONAL INFORMATION

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

[digikam] [Bug 481630] Adding/deleting tags on multiple images will erase face rectangles/other tags randomly

2024-02-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=481630

--- Comment #11 from Maik Qualmann  ---
The locked database issue is definitely the cause of tags disappearing or not
being saved. It is normal for a SQLite database to be locked during a write
operation, in this case we simply wait until it is available again, up to 10
seconds. Only there are no wait debug messages. May have changed the locking
setting in current SQLite versions, I'll investigate.

Maik

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

[plasmashell] [Bug 481614] Panels behaving as if touched by a window when they are not

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481614

Doug  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Doug  ---
Marking this as confirmed, since it has been reported by another user.

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

[frameworks-purpose] [Bug 481587] "Choose a device to send to:" text is not entirely readable in the dialogs used to share a file via context menu of Dolphin

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481587

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #1 from Doug  ---
Cannot reproduced, my popup windows for those two are wide enough to show the
text.  Are you using a special font, or have you increased the font size?


Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[plasmashell] [Bug 481631] Increase spacing between top-level menus to match that of in-window menus

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481631

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #4 from Doug  ---
The Latte Appmenu widget allows for padding to be user adjustable, and other
widgets have font configuration, so those things theoretically could be
adjustable.  Obviously, the "all options have costs" rule applies.

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

[plasmashell] [Bug 481628] Global menu should still have standard menus available when there is no application open

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481628

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #4 from Doug  ---
(In reply to Emir SARI from comment #2)
> Thanks for the reply!
> 
> The active window will always get the menu content, no questions asked
> there. But, when there are no applications open, and for instance when the
> window chooser is active "Plasma Desktop" is displayed (that's my cue that
> there are no active application windows), there should be a standard set of
> items.
> 
> Now, I always use the folder mode, so, when in folder mode, there should be
> menus for instance,
> 
> File - for file operations
> Edit - for file operations
> View - for display options of the icons
> Go - easy navigation to places and mounted disks, last used items, and
> network connection options
> Window - this is your Plasma navigation menu, windows, virtual desktops,
> activities…
> Help - standart help access
> 
> For the rumoured widget mode (I never use it), these could be configured as
> you say, to display whatever is relevant to that mode.
> 
> The main logic behind this change it, theoretically, when we use the global
> menu for system navigation and cancel the standard bottom Plasma panel,
> everything should also be available also in this global menu paradigm
> without having to resort to specific widgets. The only sort of required
> other widget should be the application launcher menu.
> 
> I recognise that this paradigm is very macOS'y, but when we already have the
> global menu, we could as well make it worthwhile to have it. It would also
> really help folks like me that use macOS regularly to feel more at home with
> KDE. It is also a 40 year old paradigm, which is tried extensively and in
> use today.
> 
> This way also we could make Dolphin integrate more deeply into Plasma. To be
> fair, having to launch Dolphin in order to manipulate files on the Desktop
> extensively is not ideal at all.

As a fellow Global Menu/sometimes MacOS user, I have long wanted something
along these lines, so I'd like to chime in and say I'd love to see something
like this developed as Plasma 6 stabilizes and starts adding new features.

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #6 from b.doorn...@protonmail.com ---
Ok I messed up the first comment, first time here sorry.

The icons on the logout confirmation screen (appears after clicking e.g.
restart in kickoff) are broken on some themes.

STEPS TO REPRODUCE
1. Get an icon theme (I tried papirus (broken), adwaita (broken), candy
(works), breeze (works), elementary (broken))
2. Try to logout

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux, KDE Neon
(available in About System)
KDE Plasma Version: 5.93.0/6.0.18
KDE Frameworks Version: 5.249.0/6.0
Qt Version: 6.7.0

I tried this on my own up-to-date Arch system as well as a fresh KDE Neon
Unstable live image.

I assume this has something to do with symbolic icons, however, both papirus
and adwaita do define symbolic versions for the needed ones.

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

[konversation] [Bug 349675] Commands such as /fortune do not send messages

2024-02-21 Thread argonel
https://bugs.kde.org/show_bug.cgi?id=349675

argonel  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||1.10.24020
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/konversation/-/commit/b
   ||7a551d6fd07c901d81b25f46f07
   ||82a9846c7c23

--- Comment #4 from argonel  ---
Git commit b7a551d6fd07c901d81b25f46f0782a9846c7c23 by Eli MacKenzie.
Committed on 22/02/2024 at 05:28.
Pushed by argonel into branch 'release/24.02'.

Provide scripts with an env var to find qdbus

While the qdbus tool has been a RUNTIME dependency of Konversation since 2008,
most distros didn't add a requirement. Given there's no standard way to
advertise runtime deps, qdbus is now a build dep in addition to being a
runtime dep.

Unfortunately qdbus doesn't have a consistent name nor location. This attempts
to find it by asking Qt where the binaries probably got installed and then
tries a few possible names.

A script run from inside Konversation now expects to receive an environment
variable "KONVERSATION_DBUS_BIN" that is the full pathname of the actual
program. This is set by the script launcher if it isn't present in the
environment on launch.
FIXED-IN: 1.10.24020

M  +11   -0CMakeLists.txt
M  +1-0ChangeLog
M  +2-0NEWS
M  +5-4data/scripting_support/python/konversation/dbus.py
M  +2-2data/scripting_support/python/konversation/i18n.py
M  +2-1data/scripts/fortune
M  +2-2data/scripts/gauge
M  +3-2data/scripts/media
M  +1-1data/scripts/sayclip
M  +2-2data/scripts/tinyurl
M  +7-5data/scripts/uptime
M  +13   -0src/CMakeLists.txt
A  +1-0src/konvi_qdbus.h.in
M  +3-0src/scriptlauncher.cpp

https://invent.kde.org/network/konversation/-/commit/b7a551d6fd07c901d81b25f46f0782a9846c7c23

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

[systemsettings] [Bug 481640] KCM defaults not working

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481640

Doug  changed:

   What|Removed |Added

  Component|general |kcm_kwintabbox
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
 CC||dougsha...@protonmail.com,
   ||plasma-b...@kde.org

--- Comment #1 from Doug  ---
Cannot reproduce.  What operating system, versions, etc are you using?

For example:
Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #5 from b.doorn...@protonmail.com ---
Created attachment 166002
  --> https://bugs.kde.org/attachment.cgi?id=166002&action=edit
broken adwaita icons on logout confirmation screen

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #4 from b.doorn...@protonmail.com ---
Created attachment 166001
  --> https://bugs.kde.org/attachment.cgi?id=166001&action=edit
proper (but wrong color scheme) adwaita icons on kickoff

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #3 from b.doorn...@protonmail.com ---
Created attachment 166000
  --> https://bugs.kde.org/attachment.cgi?id=166000&action=edit
broken papirus-dark icons on logout confirmation screen

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #2 from b.doorn...@protonmail.com ---
Created attachment 165999
  --> https://bugs.kde.org/attachment.cgi?id=165999&action=edit
proper papirus-dark icons on kickoff

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

b.doorn...@protonmail.com changed:

   What|Removed |Added

 Attachment #165997|proper breeze icons |proper breeze icons on
description||kickoff

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

[digikam] [Bug 480134] Freeze (loop ?) when right click on an image

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480134

--- Comment #172 from caulier.gil...@gmail.com ---
@mahikeulbody,

It sound like a file from the AppImage bundle break the KSyCoca API. I think
it's not only the freedesktop XML database, but perhaps another file hosted in
the archive.

Can you :

1/ extract the AppImage contents locally using the "--appimage-extract'"
command line option.
2/ In the subdir just create, you will find the AppRun shell script used to
start the application. If you run it locally, this will give exactly the same
result, than starting the non extracted AppImage. You can investigate easily
with the bundle contents.
3/ The famous freedesktop XMl file is located in 

APPIMAGE_BASE/usr/share/mime/packages/

and other files are just in the up directory:

APPIMAGE_BASE/usr/share/mime/

Typically the contents of this dirs is copied from the VM linux to the bundles
(XUbuntu 20.04). The freedesktop XML file is now overwritten with the version
given by Maik.

4/ Can you copy the freedesktop XML file from your system to the local AppImage
directly to see if it's better ?

5/ Can you take a look if other files in APPIMAGE_BASE/usr/share/mime/ can have
sideeffects ? Typically, take a look if removing files or replacing with ones
from your computer improve this situation ?

Best

Gilles

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

[plasmashell] [Bug 481657] Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

--- Comment #1 from b.doorn...@protonmail.com ---
Created attachment 165998
  --> https://bugs.kde.org/attachment.cgi?id=165998&action=edit
proper breeze icons on logout confirmation screen

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

[kdeconnect] [Bug 481658] New: wrong url in kdeconnect brew url

2024-02-21 Thread skw
https://bugs.kde.org/show_bug.cgi?id=481658

Bug ID: 481658
   Summary: wrong url in kdeconnect brew url
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: macos-application
  Assignee: turx2...@gmail.com
  Reporter: s.weber0...@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. Run 
```sh
brew untap kde-mac/kde 2> /dev/null
brew tap kde-mac/kde https://invent.kde.org/packaging/homebrew-kde.git
--force-auto-update
```
to add the tap
2. Try to install via `brew install --cask kde-mac/kde/kdeconnect`

OBSERVED RESULT
```sh
$ brew install --cask kde-mac/kde/kdeconnect
Error: Failed to open TCP connection to binary-factory.kde.org:443
(getaddrinfo: nodename nor servname provided, or not known)
Please report this issue:
  https://docs.brew.sh/Troubleshooting
Warning: Removed Sorbet lines from backtrace!
Rerun with `--verbose` to see the original backtrace
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:1018:in
`initialize'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:1018:in
`open'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:1018:in
`block in connect'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:107:in
`block in timeout'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/timeout.rb:117:in
`timeout'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:1016:in
`connect'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:995:in
`do_start'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/net/http.rb:984:in
`start'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:323:in
`open_http'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:741:in
`buffer_open'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:212:in
`block in open_loop'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:210:in
`catch'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:210:in
`open_loop'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:151:in
`open_uri'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/open-uri.rb:721:in
`open'
/usr/local/Homebrew/Library/Taps/kde-mac/homebrew-kde/Casks/kdeconnect.rb:9:in
`block (2 levels) in load'
/usr/local/Homebrew/Library/Homebrew/cask/url.rb:117:in `instance_exec'
/usr/local/Homebrew/Library/Homebrew/cask/url.rb:117:in `call'
/usr/local/Homebrew/Library/Homebrew/cask/url.rb:194:in `block in initialize'
/usr/local/Homebrew/Library/Homebrew/lazy_object.rb:18:in `__getobj__'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/delegate.rb:101:in
`respond_to_missing?'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/delegate.rb:120:in
`respond_to?'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/delegate.rb:120:in
`target_respond_to?'
/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/lib/ruby/3.1.0/delegate.rb:86:in
`method_missing'
/usr/local/Homebrew/Library/Homebrew/cask/download.rb:29:in `url'
/usr/local/Homebrew/Library/Homebrew/cask/download.rb:108:in `determine_url'
/usr/local/Homebrew/Library/Homebrew/downloadable.rb:126:in
`determine_url_mirrors'
/usr/local/Homebrew/Library/Homebrew/downloadable.rb:74:in `downloader'
/usr/local/Homebrew/Library/Homebrew/downloadable.rb:87:in `fetch'
/usr/local/Homebrew/Library/Homebrew/cask/download.rb:55:in `fetch'
/usr/local/Homebrew/Library/Homebrew/cask/installer.rb:181:in `download'
/usr/local/Homebrew/Library/Homebrew/cask/installer.rb:71:in `fetch'
/usr/local/Homebrew/Library/Homebrew/cask/installer.rb:101:in `install'
/usr/local/Homebrew/Library/Homebrew/cmd/install.rb:244:in `block in install'
/usr/local/Homebrew/Library/Homebrew/cmd/install.rb:233:in `each'
/usr/local/Homebrew/Library/Homebrew/cmd/install.rb:233:in `install'
/usr/local/Homebrew/Library/Homebrew/brew.rb:86:in `'
```

EXPECTED RESULT
Install should start

SOFTWARE/OS VERSIONS
macOS: 14.2.1
Linux/KDE Plasma: 

ADDITIONAL INFORMATION
The `base_url` in
https://invent.kde.org/packaging/homebrew-kde/-/blob/master/Casks/kdeconnect.rb?ref_type=heads#L7,
i.e.
`https://binary-factory.kd

[plasmashell] [Bug 481657] New: Broken icons on logout confirmation screen with some themes

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481657

Bug ID: 481657
   Summary: Broken icons on logout confirmation screen with some
themes
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Session Management
  Assignee: plasma-b...@kde.org
  Reporter: b.doorn...@protonmail.com
  Target Milestone: 1.0

Created attachment 165997
  --> https://bugs.kde.org/attachment.cgi?id=165997&action=edit
proper breeze icons

Broken icons on logout confirmation screen with some themes.

The icons on the logout confirmation screen (appears after clicking e.g.
restart in kickoff) are broken on some themes other than Breeze.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[kwin] [Bug 481610] Dragging a window along the top screen edge makes it follow the mouse by 1 pixel increments

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481610

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #2 from Doug  ---
I would think that it shouldn't matter as when you release your drag the window
will be maximized.

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

[plasmashell] [Bug 477165] When restarted while running under systemd, plasmashell crashes in qDeleteAll::const_iterator>

2024-02-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=477165

Harald Sitter  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/0f1fe59a2e413b82609b2aac4
   ||cf47d9345882cae

--- Comment #5 from Harald Sitter  ---
Git commit 0f1fe59a2e413b82609b2aac4cf47d9345882cae by Harald Sitter.
Committed on 22/02/2024 at 06:25.
Pushed by sitter into branch 'master'.

eventpluginsmanager: don't crash on double-delete of plugin objects

The Qt docs command no deletes!

> Don't try to delete the root component. Instead rely on that unload()
will automatically delete it when needed.

and

> When the library is finally unloaded, the root component will
automatically be deleted.

consequently don't delete the root component and then crash when a
double delete occurs. This notably seems easy to produce with multiple
clocks that have events plugins loaded.

M  +3-1components/calendar/eventpluginsmanager.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/0f1fe59a2e413b82609b2aac4cf47d9345882cae

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

[systemsettings] [Bug 481579] wi-fi 2.4 ghz is connected after login despite wi-fi 5ghz has higher priority

2024-02-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481579

--- Comment #3 from Harald Sitter  ---
What's the output of 

nmcli  --fields NAME,AUTOCONNECT-PRIORITY connection show

on both plasma and gnome?

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

[plasmashell] [Bug 481656] Dragging an icon from the menu to the desktop crashes plasmashell

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481656

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[plasmashell] [Bug 481656] Dragging an icon from the menu to the desktop crashes plasmashell

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481656

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[filelight] [Bug 480996] Option to make the folder size dependent on file count instead of file size

2024-02-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=480996

Harald Sitter  changed:

   What|Removed |Added

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

--- Comment #4 from Harald Sitter  ---
I am not sure this is going to happen. The use case is awfully niche. I'll let
this simmer for a bit, maybe a trivial solution presents itself.

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

[plasmashell] [Bug 481639] Plasmashell crash on "plasmashell --replace"

2024-02-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481639

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|ASSIGNED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Harald Sitter  ---


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

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

[plasmashell] [Bug 477165] When restarted while running under systemd, plasmashell crashes in qDeleteAll::const_iterator>

2024-02-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=477165

Harald Sitter  changed:

   What|Removed |Added

 CC||jc...@posteo.net

--- Comment #4 from Harald Sitter  ---
*** Bug 481639 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 481649] New clickable storage status button ?

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481649

--- Comment #2 from Doug  ---
It shows me options for exploring free disk space in Filelight or KDiskFree. 
Do you not have either of those installed?  Maybe there should be some way to
disable the button, or have it show those two programs as optional
installations.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[dolphin] [Bug 481649] New clickable storage status button ?

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481649

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #1 from Doug  ---
Created attachment 165996
  --> https://bugs.kde.org/attachment.cgi?id=165996&action=edit
My options when clicking that button

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

[plasmashell] [Bug 481656] New: Dragging an icon from the menu to the desktop crashes plasmashell

2024-02-21 Thread Kotori Itsuka
https://bugs.kde.org/show_bug.cgi?id=481656

Bug ID: 481656
   Summary: Dragging an icon from the menu to the desktop crashes
plasmashell
Classification: Plasma
   Product: plasmashell
   Version: 5.93.0
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: cmdrkoto...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Created attachment 165995
  --> https://bugs.kde.org/attachment.cgi?id=165995&action=edit
Backtrace of crash

SUMMARY
Dragging an icon (Firefox in this case) from the menu to the desktop results in
a crash

STEPS TO REPRODUCE
1. Open menu
2. Drag item to desktop

OBSERVED RESULT
Plasmashell crashes

EXPECTED RESULT
Item appears as a desktop entry/icon on the desktop

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.4-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 2700X Eight-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 6500 XT

ADDITIONAL INFORMATION
According the attached backtrace, it appears that while processing the drag
event the the this variable of the qurl is null.
I went back through the stack trace until it became apparent that it was
evaluating javascript.

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

[systemsettings] [Bug 481655] New: Two "About System Settings" entries in menu

2024-02-21 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=481655

Bug ID: 481655
   Summary: Two "About System Settings" entries in menu
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: dougsha...@protonmail.com
  Target Milestone: ---

Created attachment 165994
  --> https://bugs.kde.org/attachment.cgi?id=165994&action=edit
Menu with two About System Settings entries

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 system settings
2. Click on "Help" on the menubar

OBSERVED RESULT
There are two "About System Settings" entries on the menu

EXPECTED RESULT
There is one "About System Settings" entry on the menu

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

ADDITIONAL INFORMATION

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

[kde] [Bug 481440] No Audio - Identified Kernel Issue from Arch - with Solution - See Links in Description

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481440

--- Comment #4 from kirk.h...@gmail.com ---
Thank you for the reply Nate.
Its ok the manjaro team was able to forward me some documentation
that allows me to see progress is being made on this issue.

they gave me  https://asus-linux.org/guides/cirrus-amps/

Best,





On Wed, Feb 21, 2024 at 10:48 PM Nate Graham 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=481440
>
> --- Comment #3 from Nate Graham  ---
> I don't think I can help you with that, sorry. Only you can decide whether
> to
> keep the hardware in anticipation of a software fix. It's a decision many
> of us
> find ourselves in the position of having to make when we buy a device that
> didn't come with a Linux-based OS on it.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kde] [Bug 481440] No Audio - Identified Kernel Issue from Arch - with Solution - See Links in Description

2024-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=481440

--- Comment #3 from Nate Graham  ---
I don't think I can help you with that, sorry. Only you can decide whether to
keep the hardware in anticipation of a software fix. It's a decision many of us
find ourselves in the position of having to make when we buy a device that
didn't come with a Linux-based OS on it.

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

[neon] [Bug 481352] Application launcher buttons "reboot", "shutdown" and "logout" have no effect

2024-02-21 Thread PK
https://bugs.kde.org/show_bug.cgi?id=481352

--- Comment #5 from PK  ---
This morning, after installing the updates, the buttons suddenly workt!
Great! Thank you...

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

[kwin] [Bug 481501] Suppress trigger shortcuts of Plasma applets while Overview is open

2024-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=481501

--- Comment #5 from Nate Graham  ---
Right, that was my thinking too.

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

[kwin] [Bug 481648] Overview close window button

2024-02-21 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=481648

--- Comment #3 from saxn  ---
(In reply to fanzhuyifan from comment #2)
> This is intentional as we want the close button to be the same size
> regardless of the scale of the window -- which can be quite small.


The close button on overview is unique in a way. Bcz of the rectangular look
and feel to it.
But it does't matchup up with other close buttons.
Scaling the same circular close button to bigger one for overview effect makes
the desktop more consistant .

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

[digikam] [Bug 477379] digikam crashes on start with "failed to create drawable" / "glXCreatePbuffer failed."

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477379

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

Well sound like a downstream bug relevant of the NVIDIA driver, or from a
middle component as FreeGLUT or Mesa3D libraries for exemple. 

https://freeglut.sourceforge.net/
https://docs.mesa3d.org/index.html

And of course the Qt library version to use in background of digiKam is very
important here... The last stable is 5.15.12 published in open source, the next
one will arrive in a few weeks.

Gilles Caulier

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

[kdenlive] [Bug 481653] queued files with subtitles mess the subtitles

2024-02-21 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=481653

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Jean-Baptiste Mardelle  ---
Thanks for your report. I can confirm the issue, it happens with project files
that have the same documentid, which happens when you create a copy of a
project using save as. I will work on a fix.

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

[Breeze] [Bug 481202] Sometimes window buttons stay gray after Firefox window becomes active

2024-02-21 Thread Luka Rasputin
https://bugs.kde.org/show_bug.cgi?id=481202

Luka Rasputin  changed:

   What|Removed |Added

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

--- Comment #1 from Luka Rasputin  ---
This issue has nothing to do with KDE since it is reproducible with other DE's.
Also it has been fixed in Firefox 123.

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

[krita] [Bug 480751] problems with hotkeys

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480751

--- Comment #3 from janapanova2...@gmail.com ---
Hello. The error is still present. I will explain in more detail: while I
use the pen, the "pipette" is periodically activated by itself. I do not
know what this is related to and how to fix it.

чт, 22 февр. 2024 г., 06:46 Bug Janitor Service :

> https://bugs.kde.org/show_bug.cgi?id=480751
>
> --- 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 reported the bug.

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

[kate] [Bug 481654] New: Kate crashed when triggering quick open

2024-02-21 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=481654

Bug ID: 481654
   Summary: Kate crashed when triggering quick open
Classification: Applications
   Product: kate
   Version: 23.08.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: kishor...@gmail.com
  Target Milestone: ---

Application: kate (23.08.5)

Qt Version: 5.15.12
Frameworks Version: 5.115.0
Operating System: Linux 6.7.4-arch1-1 x86_64
Windowing System: X11
Distribution: Arch Linux
DrKonqi: 5.27.10 [KCrashBackend]

-- Information about the crash:
Kate crashed when I switched from another window using Alt+Tab, triggered Quick
Open using Ctrl+Alt+O, and started typing. I have not been able to reproduce
this crash again.

This was on X11, so it does not seem to be a duplicate of
https://bugs.kde.org/show_bug.cgi?id=471791

The crash does not seem to be reproducible.

-- Backtrace:
Application: கேட் (kate), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = }
[KCrash Handler]
#6  0x7a11de9c049a in KateQuickOpenModel::refresh (this=0x5f1e46832f50,
mainWindow=) at
/usr/src/debug/kate/kate-23.08.5/apps/lib/quickopen/katequickopenmodel.cpp:137
#7  0x7a11de9c0d2c in KateQuickOpen::updateState (this=0x7ffd79c095d0) at
/usr/src/debug/kate/kate-23.08.5/apps/lib/quickopen/katequickopen.cpp:379
#8  0x7a11de9e79f4 in KateQuickOpen::KateQuickOpen (mainWindow=, this=0x7ffd79c095d0) at
/usr/src/debug/kate/kate-23.08.5/apps/lib/quickopen/katequickopen.cpp:336
#9  KateMainWindow::slotQuickOpen (this=0x5f1e45854490) at
/usr/src/debug/kate/kate-23.08.5/apps/lib/katemainwindow.cpp:1489
#10 0x7a11dd4c8e27 in QtPrivate::QSlotObjectBase::call (a=0x7ffd79c09760,
r=, this=0x5f1e458f59a0, this=, r=, a=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate (sender=0x5f1e44a2fdd0, signal_index=4,
argv=0x7ffd79c09760) at kernel/qobject.cpp:3925
#12 0x7a11de14abb7 in QAction::triggered (this=this@entry=0x5f1e44a2fdd0,
_t1=) at .moc/moc_qaction.cpp:376
#13 0x7a11de15060b in QAction::activate (this=0x5f1e44a2fdd0,
event=) at kernel/qaction.cpp:1161
#14 0x7a11de1506de in QAction::event (e=, this=) at kernel/qaction.cpp:1086
#15 QAction::event (this=, e=) at
kernel/qaction.cpp:1075
#16 0x7a11de1578ff in QApplicationPrivate::notify_helper (this=, receiver=0x5f1e44a2fdd0, e=0x7ffd79c098f0) at
kernel/qapplication.cpp:3640
#17 0x7a11dd493ef8 in QCoreApplication::notifyInternal2
(receiver=0x5f1e44a2fdd0, event=0x7ffd79c098f0) at
kernel/qcoreapplication.cpp:1064
#18 0x7a11dd493f63 in QCoreApplication::sendEvent (receiver=, event=) at kernel/qcoreapplication.cpp:1462
#19 0x7a11dd967026 in QShortcutMap::dispatchEvent
(this=this@entry=0x5f1e4487ae58, e=e@entry=0x7ffd79c099b0) at
kernel/qshortcutmap.cpp:675
#20 0x7a11dd967415 in QShortcutMap::tryShortcut (this=0x5f1e4487ae58,
e=0x7ffd79c099b0) at kernel/qshortcutmap.cpp:343
#21 0x7a11dd91be08 in QWindowSystemInterface::handleShortcutEvent
(window=, timestamp=82160172, keyCode=79, modifiers=...,
nativeScanCode=32, nativeVirtualKey=111, nativeModifiers=12, text=...,
autorepeat=false, count=1) at kernel/qwindowsysteminterface.cpp:477
#22 0x7a11dd935522 in QGuiApplicationPrivate::processKeyEvent
(e=0x7ffd79c09b50) at kernel/qguiapplication.cpp:2398
#23 0x7a11d7a6e965 in QIBusPlatformInputContext::filterEventFinished
(this=, call=0x5f1e480b79b0) at
/usr/src/debug/qt5-base/qtbase/src/plugins/platforminputcontexts/ibus/qibusplatforminputcontext.cpp:517
#24 0x7a11dd4c8e27 in QtPrivate::QSlotObjectBase::call (a=0x7ffd79c09ce0,
r=, this=0x5f1e48124e90, this=, r=, a=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#25 doActivate (sender=0x5f1e480b79b0, signal_index=3,
argv=0x7ffd79c09ce0) at kernel/qobject.cpp:3925
#26 0x7a11de7b1ad4 in QDBusPendingCallWatcher::finished (this=, _t1=) at .moc/moc_qdbuspendingcall.cpp:158
#27 0x7a11dd4bb964 in QObject::event (this=0x5f1e480b79b0,
e=0x5f1e477a1740) at kernel/qobject.cpp:1347
#28 0x7a11de1578ff in QApplicationPrivate::notify_helper (this=, receiver=0x5f1e480b79b0, e=0x5f1e477a1740) at
kernel/qapplication.cpp:3640
#29 0x7a11dd493ef8 in QCoreApplication::notifyInternal2
(receiver=0x5f1e480b79b0, event=0x5f1e477a1740) at
kernel/qcoreapplication.cpp:1064
#30 0x7a11dd498e5b in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x5f1e44859580) at
kernel/qcoreapplication.cpp:1821
#31 0x7a11dd4deec8 in postEventSourceDispatch (s=0x5f1e449cb2b0) at
kernel/qeventdispatcher_glib.cpp:277
#32 0x7a11dad0df69 in g_main_dispatch (context=0x7a11dec0) at
../glib/glib/gmain.c:3476
#33 0x7a11dad6c3a7 in g_main_context_dispatch_unlocked
(context=0x7a11dec0) at ../glib/

[kdenlive] [Bug 481653] queued files with subtitles mess the subtitles

2024-02-21 Thread ksso
https://bugs.kde.org/show_bug.cgi?id=481653

--- Comment #1 from ksso  ---
Thank you very much for your working!

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

[KTechLab] [Bug 481652] Undefined symbol error after installing ktechlab

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481652

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED
 CC||fanzhuyi...@gmail.com

--- Comment #1 from fanzhuyi...@gmail.com ---
Should be a packaging issue. Please contact your distribution.

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

[kdenlive] [Bug 481653] New: queued files with subtitles mess the subtitles

2024-02-21 Thread ksso
https://bugs.kde.org/show_bug.cgi?id=481653

Bug ID: 481653
   Summary: queued files with subtitles mess the subtitles
Classification: Applications
   Product: kdenlive
   Version: 23.08.1
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: kep...@gmail.com
  Target Milestone: ---

Created attachment 165991
  --> https://bugs.kde.org/attachment.cgi?id=165991&action=edit
some files that produce good subtitles but only one by one

SUMMARY
***
When processing individual files with subtitles there is no problem, but when
processing several files (in a queue) from the second file in a row, the
subtitles are damaged. This only happen to some files. 

When importing srt or ass files, sometimes the program recognizes them, but
when processing the video it does not appear in the final file, it is necessary
to reconvert them with a web page so that it recognizes them and they appear in
the final file.
***


STEPS TO REPRODUCE
1. make several files with subtitles
2. process them one by one (queued)
3. only the first is rendered good, all the next ones are missed

OBSERVED RESULT
Only first file is ok

EXPECTED RESULT
All files are ok

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

ADDITIONAL INFORMATION
Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-17-generic (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5500U with Radeon Graphics
Memory: 3.1 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: HP
Product Name: HP Laptop 15-ef2xxx

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

[systemsettings] [Bug 481647] fallo durante cambio de aspecto global

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481647

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED
 CC||fanzhuyi...@gmail.com

--- Comment #1 from fanzhuyi...@gmail.com ---
Thank you for your bug report!

Debian advises users to not submit bugs upstream
(https://www.debian.org/Bugs/Reporting), as this version of the KDE software is
out of support from KDE, and so it's possible that the bug exists only in
Debian at this point.
Could you report the bug to Debian using the report bug utility
(https://packages.debian.org/stable/utils/reportbug)? If necessary, the
maintainer of the package will forward the bug upstream.

Thanks for understanding!

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

[kwin] [Bug 480963] Kwin spams QObject::startTimer related warning in systemd journal during user input

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480963

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

[filelight] [Bug 480996] Option to make the folder size dependent on file count instead of file size

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480996

--- 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 476045] AMD Zen4 APU Display Issue

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476045

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[konsole] [Bug 464281] 1px gaps in Konsole with fractional scaling

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464281

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[krita] [Bug 480751] problems with hotkeys

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480751

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

[plasmashell] [Bug 480974] Crash during Steam gameplay

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480974

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

[plasmashell] [Bug 480858] Crash while trying to connect find bluetooth mouse

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480858

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

[krita] [Bug 480705] UI switches between HDR and SDR each time 2-3 seconds passes after mouse cursor stops moving

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480705

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

[krita] [Bug 480675] I can use the shortcut key "ctrl u" to mask the filter and then overlay the filter mask

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480675

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

[Spectacle] [Bug 480448] Randomly fails to copy to clipboard

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480448

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

[dolphin] [Bug 480190] Dolphin QML HTML injection

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480190

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

[kdeconnect] [Bug 411107] kdeconnectd crashes when a file with a size > INT_MAX is shared

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411107

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464029

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

[KTechLab] [Bug 481652] New: Undefined symbol error after installing ktechlab

2024-02-21 Thread Shannon Levy
https://bugs.kde.org/show_bug.cgi?id=481652

Bug ID: 481652
   Summary: Undefined symbol error after installing ktechlab
Classification: Applications
   Product: KTechLab
   Version: 0.51.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: zoltan.pad...@gmail.com
  Reporter: shannl...@gmail.com
CC: jul...@svg4all.de
  Target Milestone: ---

SUMMARY

After attermpting to install ktechlab on fedora 39 I got the following error
when trying to invoke it from the command line:

ktechlab: symbol lookup error: ktechlab: undefined symbol:
_ZN15FileContextList4FindERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE


STEPS TO REPRODUCE
>From the terminal:
sudo dnf builddep ktechlab.x86_64
sudo dnf install ktechlab.x86_64
ktechlab



1. 
2. 
3. 

OBSERVED RESULT
displays the following error message:
ktechlab: symbol lookup error: ktechlab: undefined symbol:
_ZN15FileContextList4FindERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

EXPECTED RESULT
The ktechlab GUI

SOFTWARE/OS VERSIONS:
Linux Fedora 39
Gnome 45.0
Qt Version: 5.15

ADDITIONAL INFORMATION

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

[krita] [Bug 481651] New: Krita5.2.2 crashes occasionally when using animation and transform masks.

2024-02-21 Thread KAZUMA
https://bugs.kde.org/show_bug.cgi?id=481651

Bug ID: 481651
   Summary: Krita5.2.2 crashes occasionally when using animation
and transform masks.
Classification: Applications
   Product: krita
   Version: 5.2.2
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: gade.5390...@gmail.com
  Target Milestone: ---

Created attachment 165990
  --> https://bugs.kde.org/attachment.cgi?id=165990&action=edit
Krita Crash Log

SUMMARY
Sometimes Krita crashes when using animation features and transform masks,
especially after utilizing functions like Ctrl+Z, the freehand brush, or
animation curves.


STEPS TO REPRODUCE
It wasn't clear what specific steps trigger the issue to occur consistently. It
seems that even when following the same steps, the crash doesn't happen every
time.
However, the crashes consistently occur when using the animation timeline and
transform masks.

Here are the steps I attempted to reproduce the issue:

1. Create a new layer.
2. Add a transform mask to the layer created above.
3. On the layer's animation timeline, create a blank frame.
4. Draw something with the freehand brush.
5. Select the transform mask, use animation curves to move the drawing.
6. Set the end time when finished moving the drawing.
7. Using Ctrl+Z, the freehand brush, or animation curves with bezier curve
interpolation leads to a crash.

The above steps did not consistently result in a crash. However, after trying
them several times from the beginning or starting from a certain point using
Ctrl+Z, the crash occurred.



SOFTWARE/OS VERSIONS
Windows: 11

↓My Krita System Infomation

Krita

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

Qt

  Version (compiled): 5.15.7
  Version (loaded): 5.15.7

OS Information

  Build ABI: x86_64-little_endian-llp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: winnt
  Kernel Version: 10.0.22621
  Pretty Productname: Windows 10 Version 2009
  Product Type: windows
  Product Version: 10

Locale

  Languages: en_US, en, en_Latn_US
  C locale: C
  QLocale current: en
  QLocale system: en
  QTextCodec for locale: UTF-8
  Process ACP: 65001 (UTF-8)
  System locale default ACP: 932   (ANSI/OEM - Japanese Shift-JIS)

OpenGL Info

  Vendor:  "Google Inc. (AMD)" 
  Renderer:  "ANGLE (AMD, AMD Radeon(TM) Graphics Direct3D11 vs_5_0 ps_5_0,
D3D11-31.0.21024.5)" 
  Driver version:  "OpenGL ES 3.0.0 (ANGLE 2.1.0 git hash:
f2280c0c5f93+krita_qt5)" 
  Shading language:  "OpenGL ES GLSL ES 3.00 (ANGLE 2.1.0 git hash:
f2280c0c5f93+krita_qt5)" 
  Requested format:  QSurfaceFormat(version 3.0, options
QFlags(), depthBufferSize 24, redBufferSize 8,
greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8,
samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 0,
colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::NoProfile) 
  Current format:  QSurfaceFormat(version 3.0, options
QFlags(), depthBufferSize 24, redBufferSize 8,
greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8,
samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 0,
colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::NoProfile) 
  GL version: 3.0 
  Supports deprecated functions false 
  Is OpenGL ES: true 
  supportsBufferMapping: true 
  supportsBufferInvalidation: false 
  forceDisableTextureBuffers: true 
  Extensions: 
 GL_EXT_EGL_image_external_wrap_modes 
 GL_EXT_texture_storage 
 GL_OES_EGL_image 
 GL_EXT_float_blend 
 GL_ANGLE_lossy_etc_decode 
 GL_OES_compressed_ETC2_sRGB8_texture 
 GL_EXT_occlusion_query_boolean 
 GL_OES_get_program_binary 
 GL_NV_framebuffer_blit 
 GL_ANGLE_texture_multisample 
 GL_OES_rgb8_rgba8 
 GL_OES_texture_float 
 GL_OES_compressed_ETC2_RGBA8_texture 
 GL_OES_depth32 
 GL_ANGLE_get_tex_level_parameter 
 GL_CHROMIUM_bind_uniform_location 
 GL_OES_mapbuffer 
 GL_EXT_draw_elements_base_vertex 
 GL_EXT_sRGB 
 GL_OES_compressed_EAC_R11_unsigned_texture 
 GL_EXT_debug_label 
 GL_EXT_clip_control 
 GL_ANGLE_framebuffer_multisample 
 GL_EXT_blend_func_extended 
 GL_EXT_texture_filter_anisotropic 
 GL_EXT_color_buffer_float 
 GL_EXT_multisampled_render_to_texture 
 GL_EXT_map_buffer_range 
 GL_AMD_performance_monitor 
 GL_OES_texture_stencil8 
 GL_OES_draw_buffers_indexed 
 GL_EXT_instanced_arrays 
 GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture 
 GL_CHROMIUM_lose_context 
 GL_EXT_read_format_bgra 
 GL_ANGLE_instanced_arrays 
 GL_EXT_shader_texture_lod 
 GL_ANGLE_texture_usage 
 GL_EXT_draw_buffers 
 GL_EXT_frag_depth 
 GL_EXT_texture_compression_bptc 
   

[kwin] [Bug 371560] Drop KWin's global modifier-only key handling in favor of setting individual modifier keys as shortcuts where applicable (e.g. for Kickoff)

2024-02-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=371560

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 481646] Wallpaper switcher broken by plugins

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481646

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 CC||fanzhuyi...@gmail.com
 Status|REPORTED|RESOLVED

--- Comment #1 from fanzhuyi...@gmail.com ---
Thank you for your bug report!

Unfortunately 3rd party plugins are not supported by the plasma team, and you
would need to report it to the authors of the plugins.

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

[kwin] [Bug 481650] tooltip shows while dragging window

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481650

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Topoff shows while dragging |tooltip shows while
   ||dragging window
   Severity|normal  |minor
 CC||fanzhuyi...@gmail.com
 Ever confirmed|0   |1

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

[kwin] [Bug 481648] Overview close window button

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481648

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED
 CC||fanzhuyi...@gmail.com

--- Comment #2 from fanzhuyi...@gmail.com ---
This is intentional as we want the close button to be the same size regardless
of the scale of the window -- which can be quite small.

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

[plasmashell] [Bug 479468] Crash after inserting SD Card into reader.

2024-02-21 Thread `{third : ;
https://bugs.kde.org/show_bug.cgi?id=479468

--- Comment #10 from `{third: "Beedell", first: "Roke"}`{.JSON5} 
<4wy78...@rokejulianlockhart.addy.io> ---
(In reply to Nate Graham from comment #9)
> I think you need to fix whatever's wrong on your system that makes debug
> symbols not get shown. I'm 99.9% sure that openSUSE distros will provide
> full debug symbols for common software like Plasma. Please make sure you can
> install them before submitting more crashes, as crashes without backtraces
> are unfortunately mostly a waste of everyone's time. If you need help with
> this, I'd recommend reaching out to the openSUSE folks about it.

Unfortunately, because
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_the_KDE_Crash_Report_tool
and below solely explain how to generate a trace when the issue is
reproducible, I don't know how to regenerate the debug information. Can that be
done from merely the aforerecorded data?

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

[kwin] [Bug 481650] New: Topoff shows while dragging

2024-02-21 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=481650

Bug ID: 481650
   Summary: Topoff shows while dragging
Classification: Plasma
   Product: kwin
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: saileshpoud...@gmail.com
  Target Milestone: ---

SUMMARY
While slowing dragging windows , when the windows becomes smaller and moves
through the input search feild, A topoff appers as Ctrl+F . Which does nothing.

Searching is automatic in overview, topoff should be disabled.
[IMAGE] 
https://i.imgur.com/2h0FqHI.png

INFO:
Plasma 6.1 dev. Neon unstable

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

[dolphin] [Bug 481649] New: New clickable storage status button ?

2024-02-21 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=481649

Bug ID: 481649
   Summary: New clickable storage status button ?
Classification: Applications
   Product: dolphin
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: bars: status
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: saileshpoud...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Found a button on status bar, which does nothing.
It wasn't there on previous versions.
Very much confused what its supposed to do.

[IMAGE]
https://i.imgur.com/XrJZVNW.png

INFO:
Plasma 6.1 dev , neon unstable

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

[kwin] [Bug 481648] Overview close window button

2024-02-21 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=481648

--- Comment #1 from saxn  ---
Created attachment 165989
  --> https://bugs.kde.org/attachment.cgi?id=165989&action=edit
Overview Close window button

Shouldn't be inside a rectangular and only in circle wraping the whole read
cross area.

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

[kwin] [Bug 481648] New: Overview close window button

2024-02-21 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=481648

Bug ID: 481648
   Summary: Overview close window button
Classification: Plasma
   Product: kwin
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: saileshpoud...@gmail.com
  Target Milestone: ---

Created attachment 165988
  --> https://bugs.kde.org/attachment.cgi?id=165988&action=edit
Normal desktop buttons

SUMMARY
Currently, the red area is around a rectangle. 
The red circle should wrap the close button.
Making it circular should match other windows button as well.

Also, making it bigger than other close buttons.


INFO :
Plasma 6.1 dev

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

[plasmashell] [Bug 448833] Overlapping entries when filtering and deleting and filtering again several times

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448833

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

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

[systemsettings] [Bug 481647] New: fallo durante cambio de aspecto global

2024-02-21 Thread Alexis
https://bugs.kde.org/show_bug.cgi?id=481647

Bug ID: 481647
   Summary: fallo durante cambio de aspecto global
Classification: Applications
   Product: systemsettings
   Version: 5.27.5
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: achu@gmail.com
  Target Milestone: ---

Application: systemsettings (5.27.5)

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

-- Information about the crash:
estaba pronbando temas nuevos cuando de repente dejo de funcionar

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Preferencias del sistema (systemsettings), signal: Segmentation
fault

[KCrash Handler]
#4  0x7f73c4e6b96c in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#5  0x7f73c4e6b869 in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f73c4e6b869 in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f73c4e6b869 in
QQuickWindowPrivate::sendFilteredPointerEventImpl(QQuickPointerEvent*,
QQuickItem*, QQuickItem*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#8  0x7f73c4e6c674 in
QQuickWindowPrivate::deliverToPassiveGrabbers(QVector
> const&, QQuickPointerEvent*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#9  0x7f73c4e72a4f in
QQuickWindowPrivate::deliverMouseEvent(QQuickPointerMouseEvent*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x7f73c4e740dd in
QQuickWindowPrivate::deliverPointerEvent(QQuickPointerEvent*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#11 0x7f73c71493f5 in QWindow::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Gui.so.5
#12 0x7f73c7962fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x7f73c6ab16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f73c59b3057 in QQuickWidget::mouseReleaseEvent(QMouseEvent*) () from
/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5
#15 0x7f73c79a4db8 in QWidget::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x7f73c7962fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x7f73c796b552 in QApplication::notify(QObject*, QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f73c6ab16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f73c796965e in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f73c79bdbd8 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x7f73c79c0f60 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x7f73c7962fae in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x7f73c6ab16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7f73c713d3ed in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#25 0x7f73c7111cac in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#26 0x7f73c0cfbeca in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#27 0x7f73c52627a9 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x7f73c5262a38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7f73c5262acc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x7f73c6b09836 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#31 0x7f73c6ab017b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7f73c6ab82d6 in QCoreApplication::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x558b5c735dfe in ?? ()
#34 0x7f73c6d7c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#35 0x7f73c6d7c305 in __libc_start_main () from
/lib/x86_64-linux-gnu/libc.so.6
#36 0x558b5c7366f1 in ?? ()
[Inferior 1 (process 1730) detached]

Reported using DrKonqi

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

[kwin] [Bug 478231] On system with nvidia dGPU, external monitor turns black with only cursor shown after suspend to ram

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478231

--- Comment #3 from fanzhuyi...@gmail.com ---
(In reply to fanzhuyifan from comment #1)
> Right now I don't even see the cursor -- my external display says no signal
> detected, entering power savings mode.

This also sometimes happens when the display turns off during idle, without
suspending to ram.

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

[kmymoney] [Bug 481645] XML-Storage plugin unable to decrypt from a security key (probably should use "pinentry-qt" for decryption)

2024-02-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=481645

--- Comment #1 from Jack  ---
Minor point only, in case it might help.  There are multiple pinentry programs
(in my case -curses, -qt, -qt5, -tty, -gnome3) and on Linux, the plain
"pinentry" is just a symbolic link (shortcut in Windows terms, I think) to one
of the others.  Is it possible on Windows that either there is already a
mechanism for this, or you can create a shortcut to pinentry-qt called
pinentry?  Have you looked through the gpg4win docs?

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

[plasmashell] [Bug 479712] Plasma 6's SNI implementation doesn't respect the IconThemePath property

2024-02-21 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=479712

Fushan Wen  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 475599] An strange date information in the tooltip

2024-02-21 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=475599

Fushan Wen  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||qydwhotm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Fushan Wen  ---


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

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

[plasmashell] [Bug 477594] Date string of Digital Clock hover window and multi-timezone in main window doesn't follow locale setting like date in panel

2024-02-21 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=477594

Fushan Wen  changed:

   What|Removed |Added

 CC||jtam...@gmail.com

--- Comment #8 from Fushan Wen  ---
*** Bug 475599 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 481646] New: Wallpaper switcher broken by plugins

2024-02-21 Thread mashkal2000
https://bugs.kde.org/show_bug.cgi?id=481646

Bug ID: 481646
   Summary: Wallpaper switcher broken by plugins
Classification: Plasma
   Product: plasmashell
   Version: 5.27.8
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: mashkal2...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

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

SUMMARY
Switching between some plugin screens breaks the screens of other plugins.

STEPS TO REPRODUCE
1. Install plugins
2. Switch between them using the dropdown
3. 

OBSERVED RESULT
Screen is not cleared when switching between them, causing overlapping UI

EXPECTED RESULT
no overlapping UI

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.27
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.114.0
Qt Version: 5.15.12
Kernel Version: 6.5.0-18-generic (64-bit)
Graphics Platform: X11
Processors: 20 × 13th Gen Intel® Core™ i5-13600K
Memory: 31.1 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Manufacturer: ASRock
Product Name: Z690M-ITX/ax

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

[kmymoney] [Bug 481645] New: XML-Storage plugin unable to decrypt from a security key (probably should use "pinentry-qt" for decryption)

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481645

Bug ID: 481645
   Summary: XML-Storage plugin unable to decrypt from a security
key (probably should use "pinentry-qt" for decryption)
Classification: Applications
   Product: kmymoney
   Version: 5.1.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: database
  Assignee: kmymoney-de...@kde.org
  Reporter: ex9qe...@anonaddy.me
  Target Milestone: ---

Created attachment 165986
  --> https://bugs.kde.org/attachment.cgi?id=165986&action=edit
here you see "explorer... .jpg" from KMyMoney's XML-Storage plugin. Other two
are when trying to decrypt with Kleopatra or within application with SmartCard
/ security key

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
***
When decrypting PGP encrypted vault with a security key, I get following error: 
### Cannot read the file: path/to/my/file
/home/abuild/rpmbuild/BUILD/kmymoney-5.1.3/kmymoney/plugins/xml/xmlstorage.cpp:140

When I use OpenPGP keys that are stored on the device, so that cleopatra lists
them, it works fine. 
If I have the same private keys on the security key (such as nitrokey), it
gives me this error.

*Please read additional information.*

STEPS TO REPRODUCE
1. Generate keys on device or directly on the security key / smartcard.
2. When exporting the vault to XML, encrypt it with public key, whose private
key resides only on the smartcard /security key.
3. Try to open the vault, the error appears.

OBSERVED RESULT

The same as in Summary

EXPECTED RESULT
The same result as with private key stored on device.


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

ADDITIONAL INFORMATION
I tried to achieve this with other programs that support PGP encryption and it
worked.
I think the reason for this is the version of gpg interface used by plugin. I
think this is correct, because the UI looks much older than when I'm trying on
other programs. It may be because the GPA is not shipped within gpg4win
anymore. Probably if Kleopatra would be used for decryption, it should work. 
If you look at screenshots the plugin KMyMoney uses is called "pinentry" and
kleopatra uses "pinentry-qt".

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

[NeoChat] [Bug 481644] New: Neochat appears to "lose" the encryption keys, and there doesn't appear to be any kind of way to tell neochat to fetch them again

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481644

Bug ID: 481644
   Summary: Neochat appears to "lose" the encryption keys, and
there doesn't appear to be any kind of way to tell
neochat to fetch them again
Classification: Applications
   Product: NeoChat
   Version: 23.08.4
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: sfal...@cloverleaf-linux.org
CC: c...@carlschwan.eu
  Target Milestone: ---

Created attachment 165985
  --> https://bugs.kde.org/attachment.cgi?id=165985&action=edit
Image of conversation that appears to have lost the keys

SUMMARY
Neochat seems to "lose" the encryption keys to conversations/rooms and there
doesn't appear to be a way to tell Neochat to re-fetch the encryption keys from
other users.

STEPS TO REPRODUCE
1. Join a Room with encryption enabled

OBSERVED RESULT
Everything seems to work fine for a period of time, and Neochat seems to just
"lose" the encryption keys at some point.

EXPECTED RESULT
Neochat would continue to encrypt/decrypt messages, and if things do somehow
get desynced between clients, have a way to repoll the other party/parties to
resend their keys.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Linux 6.7.4/openSUSE Kalpa/Wayland
(available in About System)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

ADDITIONAL INFORMATION
Screenshot attached of a conversation that appears to have "lost" the
decryption key of the other party.   The message decrypts fine using element,
on the same host, and on my android phone.

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

[dolphin] [Bug 481629] Dolphin occasionally crashes when unminimizing it

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481629

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED
 CC||fanzhuyi...@gmail.com

--- Comment #1 from fanzhuyi...@gmail.com ---
Thank you for your bug report!

Debian advises users to not submit bugs upstream
(https://www.debian.org/Bugs/Reporting), as this version of the KDE software is
out of support from KDE, and so it's possible that the bug exists only in
Debian at this point.
Could you report the bug to Debian using the report bug utility
(https://packages.debian.org/stable/utils/reportbug)? If necessary, the
maintainer of the package will forward the bug upstream.

Thanks for understanding!

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

[kwin] [Bug 481501] Suppress trigger shortcuts of Plasma applets while Overview is open

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481501

--- Comment #4 from fanzhuyi...@gmail.com ---
FWIW some shortcuts are still useful in overview mode, like shortcuts for
switching desktops, and shortcuts for launching applications, and shortcuts for
locking/sleeping. So if we were to implement this, it would be very specific to
trigger shortcuts of plasma applets...

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

[kio-extras] [Bug 445176] Thumbnails generate very slowly

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445176

fanzhuyi...@gmail.com changed:

   What|Removed |Added

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

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

[dolphin] [Bug 481643] Thumbnailing should be multi threaded on SSDs and other fast devices

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481643

fanzhuyi...@gmail.com changed:

   What|Removed |Added

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

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

[kde] [Bug 481440] No Audio - Identified Kernel Issue from Arch - with Solution - See Links in Description

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481440

--- Comment #2 from kirk.h...@gmail.com ---
Hello Nate, and KDE,

*Im really just looking for some general direction  I must Decide if I need
to  RETURN LAPTOP to where it was purchased. *
*Im mostly looking for general assurance if this bug will likely get
resolved in say the next 3-6 months or upto a year. *

Thank you,
Kirk

This Bug Issue is widely on many forums, and involves a number of laptops.
 ARCH official documentation reports that it is because
of a new amplifier Cirrus CS35L41 HD  where
the firmware is not being released to LInux at this time.

See Below
( From https://wiki.archlinux.org/title/ASUS_Zenbook_UM3402YA)

[image: image.png]



On Wed, Feb 21, 2024 at 9:57 AM Nate Graham 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=481440
>
> Nate Graham  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |DOWNSTREAM
>  Status|REPORTED|RESOLVED
>  CC||n...@kde.org
>
> --- Comment #1 from Nate Graham  ---
> Hello! You've reached the KDE bug tracker, not the Manjaro one. :)
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[dolphin] [Bug 481643] Thumbnailing should be multi threaded on SSDs and other fast devices

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481643

--- Comment #3 from simonp...@gmail.com ---
In comparision, here are some numbers from 484  5-8MiB JPEGs from an HDD:

cat: 5.8s
cat (cached): 1.6s
convert (parallel): 6.6s
convert (single): 38.2s

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

[dolphin] [Bug 481643] Thumbnailing should be multi threaded on SSDs and other fast devices

2024-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481643

--- Comment #2 from simonp...@gmail.com ---
It isn't quite comparable, but for reference:

$ time (sha1sum *.pdf)
real0m0.430s
$ time (find . -name '*.pdf'  -type f -print0 | parallel -0 --line-buffer -j48
convert -thumbnail x64 -background white -alpha remove '{}[0]' '{}.png')
real0m2.653s
$ time (for file in *.pdf; do convert -thumbnail x64 -background white -alpha
remove "${file}[0]" "${file%.pdf}.png"; done) 
real 1m5.721s
$ ls *.pdf | wc -l
470

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

[plasmashell] [Bug 481622] plasmashell crashes when multiple wallpapers are applied (without closing the selection applet)

2024-02-21 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=481622

Fushan Wen  changed:

   What|Removed |Added

  Component|Image Wallpaper |Desktop Containment

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

[Phonon] [Bug 481334] KAlarm crashes during notification test when volume override is activated

2024-02-21 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=481334

David Jarvie  changed:

   What|Removed |Added

   Platform|Debian stable   |Neon
 CC||djar...@kde.org

--- Comment #5 from David Jarvie  ---
The crashes and error messages which I have reported in comment 4 were all on
KDE Neon running a nearly up to date Qt6/KF6 system. The Phonon package
versions for Qt6 are:

libphonon4qt6-dev4:4.12.0+p22.04+vunstable+git20240123.0113-0
phonon4qt6-backend-vlc  0.12.0+p22.04+vunstable+git20240123.0141-0
qt6-phonon 4:4.12.0+p22.04+vunstable+git20240123.0113-0
qt6-phonon-backend-vlc  0.12.0+p22.04+vunstable+git20240123.0141-0
qt6-phonon-dev 4:4.12.0+p22.04+vunstable+git20240123.0113-0

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

[Phonon] [Bug 481334] KAlarm crashes during notification test when volume override is activated

2024-02-21 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=481334

David Jarvie  changed:

   What|Removed |Added

  Component|general |general
 CC||myr...@kde.org,
   ||romain.per...@gmail.com,
   ||sit...@kde.org
Product|kalarm  |Phonon
   Assignee|djar...@kde.org |unassigned-b...@kde.org

--- Comment #4 from David Jarvie  ---
The crash occurs in Phonon::MediaObject::play(). (This isn't evident from the
stack trace, but I've established this using debug statements.) 
I've seen the same crash (and error message) both when the volume override is
used, and when the volume is not set.

There have been other crashes in Phonon::MediaObject::play(), which output the
following various messages on the terminal. The audio file in every case was
the same one (Oxygen-Im-Error-On-Connection.ogg).

Assertion 'c->state == PA_CONTEXT_CONNECTING' failed at
../src/pulse/context.c:917, function on_connection(). Aborting.

Assertion 'io->ifd >= 0' failed at ../src/pulsecore/iochannel.c:287, function
pa_iochannel_creds_supported(). Aborting.

ERROR:../src/pulse/glib-mainloop.c:394:glib_defer_enable: assertion failed:
(!e->dead)
Bail out! ERROR:../src/pulse/glib-mainloop.c:394:glib_defer_enable: assertion
failed: (!e->dead)

Because all these crashes occur in system libraries, I think the bug must lie
in a library, so I'm transferring this bug report to the highest level library
involved, i.e. Phonon.

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

[frameworks-kidletime] [Bug 328987] Power saving should not trigger if joystick/controller/gamepad is in use

2024-02-21 Thread Holmes
https://bugs.kde.org/show_bug.cgi?id=328987

Holmes  changed:

   What|Removed |Added

 CC||reddit.pettiness697@aleeas.
   ||com

--- Comment #45 from Holmes  ---
Is there any hope that this bug will be fixed before the heat death of the
universe?

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

  1   2   3   4   5   >