[umbrello] [Bug 449465] Pascal code import is very slow

2022-06-12 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=449465

Oliver Kellogg  changed:

   What|Removed |Added

   Version Fixed In||2.34.70 (KDE releases
   ||22.07.70)
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/sdk/
   ||umbrello/commit/0d855d0deb4
   ||19f0a38bc486ce0441da4298890
   ||4b

--- Comment #4 from Oliver Kellogg  ---
Git commit 0d855d0deb419f0a38bc486ce0441da42988904b by Oliver Kellogg.
Committed on 13/06/2022 at 05:56.
Pushed by okellogg into branch 'master'.

Fix "Pascal code import is very slow"

umbrello/umllistviewitem.{h,cpp}
- Remove empty reimplementation of destructor (we want the parent
  destructor to execute).
- Member m_comap is renamed to s_comap, changed to `static`, and is
  changed pointer. It now acts as a global map for all UMLObjects
  pertaining to the list view. The switch to pointer is done for
  reducing risk of static initialization order problems.
- New static function deleteItem removes the given UMLListViewItem from
  s_comap and calls its destructor.
- At function findChildObject add `const` on argument `child`.
- New protected function findUMLObject_r is auxiliary to findUMLObject.
  It is invoked when the given object is not found in s_comap.
- Change implementation of ChildObjectMap from QMap to QHash.
  Reason: QHash is more appropriate for pointer arguments.

umbrello/umllistviewitem.cpp
- In function init() allocate s_comap if null.
- Adjust functions addChildItem, deleteChildItem, deepCopy to the
  changes related to m_comap -> s_comap.

umbrello/umllistview.cpp
- In function slotObjectCreated add calls to parentItem->addChildItem()
  for updating s_comap.
- In function slotObjectRemoved replace destruction of `item` by call to
  deleteItem() in order to update s_comap.
- In function init(),
  - reduce content of `if (m_rv == 0)`;
  - call clean() unconditionally;
  - execute for-loop over N_MODELTYPES unconditionally and in its body
add call to m_rv->addChildItem(sysFolder, m_lv[i]) for updating
s_comap;
  - call m_lv[Uml::ModelType::Logical]->addChildItem(datatypeFolder) for
updating s_comap with m_datatypeFolder.
- In function clean(),
  - clean up documentation;
  - set m_datatypeFolder to 0;
  - in for-loop over N_MODELTYPES remove call to deleteChildrenOf() and
add setting of m_lv[i] to 0;
  - call deleteChildrenOf(m_rv).
- In function moveObject,
  - remove handling of m_doc->loading() (see function acceptDrag);
  - replace `delete move` by UMLListViewItem::deleteItem(move) for
updating s_comap;
  - add handling of case UMLListViewItem::lvt_EnumLiteral.
- In function addNewItem case instanceOfClass add call to
  instanceItem->addChildItem() for updating s_comap.
- In function loadChildrenFromXMI loading of structural objects add
  call to parent->addChildItem() to update s_comap.
- In function deleteChildrenOf case (typeIsCanvasWidget(lvt) ||
  typeIsClassifierList(lvt)) case !object, replace `delete temp` by call
  to UMLListViewItem::deleteItem(temp).
FIXED-IN: 2.34.70 (KDE releases 22.07.70)

M  +86   -65   umbrello/umllistview.cpp
M  +58   -18   umbrello/umllistviewitem.cpp
M  +8-6umbrello/umllistviewitem.h

https://invent.kde.org/sdk/umbrello/commit/0d855d0deb419f0a38bc486ce0441da42988904b

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

[kstars] [Bug 454866] QSocketNotifier Invalid socket error

2022-06-12 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=454866

--- Comment #21 from Jasem Mutlaq  ---
Are you 100% positive this is the bad commit? Can you try to checkout the
previous commit and see if it causes the crash? just to be sure.

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

[okular] [Bug 453540] Okular crashed after using the yellow marker

2022-06-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=453540

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[plasmashell] [Bug 446311] Kicked back tty right after login on Wayland

2022-06-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=446311

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

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

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

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

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

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

[okular] [Bug 455198] New: Unable to create io-slave. Unknown protocol 'smb'.

2022-06-12 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=455198

Bug ID: 455198
   Summary: Unable to create io-slave. Unknown protocol 'smb'.
   Product: okular
   Version: 22.04.2
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: m.mcn...@gmail.com
  Target Milestone: ---

SUMMARY
***
Trying to open a pdf from an smb share in the flatpak version of Okular throws
an error

Could not open smb://.pdf. Reason: Unable to create io-slave.
Unknown protocol 'smb'.


STEPS TO REPRODUCE
1. Browse smb share in dolphin
2. open pdf in okular
3. Get kio error

OBSERVED RESULT
error Could not open smb://.pdf. Reason: Unable to create io-slave. Unknown
protocol 'smb'.

EXPECTED RESULT
Open pdf

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Kinoite 
(available in About System)
KDE Plasma Version: 5.25
KDE Frameworks Version: 5.94.0 
Qt Version: 5.15.4

ADDITIONAL INFORMATION

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

[kwin] [Bug 448555] [Wayland] Incorrect mouse sizing on mixed DPI displays and windows

2022-06-12 Thread Tusooa Zhu
https://bugs.kde.org/show_bug.cgi?id=448555

Tusooa Zhu  changed:

   What|Removed |Added

 CC||tus...@kazv.moe

--- Comment #5 from Tusooa Zhu  ---
I can confirm that on KWin 5.24.5, the cursor size is (Qt apps | Plasma) >
window decorations > gtk apps

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

[kwin] [Bug 455197] New: Wayland: launching an App directed to open in another virtual desktop will switch to that desktop

2022-06-12 Thread Tusooa Zhu
https://bugs.kde.org/show_bug.cgi?id=455197

Bug ID: 455197
   Summary: Wayland: launching an App directed to open in another
virtual desktop will switch to that desktop
   Product: kwin
   Version: 5.24.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: tus...@kazv.moe
  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
***
Create a window rule for an app to start on another virtual desktop. Launch
that app, and you got switched to that desktop.

STEPS TO REPRODUCE
1. System Settings -> Window Management -> Window Rules
  Add rule:
  - window class: substring match -> konsole
  - virtual desktops: apply initially -> 5: Desktop 5
2. Launch konsole when I am on Desktop 1

OBSERVED RESULT
It switched to Desktop 5.

EXPECTED RESULT
It should not switch to Desktop 5. It should stay on Desktop 1 and the taskbar
should have a highlighted Konsole entry. (Same as on X11)
(Or at least give users a choice whether to switch to that desktop)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.18.3-gentoo-x86_64 / 5.24.5
(available in About System)
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4

ADDITIONAL INFORMATION
On Fvwm the behaviour to not switch desktop on such app launching is called
`SkipMapping`. It's a pretty useful feature.

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

[kwin] [Bug 377162] Window shading not supported for Wayland windows

2022-06-12 Thread Tusooa Zhu
https://bugs.kde.org/show_bug.cgi?id=377162

Tusooa Zhu  changed:

   What|Removed |Added

 CC||tus...@kazv.moe

--- Comment #10 from Tusooa Zhu  ---
Can confirm. Seems that the MR was closed. Any other progress related?

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

[systemsettings] [Bug 435113] certain mouse settings resets after restart/resume from suspend/dock/undock

2022-06-12 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=435113

zyf0330  changed:

   What|Removed |Added

 CC||zyf034...@gmail.com

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

[kstars] [Bug 454866] QSocketNotifier Invalid socket error

2022-06-12 Thread steve
https://bugs.kde.org/show_bug.cgi?id=454866

--- Comment #20 from steve  ---
log corresponding to bad git bisect here:
https://drive.google.com/file/d/14nhEY_x8oLKdVzk54Mg67o2VUWsqyzCn/view?usp=sharing

Thanks

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

[krita] [Bug 455172] Some buttons in the Android version do not display translations.

2022-06-12 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=455172

Tyson Tan  changed:

   What|Removed |Added

 CC||tyson...@tysontan.com

--- Comment #3 from Tyson Tan  ---
(In reply to Eranthis stellata Maxim from comment #2)
> (In reply to Alvin Wong from comment #1)
> > Should be fixed on nightly. Next release will have the fix.
> > 
> > *** This bug has been marked as a duplicate of bug 448343 ***
> 
> This bug has not been fixed, it still exists in
> krita-arm64-v8a-5.1.0-prealpha-nightly-unsigned.apk.

If the context has been changed, it will only be reflected after Simplified
Chinese translation gets rebuilt. Hopefully this week. Meanwhile, to check
whether this bug fix is working, you can switch to Traditional Chinese locale
on tonight's nightly.

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

[kstars] [Bug 454866] QSocketNotifier Invalid socket error

2022-06-12 Thread steve
https://bugs.kde.org/show_bug.cgi?id=454866

--- Comment #19 from steve  ---
 git bisect bad
b028a6e607f64cb0f7eac284732e5b12c6df366d is the first bad commit
commit b028a6e607f64cb0f7eac284732e5b12c6df366d
Author: Hy Murveit 
Date:   Tue Apr 12 07:24:03 2022 +

Add Target Distance to the Analyze graph/stats

Adds the Target Distance statistic calculated by the scheduler to Analyze:
how far the most recent capture is from the target position (in arc-seconds).
Does this by adding a scheduler signal (targetDistance) which is received and
processed by analyze.

This also includes adding the target distance to the capture summary tab
(commit by @wreissenberger).

 kstars/ekos/analyze/analyze.cpp   | 40 +++
 kstars/ekos/analyze/analyze.h |  4 ++
 kstars/ekos/analyze/analyze.ui| 48 ++
 kstars/ekos/capture/capture.cpp   | 31 +
 kstars/ekos/capture/capture.h |  6 ++
 kstars/ekos/capture/capture.ui| 35 +-
 kstars/ekos/capture/capturepreviewwidget.cpp  | 23 ---
 kstars/ekos/capture/capturepreviewwidget.h|  6 ++
 kstars/ekos/capture/captureprocessoverlay.cpp | 15 +
 kstars/ekos/capture/captureprocessoverlay.h   |  8 +++
 kstars/ekos/capture/captureprocessoverlay.ui  | 96 +--
 kstars/ekos/manager.cpp   |  9 ++-
 kstars/ekos/scheduler/scheduler.cpp   |  1 +
 kstars/ekos/scheduler/scheduler.h |  3 +
 kstars/kstars.kcfg|  4 ++
 15 files changed, 283 insertions(+), 46 deletions(-)

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

[kate] [Bug 455196] New: Cannot open subdirectory of Git repository as project

2022-06-12 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=455196

Bug ID: 455196
   Summary: Cannot open subdirectory of Git repository as project
   Product: kate
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: nyanpas...@tuta.io
  Target Milestone: ---

SUMMARY
When I tell Kate to "Open Folder" and give it a subdirectory of a Git repo, it
treats the entire Git repo as a project, even though I want to only open/search
files within a subdirectory.

STEPS TO REPRODUCE
1. Run `kate git-repo/subdirectory`.
2. Alternatively run `kate`, click File -> Open Folder, and pick a subdirectory
within a Git repo.

OBSERVED RESULT
The Git repo's top-level folder is treated as the project folder. Project-level
find and Quick Open search through far more files than I want.

In my case, the Git repo is https://github.com/void-linux/void-packages, and
when I tell Kate to browse the contents of a single extracted tarball, it
instead tries to search every single Void package's build scripts, plus the
source code of every single project I've cloned/built locally.

EXPECTED RESULT
The folder I passed into Kate is treated as the project folder.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.90
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.18.2-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GT 730/PCIe/SSE2
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550M DS3H

ADDITIONAL INFORMATION

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

[kwin] [Bug 455195] Black artefacts have appeared above software that utilizes native GTK stylization.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455195

--- Comment #1 from BEEDELL ROKE JULIAN LOCKHART 
 ---
Creation of the attachment failed. I have provided it at
“http://i.imgur.com/YOztGZO.mp4” consequently.

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

[kwin] [Bug 455195] New: Black artefacts have appeared above software that utilizes native GTK stylization.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455195

Bug ID: 455195
   Summary: Black artefacts have appeared above software that
utilizes native GTK stylization.
   Product: kwin
   Version: 5.25.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: decorations
  Assignee: kwin-bugs-n...@kde.org
  Reporter: beedellrokejulianlockh...@gmail.com
  Target Milestone: ---

SUMMARY:
Observe the title.

STEPS TO REPRODUCE:
1. Upgrade to the most recent version of
“http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Server/x86_64/iso/Fedora-Server-netinst-x86_64-Rawhide-20220612.n.0.iso”
via “dnf check-update --refresh && dnf upgrade”.
2. Invoke “/usr/bin/gnome-abrt”.

OBSERVED RESULT:
Observe the title.

EXPECTED RESULT:
The shadow should be presented perfectly without presence of black artefacts.
The previous version did not cause this problem.

SOFTWARE/OS VERSIONS:
Windows: Negative.
macOS: Negative.
Linux/KDE Plasma: Positive.
KDE Plasma Version: “5.25.0”.
KDE Frameworks Version: “5.94.0”.
Qt Version: “5.15.4”.

ADDITIONAL INFORMATION:
Observe the description of the attachment. Additionally, I expect that this
problem is not actually caused by "http://github.com/abrt/gnome-abrt;, but I am
not certain, because I am solely able to compare it to Firefox, whose graphical
toolkit is primarily custom.

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

[systemsettings] [Bug 455194] Iconography is presented although I have configured plasma-systemsettings to mandate textual labels.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455194

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 Attachment #149654|Some of the iconographic,   |Some are iconographic,
description|whereas some are solely |whereas some are solely
   |textual.|textual.

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

[frameworks-kio] [Bug 455189] Iconography is presented although I have configured plasma-systemsettings to mandate textual labels.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455189

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 Blocks||455194


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=455194
[Bug 455194] Iconography is presented although I have configured
plasma-systemsettings to mandate textual labels.
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 455194] New: Iconography is presented although I have configured plasma-systemsettings to mandate textual labels.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455194

Bug ID: 455194
   Summary: Iconography is presented although I have configured
plasma-systemsettings to mandate textual labels.
   Product: systemsettings
   Version: 5.25.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm_fonts
  Assignee: plasma-b...@kde.org
  Reporter: beedellrokejulianlockh...@gmail.com
CC: kdelibs-b...@kde.org, kio-bugs-n...@kde.org
Depends on: 455189
  Target Milestone: ---

Created attachment 149654
  --> https://bugs.kde.org/attachment.cgi?id=149654=edit
Some of the iconographic, whereas some are solely textual.

+++ This bug was initially created as a clone of Bug #455189 +++

SUMMARY:
Observe the previous title or the subsequent observed consequence.

STEPS TO REPRODUCE:
1. Configure all labels to be text via “kcmshell5 kcm_fonts”.
2. Invoke the relevant window.

OBSERVED RESULT:
Iconography is presented by the relevant window within all of the
left-hand-side buttons although I have configured plasma-systemsettings to
mandate textual labels.

EXPECTED RESULT:
Buttons should be represented by what I have configured within
plasma-systemsettings, which for me is solely text, so no iconography should be
present within the window.

SOFTWARE/OS VERSIONS:
Windows: Negative.
macOS: Negative.
Linux/KDE Plasma: Positive.
KDE Plasma Version: “5.25.0”.
KDE Frameworks Version: “5.94.0”.
Qt Version: “5.15.4”.

ADDITIONAL INFORMATION:
This has already been remediated within the Places panel, as
“http://bugs.kde.org/show_bug.cgi?id=445744” demonstrates.


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=455189
[Bug 455189] Iconography is presented although I have configured
plasma-systemsettings to mandate textual labels.
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

--- Comment #3 from Fushan Wen  ---
No, disabling compositing doesn't help.

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

[kwin] [Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

Fushan Wen  changed:

   What|Removed |Added

Summary|When kwin_x11 is running|When kwin_x11 is running,
   |and compositing is enabled, |animated wallpapers will
   |animated wallpapers will|cause heavy (video) memory
   |cause heavy (video) memory  |leak
   |leak|

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

[kwin] [Bug 455193] When kwin_x11 is running and compositing is enabled, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

Fushan Wen  changed:

   What|Removed |Added

Summary|When kwin_x11 is running,   |When kwin_x11 is running
   |animated wallpapers will|and compositing is enabled,
   |cause heavy (video) memory  |animated wallpapers will
   |leak|cause heavy (video) memory
   ||leak

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

[kwin] [Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

--- Comment #2 from Fushan Wen  ---
Disable compositing and the leak seems also gone.

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

[kwin] [Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

--- Comment #1 from Fushan Wen  ---
Created attachment 149653
  --> https://bugs.kde.org/attachment.cgi?id=149653=edit
no leak.png

This is without kwin_x11 running.

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

[plasmashell] [Bug 454984] Allow to set an animated image as desktop background

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=454984

Fushan Wen  changed:

   What|Removed |Added

 Depends on||455193


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=455193
[Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy
(video) memory leak
-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 455193] New: When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

Bug ID: 455193
   Summary: When kwin_x11 is running, animated wallpapers will
cause heavy (video) memory leak
   Product: kwin
   Version: git master
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: qydwhotm...@gmail.com
Blocks: 454984
  Target Milestone: ---
 Flags: X11+

Created attachment 149652
  --> https://bugs.kde.org/attachment.cgi?id=149652=edit
leak.png

SUMMARY
If I set an animated wallpaper plugin as background, the memory consumption
will go high very quickly and make the system unresponsive. But if I stop
kwin_x11, there is no leak.


STEPS TO REPRODUCE
1. Set an animated wallpaper as desktop background
2. Wait for 5 minutes
3. Leak

OBSERVED RESULT
leak.png

EXPECTED RESULT
No leak.png

SOFTWARE/OS VERSIONS
Information for package kwin5:
--
Repository : @System
Name   : kwin5
Version: 5.25.80git.20220611T135804~dc9c431f-ku.150.1
Arch   : x86_64
Vendor : obs://build.opensuse.org/KDE:Unstable
Installed Size : 16.8 MiB
Installed  : Yes
Status : up-to-date
Source package : kwin5-5.25.80git.20220611T135804~dc9c431f-ku.150.1.src
Upstream URL   : http://www.kde.org
Summary: KDE Window Manager
Description: 
KWin is the window manager of the K desktop environment.

ADDITIONAL INFORMATION
Animated wallpaper plugin is from
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1831


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=454984
[Bug 454984] Allow to set an animated image as desktop background
-- 
You are receiving this mail because:
You are watching all bug changes.

[Craft] [Bug 454506] Dbus fails to build on arm64 macOS (Apple sillicon / M1 hardware)

2022-06-12 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=454506

Jeremy Whiting  changed:

   What|Removed |Added

 CC||jpwhit...@kde.org

--- Comment #2 from Jeremy Whiting  ---
>ld: warning: ignoring file /Users/javier/CraftRoot/lib/libexpat.dylib, 
>building for macOS-arm64 but attempting to link with file built for 
>macOS-x86_64


that's the key, it's trying to build a x86_64 build but trying to link to arm
libraries. It seems the craft ini file change to arm isn't taking effect in
this case. Since it's built with cmake the key is to add
https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html
somehow. Maybe cmake is already setting this (or craft is using cmake to set
that) but that's the key.

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

[plasmashell] [Bug 455024] Brightness slider lets me disable the backlight

2022-06-12 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=455024

ratijas  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |m...@ratijas.tk

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

[plasmashell] [Bug 455024] Brightness slider lets me disable the backlight

2022-06-12 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=455024

ratijas  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |ASSIGNED

--- Comment #6 from ratijas  ---
Both values are slightly below the 2% threshold: 0,019(3) vs. 0,01925.  I guess
we could bump the minimum brightness to 2% then.

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

[lattedock] [Bug 455191] Latte causes a small "dead pixel" visual glitch when running

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455191

--- Comment #2 from fake.n...@posteo.net ---
Created attachment 149651
  --> https://bugs.kde.org/attachment.cgi?id=149651=edit
The top right corner of my screen (terminal window nearby for scale) without
latte running, showing the absence of the glitch

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

[lattedock] [Bug 455192] New: Latte Dock crashes when opening the application through the application launcher

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455192

Bug ID: 455192
   Summary: Latte Dock crashes when opening the application
through the application launcher
   Product: lattedock
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: jessecool1...@gmail.com
  Target Milestone: ---

Application: latte-dock (0.10.8)

Qt Version: 5.15.4
Frameworks Version: 5.94.0
Operating System: Linux 5.13.0-48-generic x86_64
Windowing System: X11
Distribution: KDE neon User - 5.24
DrKonqi: 5.24.5 [KCrashBackend]

-- Information about the crash:
When I open up Latte Dock in the application launcher, it shows a message
saying, "Activating Layout: Empty". Then, when I try to open it again in order
to access the app settings, it opens for a split second and crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: Latte Dock (latte-dock), signal: Segmentation fault

[New LWP 9734]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7feb7acaa99f in __GI___poll (fds=0x7ffe6f29c978, nfds=1, timeout=1000) at
../sysdeps/unix/sysv/linux/poll.c:29
__preamble__
[Current thread is 1 (Thread 0x7feb7cbd51c0 (LWP 9731))]

Thread 2 (Thread 0x7feb757df700 (LWP 9734)):
#0  0x7feb7b196bf3 in QMutex::unlock (this=this@entry=0x555ced76e360) at
/usr/include/c++/9/bits/atomic_base.h:769
#1  0x7feb7b3d7b92 in QMutexLocker::unlock (this=) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:275
#2  QMutexLocker::~QMutexLocker (this=, __in_chrg=) at ../../include/QtCore/../../src/corelib/thread/qmutex.h:248
#3  QThreadData::canWaitLocked (this=0x555ced76e330) at
../../include/QtCore/5.15.4/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:279
#4  postEventSourcePrepare (s=0x7feb68004bb0, timeout=0x7feb757de9e4) at
kernel/qeventdispatcher_glib.cpp:260
#5  0x7feb795f18ef in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7feb795f229b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x7feb795f24a3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x7feb7b3d7c8b in QEventDispatcherGlib::processEvents
(this=0x7feb68000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#9  0x7feb7b37beab in QEventLoop::exec (this=this@entry=0x7feb757debb0,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#10 0x7feb7b195462 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#11 0x7feb7b640f4b in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#12 0x7feb7b196643 in QThreadPrivate::start (arg=0x7feb7b6c4d80) at
thread/qthread_unix.cpp:331
#13 0x7feb7a630609 in start_thread (arg=) at
pthread_create.c:477
#14 0x7feb7acb7133 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7feb7cbd51c0 (LWP 9731)):
[KCrash Handler]
#4  QString::QString (other=..., this=0x555cedf51b80) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1093
#5  Latte::Data::Generic::Generic (this=0x555cedf51b80, o=...) at
./app/data/genericdata.cpp:19
#6  0x555ced3388c5 in Latte::Data::Activity::Activity (this=0x555cedf51b80,
o=...) at ./app/data/activitydata.cpp:24
#7  0x555ced3f0bdf in QList::node_construct
(this=, n=0x555ced8f0500, t=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:463
#8  QList::append (t=..., this=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:634
#9  QList::append (this=, t=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:620
#10 0x555ced3eec2f in QList::operator<< (t=...,
this=0x7ffe6f29d658) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:401
#11 Latte::Settings::Layout::Delegate::Activities::paint (this=,
painter=, option=..., index=...) at
./app/settings/settingsdialog/delegates/activitiesdelegate.cpp:311
#12 0x7feb7c46fd70 in QTableViewPrivate::drawCell
(this=this@entry=0x555cede81ff0, painter=painter@entry=0x7ffe6f29da10,
option=..., index=...) at itemviews/qtableview.cpp:1006
#13 0x7feb7c4765bf in QTableView::paintEvent (this=0x555ced93a880,
event=) at itemviews/qtableview.cpp:1567
#14 0x7feb7c1e8d86 in QWidget::event (this=this@entry=0x555ced93a880,
event=event@entry=0x7ffe6f29e080) at kernel/qwidget.cpp:8677
#15 0x7feb7c299962 in QFrame::event (this=0x555ced93a880, e=0x7ffe6f29e080)
at widgets/qframe.cpp:550
#16 0x7feb7c426922 in QAbstractItemView::viewportEvent
(this=0x555ced93a880, event=0x7ffe6f29e080) at
itemviews/qabstractitemview.cpp:1746
#17 0x7feb7b37d113 in
QCoreApplicationPrivate::sendThroughObjectEventFilters (event=,
receiver=) at kernel/qcoreapplication.cpp:1190
#18 QCoreApplicationPrivate::sendThroughObjectEventFilters

[lattedock] [Bug 455191] Latte causes a small "dead pixel" visual glitch when running

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455191

--- Comment #1 from fake.n...@posteo.net ---
Created attachment 149650
  --> https://bugs.kde.org/attachment.cgi?id=149650=edit
My latte layout, pasted in case something herein is the source of trouble.

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

[lattedock] [Bug 455191] New: Latte causes a small "dead pixel" visual glitch when running

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455191

Bug ID: 455191
   Summary: Latte causes a small "dead pixel" visual glitch when
running
   Product: lattedock
   Version: 0.10.8
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: fake.n...@posteo.net
  Target Milestone: ---

Created attachment 149649
  --> https://bugs.kde.org/attachment.cgi?id=149649=edit
The top right corner of my screen, wherein the little glitch occurs, with
latte-dock running

SUMMARY
A small visual glitch occurs in the corner of my desktop whenever latte-dock is
running; a few pixels are visually dead. The pixels aren't dead to clicks, and
some apps will not receive the glitch if they are occupying that space (though
some will). 


STEPS TO REPRODUCE
1. launch latte-dock
2. look at the corner of your screen
3. frown at the dead pixel.

OBSERVED RESULT
See screenshot

EXPECTED RESULT
areas of the screen not occupied by a latte dock/panel or their animations,
shadows, and effects should be visually unaffected thereby.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Arch 251.2, Zen 5.18.3
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4

ADDITIONAL INFORMATION
My screen is HiDPI; I am running X11 at 200% scaling.

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

[kdenetwork-filesharing] [Bug 454021] if sambashares path doesn't exist or isn't set tell users to complain to distro

2022-06-12 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=454021

Harald Sitter  changed:

   What|Removed |Added

Summary|Message saying "You do not  |if sambashares path doesn't
   |appear to have sufficient   |exist or isn't set tell
   |provileges to manage Samba  |users to complain to distro
   |shares" is uninformative|
   |and not actionable  |

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

[kmenuedit] [Bug 450553] Edit Applications menu crashes when save button is clicked

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=450553

--- Comment #1 from BEEDELL ROKE JULIAN LOCKHART 
 ---
Created attachment 149648
  --> https://bugs.kde.org/attachment.cgi?id=149648=edit
New crash information added by DrKonqi

kmenuedit (5.25.0) using Qt 5.15.4

I was modiying entries via KMenuEdit. When I attempted to save them, it
crashed.

-- Backtrace (Reduced):
#4  0x7f0e9cb1f294 in KService::desktopEntryName() const () from
/lib64/libKF5Service.so.5
#5  0x55b413cc08fd in
GlobalAccel::changeMenuEntryShortcut(QExplicitlySharedDataPointer
const&, QKeySequence const&) ()
#6  0x55b413ccc07e in MenuFolderInfo::save(MenuFile*) ()
#7  0x55b413cd0ec6 in TreeView::save() ()
#8  0x7f0e9b57c39f in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5

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

[kmenuedit] [Bug 450553] Edit Applications menu crashes when save button is clicked

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=450553

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 CC||beedellrokejulianlockhart@g
   ||mail.com

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

[kmail2] [Bug 455190] Cannot view S/MIME encrypted mail with attachments properly without

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455190

--- Comment #2 from zocker.netw...@gmail.com ---
Created attachment 149647
  --> https://bugs.kde.org/attachment.cgi?id=149647=edit
Screenshot of 6nd encrypted attachment in already manually decrypted mail

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

[kmail2] [Bug 455190] Cannot view S/MIME encrypted mail with attachments properly without

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455190

--- Comment #1 from zocker.netw...@gmail.com ---
"Copy decrypted to …" seems to work as I can then also view the mail in KMail.
It also displays 5 of 6 attachments immediately, but one seems still encrypted
because at the end of the mail "decrypt message" is displayed "as a attachment"
(I will add a screenshot for clarification). If I then click there, it reloads
the mail and the 6nd attachment is displayed properly, may be this be the cause
of this error?

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

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-12 Thread Bernhard Scheirle
https://bugs.kde.org/show_bug.cgi?id=454948

Bernhard Scheirle  changed:

   What|Removed |Added

 CC||bernhard+...@scheirle.de

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

[kmail2] [Bug 455190] New: Cannot view S/MIME encrypted mail with attachments properly without

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455190

Bug ID: 455190
   Summary: Cannot view S/MIME encrypted mail with attachments
properly without
   Product: kmail2
   Version: 5.19.3
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: zocker.netw...@gmail.com
  Target Milestone: ---

Created attachment 149646
  --> https://bugs.kde.org/attachment.cgi?id=149646=edit
KMail output after opening the mail

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. Receive a S/MIME signed & encrypted mail (with attachments, encrypted mail
with attachments is ~20 KiB big, and probably sent from Microsoft Outlook)
2. Try to encrypt it

OBSERVED RESULT
KMail takes a few seconds "to verify the signature of the mail" after clicking
on "decrypt" (I disabled auto-decrypting due to various reasons), then the mail
content pops up (correctly, with no issues, but no attachments displayed in the
header) with a green background (meaning mail is authentic) for around 100 ms,
then the message preview window is completely blank (in the background color of
the theme). This stays for around 3 seconds, then the whole process seems to
repeat without user interaction. Trying to interact with KMail while the
preview window is empty for 3 seconds shows that the UI is freezing, e.g. if
then trying to switch to another mail first happens after KMail seems "finished
with hanging". After opening the mail, while watching the process repeating, it
outputs a few lines, but multiple repeating times, consecutive to what is
happening in the UI (view attached log file; the last few lines might be output
produced while switching to another mail, which is then displayed fine). Most
notably is the line:
org.kde.pim.mimetreeparser: unknown mimetype "application/x-pkcs7-mime"

Thunderbird with its integrated support for S/MIME has no problems opening the
same mail.

EXPECTED RESULT
KMail displays the mail and it's content properly without retrying anything.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian testing (Kernel: 5.17.0-1-amd64)
(available in About System)
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

I am not sure what causes this bug. This is the first & only mail so far, which
seems to be a problem to KMail. The multiple error messages KMail outputs to
stderr seems unique (at least no search engine I tried found anyone else with a
similar one).
I can share more diagnostic information about the mail but not disclosure the
mail itself.

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

[kate] [Bug 455186] Save icon do not change state

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455186

--- Comment #2 from witchhunter  ---
(In reply to Christoph Cullmann from comment #1)

Hi, OK so you've intrigued me and I did a quick search, for the record (some of
these have only menu, though):
GNOME text editor, Xed - do not change icon state
Mousepad, Geany, Qt Creator, FeatherPad - do change icon state
LibreOffice -  do not change icon state, but change icon itself adding little
red dot at corner

Perhaps the latter is the optimal solution. Never used M$ products, though.
Anyway, as I sad, it is more a distraction than anything else.

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

[korganizer] [Bug 452480] Kmail doesn't display calendar invites

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=452480

--- Comment #12 from kde-bugs-io-drs...@spamfilter.de ---
(In reply to kde-bugs-io-drsf32 from comment #11)
> Sorry, but 5.20.1 here and I still get vcalendar as plaintext with no
> obvious way to interact. Did I miss something essential?

Update: 5.20.2 , still not working.

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

[Craft] [Bug 454506] Dbus fails to build on arm64 macOS (Apple sillicon / M1 hardware)

2022-06-12 Thread Javier O . Cordero Pérez
https://bugs.kde.org/show_bug.cgi?id=454506

--- Comment #1 from Javier O. Cordero Pérez (Cuperino) 
 ---
I've managed to successfully build Qt 5.15.3 and KF5 5.93.0 on macOS Big Sur
11.6 using clang compiler on an M1 Mac. No version of Qt 5.15 (tested 5.15.2
through 5.15.4) can be build on later versions of MacOS because of API changes
in macOS 12. You have to use macOS Big Sur to create M1 builds of Qt 5.

After getting a working development environment on my system, I went back and
tried getting Craft to work with Apple Silicon by making the following changes
to `CraftSettings.ini`:
> ABI = macOS-arm64-clang
> UseCache = False

Then attempted to install kcoreaddons by running `craft --no-cache
kcoreaddons`. Various dependencies installed successfully, but the build
stopped early when glib failed to compile due to architecture mismatch while
linking dependency libglib. Here are notable parts of compilation output, in
case they're of any use:
>[130/1287] Compiling C object glib/tests/bitlock.p/bitlock.c.o
>[131/1287] Compiling Objective-C object 
>glib/libglib-2.0.0.dylib.p/gosxutils.m.o
>[132/1287] Compiling C object glib/tests/cache.p/cache.c.o
>[133/1287] Compiling C object glib/tests/base64.p/base64.c.o
>[134/1287] Compiling C object glib/tests/charset.p/charset.c.o
>[135/1287] Compiling C object glib/tests/bytes.p/bytes.c.o
>[136/1287] Linking target glib/libglib-2.0.0.dylib
>FAILED: glib/libglib-2.0.0.dylib 
>cc  -o glib/libglib-2.0.0.dylib 
>glib/libglib-2.0.0.dylib.p/deprecated_gallocator.c.o 
>glib/libglib-2.0.0.dylib.p/deprecated_gcache.c.o 
>glib/libglib-2.0.0.dylib.p/deprecated_gcompletion.c.o 
>glib/libglib-2.0.0.dylib.p/deprecated_grel.c.o 
>glib/libglib-2.0.0.dylib.p/deprecated_gthread-deprecated.c.o 
>glib/libglib-2.0.0.dylib.p/garcbox.c.o glib/libglib-2.0.0.dylib.p/garray.c.o 
>glib/libglib-2.0.0.dylib.p/gasyncqueue.c.o 
>glib/libglib-2.0.0.dylib.p/gatomic.c.o 
>glib/libglib-2.0.0.dylib.p/gbacktrace.c.o 
>glib/libglib-2.0.0.dylib.p/gbase64.c.o glib/libglib-2.0.0.dylib.p/gbitlock.c.o 
>glib/libglib-2.0.0.dylib.p/gbookmarkfile.c.o 
>glib/libglib-2.0.0.dylib.p/gbytes.c.o glib/libglib-2.0.0.dylib.p/gcharset.c.o 
>glib/libglib-2.0.0.dylib.p/gchecksum.c.o 
>glib/libglib-2.0.0.dylib.p/gconvert.c.o 
>glib/libglib-2.0.0.dylib.p/gdataset.c.o glib/libglib-2.0.0.dylib.p/gdate.c.o 
>glib/libglib-2.0.0.dylib.p/gdatetime.c.o glib/libglib-2.0.0.dylib.p/gdir.c.o 
>glib/libglib-2.0.0.dylib.p/genviron.c.o glib/libglib-2.0.0.dylib.p/gerror.c.o 
>glib/libglib-2.0.0.dylib.p/gfileutils.c.o 
>glib/libglib-2.0.0.dylib.p/ggettext.c.o glib/libglib-2.0.0.dylib.p/ghash.c.o 
>glib/libglib-2.0.0.dylib.p/ghmac.c.o glib/libglib-2.0.0.dylib.p/ghook.c.o 
>glib/libglib-2.0.0.dylib.p/ghostutils.c.o 
>glib/libglib-2.0.0.dylib.p/giochannel.c.o 
>glib/libglib-2.0.0.dylib.p/gkeyfile.c.o 
>glib/libglib-2.0.0.dylib.p/glib-init.c.o 
>glib/libglib-2.0.0.dylib.p/glib-private.c.o 
>glib/libglib-2.0.0.dylib.p/glist.c.o glib/libglib-2.0.0.dylib.p/gmain.c.o 
>glib/libglib-2.0.0.dylib.p/gmappedfile.c.o 
>glib/libglib-2.0.0.dylib.p/gmarkup.c.o glib/libglib-2.0.0.dylib.p/gmem.c.o 
>glib/libglib-2.0.0.dylib.p/gmessages.c.o glib/libglib-2.0.0.dylib.p/gnode.c.o 
>glib/libglib-2.0.0.dylib.p/goption.c.o glib/libglib-2.0.0.dylib.p/gpattern.c.o 
>glib/libglib-2.0.0.dylib.p/gpoll.c.o glib/libglib-2.0.0.dylib.p/gprimes.c.o 
>glib/libglib-2.0.0.dylib.p/gqsort.c.o glib/libglib-2.0.0.dylib.p/gquark.c.o 
>glib/libglib-2.0.0.dylib.p/gqueue.c.o glib/libglib-2.0.0.dylib.p/grand.c.o 
>glib/libglib-2.0.0.dylib.p/grcbox.c.o glib/libglib-2.0.0.dylib.p/grefcount.c.o 
>glib/libglib-2.0.0.dylib.p/grefstring.c.o 
>glib/libglib-2.0.0.dylib.p/gregex.c.o glib/libglib-2.0.0.dylib.p/gscanner.c.o 
>glib/libglib-2.0.0.dylib.p/gsequence.c.o glib/libglib-2.0.0.dylib.p/gshell.c.o 
>glib/libglib-2.0.0.dylib.p/gslice.c.o glib/libglib-2.0.0.dylib.p/gslist.c.o 
>glib/libglib-2.0.0.dylib.p/gstdio.c.o glib/libglib-2.0.0.dylib.p/gstrfuncs.c.o 
>glib/libglib-2.0.0.dylib.p/gstring.c.o 
>glib/libglib-2.0.0.dylib.p/gstringchunk.c.o 
>glib/libglib-2.0.0.dylib.p/gtestutils.c.o 
>glib/libglib-2.0.0.dylib.p/gthread.c.o 
>glib/libglib-2.0.0.dylib.p/gthreadpool.c.o 
>glib/libglib-2.0.0.dylib.p/gtimer.c.o glib/libglib-2.0.0.dylib.p/gtimezone.c.o 
>glib/libglib-2.0.0.dylib.p/gtrace.c.o glib/libglib-2.0.0.dylib.p/gtranslit.c.o 
>glib/libglib-2.0.0.dylib.p/gtrashstack.c.o 
>glib/libglib-2.0.0.dylib.p/gtree.c.o glib/libglib-2.0.0.dylib.p/guniprop.c.o 
>glib/libglib-2.0.0.dylib.p/gutf8.c.o glib/libglib-2.0.0.dylib.p/gunibreak.c.o 
>glib/libglib-2.0.0.dylib.p/gunicollate.c.o 
>glib/libglib-2.0.0.dylib.p/gunidecomp.c.o glib/libglib-2.0.0.dylib.p/guri.c.o 
>glib/libglib-2.0.0.dylib.p/gutils.c.o glib/libglib-2.0.0.dylib.p/guuid.c.o 
>glib/libglib-2.0.0.dylib.p/gvariant.c.o 
>glib/libglib-2.0.0.dylib.p/gvariant-core.c.o 
>glib/libglib-2.0.0.dylib.p/gvariant-parser.c.o 
>glib/libglib-2.0.0.dylib.p/gvariant-serialiser.c.o 
>glib/libglib-2.0.0.dylib.p/gvarianttypeinfo.c.o 

[frameworks-kio] [Bug 445744] Places panel does not adhere to system-wide disablement of iconography

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=445744

BEEDELL ROKE JULIAN LOCKHART  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[frameworks-kio] [Bug 455189] New: Iconography is presented although I have configured plasma-systemsettings to mandate textual labels.

2022-06-12 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=455189

Bug ID: 455189
   Summary: Iconography is presented although I have configured
plasma-systemsettings to mandate textual labels.
   Product: frameworks-kio
   Version: 5.94.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Open/save dialogs
  Assignee: kio-bugs-n...@kde.org
  Reporter: beedellrokejulianlockh...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY:
Observe the previous title or the subsequent observed consequence.

STEPS TO REPRODUCE:
1. Configure all labels to be text via “kcmshell5 kcm_style”.
2. Invoke the relevant window.

OBSERVED RESULT:
Iconography is presented by the relevant window although I have configured
plasma-systemsettings to mandate textual labels.

EXPECTED RESULT:
Buttons should be represented by what I have configured within
plasma-systemsettings, which for me is solely text, so no iconography should be
present within the window. (The sole exception is probably the iconography that
represents the files and folders, because Dolphin retains them.)

SOFTWARE/OS VERSIONS:
Windows: Negative.
macOS: Negative.
Linux/KDE Plasma: Positive.
KDE Plasma Version: “5.25.0”.
KDE Frameworks Version: “5.94.0”.
Qt Version: “5.15.4”.

ADDITIONAL INFORMATION:
This has already been remediated within the Places panel, as
“http://bugs.kde.org/show_bug.cgi?id=445744” demonstrates.

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

[kscreenlocker] [Bug 455181] [X11] password field isn't masked

2022-06-12 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=455181

Oded Arbel  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Oded Arbel  ---
the problem was gone after today's frameworks update.

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

[kde] [Bug 451028] Apps can crash in QtWayland::wl_output::handle_done() when attaching or detaching monitor on Wayland

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=451028

--- Comment #7 from postix  ---
I have noticed that it happens for me when having the following situation:

1) Two screens (HDMI + DP) attached and turned on
2) a TV (HDMI) attached and in standby
3) Boot, login and turn on TV from standby
--> The desktop is supposed to automatically extend to the TV but instead it
crashes

It does not happen if step 2) and 3) read
2) a TV (HDMI) attached and completely turned off (unplugged powered cable)
3) Boot, login, plugin the power cable of the TV and turn it on

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

[Akonadi] [Bug 454948] Akonadi server will not start on fresh install; yields "unknown error"

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=454948

maycne.sona...@posteo.net changed:

   What|Removed |Added

 CC||maycne.sona...@posteo.net

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

[kwin] [Bug 449957] KWin crash in KWin::PlacementArea() when connecting/disconnecting, enabling/disabling screens.

2022-06-12 Thread phrxmd
https://bugs.kde.org/show_bug.cgi?id=449957

--- Comment #30 from phrxmd  ---
(In reply to Ta-Lun Yen from comment #28)
> phrxmd: Is there by any chance, you have plugins like grid-tiling-kwin or
> bismuth installed? If so, please try
> https://invent.kde.org/plasma/kwin/-/merge_requests/2509

I have bismuth installed. That merge request fixes this bug for me.

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

[plasmashell] [Bug 455024] Brightness slider lets me disable the backlight

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455024

--- Comment #5 from alexandermaso...@gmail.com ---
/sys/class/backlight/intel_backlight/brightness: 232 sets the backlight to the
lowest level without switching it off. 231 switches it off completely.
max_brightness is 12.

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

[plasmashell] [Bug 451449] Wayland desktop panel doesn't follow primary screen when external primary screen is turned off and back on again

2022-06-12 Thread galder
https://bugs.kde.org/show_bug.cgi?id=451449

galder  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from galder  ---
This issue still exists in 5.25.0

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

[kmymoney] [Bug 455171] Reports that include transactions in other currencies do not convert currencies to default, so totals are wrong

2022-06-12 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=455171

--- Comment #2 from Jack  ---
Instead of finding the problem transactions, find the problem exchange rates. 
Go to Tool/Prices... and narrow the display by typing the foreign currency in
the search box.  Then click the "show all stored prices" box.  That should
display all conversions for the two currencies, and you can find those with a
rate of 1.  You can either delete those prices or updated them to the correct
conversion on that date.  If you delete them, I am not certain, but  believe
KMM will use the most recent conversion rate prior to the date of the
transaction, which may or may not be close enough for you.

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

[frameworks-kiconthemes] [Bug 436637] KIconLoader does not respect QIcon::themeSearchPaths()

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=436637

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
Seems to work here; I test with qtcreator:

QIcon::setThemeSearchPaths(QIcon::themeSearchPaths() <<
"/usr/share/yelp/icons");
QIcon icon = QIcon::fromTheme("yelp-page-task");
qDebug() << icon << QIcon::themeSearchPaths();

QIcon("yelp-page-task",availableSizes[normal,Off]=QList(QSize(16,
16)),cacheKey=0x1) QList("/home/ahmad/.icons",
"/home/ahmad/.local/share/icons", "/usr/local/share/icons", "/usr/share/icons",
":/icons", "/usr/share/yelp/icons")

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

[frameworks-kconfig] [Bug 436712] kconfig_compiler generates invalid code

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=436712

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #1 from Ahmad Samir  ---
Seems to work
https://invent.kde.org/frameworks/kconfig/commit/c098a4f105fb6bb0a5a5a89f09e2211b627266dc
(no MR).

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

[dolphin] [Bug 455188] Dolphin does not automatically open specific folder of USB drive or phone (MTP) when clicking on `Open In File Manager` in the `Disks & Devices` applet

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=455188

postix  changed:

   What|Removed |Added

Summary|Dolphin does not open   |Dolphin does not
   |specific folder of USB  |automatically open specific
   |drive or phone (MTP) when   |folder of USB drive or
   |clicking on `Open In File   |phone (MTP) when clicking
   |Manager` in the `Disks &|on `Open In File Manager`
   |Devices`  applet|in the `Disks & Devices`
   ||applet

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

[dolphin] [Bug 455188] Dolphin does not open specific folder of USB drive or phone (MTP) when clicking on `Open In File Manager` in the `Disks & Devices` applet

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=455188

postix  changed:

   What|Removed |Added

   Keywords||usability
 CC||pos...@posteo.eu

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

[dolphin] [Bug 455188] New: Dolphin does not open specific folder of USB drive or phone (MTP) when clicking on `Open In File Manager` in the `Disks & Devices` applet

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=455188

Bug ID: 455188
   Summary: Dolphin does not open specific folder of USB drive or
phone (MTP) when clicking on `Open In File Manager` in
the `Disks & Devices`  applet
   Product: dolphin
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
CC: kfm-de...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1.  Plugin a USB drive or a phone (eg Android, MTP)
2.  Click on `Open In File Manager` in the `Disks & Devices`  applet

OBSERVED RESULT
Dolphin opens and one has to manually click on the corresponding device in the
device section.


EXPECTED RESULT
Dolphin opens and also automatically opens the USB drive or phone folder and
focus that tab.


SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20220609
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2
Kernel Version: 5.18.2-1-default (64-bit)
Graphics Platform: Wayland

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

[dolphin] [Bug 453700] dolphin in detailed view open files and folders also if I click elsewhere on the line not only on the filename

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=453700

thwr...@gmail.com changed:

   What|Removed |Added

 CC||augusto.be...@gmail.com

--- Comment #15 from thwr...@gmail.com ---
*** Bug 455110 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 455110] Files/Folder get selected when cursor over details columns

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455110

--- Comment #2 from thwr...@gmail.com ---


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

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

[dolphin] [Bug 452924] Dolphin not showing metadata for files on network shares, "Details" tab in File Properties missing

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=452924

thwr...@gmail.com changed:

   What|Removed |Added

 CC||augusto.be...@gmail.com

--- Comment #19 from thwr...@gmail.com ---
*** Bug 455110 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 455110] Files/Folder get selected when cursor over details columns

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455110

thwr...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from thwr...@gmail.com ---


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

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

[kwin] [Bug 443410] Please restore the Desktop Cube switching effect

2022-06-12 Thread McWill
https://bugs.kde.org/show_bug.cgi?id=443410

McWill  changed:

   What|Removed |Added

 CC||jwmccul...@pima.edu

--- Comment #56 from McWill  ---
It seems like this is where a majority of the comments are showing up...
I too am a HUGE fan of the cube, and I think it is obvious from these comments
that there is also a major fan following.

I will add my vote for a plea to those that have the skills to please develop
the cube to bring it back to its previous glory or better.

I would also like to add my voice in thanking the developers for their time and
effort. There is obviously a lot of time and effort that is applied to this
project. It is a very valuable project and makes a difference. As with any
endeavor, yes maybe the "customer" priorities could use a little more
consideration, however, that should not diminish the appreciation that so many
of us have for what you all are doing. I would like to voice, for many that I
believe hold my view, thank you for all you do.

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

[frameworks-kglobalaccel] [Bug 455117] Global shortcut launches terminal application without a terminal

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=455117

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |
   |eworks/kconfigwidgets/-/mer |
   |ge_requests/142 |
   Version Fixed In|5.95|

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

[frameworks-kconfigwidgets] [Bug 453800] Kate's Recent Files List | every entry on list can be opened only once after update to 22.04.0 (restart of Kate necessary)

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=453800

Ahmad Samir  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kconfigwidgets/-/mer
   ||ge_requests/142
 Status|REPORTED|RESOLVED
   Version Fixed In||5.95
 CC||a.samir...@gmail.com

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

[frameworks-kglobalaccel] [Bug 455117] Global shortcut launches terminal application without a terminal

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=455117

Ahmad Samir  changed:

   What|Removed |Added

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

--- Comment #3 from Ahmad Samir  ---
Wrong tab, sorry.

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

[frameworks-kglobalaccel] [Bug 455117] Global shortcut launches terminal application without a terminal

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=455117

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kconfigwidgets/-/mer
   ||ge_requests/142
   Version Fixed In||5.95
 CC||a.samir...@gmail.com
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

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

[kwin] [Bug 454755] Screen cycles 22 seconds off, 4 seconds on, only with Wayland

2022-06-12 Thread cantabile
https://bugs.kde.org/show_bug.cgi?id=454755

--- Comment #9 from cantabile  ---
I don't have xf86-video-intel. I removed it a long time ago because of some
other bug(s).

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

[konsole] [Bug 455143] Feature Request: Expanded JSON Layout Configuration

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455143

--- Comment #1 from tcanabr...@kde.org ---
This is a really nice idea. I’ll implement this week, thanks for the heads
up.

On Sat, 11 Jun 2022 at 01:17 shellsmoke  wrote:

> https://bugs.kde.org/show_bug.cgi?id=455143
>
> Bug ID: 455143
>Summary: Feature Request: Expanded JSON Layout Configuration
>Product: konsole
>Version: unspecified
>   Platform: Other
> OS: Linux
> Status: REPORTED
>   Severity: wishlist
>   Priority: NOR
>  Component: split-view
>   Assignee: konsole-de...@kde.org
>   Reporter: smokeinthesh...@gmail.com
>   Target Milestone: ---
>
> Created attachment 149605
>   --> https://bugs.kde.org/attachment.cgi?id=149605=edit
> Konsole Session Generated example JSON
>
> It appears that currently, Konsole only supports the number and
> orientation of
> window splits in a JSON file format with the --layout commandline option.
> While
> most of the features requested below can be controlled for automation
> purposes
> with dbus, using dbus commands requires a steeper learning curve for the
> end
> user, creates issues with portability between systems, and can cause issues
> with script readability (one user writes a bash script one way, while other
> people might write it another). There are additional security concerns
> with the
> runCommand and sendText dbus methods, though Konsole already supports
> executing
> commands in a new session with the '-e' option. These issues can be
> alleviated
> by exposing more of Konsole's configuration and commandline options via
> JSON.
>
> My suggestion/feature request is to expand the JSON configuration to
> encompass
> the following:
> Publicly exposed DBus methods and properties for the 'org.kde.konsole'
> endpoint:
> - org.kde.konsole.Session.setTitle
> - org.kde.konsole.Session.setTabTitleFormat
> - - There are two Title and TabTitleFormat properties controlled by the
> above
> two methods. I've accounted for this in my example below
> - org.kde.konsole.Session.setProfile
> - org.kde.konsole.Session.sendText
> - org.kde.konsole.Session.runCommand
> Split pane sizing with either "HEIGHTxWIDTH" or separate HEIGHT and WIDTH
> properties.
> Window configurations such as window size and view-enabled plugins.
>
> The JSON formatting should be easy and simple to read and configure, and
> KDE
> Konsole documentation should be updated to include its usage. To assist in
> ease
> of formatting and standardization, I propose having all splits be
> separated by
> their left-right (horizontal) top-bottom (vertical) orientation (current
> behavior) to include the first split (Konsole Session 1. Not current
> behavior,
> as there is just a first '"Orientation": "Horizontal"' for the beginning
> of the
> first split). Additionally, all Konsole window settings, such as Window
> size,
> should be declared at the top of the JSON config file.
>
> An example of what this JSON configuration file might look like is below:
>
> {
> "WindowSize" : "Maximized",
> "Plugins": ["SSHManager", "Plugin2"],
> "Splits": [
> {
> # First Split on far left
> # session 1
> "Orientation": "Horizontal",
> "SessionRestoreId": 0,
> "TabTitleLocal": "Local Tab Title"
> },
> {
> # Second split to right
> "Orientation": "Vertical",
> "Widgets": [
> {
> # Top
> # session 2
> "SessionRestoreId": 0,
> "TabTitleFormatLocal": "%d : %n"
> },
> {
> # Bottom
> # session 3
> "SessionRestoreId": 0,
> "TabTitleFormatRemote": "%U%H"
> }
> ]
> },
> {
> # Third split to right
> # session 4
> "SessionRestoreId": 0,
> "TabTitleRemote": "Remote Tab Title",
> "Profile": "KonsoleProfile1"
> },
> {
> # Fourth Split to far right
> "Orientation": "Vertical",
> "Widgets": [
> {
> # top
> # session 5
> "SessionRestoreId": 0,
>

[kate] [Bug 455186] Save icon do not change state

2022-06-12 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=455186

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Hi, this is by intention.
One should always be able to save the file.
Other editors handle that similarly.

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

[kwin] [Bug 455159] Add Xwayland grab keyboard support

2022-06-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=455159

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasma-nm] [Bug 423973] Adding Wireguard .conf file does not save pre-shared key

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423973

ja...@perfectshuffle.co.uk changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from ja...@perfectshuffle.co.uk ---
Experiencing this too. As a workaround you can import wireguard config files
from the command line which works fine:

sudo nmcli connection import type wireguard file my-wireguard-config.conf

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

[plasma-nm] [Bug 423973] Adding Wireguard .conf file does not save pre-shared key

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423973

ja...@perfectshuffle.co.uk changed:

   What|Removed |Added

 CC||ja...@perfectshuffle.co.uk

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

[plasmashell] [Bug 199001] Time of day wallpaper like weather wallpaper

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=199001

--- Comment #5 from postix  ---
Until integrated please see also:
https://github.com/zzag/plasma5-wallpapers-dynamic

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

[kate] [Bug 455186] New: Save icon do not change state

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455186

Bug ID: 455186
   Summary: Save icon do not change state
   Product: kate
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

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

SUMMARY
***
This is more a distraction, then a bug.
Save icon on toolbar do not change its state. It is always enabled. 
'Undo' and 'redo' icons behave as should, though.
***


STEPS TO REPRODUCE
1. Open file in Kate
2. Type one character
3. Undo

OBSERVED RESULT
Save icon has enabled state, although there are no changes.

EXPECTED RESULT
Save icon should be disabled.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Testing Edition VM
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.4


ADDITIONAL INFORMATION

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

[konsole] [Bug 455166] URL matching regressions

2022-06-12 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=455166

--- Comment #5 from Ahmad Samir  ---
(In reply to Martin Sandsmark from comment #3)
> (In reply to Ahmad Samir from comment #2)
> > `https://foo.bar` should be fixed with that MR.
> > 
> > The issue with [foo](https://bar/) is that ")" is a valid character than can
> > exist in a URL, I don't see a simple way to match markup/down urls of that
> > form, without breaking other stuff.
> 
> What kind of other URLs would break?

Bug 452978 (and it's duplicates).

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

[kdenlive] [Bug 455140] Proxy clips are re-generated when using LRV files

2022-06-12 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=455140

--- Comment #4 from Jean-Baptiste Mardelle  ---
I don't have LRV files and tested with SONY PXW proxies and everthing seems to
work for me.
Can you confirm that your LRV proxy clip is located in the same folder as the
original and that the clips are named according to our setting:

original clip:
GX1234.MP4
Proxy clip:
GL1234.LRV

(Where 1234 is the name of the clip, prefix and extension in capital
letters...)

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

[konsole] [Bug 455166] URL matching regressions

2022-06-12 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=455166

--- Comment #4 from Martin Sandsmark  ---
Created attachment 149643
  --> https://bugs.kde.org/attachment.cgi?id=149643=edit
dumb fix

Simplest fix I could think of. It passes the tests, but it feels too simple so
I'm assuming it breaks in some weird ways.

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

[plasmashell] [Bug 199001] Time of day wallpaper like weather wallpaper

2022-06-12 Thread Ivo Grimaldi
https://bugs.kde.org/show_bug.cgi?id=199001

Ivo Grimaldi  changed:

   What|Removed |Added

 CC||ivoerm...@opensuse.org

--- Comment #4 from Ivo Grimaldi  ---
if is possible I would like to test this feature.

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

[plasmashell] [Bug 199001] Time of day wallpaper like weather wallpaper

2022-06-12 Thread postix
https://bugs.kde.org/show_bug.cgi?id=199001

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kcharselect] [Bug 455185] New: Some characters not visible in multiple applications

2022-06-12 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=455185

Bug ID: 455185
   Summary: Some characters not visible in multiple applications
   Product: kcharselect
   Version: 22.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: cf...@kde.org
  Reporter: witchhunter...@protonmail.com
  Target Milestone: ---

SUMMARY
***
It started 1-2 months ago.
Kcharselect don't properly display symbols for Linux distros, it displays
rectangle instead. Actually majority of symbols within  'Other>Private user
area' section are not displayed.

Konsole don't display it either:
echo -e '\uF312'
But, if you change font to e.g. 'Symbols Nerd Font', it will be show correctly.
***


STEPS TO REPRODUCE
1. Open Kcharselect
2. Search for F312


OBSERVED RESULT
Rectangle is shown.

EXPECTED RESULT
Manjaro symbol should be shown.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.4
Kernel Version: 5.18.3-1-MANJARO (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa Intel® HD Graphics 4000
+
Operating System: KDE neon Testing Edition VM
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.4
Kernel Version: 5.13.0-48-generic (64-bit)
Graphics Platform: X11
Manufacturer: QEMU

ADDITIONAL INFORMATION

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

[krita] [Bug 455174] When the Android version disables "HI-DPI support", the width of the new file window is too small.

2022-06-12 Thread Eranthis stellata Maxim
https://bugs.kde.org/show_bug.cgi?id=455174

Eranthis stellata Maxim <1012468...@qq.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|INTENTIONAL |---

--- Comment #2 from Eranthis stellata Maxim <1012468...@qq.com> ---
(In reply to Alvin Wong from comment #1)
> That's exactly what disabling high-DPI does...

I don't think it's a bug that new windows shrink after disabling "HI-DPI
support".

I think it is correct that the new file window is proportionally smaller after
disabling "HI-DPI support".
After disabling "HI-DPI support", the new file window is not proportionally
smaller, but the width is significantly reduced.
So I think it's a bug.

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

[plasmashell] [Bug 454984] Allow to set an animated image as desktop background

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=454984

Fushan Wen  changed:

   What|Removed |Added

 Blocks||455184


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=455184
[Bug 455184] Allow to set a video as desktop background
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 455184] New: Allow to set a video as desktop background

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455184

Bug ID: 455184
   Summary: Allow to set a video as desktop background
   Product: plasmashell
   Version: 5.25.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: Brainstorm
  Severity: wishlist
  Priority: NOR
 Component: Image Wallpaper
  Assignee: plasma-b...@kde.org
  Reporter: qydwhotm...@gmail.com
CC: notm...@gmail.com, qydwhotm...@gmail.com
Depends on: 454984
  Target Milestone: 1.0
 Flags: Brainstorm+

Plasma lacks support for video backgrounds.

The feature is popular on store.kde.org, e.g. 
Wallpaper Engine Kde Plugin: https://store.kde.org/p/1475528/
SmartER Video Wallpaper: https://store.kde.org/p/1448924
Animated Image Wallpaper: https://store.kde.org/p/1339104
Smart Video Wallpaper: https://store.kde.org/p/1316299
Video LockScreen: https://store.kde.org/p/1316300
Video Wallpaper: https://store.kde.org/p/1316120
Animated Video Wallpaper: https://store.kde.org/p/1032000


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=454984
[Bug 454984] Allow to set an animated image as desktop background
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 454984] Allow to set an animated image as desktop background

2022-06-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454984

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kwin] [Bug 453999] new grid implementation is lacking a mouse-hover indication for the active desktop

2022-06-12 Thread smit
https://bugs.kde.org/show_bug.cgi?id=453999

smit  changed:

   What|Removed |Added

 CC||smit1...@gmail.com

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

[krita] [Bug 455172] Some buttons in the Android version do not display translations.

2022-06-12 Thread Eranthis stellata Maxim
https://bugs.kde.org/show_bug.cgi?id=455172

Eranthis stellata Maxim <1012468...@qq.com> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #2 from Eranthis stellata Maxim <1012468...@qq.com> ---
(In reply to Alvin Wong from comment #1)
> Should be fixed on nightly. Next release will have the fix.
> 
> *** This bug has been marked as a duplicate of bug 448343 ***

This bug has not been fixed, it still exists in
krita-arm64-v8a-5.1.0-prealpha-nightly-unsigned.apk.

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

[plasmashell] [Bug 454984] Allow to set an animated image as desktop background

2022-06-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=454984

Fushan Wen  changed:

   What|Removed |Added

Summary|Allow to set a video or an  |Allow to set an animated
   |animated image as desktop   |image as desktop background
   |background  |

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

[konsole] [Bug 455166] URL matching regressions

2022-06-12 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=455166

--- Comment #3 from Martin Sandsmark  ---
(In reply to Ahmad Samir from comment #2)
> `https://foo.bar` should be fixed with that MR.
> 
> The issue with [foo](https://bar/) is that ")" is a valid character than can
> exist in a URL, I don't see a simple way to match markup/down urls of that
> form, without breaking other stuff.

What kind of other URLs would break?
URLs in markdown are very common, so unless it breaks a lot of URLs to handle
them I'd say it's worth it (I don't think there used to be any issues).

Another URL that don't work anymore are foo=https://bar.com fwiw.

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

[systemsettings] [Bug 455169] Changing user passwords: Changing a user password via the settings tool fails to bring up polkit for authentication

2022-06-12 Thread galder
https://bugs.kde.org/show_bug.cgi?id=455169

galder  changed:

   What|Removed |Added

 CC||lem...@gmail.com

--- Comment #1 from galder  ---
Hello I could not reproduce this issue in 
Operating System: Kubuntu 21.10
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.2
Kernel Version: 5.13.0-48-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz
Memory: 15.5 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060/PCIe/SSE2

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

[plasmashell] [Bug 455162] Visual glitch in the wallpaper grid when maximizing the desktop settings window

2022-06-12 Thread galder
https://bugs.kde.org/show_bug.cgi?id=455162

galder  changed:

   What|Removed |Added

 CC||lem...@gmail.com

--- Comment #2 from galder  ---
(In reply to Fushan Wen from comment #1)
> Created attachment 149623 [details]
> Cant reproduce on X11.mp4
> 
> Can't reproduce on X11, but perhaps it's because my computer is slow so the
> glitch has disappeared before I can see it.

Maybe because your window is small. With a bigger size I can see the grid is
redrawed with every change and creates the visual glitch.
I would say this is a minor issue. At least with dedicated GPU in X11 is barely
 noticeable.

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

[krita] [Bug 455174] When the Android version disables "HI-DPI support", the width of the new file window is too small.

2022-06-12 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=455174

Alvin Wong  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 CC||al...@alvinhc.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Alvin Wong  ---
That's exactly what disabling high-DPI does...

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

[krita] [Bug 455172] Some buttons in the Android version do not display translations.

2022-06-12 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=455172

Alvin Wong  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||al...@alvinhc.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Alvin Wong  ---
Should be fixed on nightly. Next release will have the fix.

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

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

[krita] [Bug 448343] Some translation is missing from Krita's Android version

2022-06-12 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=448343

Alvin Wong  changed:

   What|Removed |Added

 CC||1012468...@qq.com

--- Comment #12 from Alvin Wong  ---
*** Bug 455172 has been marked as a duplicate of this bug. ***

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

[NeoChat] [Bug 455016] Editing edited messages with markdown causes markdown elements to be replaced with html elements in chat box

2022-06-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455016

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[kgeotag] [Bug 455074] Open selected folder(s) and image(s) with KGeoTag

2022-06-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=455074

--- Comment #3 from Tobias Leupold  ---
Okay, we now can load directories and/or files that are given on the command
line.

This works fine for one selected directory or file via Dolphin's "Open with",
but if more files and/or directories are selected, one instance of KGeoTag is
opened … I'm not sure how to handle this. Loading an arbitrary number of files
(or a wildcard) given via the command line directly works as expected.

I'll have to check if there's a way how to tell Dolphin to pass a list to
KGeoTag instead of opening multiple instances.

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

[krita] [Bug 453884] Krita 5.0.6 crashes during saving

2022-06-12 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=453884

Halla Rempt  changed:

   What|Removed |Added

 CC||nodustnomo...@gmail.com

--- Comment #21 from Halla Rempt  ---
*** Bug 455182 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 455182] I can't save file

2022-06-12 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=455182

Halla Rempt  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||ha...@valdyas.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Halla Rempt  ---


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

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

[kgeotag] [Bug 455074] Open selected folder(s) and image(s) with KGeoTag

2022-06-12 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=455074

--- Comment #2 from Tobias Leupold  ---
Git commit cb8489b5636d7378563261aa31a59c57e2a8b361 by Tobias Leupold.
Committed on 12/06/2022 at 14:48.
Pushed by tleupold into branch 'master'.

Added loading dirs/files given on the command line

M  +25   -1src/MainWindow.cpp

https://invent.kde.org/graphics/kgeotag/commit/cb8489b5636d7378563261aa31a59c57e2a8b361

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

[konsole] [Bug 455165] Characters after column 81 are sometimes not put on clipboard

2022-06-12 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=455165

--- Comment #3 from Martin Sandsmark  ---
In case I forget to update the bug because it just works, here are the commits
I'm testing with reverting:
> e8f771018079d0293db602e3e1e77f1f5f27ba6f: "Do not count trailing empty cells 
> on selections"
> e4cbfef2b5a18337b6ae787db2cc253df721e7e6: "Allow ending wordwise select in 
> mousetracking mode"
> 4e69f47b06c7c867e17465f4d68c1021a877925d: "Respect Trim Trailing Space also 
> in history buffer"
> 9046680f5a03234b395c500354cfad005adbefa6: "Ignore non-real chars for 
> selection in history"
> 836b1d981485717d1cb6738ef0a901c3600d4742: "Selecting past last char -> extend 
> to last column"
> 4e0bcd4edbf405988282e8264d51376b3ab45e10: "Set default rendition before 
> clearing the screen"

I might have missed some, but these are after
34000dfa1e8b4a6ae4483975ef812544f098059c (which was the previous version I was
using and I didn't have the issue) and mentioned selection.

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

[konsole] [Bug 455165] Characters after column 81 are sometimes not put on clipboard

2022-06-12 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=455165

--- Comment #2 from Martin Sandsmark  ---
Even weirder, it seems to be influenced by what I previously selected. If I
select from the start of the line until some arbitrary length, deselect by
clicking somewhere, and then attempt to select again it will copy a different
part to the clipboard.

I'll try reverting the selection commits and run with it for a while to see if
it still happens.

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

[kdeconnect] [Bug 455183] New: Wrong notifications icons

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455183

Bug ID: 455183
   Summary: Wrong notifications icons
   Product: kdeconnect
   Version: 22.04.2
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: theskyblock...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Get a first notification on your phone (with the application connected to
your computer)
2. After some time get a second notification on your phone

OBSERVED RESULT
The first notification on the computer gonna be the kde connect icon and the
second notification icon gonna be the first notification icon

EXPECTED RESULT
The first and second notification has it's own icon related to the application
who sent the notification

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

  1   2   >