[digikam] [Bug 490907] Allow us to set the "specify time delay for slideshow" to 0.5 seconds.

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490907

--- Comment #3 from caulier.gil...@gmail.com ---
0.25 or 0.5 seconds of Slideshow delay is a non sence for me...

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

[plasmashell] [Bug 490913] New: Panel settings window in Edit mode prevent access to settings of nearby widgets

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490913

Bug ID: 490913
   Summary: Panel settings window in Edit mode prevent access to
settings of nearby widgets
Classification: Plasma
   Product: plasmashell
   Version: 6.1.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Edit Mode
  Assignee: plasma-b...@kde.org
  Reporter: realkpa...@gmail.com
  Target Milestone: 1.0

Created attachment 172062
  --> https://bugs.kde.org/attachment.cgi?id=172062&action=edit
Screenshot showing the System tray widget popup being covered over

In the new Edit mode, the "Pannel settings" window is drawn over the little
popup windows of widgets placed on the panel, preventing access to those
popups. This means that the settings and remove buttons for the default
placement of the System tray, Digital clock and Peek at desktop widgets are
inaccessible.

STEPS TO REPRODUCE
1. Right click the panel on a default Plasma 6.1.3 installation
2. Click "Show Panel Configuration"
3. Hover mouse over the System tray

OBSERVED RESULT
The popup with the name of the widget, it's settings and a remove button is
almost completely covered by the Panel settings (see screenshot)

EXPECTED RESULT
The popup is drawn over the panel settings / the panel settings move out of the
way / the panel settings close to make way


SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.10-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 7 PRO 3700U w/ Radeon Vega Mobile Gfx
Memory: 13.5 GiB of RAM
Graphics Processor: AMD Radeon Vega 10 Graphics
Manufacturer: LENOVO
System Version: ThinkPad T495

ADDITIONAL INFORMATION
Initially discovered on this machine when using fractional scaling.
Also confirmed on an Acer Travelmate P214 running Fedora KDE using 100%
scaling.

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

[konqueror] [Bug 490321] Javascript accept policy ignored on first page load

2024-07-28 Thread Stefano Crocco
https://bugs.kde.org/show_bug.cgi?id=490321

Stefano Crocco  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/konqueror/-/commit/4f1c
   ||2378453a287e9c7058319fa
   ||63ea0fc9c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Stefano Crocco  ---
Git commit 4f1c2378453a287e9c7058319fa63ea0fc9c by Stefano Crocco.
Committed on 28/07/2024 at 07:21.
Pushed by stefanocrocco into branch 'master'.

Apply URL-specific javascript policy in WebEnginePage::acceptNavigationRequest,
too

M  +3-0webenginepart/src/webenginepage.cpp

https://invent.kde.org/network/konqueror/-/commit/4f1c2378453a287e9c7058319fa63ea0fc9c

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

[plasma-browser-integration] [Bug 488653] plasma-browser-integration-host crashes in Firefox 127.0 after upgrade to Plasma 6.1

2024-07-28 Thread Kai
https://bugs.kde.org/show_bug.cgi?id=488653

--- Comment #24 from Kai  ---
(In reply to Fabian Vogt from comment #23)
> If anyone is able to reprouce this reliably, please try
> plasma-browser-integration-host with this line removed:

Your patch seems to have solved the problem for me.

Builded with https://aur.archlinux.org/plasma-browser-integration-git.git and
the following modifications:

diff --git a/PKGBUILD b/PKGBUILD
index fb7e900..c37db3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
 # Contributor: Antonio Rojas 

 pkgname=plasma-browser-integration-git
 pkgver=6.0.80_r1569.g57b9b6a3
 pkgrel=1
 pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
 arch=($CARCH)
 url='https://www.kde.org/plasma-desktop'
 license=(GPL-2.0-or-later)
-depends=(gcc-libs glibc plasma-activities-git kconfig-git kcoreaddons-git
kcrash-git kdbusaddons-git kfilemetadata-git ki18n-git kio-git kjobwidgets-git
kservice-git kstatusnotifieritem-git plasma-workspace-git purpose-git qt6-base)
-makedepends=(git extra-cmake-modules-git)
+depends=(gcc-libs glibc plasma-activities kconfig kcoreaddons kcrash
kdbusaddons kfilemetadata ki18n kio kjobwidgets kservice kstatusnotifieritem
plasma-workspace purpose qt6-base)
+makedepends=(git extra-cmake-modules)
 conflicts=(${pkgname%-git})
 provides=(${pkgname%-git})
 groups=(plasma-git)
@@ -27,6 +27,20 @@ build() {
   cmake -B build -S ${pkgname%-git} \
 -DQT_MAJOR_VERSION=6 \
 -DINSTALL_CHROME_MANIFEST=ON
+
+  patch -d $srcdir/${pkgname%-git} -p1 icon()));
+ 
+ m_tasksModel->disconnect(this); // prevent further signal emission to not
deref a nullptr https://bugs.kde.org/show_bug.cgi?id=435811
+-m_tasksModel->deleteLater();
+ m_tasksModel = nullptr;
+ 
+ return true;
+EOF
+
   cmake --build build
 }


plasma-browser-integration: 6.1.80_r1606.g51427d9a-1
Firefox: 128.0.3-1
Operating System: Arch Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

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

[plasmashell] [Bug 490913] Panel settings window in Edit mode prevent access to settings of nearby widgets

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490913

filip.kend...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from filip.kend...@gmail.com ---


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

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

[plasmashell] [Bug 487640] In Edit Mode, Panel Settings obscures settings popups for elements on the panel

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=487640

filip.kend...@gmail.com changed:

   What|Removed |Added

 CC||realkpa...@gmail.com

--- Comment #26 from filip.kend...@gmail.com ---
*** Bug 490913 has been marked as a duplicate of this bug. ***

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

[konqueror] [Bug 490321] Javascript accept policy ignored on first page load

2024-07-28 Thread Stefano Crocco
https://bugs.kde.org/show_bug.cgi?id=490321

Stefano Crocco  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/konqueror/-/commit/4f1c |ork/konqueror/-/commit/135e
   |2378453a287e9c7058319fa |d489debdb6eb3d39228c91f9ca3
   |63ea0fc9c   |4c477c8a2

--- Comment #3 from Stefano Crocco  ---
Git commit 135ed489debdb6eb3d39228c91f9ca34c477c8a2 by Stefano Crocco.
Committed on 28/07/2024 at 07:34.
Pushed by stefanocrocco into branch 'release/24.08'.

Apply URL-specific javascript policy in WebEnginePage::acceptNavigationRequest,
too


(cherry picked from commit 4f1c2378453a287e9c7058319fa63ea0fc9c)

Co-authored-by: Stefano Crocco 

M  +3-0webenginepart/src/webenginepage.cpp

https://invent.kde.org/network/konqueror/-/commit/135ed489debdb6eb3d39228c91f9ca34c477c8a2

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

[libalkimia] [Bug 474801] Order of quote details widget when switching with 'Tab' is not ascending

2024-07-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=474801

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/alkimia/-/commit/13ef161 |ce/alkimia/-/commit/c2b7bf2
   |64cf63d44df56d4858cf28de126 |496906e061aafa96af981be0c2e
   |689866  |ef124b
 Resolution|--- |FIXED
   Version Fixed In|8.1.3   |8.2
 Status|REOPENED|RESOLVED

--- Comment #4 from Thomas Baumgart  ---
Git commit c2b7bf2496906e061aafa96af981be0c2eef124b by Thomas Baumgart.
Committed on 28/07/2024 at 08:06.
Pushed by tbaumgart into branch 'master'.

Fix tab order in AlkOnlineQuotesWidget

Apparently to disable and enable a widget has an impact on the tab order
between the widgets. The solution is to reset the tab order to the
desired form after the status of the widgets has been changed.
FIXED-IN: 8.2

M  +16   -0src/alkonlinequotedetails.ui
M  +16   -0src/alkonlinequoteswidget.cpp

https://invent.kde.org/office/alkimia/-/commit/c2b7bf2496906e061aafa96af981be0c2eef124b

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

[plasmashell] [Bug 490909] "GenericName" is used instead of "Comment" when showing tooltips for apps in the start menu

2024-07-28 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=490909

cwo  changed:

   What|Removed |Added

 CC||christoph.w...@gmx.de,
   ||mikel5...@gmail.com,
   ||noaha...@gmail.com
  Component|Global Menu |Application Launcher
   ||(Kickoff)

--- Comment #1 from cwo  ---
Thanks for the bug report!

This only applies to kickoff, the default application launcher; kicker and
kickerdash don't seem to have tooltips for applications at all (and maybe they
should, but those should be filed as separate bugs). Moving to that product.

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

[plasmashell] [Bug 490910] Plasma crash when clicking on window in task manager

2024-07-28 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=490910

cwo  changed:

   What|Removed |Added

 CC||christoph.w...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from cwo  ---
Thank you for the bug report! This issue has already been filed; please follow
the linked bug report for updates on a fix.

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

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

[plasmashell] [Bug 482446] With panels set to show only tasks from the current screen, Plasma sometimes crashes in TaskManager::WaylandTasksModel::requestActivate() when clicking on task manager butto

2024-07-28 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=482446

cwo  changed:

   What|Removed |Added

 CC||marek...@gmail.com

--- Comment #5 from cwo  ---
*** Bug 490910 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 490914] New: Make windows' preview in overview/grid view larger

2024-07-28 Thread Maggie
https://bugs.kde.org/show_bug.cgi?id=490914

Bug ID: 490914
   Summary: Make windows' preview in overview/grid view larger
Classification: Plasma
   Product: kwin
   Version: 6.1.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: effects-overview
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mageinblac...@gmail.com
  Target Milestone: ---

Hi! This is largely and accessibility/visual design feature request.

I've noticed that a singular window in the overview mode takes ~70% of the
virtual desktop preview behind it. And it is even smaller for several windows.
Window borders are too far away from the virtual desktop preview borders making
windows even smaller. It gets worse for the grid view, when a singular window
can take below 50% of the space of the virtual desktop behind it and even
smaller for several windows. This all makes windows less prominent and so
harder to focus on when what you want to use overview and grid view for is to
manage windows and virtual desktops.

To solve it I wanted to suggest making the window previews larger. How large?

For overview a singular window can take up to an entire space of the virtual
desktop behind it (while maximised, and proportional when in a window). And
several windows can go outside of the virtual desktop preview. This is inspired
by GNOME decisions on their overview. And I assume it was made to make windows
more easily readable and to make an accent on window managing and it also makes
the user to focus more on the windows rather than an empty virtual desktop
behind it. Such approach will bring more accessible and easier to find and/or
manage windows to the overview effect.

For Grid View approach is similar but slightly different. Windows obviously
cannot be allowed to go outside their virtual desktop preview because other
virtual desktops could be tiled nearby and lead to an overlap. However a
singular window taking the entire space of the virtual desktop preview could
also be possible. As well as increasing the window preview size will be very
beneficial for the end user that wants to find and see their windows in the
grid view.

Thank you for your patience with me.

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

[Haruna] [Bug 489918] The paths of the files added to the playlist are not like the paths in the file manager

2024-07-28 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=489918

george fb  changed:

   What|Removed |Added

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

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

[digikam] [Bug 490484] Writing Meta Data to Images deletes randomly Meta Data both from Images and Database

2024-07-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=490484

--- Comment #70 from Maik Qualmann  ---
Git commit 341ffaa20f5d37775169d2b86f729c0014bb2fc7 by Maik Qualmann.
Committed on 28/07/2024 at 08:57.
Pushed by mqualmann into branch 'master'.

do not rescan item after writing metadata
Related: bug 490821

M  +2-2core/libs/database/engine/dbenginebackend.cpp
M  +3-14   core/libs/database/utils/ifaces/itemgps.cpp
M  +3-20   core/libs/fileactionmanager/fileworkeriface.cpp
M  +1-2core/libs/properties/captions/itemdescedittab.cpp
M  +1-2core/libs/tags/engine/tagmodificationhelper.cpp
M  +1-8core/libs/threads/actionthreadbase.cpp
M  +3-7core/utilities/facemanagement/database/faceutils.cpp
M  +1-2core/utilities/imageeditor/main/imagewindow.cpp
M  +1-3   
core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp
M  +1-3core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp
M  +1-3   
core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp
M  +2-5core/utilities/maintenance/tools/metasync/metadatasynctask.cpp
M  +1-3core/utilities/queuemanager/manager/actionthread.cpp

https://invent.kde.org/graphics/digikam/-/commit/341ffaa20f5d37775169d2b86f729c0014bb2fc7

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

[digikam] [Bug 490821] digiKam fails to write tags/ratings to image files

2024-07-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=490821

--- Comment #2 from Maik Qualmann  ---
Git commit 341ffaa20f5d37775169d2b86f729c0014bb2fc7 by Maik Qualmann.
Committed on 28/07/2024 at 08:57.
Pushed by mqualmann into branch 'master'.

do not rescan item after writing metadata
Related: bug 490484

M  +2-2core/libs/database/engine/dbenginebackend.cpp
M  +3-14   core/libs/database/utils/ifaces/itemgps.cpp
M  +3-20   core/libs/fileactionmanager/fileworkeriface.cpp
M  +1-2core/libs/properties/captions/itemdescedittab.cpp
M  +1-2core/libs/tags/engine/tagmodificationhelper.cpp
M  +1-8core/libs/threads/actionthreadbase.cpp
M  +3-7core/utilities/facemanagement/database/faceutils.cpp
M  +1-2core/utilities/imageeditor/main/imagewindow.cpp
M  +1-3   
core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp
M  +1-3core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp
M  +1-3   
core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp
M  +2-5core/utilities/maintenance/tools/metasync/metadatasynctask.cpp
M  +1-3core/utilities/queuemanager/manager/actionthread.cpp

https://invent.kde.org/graphics/digikam/-/commit/341ffaa20f5d37775169d2b86f729c0014bb2fc7

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

[kwin] [Bug 490915] New: kwin_wayland crashed with SIGSEV in KWin::EffectWindow::isNormalWindow

2024-07-28 Thread Daniel Schulte
https://bugs.kde.org/show_bug.cgi?id=490915

Bug ID: 490915
   Summary: kwin_wayland crashed with SIGSEV in
KWin::EffectWindow::isNormalWindow
Classification: Plasma
   Product: kwin
   Version: 6.1.3
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic-crash
  Assignee: kwin-bugs-n...@kde.org
  Reporter: trilader+kdeb...@gmail.com
  Target Milestone: ---

Created attachment 172063
  --> https://bugs.kde.org/attachment.cgi?id=172063&action=edit
kwin_wayland stacktrace crashing in KWin::EffectWindow::isNormalWindow

SUMMARY
As the title suggests, kwin_wayland crashed. I think I was interacting with an
XWayland application (possibly git gui) when it crashed. This is the first time
I've seen this crash and it hasn't happened since then (which was on Friday
2024-07-26).


SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 32 × AMD Ryzen 9 7950X3D 16-Core Processor
Memory: 62,0 GiB of RAM
Graphics Processor: AMD Radeon RX 5500 XT
Manufacturer: ASUS

ADDITIONAL INFORMATION

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

[digikam] [Bug 490484] Writing Meta Data to Images deletes randomly Meta Data both from Images and Database

2024-07-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=490484

--- Comment #71 from Maik Qualmann  ---
Git commit 15101d696baf5491abb60be9013fadf3b5dd0b3c by Maik Qualmann.
Committed on 28/07/2024 at 09:03.
Pushed by mqualmann into branch 'master'.

Revert "do not rescan item after writing metadata"
Related: bug 490821

M  +2-2core/libs/database/engine/dbenginebackend.cpp
M  +14   -3core/libs/database/utils/ifaces/itemgps.cpp
M  +20   -3core/libs/fileactionmanager/fileworkeriface.cpp
M  +2-1core/libs/properties/captions/itemdescedittab.cpp
M  +2-1core/libs/tags/engine/tagmodificationhelper.cpp
M  +8-1core/libs/threads/actionthreadbase.cpp
M  +7-3core/utilities/facemanagement/database/faceutils.cpp
M  +2-1core/utilities/imageeditor/main/imagewindow.cpp
M  +3-1   
core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp
M  +3-1core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp
M  +3-1   
core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp
M  +5-2core/utilities/maintenance/tools/metasync/metadatasynctask.cpp
M  +3-1core/utilities/queuemanager/manager/actionthread.cpp

https://invent.kde.org/graphics/digikam/-/commit/15101d696baf5491abb60be9013fadf3b5dd0b3c

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

[digikam] [Bug 490821] digiKam fails to write tags/ratings to image files

2024-07-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=490821

--- Comment #3 from Maik Qualmann  ---
Git commit 15101d696baf5491abb60be9013fadf3b5dd0b3c by Maik Qualmann.
Committed on 28/07/2024 at 09:03.
Pushed by mqualmann into branch 'master'.

Revert "do not rescan item after writing metadata"
Related: bug 490484

M  +2-2core/libs/database/engine/dbenginebackend.cpp
M  +14   -3core/libs/database/utils/ifaces/itemgps.cpp
M  +20   -3core/libs/fileactionmanager/fileworkeriface.cpp
M  +2-1core/libs/properties/captions/itemdescedittab.cpp
M  +2-1core/libs/tags/engine/tagmodificationhelper.cpp
M  +8-1core/libs/threads/actionthreadbase.cpp
M  +7-3core/utilities/facemanagement/database/faceutils.cpp
M  +2-1core/utilities/imageeditor/main/imagewindow.cpp
M  +3-1   
core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp
M  +3-1core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp
M  +3-1   
core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp
M  +5-2core/utilities/maintenance/tools/metasync/metadatasynctask.cpp
M  +3-1core/utilities/queuemanager/manager/actionthread.cpp

https://invent.kde.org/graphics/digikam/-/commit/15101d696baf5491abb60be9013fadf3b5dd0b3c

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

[dolphin] [Bug 487503] Unable to copy or move files within WebDAV directories

2024-07-28 Thread Luigi Baldoni
https://bugs.kde.org/show_bug.cgi?id=487503

Luigi Baldoni  changed:

   What|Removed |Added

 CC||aloi...@gmx.com

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

[kwin] [Bug 490915] kwin_wayland crashed with SIGSEV in KWin::EffectWindow::isNormalWindow

2024-07-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=490915

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[dolphin] [Bug 490620] Missing can't find the information panel

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490620

g...@section9.follonica.org changed:

   What|Removed |Added

 CC||g...@section9.follonica.org

--- Comment #4 from g...@section9.follonica.org ---
I can confirm, information panel is missing in dolphin-24.05.2-2 on Fedora 40.
Try to downgrade to dolphin-24.05.2-1.fc40 and it will be back.

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

[plasmashell] [Bug 490345] [regression] session logout buttons are no longer highlighted for keyboard selection

2024-07-28 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=490345

Oded Arbel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Oded Arbel  ---
Sorry - this does appear to be a problem with the 3rd party Plasma style. I was
using it for quite a while and didn't notice a problem with the keyboard
highlight, so when I did notice it - I thought its a problem in Plasma.

With Breeze Dark it works fine.

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

[kdeplasma-addons] [Bug 476161] Ability to use the new Cube effect as animation when switching virtual desktops

2024-07-28 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=476161

--- Comment #9 from Antti Savolainen  ---
Stef, please file a new bug report for that issue. Reporting it in an unrelated
bug report will just make the issue be forgotten.

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

[neon] [Bug 477673] KDEConnect - sshfs finished with exit code 1 when attempting to browse

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477673

kv3f5...@mailer.me changed:

   What|Removed |Added

 CC||kv3f5...@mailer.me

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

[kde] [Bug 490916] New: Monitor does not turn back on after inactivity

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490916

Bug ID: 490916
   Summary: Monitor does not turn back on after inactivity
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: m...@medzik.dev
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

When the monitor turns off due to inactivity, it fails to reactivate after
mouse movement or keyboard input. Manually turning on the monitor using its
power button results in a "no signal detected via HDMI" error. The only
solution is to force a system shutdown by holding the power button and then
restarting the computer. My graphics card is an AMD RX 6500 XT.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 40 KDE Plasma
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Wayland

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

[kde] [Bug 490916] Monitor does not turn back on after inactivity

2024-07-28 Thread Tim D
https://bugs.kde.org/show_bug.cgi?id=490916

Tim D  changed:

   What|Removed |Added

 CC||veeh...@zoho.com

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

[kdeconnect] [Bug 490689] KDE Connect not connecting to Android phone with KDE Connect app

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490689

kv3f5...@mailer.me changed:

   What|Removed |Added

 CC||kv3f5...@mailer.me

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

[krdc] [Bug 488655] Tab key not working in RDP session

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=488655

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 482081] Translation of local keyboard layout fails when not set to en-US

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=482081

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 253642] krdc full screen vnc session does not focus keyboard

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=253642

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu
 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

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

[krdc] [Bug 162723] krdc should grab all keys when "Grab all possible keys" option is enabled.

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=162723

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 343364] keys pressed show as with r_alt modifier

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=343364

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 162723] krdc should grab all keys when "Grab all possible keys" option is enabled.

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=162723

postix  changed:

   What|Removed |Added

   Keywords||usability

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

[krdc] [Bug 162723] krdc should grab all keys when "Grab all possible keys" option is enabled.

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=162723

postix  changed:

   What|Removed |Added

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

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

[krdc] [Bug 200776] Switching from krdc via alt-tab sends "alt key" to the remote desktop

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=200776

postix  changed:

   What|Removed |Added

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

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

[krdc] [Bug 178015] ALT-TAB is not passed to remote desktop in krdc

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=178015

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=200776

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

[krdc] [Bug 200776] Switching from krdc via alt-tab sends "alt key" to the remote desktop

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=200776

postix  changed:

   What|Removed |Added

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

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

[krfb] [Bug 342070] Chracter input in virtualbox VMs not recognized correctly when VNC'ed via krfb

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=342070

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krfb] [Bug 273043] wrong processing of uppercase key events

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=273043

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 339486] Please document keyboard input grabbing

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=339486

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 339486] Please document keyboard input grabbing

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=339486

postix  changed:

   What|Removed |Added

   Keywords||usability

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

[krdc] [Bug 171924] keyboard input is messed up in vnc connection

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=171924

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krdc] [Bug 490917] New: Black Screen with Cursor

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=490917

Bug ID: 490917
   Summary: Black Screen with Cursor
Classification: Applications
   Product: krdc
   Version: 24.05.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: RDP
  Assignee: uwol...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

SUMMARY

krdp server running on the remote host with Fedora 40 6.1.0  Wayland.
krdc running on client Fedora 40 6.1.3

When I connect to the remote system, I only see a black screen with a cursor. 
When I move the cursor, it actually moves on the remote machine.

Journalctl logs constantly
```
krdc[5388]: [12:23:18:359] [5388:6180] [WARN][com.freerdp.codec] - DecodeFrame2
state: 0x0004 iBufferStatus: 0
krdc[5388]: [12:23:18:359] [5388:6180] [WARN][com.freerdp.gdi] -
avc420_decompress failure: -2002, ignoring update.
krdc[5388]: [12:23:19:533] [5388:6180] [WARN][com.freerdp.codec] - DecodeFrame2
iBufferStatus: 0
...
krdc[5388]: [12:23:34:082] [5388:6180] [WARN][com.freerdp.codec] - DecodeFrame2
iBufferStatus: 0
```

If I try the client on my openSUSE Tumbleweed machine, I can see the screen.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.10-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Graphics

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

[kwin] [Bug 488719] Not able to screenshare, due to screensharing popup being blank

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=488719

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 427920] Blank screen playing video in full screen

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=427920

postix  changed:

   What|Removed |Added

   See Also|https://bugs.kde.org/show_b |
   |ug.cgi?id=428166|
 CC||pos...@posteo.eu

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

[kwin] [Bug 428166] kwin4_effect_fullscreen Bug

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=428166

postix  changed:

   What|Removed |Added

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

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

[krdc] [Bug 164186] KRDC plasmoid (for showing a remote display)

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=164186

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[valgrind] [Bug 490651] Stop using -flto-partition=one

2024-07-28 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=490651

--- Comment #8 from Philippe Waroquiers  ---
(In reply to Sam James from comment #7)
> The reproduction instructions you used seem mixed. If you compile with
> `make` (implicit -j1), then it's essentially the same, as GCC won't
> parallelise.
> 
> If you run with `make -jN`, then GCC will automatically use the jobserver
> make created and consume slots for LTO parallelisation
I always used make -j20 install (the "time" truncated the string, but the full
command was given at the beginning of the comment).

But in any case, even if parallelism was not used, I got around slightly less
than 6 minutes of config/make -j20/install for both builds
 (not the 35 minutes you observed).


> (https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto):
> > You can also specify -flto=jobserver to use GNU make’s job server mode to 
> > determine the number of parallel jobs. This is useful when the Makefile 
> > calling GCC is already executing in parallel. You must prepend a ‘+’ to the 
> > command recipe in the parent Makefile for this to work. This option likely 
> > only works if MAKE is GNU make. Even without the option value, GCC tries to 
> > automatically detect a running GNU make’s job server. 
> 
> I suspect this explains the discrepancy.
As explained above, make -j20 without tests used slightly  than 6 minutes for
both lto builds,
and make with tests around 22 and 23 minutes.
So, I do not observe 35 minutes nor a significant difference between the 2 lto
builds.
Might of course be heavily influenced by the CPU used (I used a AMD Ryzen
Threadripper PRO 5975WX 32-Cores)

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

[systemsettings] [Bug 490918] New: Opening System Settings > System > Session > Places clears all settings in System Settings > System > Desktop Sessions

2024-07-28 Thread Steff
https://bugs.kde.org/show_bug.cgi?id=490918

Bug ID: 490918
   Summary: Opening System Settings > System > Session > Places
clears all settings in System Settings > System >
Desktop Sessions
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: kade...@snikkerson.de
  Target Milestone: ---

SUMMARY
Opening 'System Settings > System > Session > Places' clears all settings in
'System Settings > System > Desktop Sessions'.

STEPS TO REPRODUCE
1. Open 'System Settings > System > Session > Places' 
2. Open 'System Settings > System > Desktop Sessions'

OBSERVED RESULT
Opening 'Places' clears all settings of the settings category 'Desktop
Sessions'

EXPECTED RESULT
Opening 'Places' should not effect settings in other categories.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: fedora 40 /KDE 6
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION
Plasma Wayland session.
The System Settings category paths mentioned above could be slightly different.
I made a rough translation from my own language.
The bug is reproducible on two different machines running fedora 40.
It seems to be just a UI bug. If you close and reopen System Settings, the
session settings are visible again.

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

[krdc] [Bug 162723] krdc should grab all keys when "Grab all possible keys" option is enabled.

2024-07-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=162723

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[NeoChat] [Bug 490407] The notifications window constantly switches label between "No notifications" and "Loading..."

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=490407

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kde] [Bug 490919] New: Having two different sizes monitors causes misplaced popups in some applications

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490919

Bug ID: 490919
   Summary: Having two different sizes monitors causes misplaced
popups in some applications
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: sajito+...@live.de
  Target Milestone: ---

Created attachment 172064
  --> https://bugs.kde.org/attachment.cgi?id=172064&action=edit
Steam notification not at the bottom of the screen.

SUMMARY
I have two monitors, with different resolutions.
Left monitor with 1920x1080 and right monitor with 2560x1440. Both have the
same scaling of 100%.
The monitors are not aligned on the top or bottom, more like vertically
centered.
Both monitors have a panel on the top and the bottom.

With some applications (as far as I can tell mostly for xwayland applications),
when they need to create popups and those popups should appear on the lower or
upper edge of the screen, the popup instead appears where they would be
positioned, if they would appear on the smaller screen.
This only happens on wayland.

It's a bit hard to explain, will attach screenshots.


STEPS TO REPRODUCE
1. Have two monitors with different resolutions and same scaling
2. Have the smaller screen on the left (?)
3. Use wayland
4. Place panel at the top and the bottom of the smaller monitor
4. Have some applications open popups, like Steam with it's notifications or
IntelliJ with any popup.

OBSERVED RESULT
The popups are aligned with the constraints set by the smaller monitor instead
of the constraints of it's own monitor.


EXPECTED RESULT
The popups should appear at the correct place.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
Operating System: Garuda Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.10.1-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 4080 SUPER/PCIe/SSE2

ADDITIONAL INFORMATION
This issue disappears when removing the panels from the smaller screen.

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

[kde] [Bug 490919] Having two different sizes monitors causes misplaced popups in some applications

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490919

--- Comment #1 from sajito+...@live.de ---
Created attachment 172065
  --> https://bugs.kde.org/attachment.cgi?id=172065&action=edit
Android studio popup not opening at the top of the screen

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

[kwin] [Bug 488208] Wayland regression wrt X11 session: Xpra breaks under kwin wayland: context menus of remote applications disappear istantaneously

2024-07-28 Thread Sergio
https://bugs.kde.org/show_bug.cgi?id=488208

--- Comment #4 from Sergio  ---
As expected, no change with xpra 6.1 since the issue does not seem to be
manageable from that side. On the xpra tracker, other users are confirming the
problem.

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

[plasmashell] [Bug 490920] New: plasma-shell random crash

2024-07-28 Thread Artem
https://bugs.kde.org/show_bug.cgi?id=490920

Bug ID: 490920
   Summary: plasma-shell random crash
Classification: Plasma
   Product: plasmashell
   Version: 6.1.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: kde_...@knebergish.fastmail.com
  Target Milestone: 1.0

Application: plasmashell (6.1.3)

Qt Version: 6.7.2
Frameworks Version: 6.4.0
Operating System: Linux 6.9.10-200.fc40.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 40.20240727.0 (Kinoite)"
DrKonqi: 6.1.3 [CoredumpBackend]

-- Information about the crash:
I just used to surf the internet, scroll through a web page, and plasma-shell
crashed. There was nothing unusual around, and I was unable to reproduce this
fall again.

The reporter is unsure if this crash is reproducible.

-- Backtrace (Reduced):
#5  __pthread_kill_implementation (threadid=,
signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#6  0x7f64d22a8513 in __pthread_kill_internal (threadid=,
signo=6) at pthread_kill.c:78
#7  0x7f64d224fc4e in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#8  0x7f64d2237902 in __GI_abort () at abort.c:79
#9  0x7f64b6145540 in amdgpu_ctx_set_sw_reset_status (rwctx=, status=status@entry=PIPE_INNOCENT_CONTEXT_RESET,
format=format@entry=0x7f64b7112e48 "amdgpu: The CS has cancelled because the
context is lost. This context is innocent.\n") at
../src/gallium/winsys/amdgpu/drm/amdgpu_cs.cpp:459


Reported using DrKonqi

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

[plasmashell] [Bug 490920] plasma-shell random crash

2024-07-28 Thread Artem
https://bugs.kde.org/show_bug.cgi?id=490920

--- Comment #1 from Artem  ---
Created attachment 172066
  --> https://bugs.kde.org/attachment.cgi?id=172066&action=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[plasmashell] [Bug 490920] plasma-shell random crash

2024-07-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=490920

Bug Janitor Service  changed:

   What|Removed |Added

   Sentry Crash||https://crash-reports.kde.o
 Report||rg/organizations/kde/issues
   ||/23450/events/cf66bc29f2ed4
   ||4da8264870f8a4a9a92/

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

[kde] [Bug 490919] Having two different sizes monitors causes misplaced popups in some applications

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490919

--- Comment #2 from sajito+...@live.de ---
Also when one tries to slowly drag a window from the title bar on the bigger
screen, passing where the panel from the smaller screen would be, one can
observe it behaves like an invisible barrier, where some the window get's stuck
until the mouse is moved enough to pass it.

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

[kwin] [Bug 490914] Make windows' preview in overview/grid view larger

2024-07-28 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=490914

cwo  changed:

   What|Removed |Added

 CC||christoph.w...@gmx.de

--- Comment #1 from cwo  ---
See also https://bugs.kde.org/show_bug.cgi?id=488828 about the size and
positioning of windows in overview mode.

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

[kget] [Bug 490921] New: Download with KGet using metalink fails because of incorrect file size

2024-07-28 Thread Frank Kruger
https://bugs.kde.org/show_bug.cgi?id=490921

Bug ID: 490921
   Summary: Download with KGet using metalink fails because of
incorrect file size
Classification: Applications
   Product: kget
   Version: 24.05.2
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: metalink
  Assignee: k...@kde.org
  Reporter: fkrue...@mailbox.org
CC: wbau...@a1.net
  Target Milestone: ---

Created attachment 172067
  --> https://bugs.kde.org/attachment.cgi?id=172067&action=edit
KGet Metalink Issue

Given openSUSE Tumbleweed 20240726 with Plasma 6.1.3, Frameworks 6.4 and
kget-24.05.2-1.1.x86_64, downloading an ISO image from, e.g.,
https://get.opensuse.org/tumbleweed/#download using the metalink fails with the
error "file has been removed because it reported an incorrect file size" (see
attachment). Any idea? Thx.

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

[kinfocenter] [Bug 486157] lspci | grep -i audio says: 00:1f.3 Audio device: Intel Corporation Jasper Lake HD Audio (rev 01). But I found no way to let it work.

2024-07-28 Thread Thomas Duckworth
https://bugs.kde.org/show_bug.cgi?id=486157

Thomas Duckworth  changed:

   What|Removed |Added

 CC||tduck973...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Thomas Duckworth  ---
This is not a KDE issue, this is something wrong with your installed system.
Probably a driver missing or something, but the output of `lspci` is not a KDE
issue, even though it is the underlying tool used in KInfoCenter.

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

[digikam] [Bug 490484] Writing Meta Data to Images deletes randomly Meta Data both from Images and Database

2024-07-28 Thread Mitch Rauth
https://bugs.kde.org/show_bug.cgi?id=490484

--- Comment #72 from Mitch Rauth  ---
Created attachment 172068
  --> https://bugs.kde.org/attachment.cgi?id=172068&action=edit
Debug log v8.05_0727

Hi Maik,

I rerun the test with the digiKam-8.5.0-20240727T092720-Qt6-Win64.exe binary,
and the meta data are NOT corrupted anymore. 
I see database locked messages in the debug.log, much more than with 7.10, but
all with 0 ms and "no giving up" anymore. Yeah.

One change to the previous build that I notived are Errors of the kind:
556513:55:39[25672]  "DELETE FROM ImageTags WHERE
imageID=:0 AND tagid=:1;" 
556613:55:39[25672] Error messages: "Die Anzahl der
Parameter ist falsch" "" "" 2   
where in the 0723 build it says:
0001479508:47:13[9592]  "DELETE FROM ImagePositions WHERE
imageid=:0;"  
0001479608:47:13[9592] Error messages: "Der Datensatz konnte
nicht abgeholt werden" "database table is locked" "262" 1  

I do not know, if this is important, as it has no visible impact to my
workflow. 

I attach the current debug.log.

Whatever you have done, this looks much better for me. Thanks a lot.

Mitch

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

[tellico] [Bug 490922] New: Tellico loads all images into memory even when one entry is selected.

2024-07-28 Thread Pratch Hemapanpairo
https://bugs.kde.org/show_bug.cgi?id=490922

Bug ID: 490922
   Summary: Tellico loads all images into memory even when one
entry is selected.
Classification: Applications
   Product: tellico
   Version: 3.5.3
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: pratchhemapanpa...@gmail.com
  Target Milestone: ---

SUMMARY
Tellico loads all images into memory even when one entry is selected.

STEPS TO REPRODUCE
1. Open a Tellico collection.
2. Select one entry (any entry) in the collection).

OBSERVED RESULT
After Step (1), Tellico acts very normal. Menus and buttons all react promptly.
After Step (2) however, Tellico memory consumption skyrocketed (in my case,
with 1+ records, to the GBs). Trying accessing a collection I stored
remotely via SSHFS showed high volume of incoming traffic, indicating image
loading is underway. I tried again after renaming the image directory (thus
making the image unloadable), and Tellico was fast again, confirming my
suspicion.

EXPECTED RESULT
Tellico should only load the image associated with the selected entry/entries,
not all images associated with the collection.

SOFTWARE/OS VERSIONS
Linux: Ubuntu 24.04 (Kernel 6.8.0-39, GNOME 46, Wayland Windowing System): Last
updated 2024.07.27
Qt Version: 5.15.13
Tellico Version: 3.5.3 (See additional information)

ADDITIONAL INFORMATION
- This behavior is previously observed (and expected) only when all entries are
selected. When working with large collections, I have to be careful not to
press Ctrl+A. Now it is present even if one entry is selected.
- The behavior is first observed on v3.5.3. I tried updating to v3.5.5 but the
problem was still there. So I tries downgrading to v3.2.3 (The one that used to
run perfectly on Ubuntu 20.04), surprisingly, the problem followed me down
there as well. This looks like a problem within some of Tellico's dependencies,
but I have no way to confirm this hunch.

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

[tellico] [Bug 490922] Tellico loads all images into memory even when one entry is selected.

2024-07-28 Thread Pratch Hemapanpairo
https://bugs.kde.org/show_bug.cgi?id=490922

Pratch Hemapanpairo  changed:

   What|Removed |Added

 CC||pratchhemapanpa...@gmail.co
   ||m

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

[kde] [Bug 490923] New: Cursor doubles when zoomed in and shaking cursor (meta + "+")

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=490923

Bug ID: 490923
   Summary: Cursor doubles when zoomed in and shaking cursor (meta
+ "+")
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: task
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: dawidploc...@gmail.com
  Target Milestone: ---

Created attachment 172069
  --> https://bugs.kde.org/attachment.cgi?id=172069&action=edit
reproduce video

STEPS TO REPRODUCE
1.  Zoom in as much as possible (using meta + "+" for example)
2. Shake your cursor

OBSERVED RESULT
Cursor doubles out

EXPECTED RESULT
Original cursor should enlarge

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.10.1-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × 12th Gen Intel® Core™ i5-12400F
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B760M DS3H DDR4

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

[NeoChat] [Bug 488579] Neochat crashes when selecting "Security" under "Configure Neochat"

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=488579

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #3 from Tobias Fella  ---
is there a "End-to-end encryption (E2EE) support is off for [...]" line in the
log when you start neochat?

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

[kmymoney] [Bug 488491] Make 5.2 release

2024-07-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=488491
Bug 488491 depends on bug 433313, which changed state.

Bug 433313 Summary: GPG encryption
https://bugs.kde.org/show_bug.cgi?id=433313

   What|Removed |Added

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

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

[kmymoney] [Bug 433313] GPG encryption

2024-07-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=433313

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.2
 Resolution|--- |FIXED

--- Comment #7 from Thomas Baumgart  ---
I just tried to duplicate this with current master. Intalled GPG4Win with all
default settings (incl. installation of Kleopatra for key management), created
a keypair and started KMyMoney. GPG was available and is working. I consider
this fixed in 5.2.

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

[NeoChat] [Bug 489976] Matrix username field is empty if you press back on the password stage

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=489976

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 489293] Reask for password, when the token is lost

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=489293

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[NeoChat] [Bug 490796] Neochat will not allow user to scroll down after scrolling up for a while.

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=490796

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Fella  ---


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

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

[NeoChat] [Bug 481090] Neochat Scroll "bounces"/glitches

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=481090

Tobias Fella  changed:

   What|Removed |Added

 CC||eliteamdgam...@gmail.com

--- Comment #2 from Tobias Fella  ---
*** Bug 490796 has been marked as a duplicate of this bug. ***

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

[NeoChat] [Bug 481090] Neochat Scroll "bounces"/glitches

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=481090

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 488572] Notification for "Network Error: Pending retry" overlaps content

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=488572

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 486497] Wishlist: Copy target URL of links in messages

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=486497

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 479918] Clicking on a message in the Notifications dialog doesn't actually show you the message

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=479918

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Tobias Fella  ---
Right, this only really works when the message is already loaded

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

[NeoChat] [Bug 486252] Implementation of a context menu entry to mention users

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=486252

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[NeoChat] [Bug 487841] Randome crash

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=487841

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Tobias Fella  ---
I rarely get these crashes as well. I think the problem is in libquotient

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

[NeoChat] [Bug 484088] Editing a reply that includes a quote adds a mangled copy of it into the message text

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=484088

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 464397] Closing NeoChat when it doesn't have proper network connection will cause all account disappear

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=464397

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #2 from Tobias Fella  ---
This is fixed; we're not removing connections automatically anymore.

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

[NeoChat] [Bug 476758] [Feature] Add an option to send a message with ctrl+enter

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=476758

Tobias Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kdeconnect] [Bug 487719] kdeconnect's mdns server causes naming conflicts with avahi-daemon

2024-07-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=487719

azr...@googlemail.com changed:

   What|Removed |Added

 CC||azr...@googlemail.com

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

[NeoChat] [Bug 481458] feature request: hotkeys for jumping in the chat

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=481458

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[NeoChat] [Bug 477418] Allow adjusting scale on NeoChat

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=477418

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Fella  ---
We're not planning to add that for the general UI. For font size, see
https://bugs.kde.org/show_bug.cgi?id=475140

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

[NeoChat] [Bug 481199] Changing keyboard layout while message editing causes the carriage to move to the end of the message input box

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=481199

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Fella  ---
I can't reproduce this. are you on wayland or x11?

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

[NeoChat] [Bug 479917] Notifications dialog fetches unread messages from rooms with unfetched content too slowly

2024-07-28 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=479917

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #2 from Tobias Fella  ---
The notifications view uses entirely different API than the normal room
loading; if there are problems there that cause problems loading some rooms,
that has to be a bug in the matrix server software. as for the speed - yeah,
things aren't as fast as I'd like them to be, but that's also a problem in the
server. We could do a better job in showing that notifications are loading, the
main problem there seems to be the same as
https://bugs.kde.org/show_bug.cgi?id=490407

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

[plasmashell] [Bug 489003] Cant change power profiles with widget despite power-profiles-daemon being enabled and working

2024-07-28 Thread César Montoya
https://bugs.kde.org/show_bug.cgi?id=489003

--- Comment #8 from César Montoya  ---
I found something interesting about this bug, it would be useful if the others
can confirm the behavior:

This issue only appears if you boot WITH the charger connected, when booting
the laptop without the charger connected (a.k.a. using battery) the issue is
not reproducible.

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

[digikam] [Bug 490484] Writing Meta Data to Images deletes randomly Meta Data both from Images and Database

2024-07-28 Thread Roberto
https://bugs.kde.org/show_bug.cgi?id=490484

--- Comment #73 from Roberto  ---
(In reply to Maik Qualmann from comment #71)
> Git commit 15101d696baf5491abb60be9013fadf3b5dd0b3c by Maik Qualmann.
> Committed on 28/07/2024 at 09:03.
> Pushed by mqualmann into branch 'master'.
> 
> Revert "do not rescan item after writing metadata"
> Related: bug 490821
> 
> M  +2-2core/libs/database/engine/dbenginebackend.cpp
> M  +14   -3core/libs/database/utils/ifaces/itemgps.cpp
> M  +20   -3core/libs/fileactionmanager/fileworkeriface.cpp
> M  +2-1core/libs/properties/captions/itemdescedittab.cpp
> M  +2-1core/libs/tags/engine/tagmodificationhelper.cpp
> M  +8-1core/libs/threads/actionthreadbase.cpp
> M  +7-3core/utilities/facemanagement/database/faceutils.cpp
> M  +2-1core/utilities/imageeditor/main/imagewindow.cpp
> M  +3-1   
> core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp
> M  +3-1core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp
> M  +3-1   
> core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp
> M  +5-2core/utilities/maintenance/tools/metasync/metadatasynctask.cpp
> M  +3-1core/utilities/queuemanager/manager/actionthread.cpp
> 
> https://invent.kde.org/graphics/digikam/-/commit/
> 15101d696baf5491abb60be9013fadf3b5dd0b3c

So, rescanning item after writing metadata *is* necessary? Could you elaborate
a bit why? There is a metadata setting "Rescan file when files are modified"
which I thought would control rescanning or not...
/Roberto

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

[valgrind] [Bug 490651] Stop using -flto-partition=one

2024-07-28 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=490651

--- Comment #9 from Mark Wielaard  ---
Here are the timings on two of my machines (all on fresh checkouts)

= Intel Core i7-10850H

./autogen.sh && ./configure && time make -j8
real0m3.100s
user0m5.273s
sys 0m4.253s

./autogen.sh && ./configure --enable-lto && time make -j8
real3m37.978s
user25m41.657s
sys 1m26.144s

./autogen.sh && ./configure --enable-lto CFLAGS="-flto-partition=one" && time
make -j8
real9m0.954s
user16m13.692s
sys 0m37.233s

= Intel Core i9-9900

./autogen.sh && ./configure && time make -j12
real0m1.522s
user0m1.930s
sys 0m1.142s

./autogen.sh && ./configure --enable-lto && time make -j12
real1m58.869s
user20m19.670s
sys 1m3.180s

./autogen.sh && ./configure --enable-lto CFLAGS="-flto-partition=one" && time
make -j12
real7m8.945s
user14m1.536s
sys 0m33.254s

The (default) lto builds are ~70 times slower than none-lto builds.
And the -flto-partition=one builds are again about ~3 times slower than the
default lto builds.

It is definitely noticeable for me. And I have seen much longer build times on
some non-x86_64 arches.

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

[digikam] [Bug 490484] Writing Meta Data to Images deletes randomly Meta Data both from Images and Database

2024-07-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=490484

--- Comment #74 from Maik Qualmann  ---
There are different depths of scanning, the option "Rescan file when files are
modified" will do a full scan as if the file is unknown to capture all changes.
Without this option, the scan will not be as deep, just file date and size or
similar.

When metadata is written, we need to rescan the file as the file size changes
and the unique file hash needs to be updated in the database.

Otherwise, this process would only take place at the next start when the
initial scan is active.

In the meantime, the database would not be in sync with the files, e.g. an
incorrect file size would be displayed in the GUI, etc.

Maik

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

[kde] [Bug 490924] New: The first password attempt is rejected after system wakes from sleep.

2024-07-28 Thread Sophie Dexter
https://bugs.kde.org/show_bug.cgi?id=490924

Bug ID: 490924
   Summary: The first password attempt is rejected after system
wakes from sleep.
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Fedora RPMs
   URL: https://github.com/sddm/sddm/issues/1941
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: sophie.dexte...@yahoo.co.uk
  Target Milestone: ---

SUMMARY

The first password attempt is rejected when I resume my system from sleep after
it was put to sleep from the lock screen even though my password appears to be
correct when I make it visible using the show password function. I am always
able to log in on the second attempt. 

My system is unlocked as expected, i.e. without a rejected attempt, when I put
my system to sleep using the application menu launcher's sleep icon or when
unlocking without sleeping.

STEPS TO REPRODUCE
1. Wait for screen to lock automatically after a period of inactivity or lock
with Meta-L key combination
2. Put system to sleep using the Sleep icon on the lock screen
3. Wake system and enter correct password to unlock

OBSERVED RESULT

My password is rejected the first time it is entered, the login screen shakes
and an 'Unlocking failed' message is shown.
I am able to login only when I enter my password a second time.

EXPECTED RESULT

The desktop should be unlocked the first time a correct password is entered.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Fedora 40 - 6.9.10-200.fc40.x86_64
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION

I think this may have started when I upgraded my system from Fedora 39 to
Fedora 40, but my journal logs only go back 3 months so I can't be sure, the
oldest record from journalctl output I can find is from shortly after I
upgraded:

May 01 06:32:09 Just4pLeisure kscreenlocker_greet[276611]: pam_unix(kde:auth):
unexpected response from failed conversation function
May 01 06:32:09 Just4pLeisure kscreenlocker_greet[276611]: pam_unix(kde:auth):
conversation failed
May 01 06:32:09 Just4pLeisure kscreenlocker_greet[276611]: pam_unix(kde:auth):
auth could not identify password for [sophie]

The issue persists to this day despite numerous updates to Plasma, Frameworks
and Qt:

Jul 27 17:39:35 Just4pLeisure kscreenlocker_greet[21299]: pam_unix(kde:auth):
unexpected response from failed conversation function
Jul 27 17:39:35 Just4pLeisure kscreenlocker_greet[21299]: pam_unix(kde:auth):
conversation failed
Jul 27 17:39:35 Just4pLeisure kscreenlocker_greet[21299]: pam_unix(kde:auth):
auth could not identify password for [sophie]

Lee Head has submitted a complete journalctl log here
:https://github.com/sddm/sddm/issues/1941#issuecomment-2156369683

Fabian Vogt (Vogtinator) suspects sleeping from the lock screen somehow
triggers a broken PAM conversation:
https://github.com/sddm/sddm/issues/1941#issuecomment-2254224974

I can supply log files as required and would love to try to debug this,
although I may need a bit of guidance...

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

[kscreenlocker] [Bug 490924] The first password attempt is rejected after system wakes from sleep.

2024-07-28 Thread Sophie Dexter
https://bugs.kde.org/show_bug.cgi?id=490924

Sophie Dexter  changed:

   What|Removed |Added

  Component|general |general
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Product|kde |kscreenlocker

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

[Powerdevil] [Bug 486072] Display brightness slider in applet available for HDMI monitor, but has no effect

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=486072

postix  changed:

   What|Removed |Added

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

--- Comment #4 from postix  ---
Logged in remotely with Wireguard + krdc, upgraded, rebooted and tested: Nope,
still broken unfortunately!

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

[Powerdevil] [Bug 486072] Display brightness slider in applet available for HDMI monitor, but has no effect

2024-07-28 Thread postix
https://bugs.kde.org/show_bug.cgi?id=486072

postix  changed:

   What|Removed |Added

Version|6.0.3   |6.1.3

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

[kmymoney] [Bug 433313] GPG encryption

2024-07-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=433313

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #8 from Thomas Baumgart  ---
Well, that was a bit too quick. I need to re-open because saving the data
somehow does not work because no file is created - also no error is shown. Back
to debugging mode.

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

[kmymoney] [Bug 488491] Make 5.2 release

2024-07-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=488491
Bug 488491 depends on bug 433313, which changed state.

Bug 433313 Summary: GPG encryption
https://bugs.kde.org/show_bug.cgi?id=433313

   What|Removed |Added

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

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

[systemsettings] [Bug 490925] New: I cannot able to add my Google account under "Online Accounts" in the Settings app (KDE Neon).

2024-07-28 Thread therajatshahare
https://bugs.kde.org/show_bug.cgi?id=490925

Bug ID: 490925
   Summary: I cannot able to add my Google account under "Online
Accounts" in the Settings app (KDE Neon).
Classification: Applications
   Product: systemsettings
   Version: unspecified
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: kcm_kaccounts
  Assignee: plasma-b...@kde.org
  Reporter: therajatshah...@protonmail.com
CC: ad...@leinir.dk
  Target Milestone: ---

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

OS: KDE neon 6.0 x86_64
Host: Nitro AN515-42 V1.18
Kernel: 6.5.0-45-generic
Uptime: 1 hour, 22 mins
Packages: 1874 (dpkg), 8 (flatpak), 7 (snap)
Shell: bash 5.1.16
Resolution: 1920x1080
DE: Plasma 6.1.3
WM: kwin
Theme: Breeze-Dark [GTK2], Breeze [GTK3]
Icons: breeze-dark [GTK2/3]
Terminal: konsole
CPU: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx (8) @ 2.000GHz
GPU: AMD ATI Radeon RX 460/560D / Pro 450/455/460/555/555X/560/56
GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series
Memory: 3128MiB / 6821MiB

System Detail:
Operating System: KDE neon 6.0
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.0
Kernel Version: 6.5.0-45-generic (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
Memory: 6.7 GiB of RAM
Graphics Processor: AMD Radeon Vega 8 Graphics
Manufacturer: Acer
Product Name: Nitro AN515-42
System Version: V1.18

Bug Description:
I am unable to add my Google account under the "Online Accounts" section in the
Settings app. When attempting to add the account, I receive an error message
stating "This browser or app may not be secure. Try using a different browser."
This is unexpected as I am only using my email and password, without 2FA
enabled. 

Expected Behavior:
I expect to be able to successfully add my Google account using my email and
password without encountering any security warnings.

Actual Behavior:
The account addition fails with the aforementioned security error message,
preventing me from proceeding.

Additional Information:
* I have ensured that my system is up-to-date with the latest updates. 

I believe this issue is related to the integrated web UI used for account
addition, as opening the login process in a default web browser might resolve
the problem.

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

[systemsettings] [Bug 488764] Auto-rotate settings don't appear in KCM until leaving KCM and returning to it once

2024-07-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488764

Nate Graham  changed:

   What|Removed |Added

Summary|Auto-rotate settings don't  |Auto-rotate settings don't
   |appear in KCM until |appear in KCM until leaving
   |entering tablet mode once   |KCM and returning to it
   ||once

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

[kate] [Bug 490926] New: MacOS: Language servers don't start, due to no PATH definition in GUI

2024-07-28 Thread Lassi Väätämöinen
https://bugs.kde.org/show_bug.cgi?id=490926

Bug ID: 490926
   Summary: MacOS: Language servers don't start, due to no PATH
definition in GUI
Classification: Applications
   Product: kate
   Version: Git
  Platform: macOS (DMG)
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: lassi.vaatamoi...@gmail.com
  Target Milestone: ---

SUMMARY
When starting from the GUI in MacOS, Language servers cannot be started, since
Kate cannot find them in PATH

STEPS TO REPRODUCE
1.  Install bash-language-server via Homebrew
2.  Open Kate from MacOS panel or via Finder
3. Browse to a Bash script file to start language server

OBSERVED RESULT
 "Failed to find server binary: bash-language-server. Please check your PATH
for the binary."

EXPECTED RESULT
bash-anguage-server would be started

SOFTWARE/OS VERSIONS
Kate:  24.11.70 / Nightly build: kate-master-7636-macos-clang-x86_64.dmg
macOS: Ventura 13.6.7
Qt Version: 6.7.1
KDE Frameworks: 6.4.0

ADDITIONAL INFORMATION
/etc/paths: contains /usr/local/bin, so it is added to PATH in Bash shell.
When starting from bash shell: '/Applications/kate.app/Contents/MacOS/kate',
the Language Server also starts OK.

So this looks like a path setting issue and/or issue with starting other
processes in macOS.

WORKAROUNDS TRIED (but not leading to solution):

1. I tried setting the path into .plist file in Kate.app via LSEnvironment, but
that did not help, or I could not make it properly effective.

2. Also, I tried setting the application path in the LSP settings to the JSON
"path" attribute of bash-language-server, but still the same error message
appeared about not able to locate bash-language-server in PATH

3. When setting the full path '/usr/local/bin/bash-language-server' to the
"command" field in the User Server settings, I get a bit forward: "env: node:
No such file or directory". Node would be in /usr/local/bin/node , too. So now
it seems to progress up to the bash-language-server, but it cannot find node
from the PATH. (Same problem would probably happen with almost all other LSP
servers.)

So the PATH should be somehow set to Kate.app , but I have not yet found a way.

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

[kate] [Bug 490926] MacOS: Language servers don't start, due to no PATH definition in GUI

2024-07-28 Thread Lassi Väätämöinen
https://bugs.kde.org/show_bug.cgi?id=490926

Lassi Väätämöinen  changed:

   What|Removed |Added

 OS|Other   |macOS

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

  1   2   3   >