[kactivitymanagerd] [Bug 397487] Cannot disable activity tracking and history not deleted

2023-09-05 Thread Méven
https://bugs.kde.org/show_bug.cgi?id=397487

Méven  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kactivitymanagerd/-/comm |ma/kactivitymanagerd/-/comm
   |it/5e193ac52d6a1fdfba8a8ed5 |it/257acb4cdebd0aa10c50d547
   |da504fb8ac7e3cd4|e919b451cbf7151e

--- Comment #11 from Méven  ---
Git commit 257acb4cdebd0aa10c50d547e919b451cbf7151e by Méven Car, on behalf of
Andreas Bontozoglou.
Committed on 04/09/2023 at 09:22.
Pushed by meven into branch 'Plasma/5.27'.

plugins/sqlite: Skipping insert/update when m_blockAll or
m_whatToRemember==NoApplications

Adding an if-statement in both `saveResourceTitle` and `saveResourceMimetype`
to skip inserting/updating the sqlite database (ResourceInfo table) if the
user has configured kamd/recentFiles with "Do not remember".
(cherry picked from commit 5e193ac52d6a1fdfba8a8ed5da504fb8ac7e3cd4)

M  +8-0src/service/plugins/sqlite/StatsPlugin.cpp

https://invent.kde.org/plasma/kactivitymanagerd/-/commit/257acb4cdebd0aa10c50d547e919b451cbf7151e

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

[Discover] [Bug 474135] Parallel downloads as a default can cause everything to fail on slower connections without any detection mechanism

2023-09-05 Thread Ellie
https://bugs.kde.org/show_bug.cgi?id=474135

--- Comment #3 from Ellie  ---
All connections timeout but not just for KDE Discover, because it clogs the
wifi too much. So the internet connection in theory is still available, but in
practice it goes offline for every app.

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

[kde] [Bug 474208] New: Krita crashed with an Access Violation error (0xc0000005) when opening a file. The faulting module was libkritaui.dll.

2023-09-05 Thread Hitendra
https://bugs.kde.org/show_bug.cgi?id=474208

Bug ID: 474208
   Summary: Krita crashed with an Access Violation error
(0xc005) when opening a file. The faulting module
was libkritaui.dll.
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: hitendra4...@gmail.com
  Target Milestone: ---

Created attachment 161437
  --> https://bugs.kde.org/attachment.cgi?id=161437&action=edit
Don't Open Krita APPCRASH

SUMMARY
Krita crashed with an Access Violation error (0xc005) when opening a file.
The faulting module was libkritaui.dll.
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

I am using Krita version 5.1.5.100 on Windows 10 version 1909. When I try to
open a large file, Krita crashes with an Access Violation error (0xc005).
The faulting module is libkritaui.dll.


STEPS TO REPRODUCE
1. Open Krita version 5.1.5 on Windows 7 version 5 January, 2023  .
2. Try to open a large file. The file should be at least 4K in size and saved
in the PNG format.
3. The crash should occur when you try to open the file.

OBSERVED RESULT
Krita crashed when I tried to open a 4K image file with a resolution of 3840 x
2160 pixels. The file was saved in the PNG format. The crash occurred when I
double-clicked on the file icon in Windows Explorer. The error message I
received was:

Krita has stopped working. A problem caused the program to stop working
correctly. Windows will close the program and notify you if a solution is
available.

EXPECTED RESULT
Krita should open the file without crashing. The file should be displayed in
the Krita window. The user should be able to interact with the file as
expected.

SOFTWARE  VERSIONS : Krita 5.1.5
Windows: Windows 7 ultimate 2009 Mcrosoft corporation
Krita version : 5.1.5.100
Your graphics card driver version: Intel(r) Pentium(r) CPU B960 @ 2.20 GHz 2.20
GHz

ADDITIONAL INFORMATION
The additional information provided by the error message is not very helpful.
It only provides the faulting module and some hexadecimal values.

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

[krita] [Bug 447490] Access Violation in module libkritalibpaintop.dll

2023-09-05 Thread Hitendra
https://bugs.kde.org/show_bug.cgi?id=447490

Hitendra  changed:

   What|Removed |Added

   Keywords||accessibility
Version|5.0.0   |5.1.5

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

[krita] [Bug 447490] Access Violation in module libkritalibpaintop.dll

2023-09-05 Thread Hitendra
https://bugs.kde.org/show_bug.cgi?id=447490

Hitendra  changed:

   What|Removed |Added

 CC||hitendra4...@gmail.com

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

[plasmashell] [Bug 466347] Wallpaper is zoomed in when display is scaled on Wayland

2023-09-05 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=466347

D. Debnath  changed:

   What|Removed |Added

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

--- Comment #7 from D. Debnath  ---
I can confirm that this is no longer a problem. The issue might have been fixed
in some subsequent updates since I reported it.

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

[digikam] [Bug 456289] Build error from git with QT6

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456289

--- Comment #66 from caulier.gil...@gmail.com ---
Git commit df11df529410fa6eea1063adaab8add03ac1e2c6 by Gilles Caulier.
Committed on 06/09/2023 at 08:02.
Pushed by cgilles into branch 'master'.

Link to new KF6::KIconWidgets
Another KF5 -> KF6 to target link rules

M  +20   -9core/app/DigikamCoreTarget.cmake
M  +11   -2core/app/DigikamGuiTarget.cmake
M  +11   -2core/app/DigikamTarget.cmake
M  +7-0core/libs/tags/CMakeLists.txt
M  +19   -0core/showfoto/CMakeLists.txt

https://invent.kde.org/graphics/digikam/-/commit/df11df529410fa6eea1063adaab8add03ac1e2c6

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

[digikam] [Bug 468658] Linking failed with Qt6 and KJobs class from KDE framework.

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468658

--- Comment #7 from caulier.gil...@gmail.com ---
Git commit df11df529410fa6eea1063adaab8add03ac1e2c6 by Gilles Caulier.
Committed on 06/09/2023 at 08:02.
Pushed by cgilles into branch 'master'.

Link to new KF6::KIconWidgets
Another KF5 -> KF6 to target link rules

M  +20   -9core/app/DigikamCoreTarget.cmake
M  +11   -2core/app/DigikamGuiTarget.cmake
M  +11   -2core/app/DigikamTarget.cmake
M  +7-0core/libs/tags/CMakeLists.txt
M  +19   -0core/showfoto/CMakeLists.txt

https://invent.kde.org/graphics/digikam/-/commit/df11df529410fa6eea1063adaab8add03ac1e2c6

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

[digikam] [Bug 474105] Faces load sequentially, not showing existing face thumbnails in the database until a previous one has been generated

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474105

--- Comment #10 from caulier.gil...@gmail.com ---
yes, sure, this evening...

Gilles

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

[digikam] [Bug 474105] Faces load sequentially, not showing existing face thumbnails in the database until a previous one has been generated

2023-09-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=474105

--- Comment #9 from Maik Qualmann  ---
Gilles, can you please create a new AppImage?

Best

Maik

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

[digikam] [Bug 474205] DigiKam crashes while it scans video albums

2023-09-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=474205

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||metzping...@gmail.com
  Component|Database-Scan   |Albums-Engine
 Status|REPORTED|RESOLVED
   Version Fixed In||8.2.0

--- Comment #2 from Maik Qualmann  ---
Fixed with Bug 473801

Your Qt library is built with debugging assertions or you have set an
appropriate environment variable.

Maik

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

[digikam] [Bug 474205] DigiKam crashes while it scans video albums

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474205

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

   What|Removed |Added

  Component|general |Database-Scan

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

[digikam] [Bug 474205] DigiKam crashes while it scans video albums

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474205

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
There is no relation-ship between digiKam and winehq stuff... At all...

digiKam do not use the Windows emulator, it's a pure Qt/Linux application. So i
suspect a wrong packaging in your system.

Your backtrace do not indicate where the crash is located. We can see the
scanning process from the database and that all...

To double check, you can try to run the official digiKam 8.1.0 AppImage bundle
that we provide for Linux.

Best

Gilles Caulier

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

[kwin] [Bug 474207] Provide a scripting API to run arbitrary commands

2023-09-05 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=474207

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 474207] New: Provide a scripting API to run arbitrary commands

2023-09-05 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=474207

Bug ID: 474207
   Summary: Provide a scripting API to run arbitrary commands
Classification: Plasma
   Product: kwin
   Version: 5.27.7
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: scripting
  Assignee: kwin-bugs-n...@kde.org
  Reporter: niuchang...@gmail.com
  Target Milestone: ---

SUMMARY
KWin Scripts lack an API to run arbitrary commands/applications. 

I did a simple search and found at least 4 people in reddit had asked the same
question and did not find out a way to do so. I see there was a way to call
dbus service `org.kde.klauncher5` to execute commands. But this service is
unavailable in my system. And as this post
https://bugs.kde.org/show_bug.cgi?id=455515 says, it was deprecated and
removed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.0

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 473956] keyboard input space button bug

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473956

Albert Vaca  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Albert Vaca  ---
Thanks for reporting this. I've opened a MR with a bugfix. Since the bug is on
the desktop side, it will have to wait until a patch release of KDE Apps 23.08
for distros to get it.

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

[kdeconnect] [Bug 474206] New: File transfer stalls from android to linux when sharing multiple files

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474206

Bug ID: 474206
   Summary: File transfer stalls from android to linux when
sharing multiple files
Classification: Applications
   Product: kdeconnect
   Version: 22.12.3
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: sebastianbenven...@gmail.com
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

When sharing multiple files from android device to a linux pc, the transfer
stalls after ~20 MegaBytes. 
It happens only when I share multiple files. If I zip those files and share the
+90 MegaBytes as one file, the transfer goes without any problem at all and at
great speed. 

STEPS TO REPRODUCE
1. Open any photo gallery app
2. Select  multiple files, usually +20 files, +1.5 MB each
3. Share with android menu
4. Choose KDEconnect
5. Choose destination device from KDEconnect present paired devices list

OBSERVED RESULT
Transfer stalls around 20 MB

EXPECTED RESULT
Full transfer of all files shared until the completion bar reaches 100%

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Xubuntu 23.04 - kdeconnect/lunar,now 22.12.3-0ubuntu1 amd64
KDE Frameworks Version: plasma-framework/lunar,now 5.104.0a-0ubuntu1 amd64
Qt Version: libqt5core5a/lunar,now 5.15.8+dfsg-3 amd64

ADDITIONAL INFORMATION

Also if I change the order:
1. Open KDEconnect on android device
2. Share files with paired device
3. Sellect any gallery app from side menu
2. Select  multiple files, usually +20 files, +1.5 MB each

Android device: Xiaomi Redmi Note 11 running android 13, no battery
restrictions

When sharing between android devices it works flawlessly.
Only on linux I get this misbehaviour
Tryed  on Kubuntu, KDE Neon, Ubuntu with GSconnect, Opensuse thumbleweed (KDE
and XFCE)

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

[kdeconnect] [Bug 473956] keyboard input space button bug

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473956

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

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

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

[kde] [Bug 474039] Weird cursor behaviour

2023-09-05 Thread Lassi Väätämöinen
https://bugs.kde.org/show_bug.cgi?id=474039

Lassi Väätämöinen  changed:

   What|Removed |Added

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

--- Comment #4 from Lassi Väätämöinen  ---
Bug 474069 an(In reply to Nate Graham from comment #2)
> A few questions?
> - Are you using Wayland or X11? Does it happen on both, or just one?
> - Does the problem reproduce on the same web page in Chromium?

Bug 474069 has the answers to these:
- Wayland affected, X11 is OK
- Not specific to browsers, see the attached screen capture in Bug 474069

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

[gwenview] [Bug 470159] Gwenview minimum window height is too large when editing tools are shown (accessibility, cut off, 768)

2023-09-05 Thread fluffy bunny
https://bugs.kde.org/show_bug.cgi?id=470159

--- Comment #4 from fluffy bunny  ---
i found workaround for this case, my laptop has 1366x768 resolution screen
(then this bug occurs on gwenview)

what i did : change the resolution to 1280x720, then zoom out 80%, this will
make the screen become 1600x900 (virtually), then gwenview doesn't have this
problem anymore

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

[digikam] [Bug 474205] New: DigiKam crashes while it scans video albums

2023-09-05 Thread PVU
https://bugs.kde.org/show_bug.cgi?id=474205

Bug ID: 474205
   Summary: DigiKam crashes while it scans video albums
Classification: Applications
   Product: digikam
   Version: 8.1.0
  Platform: Neon
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: pramodvu2...@outlook.com
  Target Milestone: ---

Application: digikam (8.1.0)

Qt Version: 5.15.10
Frameworks Version: 5.109.0
Operating System: Linux 6.2.0-32-generic x86_64
Windowing System: Wayland
Distribution: KDE neon 5.27
DrKonqi: 5.27.7 [KCrashBackend]

-- Information about the crash:
When digiKam was opened, it ran as usual.
When I go to duplicates, or whatever that refreshes the albums, like just
adding a new album, it crashes.
I had added the winehq-repo a few hrs ago  before the crash, and installed
winehq-staging.
It had dependency problems that had to be resolved. DigiKam got uninstalled in
that process, idk why.
When I was installing digiKam back, there were issues with the same
dependencies, again.
I ran 'apt --fix-broken install', and the problems got fixed. I still had to
manually install some dependencies, and then digikam got installed.
Then this problem.

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Bus error

[KCrash Handler]
#4  0x7f037e4d02aa in QReadWriteLock::tryLockForRead(int) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f03811581f1 in Digikam::Album::childAtRow(int) const () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#6  0x7f03811494a9 in Digikam::AbstractAlbumModel::index(int, int,
QModelIndex const&) const () at /lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#7  0x7f038117d2a8 in  () at /lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#8  0x7f037e6f4958 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f037e655af2 in QAbstractItemModel::rowsInserted(QModelIndex const&,
int, int, QAbstractItemModel::QPrivateSignal) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7f037e65e462 in QAbstractItemModel::endInsertRows() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7f037e68ae85 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x7f037e68e591 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7f037e6926d6 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f037e6f4958 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x7f037e655af2 in QAbstractItemModel::rowsInserted(QModelIndex const&,
int, int, QAbstractItemModel::QPrivateSignal) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7f037e65e462 in QAbstractItemModel::endInsertRows() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7f03811486c5 in
Digikam::AbstractAlbumModel::slotAlbumAdded(Digikam::Album*) () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#18 0x7f037e6f4924 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f03811538e6 in
Digikam::AlbumManager::signalAlbumAdded(Digikam::Album*) () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#20 0x7f0381196ec2 in Digikam::AlbumManager::scanPAlbums() () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#21 0x7f037e6f4958 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f037e6f89ae in QTimer::timeout(QTimer::QPrivateSignal) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7f037e6ea2ef in QObject::event(QEvent*) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7f037f36c763 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x7f037e6bce7a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x7f037e71569b in QTimerInfoList::activateTimers() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x7f037e715f9c in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x7f036f7c7d3b in g_main_context_dispatch () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7f036f81d258 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x7f036f7c53e3 in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x7f037e716368 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7f037e6bb79b in
QEventLoop::exec(QFlags) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x7f03810eca30 in
Digikam::ScanController::completeCollectionScanCore(bool, bool, bool) () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#34 0x7f0381294eeb in Digikam::NewItemsFinder::slotStart() () at
/lib/x86_64-linux-gnu/libdigikamgui.so.8.1.0
#35 0x7f037e6ea3ce in QObject::event(QEvent*) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#36 0x7f037f36c763 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#37 0x7f037e6bce7a in QCoreApplication::notif

[Elisa] [Bug 474204] New: Jellyfin support

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474204

Bug ID: 474204
   Summary: Jellyfin support
Classification: Applications
   Product: Elisa
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: techxga...@outlook.com
  Target Milestone: ---

SUMMARY
It'd be incredible to be able to stream from Jellyfin server(s), and sync music
with it.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-31-generic (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 5900X 12-Core Processor
Memory: 62.7 GiB of RAM
Graphics Processor: AMD Radeon RX 6900 XT
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570S AORUS MASTER
System Version: -CF

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-05 Thread Kurt . Hornik
https://bugs.kde.org/show_bug.cgi?id=473511

--- Comment #8 from kurt.hor...@wu.ac.at  ---
Thanks.  I actually use gsconnect on Debian GNU/Linux, so likely things will
not change for me?

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

[kwin] [Bug 474131] Kwin crashes on login with Wayland

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474131

--- Comment #2 from langsorigingal...@gmail.com ---
Absolutely, I apologize, I'm a bit new to this. I went through the guide to
collect the BT.
So the kwin actually seems to have 3 crashed instances but I note that the
program sent an interrupt signal.
TIME   PID  UID  GID SIG COREFILE EXE  
SIZE
Wed 2023-09-06 05:53:16 CEST 23198 1000 1000 SIGABRT inaccessible
/usr/bin/kwin_wayland-
Wed 2023-09-06 05:53:12 CEST 22885 1000 1000 SIGABRT inaccessible
/usr/bin/kwin_wayland-
Wed 2023-09-06 05:53:09 CEST 22298 1000 1000 SIGABRT inaccessible
/usr/bin/kwin_wayland-

All seems to say the exact same thing. This is 23198
#0  0x7f2081a9ee3b in pthread_kill () at /usr/lib/libc.so.6
#1  0x7f2081a439a8 in raise () at /usr/lib/libc.so.6
#2  0x7f2081a26478 in abort () at /usr/lib/libc.so.6
#3  0x7f2083efb1ae in  () at /usr/lib/libepoxy.so.0
#4  0x7f2083efeb92 in  () at /usr/lib/libepoxy.so.0
#5  0x7f2084a650a6 in KWin::EglDmabuf::~EglDmabuf() () at
/usr/lib/libkwin.so.5
#6  0x7f2084a69c91 in KWin::AbstractEglBackend::~AbstractEglBackend() () at
/usr/lib/libkwin.so.5
#7  0x7f208499738e in  () at /usr/lib/libkwin.so.5
#8  0x7f20847c2cb3 in KWin::Compositor::stop() () at /usr/lib/libkwin.so.5
#9  0x7f20847bb79c in KWin::Compositor::reinitialize() () at
/usr/lib/libkwin.so.5
#10 0x7f2082edb467 in  () at /usr/lib/libQt5Core.so.5
#11 0x7f208492f89a in KWin::Workspace::slotReconfigure() () at
/usr/lib/libkwin.so.5
#12 0x7f2082edb467 in  () at /usr/lib/libQt5Core.so.5
#13 0x7f2082edcf7f in QTimer::timeout(QTimer::QPrivateSignal) () at
/usr/lib/libQt5Core.so.5
#14 0x7f2082ecd7ae in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#15 0x7f208237a30f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#16 0x7f2082ea55d8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#17 0x7f2082ef62da in QTimerInfoList::activateTimers() () at
/usr/lib/libQt5Core.so.5
#18 0x7f2082ef6b51 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#19 0x558f96984742 in  ()
#20 0x7f2082ea42c4 in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#21 0x7f2082ea5783 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#22 0x558f96888515 in  ()
#23 0x7f2081a27f90 in  () at /usr/lib/libc.so.6
#24 0x7f2081a2804a in __libc_start_main () at /usr/lib/libc.so.6
#25 0x558f9688a315 in  ()

But it looks like this is the exact same backtrace as the one I originally
posted.

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

[frameworks-baloo] [Bug 473108] Baloo should restrict itself to basic indexing when the system is running off a battery

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473108

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kwin] [Bug 460794] bad screen flicker when switching from one activity to another

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460794

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[Skanlite] [Bug 473557] skanlite crashes when "Scan" button is pressed

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473557

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

[krunner] [Bug 473119] KRunner crashed when I type the application name I want to run.

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473119

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 473581] Selectively hiding and showing system tray icons can result in them not properly hiding

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473581

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

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

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

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

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

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

[frameworks-knewstuff] [Bug 473018] Global themes load failed

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473018

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 473535] Plasmashell open thousands of pipes and crashing continuously

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473535

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

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

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

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

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

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

[systemsettings] [Bug 470629] Unable to configure "ContentType" drm property

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=470629

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[konsole] [Bug 473501] SSH_AUTH_SOCK is empty if Konsole is launched by Ctrl+Alt+T

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473501

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

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

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

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

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

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

[plasmashell] [Bug 473514] Plasmashell crashed when starting and changing activities

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473514

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

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

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

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

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

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

[krita] [Bug 472706] krita brush engine crash

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=472706

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

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

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

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

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

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

[krita] [Bug 472721] transform bug

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=472721

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

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

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

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

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

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

[kwin] [Bug 468159] After waking from sleep with complex triple-monitor setup, middle screen's desktop has the wrong size and windows leave ghost trails

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468159

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

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

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

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

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

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

--- Comment #7 from Albert Vaca  ---
I just pushed a fix for this. The fix is on the desktop side, so it will have
to wait until the next release for Windows to be available to users. Sorry for
having this broken for so long and thanks for all the info you provided about
the bug, which helped find the issue.

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

[krita] [Bug 472705] 5.2 Beta 1 Android: App crashes shortly after transforming multiple layers or at random moments

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=472705

--- Comment #24 from abh...@gmail.com ---
(In reply to xeses16388 from comment #21)
> Can confirm the crashing also occurs on my Motorola Edge phone running
> Android 13, which has near-stock Android UI. And 5.1.5 runs perfectly on the
> same device, so I have doubts it's a Samsung issue.

Is this the original Motorola edge with sd chipset or latest edge 40 with
dimensity chip?

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

[kdeconnect] [Bug 473511] Filesystem Expose has been broken ever since version 1.24 of kdeconnect

2023-09-05 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=473511

Albert Vaca  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/netw
   ||ork/kdeconnect-kde/-/commit
   ||/393624af9c6cf1af8bf2b912a4
   ||acaeb06abdbb40
 Resolution|--- |FIXED

--- Comment #6 from Albert Vaca  ---
Git commit 393624af9c6cf1af8bf2b912a4acaeb06abdbb40 by Albert Vaca Cintora.
Committed on 06/09/2023 at 04:45.
Pushed by albertvaka into branch 'release/23.08'.

Fix SFTP plugin on Windows

Broken by
https://invent.kde.org/network/kdeconnect-android/-/merge_requests/320

(cherry picked from commit 4d5474db7bc2a573063415ff3e9156a605b67794)

M  +9-1plugins/sftp/sftpplugin-win.cpp

https://invent.kde.org/network/kdeconnect-kde/-/commit/393624af9c6cf1af8bf2b912a4acaeb06abdbb40

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

[krita] [Bug 472900] PSD import crash on Android (works fine on desktop)

2023-09-05 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=472900

--- Comment #15 from sh_zam  ---
The PSD files crash? or any file? or do you think the crashes you're facing are
similar to these: https://bugs.kde.org/show_bug.cgi?id=472705?

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

[krita] [Bug 472705] 5.2 Beta 1 Android: App crashes shortly after transforming multiple layers or at random moments

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=472705

--- Comment #23 from abh...@gmail.com ---
(In reply to xeses16388 from comment #21)
> Can confirm the crashing also occurs on my Motorola Edge phone running
> Android 13, which has near-stock Android UI. And 5.1.5 runs perfectly on the
> same device, so I have doubts it's a Samsung issue.

Now that is interesting. Now i am really leaning on some opengl issue with new
krita since this is occurring on Motorola also and opengl in Android is very
finicky

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

[krita] [Bug 472705] 5.2 Beta 1 Android: App crashes shortly after transforming multiple layers or at random moments

2023-09-05 Thread sh_zam
https://bugs.kde.org/show_bug.cgi?id=472705

--- Comment #22 from sh_zam  ---
(In reply to xeses16388 from comment #21)
> Can confirm the crashing also occurs on my Motorola Edge phone running
> Android 13, which has near-stock Android UI. And 5.1.5 runs perfectly on the
> same device, so I have doubts it's a Samsung issue.

And you're able to reproduce it the same way abhifx are?

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

[kwin] [Bug 473971] Games do not display when Wayland fractional scaling is enabled

2023-09-05 Thread Kyle McGrath
https://bugs.kde.org/show_bug.cgi?id=473971

--- Comment #2 from Kyle McGrath  ---
(In reply to Zamundaaa from comment #1)
> When this happens, can you check the buffer geometry of the X11 window with
> the kwin debug console? To open it, just search for "kwin" in krunner

I did get the info you asked, but I also have some new info as well. I'll start
with the new info.

I went and loaded the two games I previously used to test when I submitted the
bug report (League of Legends via Lutris, and Crab Champions via Steam). They
just worked without any intervention from me, or so I thought! By default my
install was scaling my 2560x1600 screen to 150%, which is what I did the
original tests with. But because I do some web design work as a hobby, I
reduced the scaling to 135% to give me scaling that was fairly close to
1920X1200.

This reduced scaling has corrected the issue. My workaround was setting to
simply 100% scaling, but it looks like anything at 135% or lower does allow the
games to work normally and be visible. I went ahead and tested with 125%, 130%,
140%, 145%, and 150%. 125% and 130% work fine, but 140-150% produced the same
bug.

Using the kwin debug you suggested, I couldn't first see the geometry, but got
some strange behaviour when alt+tabbing the focus away from the game window,
etc. in order to show the geometry. Since selecting the window caused the
geometry window to disappear, I decided to just take a short video as this also
shows the other weird behaviour. I've uploaded it to Google Drive, here's the
link:

https://drive.google.com/file/d/1i96jW1khmc6p8OCGgeWEdkFuuKWwVNNL/view?usp=sharing

If any further info is required on my end please let me know and I'll be happy
to get it for you!

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

[Breeze] [Bug 474199] 95046311eb4a8be2696ee57776348941315b0632 regresses Elisa's duration and volume sliders

2023-09-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474199

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasma-nm] [Bug 474148] NM applet broken after NM restart

2023-09-05 Thread Koutheir Attouchi
https://bugs.kde.org/show_bug.cgi?id=474148

--- Comment #3 from Koutheir Attouchi  ---
Restarting the Plasma shell resets the applet into working condition, but it is
a silly workaround for simply restarting a service:

$ kquitapp5 plasmashell
$ kstart5 plasmashell

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

[plasma-nm] [Bug 474148] NM applet broken after NM restart

2023-09-05 Thread Koutheir Attouchi
https://bugs.kde.org/show_bug.cgi?id=474148

--- Comment #2 from Koutheir Attouchi  ---
This also happens after `sudo systemctl restart NetworkManager`. I think
upgrades are simply a trigger for the issue, but they are not the problem.
Restarting a service should not cause this to happen.

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

[plasma-nm] [Bug 474148] NM applet broken after NM restart

2023-09-05 Thread Koutheir Attouchi
https://bugs.kde.org/show_bug.cgi?id=474148

Koutheir Attouchi  changed:

   What|Removed |Added

 CC||kouth...@gmail.com

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

[KScreen] [Bug 474203] New: Wayland session does not save scaling or the monitors' order

2023-09-05 Thread Kalzi
https://bugs.kde.org/show_bug.cgi?id=474203

Bug ID: 474203
   Summary: Wayland session does not save scaling or the monitors'
order
Classification: Plasma
   Product: KScreen
   Version: 5.27.7
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: OSD and Plasma applet
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: kalzwa...@yahoo.com
  Target Milestone: ---

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


STEPS TO REPRODUCE
1. Have two 4k monitors 
2. Log into wayland
3. Change the scaling to 175% or 200% or whatever works for you.
4. Log out and log back in

OBSERVED RESULT
Scaling goes back to 100% after logging out then logging back in and the
monitors' order resets and the mouse does not move across the screens as it
should

EXPECTED RESULT
Scaling saves to whatever I set it to, even after a log out/log in or a reboot

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavourOS
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
I have two 27" 4k monitors. A dell to my right and a sceptre to my left. I set
the scaling to 175% on both. also I have the Dell as my primary that is sitting
to my right and also I have it to the right in the settings, too. Eevery time I
log out or reboot, that order resets. The dell moves to the left in the
settings and the other monitor goes to the right. Scaling goes back to 100%.
Also, the Sceptre becomes the primary. And this happens every signle time. I
have even reinsalled the whole system thinking it would fix it, it didn't.

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

[dolphin] [Bug 463533] Dolphin, file not getting sorted correctly

2023-09-05 Thread Amol Godbole
https://bugs.kde.org/show_bug.cgi?id=463533

Amol Godbole  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WORKSFORME
 CC||amolagodb...@gmail.com

--- Comment #4 from Amol Godbole  ---
Unable to reproduce sorting issue as of Dolphin 23.0.4.3. Newly created
files/folders are placed at the top.

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

[plasmashell] [Bug 474202] New: KDE Connect notifications can lead to plasmashell deadlocking

2023-09-05 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=474202

Bug ID: 474202
   Summary: KDE Connect notifications can lead to plasmashell
deadlocking
Classification: Plasma
   Product: plasmashell
   Version: 5.27.7
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: plasma-b...@kde.org
  Reporter: nyanpas...@tuta.io
CC: k...@privat.broulik.de
  Target Milestone: 1.0

SUMMARY
When waking up a computer running KDE Connect and receiving many notifications
from a phone, plasmashell can hang waiting for data from KDE Connect, probably
because KDE Connect is hung sending notifications to plasmashell.

STEPS TO REPRODUCE
My best recollection of the steps leading to the hang:
1. Sleep a computer running KDE.
2. Receive many notifications (including a phone call) on an Android phone, and
leave them in the notification tray.
3. Wake the computer so the notifications are sent to KDE.

OBSERVED RESULT
plasmashell hangs. After I attach gdb and take the stack trace, then continue
gdb, many KDE Connect notifications appear.

EXPECTED RESULT
plasmashell doesn't hang.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.4.12-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 570 Series
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550M DS3H

ADDITIONAL INFORMATION
Stack trace:

0x7fdb8ec894ae in __futex_abstimed_wait_common64 (private=0, cancel=true,
abstime=0x0, op=393, expected=0, futex_word=0x55aa9de6ed70) at
futex-internal.c:57
57  return INTERNAL_SYSCALL_CANCEL (futex_time64, futex_word, op,
expected,
(gdb) bt
#0  0x7fdb8ec894ae in __futex_abstimed_wait_common64 (private=0,
cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55aa9de6ed70) at
futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x55aa9de6ed70,
expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0,
private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x7fdb8ec8952f in __GI___futex_abstimed_wait_cancelable64
(futex_word=futex_word@entry=0x55aa9de6ed70, expected=expected@entry=0,
clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at
futex-internal.c:139
#3  0x7fdb8ec8bd40 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x55aa9de6ed20, cond=0x55aa9de6ed48) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x55aa9de6ed48, mutex=0x55aa9de6ed20) at
pthread_cond_wait.c:618
#5  0x7fdb8f4fb364 in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x55aa9de6ed20) at thread/qwaitcondition_unix.cpp:146
#6  QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=this@entry=0x55aa9bb77870, mutex=mutex@entry=0x55aa9bb77868,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#7  0x7fdb901db786 in QDBusPendingCallPrivate::waitForFinished()
(this=0x55aa9bb77830) at
/usr/src/debug/qt5-base/qtbase/src/dbus/qdbuspendingcall.cpp:240
#8  0x7fdb901abd01 in QDBusConnectionPrivate::sendWithReply(QDBusMessage
const&, int, int) (this=0x7fdb84001680, message=, sendMode=1,
timeout=) at
/usr/src/debug/qt5-base/qtbase/src/dbus/qdbusintegrator.cpp:2088
#9  0x7fdb901a0d7a in QDBusConnection::call(QDBusMessage const&,
QDBus::CallMode, int) const (this=0x55aa9b9e4358, message=,
mode=, timeout=) at
/usr/src/debug/qt5-base/qtbase/src/dbus/qdbusconnection.cpp:680
#10 0x7fdb901b3e87 in QDBusAbstractInterfacePrivate::property(QMetaProperty
const&, void*) const (returnValuePtr=0x7fff295bf400, mp=...,
this=0x55aa9b9e4300) at
/usr/src/debug/qt5-base/qtbase/src/dbus/qdbusabstractinterface.cpp:179
#11 QDBusAbstractInterfaceBase::qt_metacall(QMetaObject::Call, int, void**)
(this=this@entry=0x7fdb8409a080, _c=_c@entry=QMetaObject::ReadProperty,
_id=, _a=_a@entry=0x7fff295bf440) at
/usr/src/debug/qt5-base/qtbase/src/dbus/qdbusabstractinterface.cpp:290
#12 0x7fdb901b4a4c in
QDBusAbstractInterface::qt_metacall(QMetaObject::Call, int, void**)
(this=this@entry=0x7fdb8409a080, _c=_c@entry=QMetaObject::ReadProperty,
_id=, _a=_a@entry=0x7fff295bf440) at
.moc/moc_qdbusabstractinterface.cpp:104
#13 0x7fdb0af15d6a in
OrgKdeKdeconnectDeviceNotificationsNotificationInterface::qt_metacall(QMetaObject::Call,
int, void**) (this=0x7fdb8409a080, _c=QMetaObject::ReadProperty, _id=, _a=0x7fff295bf440) at
/usr/src/debug/kdeconnect/build/interfaces/notificationinterface.moc:231
#14 0x7fdb8f6b107c in QMetaProperty::read(QObject const*) const
(this=, object=0x7fdb8409a080) at kernel/qmetaobject.cpp:3198
#15 0x7fdb8f6ccf90 in QObject::property(char const*) const
(this=0x7fdb8409a080, name=) at kernel/qobject.cpp:4142
#16 0x

[print-manager] [Bug 474161] "Printers" icon is visible in System Tray despite not having a printer

2023-09-05 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=474161

--- Comment #5 from Piotr Mierzwinski  ---
$ lpstat -p
lpstat: No destinations added.
$ cat /etc/cups/printers.conf
cat: /etc/cups/printers.conf: No such file or directory

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

[plasmashell] [Bug 473552] Undoing the removal of a Widget inside a panel leaves an additional "ghost" copy

2023-09-05 Thread youkai
https://bugs.kde.org/show_bug.cgi?id=473552

youkai  changed:

   What|Removed |Added

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

--- Comment #2 from youkai  ---
Although I was able to reproduce this consistently with my build up until a few
days ago, I am happy to report that it is now fixed for me. Even rolling back
plasma-desktop to the date of my original report does not introduce this bug
again. It appears some other project might have fixed it for me or it was an
error on my setup all along, but alas, I might never find out.

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

[print-manager] [Bug 474161] "Printers" icon is visible in System Tray despite not having a printer

2023-09-05 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=474161

--- Comment #4 from Piotr Mierzwinski  ---
$ sudo lpstat -s
[sudo] password for piotr: 
no system default destination
lpstat: No destinations added.
lpstat: No destinations added.

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

[print-manager] [Bug 474161] "Printers" icon is visible in System Tray despite not having a printer

2023-09-05 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=474161

Piotr Mierzwinski  changed:

   What|Removed |Added

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

--- Comment #3 from Piotr Mierzwinski  ---
Icon appeared after the last system update.

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

[Kalk] [Bug 474201] New: Calculator gives wrong result

2023-09-05 Thread Mintra
https://bugs.kde.org/show_bug.cgi?id=474201

Bug ID: 474201
   Summary: Calculator gives wrong result
Classification: Applications
   Product: Kalk
   Version: 23.08.0
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: General
  Assignee: hanyo...@protonmail.com
  Reporter: hedim74...@fgvod.com
CC: espi...@gmail.com
  Target Milestone: ---

Kalk gives wrong calculation 

STEPS TO REPRODUCE
1. Write expression 6 /2(2+1)
2.  Observe the result

OBSERVED RESULT
Kalk gives the answer 1. which is incorrect. 
EXPECTED RESULT
It should be 9.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.4.13-200.fc38.x86_64 (64-bit)
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10

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

[print-manager] [Bug 474161] "Printers" icon is visible in System Tray despite not having a printer

2023-09-05 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=474161

--- Comment #2 from Piotr Mierzwinski  ---
Created attachment 161436
  --> https://bugs.kde.org/attachment.cgi?id=161436&action=edit
printer in system tray

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

[Breeze] [Bug 474199] 95046311eb4a8be2696ee57776348941315b0632 regresses Elisa's duration and volume sliders

2023-09-05 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=474199

ratijas  changed:

   What|Removed |Added

 CC||uhh...@gmail.com
  Component|general |QStyle
Product|frameworks-qqc2-desktop-sty |Breeze
   |le  |
Version|unspecified |master
   Assignee|m...@ratijas.tk   |plasma-b...@kde.org

--- Comment #3 from ratijas  ---
Actually, I tried all four bundled QStyles again (breeze, O2, Fusion and M$
9x), and it seems to be a bug in O2/Breeze family.

I'd rather prefer centering them in Breeze, than adding more UI hacks to Elisa
— because I found no clean way to extend padding/insets without making
assumptions about particular style in use.

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

[kdeplasma-addons] [Bug 392253] Startup URL setting and Home button in KDE 5 Web Browser Plasma widget

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392253

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org

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

[partitionmanager] [Bug 474183] Add dev path to KDE Partition Manager Partition properties window

2023-09-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=474183

Andrius Štikonas  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[kdeplasma-addons] [Bug 359073] Make panel popup resizable

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=359073

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
Summary|web browser widget: shown   |Make panel popup resizable
   |website cannot be resized,  |
   |always too small|
   Keywords||usability
   Severity|normal  |wishlist

--- Comment #7 from Nate Graham  ---
Make

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

[kdeplasma-addons] [Bug 411684] Use web site fav icon as the plasmoid dashboard icon

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411684

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |FIXED
   Version Fixed In||6.0
 Status|REPORTED|RESOLVED

--- Comment #2 from Nate Graham  ---
This is done for Plasma 6 now; see
https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/407!

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

[partitionmanager] [Bug 474164] Allow unprivileged users to list/modify non-system partitions (typically thumb drives)

2023-09-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=474164

--- Comment #1 from Andrius Štikonas  ---
This is not by specifically design, but not easy to implement in
partitionmanager in a secure way that would not lead to root privilege
escalation.

Something like you requested might be done with udisks but to design of
partitionmanager (having operation stack rather than doing one operation at a
time like gnome disks does) it's not really possible to use udisks.

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

[kmail2] [Bug 462877] KMail crashes when clicking away from a PGP signed email to another email before the signature is verified

2023-09-05 Thread Marc Joliet
https://bugs.kde.org/show_bug.cgi?id=462877

Marc Joliet  changed:

   What|Removed |Added

Summary|KMail crash when clicking   |KMail crashes when clicking
   |on an Email |away from a PGP signed
   ||email to another email
   ||before the signature is
   ||verified

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

[Spectacle] [Bug 474115] Spectacle crashes when capturing screenshot with GUI open.

2023-09-05 Thread Unknown
https://bugs.kde.org/show_bug.cgi?id=474115

--- Comment #3 from third="Beedell", first="Roke", second="Julian Lockhart" 
 ---
Created attachment 161435
  --> https://bugs.kde.org/attachment.cgi?id=161435&action=edit
Error log.

https://bugs.kde.org/show_bug.cgi?id=474115#c3





PS /home/rokejulianlockhart> spectacle
qrc:/src/Gui/DialogPage.qml:117:9: QML
CaptureSettingsColumn (parent or ancestor of QQuickLayoutAttached): Binding
loop detected for property "minimumWidth"
23 -- exe=/usr/bin/spectacle
13 -- platform=xcb
11 -- display=:0
18 -- appname=spectacle
17 -- apppath=/usr/bin
10 -- signal=11
10 -- pid=17922
20 -- appversion=23.11.70
22 -- programname=Spectacle
31 -- bugaddress=sub...@bugs.kde.org
KCrash: Application 'spectacle' crashing...
KCrash: Attempting to start /usr/libexec/drkonqi
QSocketNotifier: Invalid socket 5 and type 'Read',
disabling...
QSocketNotifier: Invalid socket 9 and type 'Read',
disabling...
QSocketNotifier: Invalid socket 22 and type 'Read',
disabling...
Unable to start Dr. Konqi
Re-raising signal for core dump handling.
NativeCommandExitException: Program "spectacle" ended
with non-zero exit code: 139.
PS /home/rokejulianlockhart>





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

[kmail2] [Bug 462877] KMail crash when clicking on an Email

2023-09-05 Thread Marc Joliet
https://bugs.kde.org/show_bug.cgi?id=462877

--- Comment #7 from Marc Joliet  ---
Created attachment 161434
  --> https://bugs.kde.org/attachment.cgi?id=161434&action=edit
New crash information added by DrKonqi

kmail (5.24.0 (23.08.0)) using Qt 5.15.10

Same reproducer as usual: click away from GPG signed email before the signature
was verified (this time coincidentally to an email that was *also* GPG signed,
in case that might make a difference).

(I guess I'm just going to keep adding these until somebody says otherwise.)

-- Backtrace (Reduced):
#4  0x7fdc99c54a3e in QVector::begin
(this=) at /usr/include/qt5/QtCore/qvector.h:220
#5  KMime::Content::headerByType (this=this@entry=0x55fe0cffe0c0,
type=0x7fdc99c6d040 "Content-Transfer-Encoding") at
/usr/src/debug/kmime-23.08.0/src/kmime_content.cpp:626
#6  0x7fdc99c558aa in
KMime::Content::header (create=true,
this=0x55fe0cffe0c0) at /usr/src/debug/kmime-23.08.0/src/kmime_content.h:681
#7  KMime::Content::contentTransferEncoding (this=this@entry=0x55fe0cffe0c0,
create=create@entry=true) at
/usr/src/debug/kmime-23.08.0/src/kmime_content.cpp:883
#8  0x7fdc99c5687f in KMime::ContentPrivate::decodeText (this=0x0,
q=q@entry=0x55fe0cffe0c0) at
/usr/src/debug/kmime-23.08.0/src/kmime_content.cpp:738

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

[frameworks-qqc2-desktop-style] [Bug 474199] 95046311eb4a8be2696ee57776348941315b0632 regresses Elisa's duration and volume sliders

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474199

--- Comment #2 from Nate Graham  ---
Sure, can you give that a try and see if it will work?

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

[filelight] [Bug 141018] Diagonal lines are not anti-aliased

2023-09-05 Thread medin
https://bugs.kde.org/show_bug.cgi?id=141018

--- Comment #3 from medin  ---
Created attachment 161433
  --> https://bugs.kde.org/attachment.cgi?id=161433&action=edit
Drawing is not smooth

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

[frameworks-qqc2-desktop-style] [Bug 474199] 95046311eb4a8be2696ee57776348941315b0632 regresses Elisa's duration and volume sliders

2023-09-05 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=474199

ratijas  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from ratijas  ---
That sounds cursed on Elisa's part. There used to be no guarantees from style
regarding how large it actually wanted the control be. Now there are solid
guarantees, and they are respected by qqc2-d-s. Stretching a slider in its
perpendicular direction is not something most QStyles expect you to do with
them.

How about increasing padding instead?

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

[filelight] [Bug 141018] Diagonal lines are not anti-aliased

2023-09-05 Thread medin
https://bugs.kde.org/show_bug.cgi?id=141018

medin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|LATER   |---
 CC||med.medin.2...@gmail.com
 Status|RESOLVED|REOPENED

--- Comment #2 from medin  ---
I'm suffering from the same antialiasing problem on: 

Operating System: Manjaro Linux 
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-1-MANJARO (64-bit)
Graphics Platform: Wayland

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

[Powerdevil] [Bug 461479] Backlight briefly flashes to full brightness on screen wake

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=461479

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||natalie_clar...@yahoo.de

--- Comment #4 from Nate Graham  ---
I can confirm this.

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

[NeoChat] [Bug 474008] Press Esc to hide Neochat

2023-09-05 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=474008

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #2 from Tobias Fella  ---
Have to agree with Nate here. Top-level windows shouldn't close when pressing
Esc

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

[KEXI] [Bug 409624] Data in primary table disappeared, draft of table still available

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=409624

Jarosław Staniek  changed:

   What|Removed |Added

  Component|General |Tables

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

[Elisa] [Bug 474200] New: "Show Playlist" button is never checked anymore

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474200

Bug ID: 474200
   Summary: "Show Playlist" button is never checked anymore
Classification: Applications
   Product: Elisa
   Version: 22.11.80
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: n...@kde.org
  Target Milestone: ---

It now functions as a pushbutton instead of a checkable/toggle button.

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

[frameworks-qqc2-desktop-style] [Bug 474199] New: 95046311eb4a8be2696ee57776348941315b0632 regresses Elisa's duration and volume sliders

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474199

Bug ID: 474199
   Summary: 95046311eb4a8be2696ee57776348941315b0632 regresses
Elisa's duration and volume sliders
Classification: Frameworks and Libraries
   Product: frameworks-qqc2-desktop-style
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: qt6, regression
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: m...@ratijas.tk
  Reporter: n...@kde.org
CC: ahiems...@heimr.nl, k...@davidedmundson.co.uk,
noaha...@gmail.com, notm...@gmail.com
  Target Milestone: ---

Elisa's sliders have Layout.fillHeight: true set on them so that their click
areas will be taller than normal without having to re-implement the control
from primitives. This gets broken by 95046311eb4a8be2696ee57776348941315b0632.

The commit description suggests that the app shouldn't be doing this, but I
don't see a clean way to do it without re-implementing the control. Do you have
any ideas, Ivan, or should we revert that change?

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

[KEXI] [Bug 409624] Data in primary table disappeared, draft of table still available

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=409624

Jarosław Staniek  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED
   Target Milestone|--- |3.2.1
   Assignee|kexi-b...@kde.org   |stan...@kde.org

--- Comment #1 from Jarosław Staniek  ---
Thanks Albrecht! 
The attached file helped a lot. 
This is some issue related to "Date" type. It will be investigated and fixed.

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

[KScreen] [Bug 469366] Applet: make it clear which mode is currently selected

2023-09-05 Thread medin
https://bugs.kde.org/show_bug.cgi?id=469366

--- Comment #3 from medin  ---
(In reply to Nate Graham from comment #2)
> There are many more modes that
> you can be in which can't be represented by these simple settings.

I think those 5 standard options are enough for normal usage, even Windows only
provides 4 generic choices.

> if your current mode does in fact match one of the pre-set ones, we could
> make it highlight that. But the moment you change it, it will have to stop
> highlighting it.

This will help users to identify the source of problems for example when they
do their presentations, because from experience the most known cause is those
faulty old cables, so knowing that the correct display mode is already selected
in Plasma desktop is a plus, similarly to how Windows highlights the current
used mode.

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #14 from jshand2...@gmail.com ---
Created attachment 161432
  --> https://bugs.kde.org/attachment.cgi?id=161432&action=edit
y2logs 5

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #13 from jshand2...@gmail.com ---
Created attachment 161431
  --> https://bugs.kde.org/attachment.cgi?id=161431&action=edit
y2logs 4

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #12 from jshand2...@gmail.com ---
Created attachment 161430
  --> https://bugs.kde.org/attachment.cgi?id=161430&action=edit
y2logs 3

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #11 from jshand2...@gmail.com ---
Created attachment 161429
  --> https://bugs.kde.org/attachment.cgi?id=161429&action=edit
y2logs 2

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #10 from jshand2...@gmail.com ---
Created attachment 161428
  --> https://bugs.kde.org/attachment.cgi?id=161428&action=edit
y2logs 1

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

[kwin] [Bug 473338] Screen recording dialog shows nonsensical output name

2023-09-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=473338

Aleix Pol  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|xdg-desktop-portal-kde  |kwin
  Component|general |platform-drm
Version|unspecified |master

--- Comment #3 from Aleix Pol  ---
Assigning to KWin, I can see the same weird non-sensical name using the
"wayland-info" tool (I guess it would also with WAYLAND_DEBUG=1).

interface: 'zxdg_output_manager_v1', version:  3, name: 33
xdg_output_v1
output: 49
name: 'eDP-1'
description: 'BOE 0x08EE/0'
logical_x: 0, logical_y: 0
logical_width: 1920, logical_height: 1080

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

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=473897

--- Comment #9 from jshand2...@gmail.com ---
Created attachment 161427
  --> https://bugs.kde.org/attachment.cgi?id=161427&action=edit
Entire log for Fresh Install of PIM

I did a fresh install of kontact kdepim groupware suite.  i also did a
debuginfod debug on the entire setup.  i hope this information is useful.

i also made sure that these packages were installed but they weren't at the
time of install:

1.  libkgapi
2.  akonadi-calendar
3.  akonadi-mime

i think these must be made dependencies for this suite otherwise you won't be
able to use it

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

[kde] [Bug 474067] Keyboard shortcuts not working or being remembered in Kuickshow image viewer

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474067

--- Comment #6 from Nate Graham  ---
https://invent.kde.org/graphics/kuickshow

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

[plasma-pa] [Bug 474089] Incorrect volume change handling after switching audio output

2023-09-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474089

--- Comment #2 from radek9...@gmail.com ---
(In reply to Nate Graham from comment #1)
> > 1.  Switch from audio output A to B
> 
> Can you outline exactly the method you're using to switch the audio output?

In the Audio Volume system tray when I change from speakers to headset, it will
often still change volume on the speakers and not headset through the volume
wheel on my keyboard and headset. I have to select the volume slider of device
I switched to, in this case headset, for the volume wheel change headset
volume.

Speakers are connected to monitor which is connected by display port and
headset is connected by usb wireless receiver (logitech g535) 

I am not completely sure if I logged the bug report under the correct product,
its my first bug report for kde

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

[Breeze] [Bug 356768] Resizable splitters are invisible, creating not so nice UI

2023-09-05 Thread Unknown
https://bugs.kde.org/show_bug.cgi?id=356768

third="Beedell", first="Roke", second="Julian Lockhart" 
 changed:

   What|Removed |Added

 CC||rvdois+RVU4Z9@rokejulianloc
   ||khart.anonaddy.com

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

[KScreen] [Bug 469366] Applet: make it clear which mode is currently selected

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469366

--- Comment #2 from Nate Graham  ---
So this UI isn't designed to show you the current mode; it's a set of quick
actions to change the mode to something else. There are many more modes that
you can be in which can't be represented by these simple settings.

if your current mode does in fact match one of the pre-set ones, we could make
it highlight that. But the moment you change it, it will have to stop
highlighting it.

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

[KReport] [Bug 411238] Wrong entries in the pkgconfig file for kreport

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411238

Jarosław Staniek  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[KReport] [Bug 411238] Wrong entries in the pkgconfig file for kreport

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411238

Jarosław Staniek  changed:

   What|Removed |Added

Summary|Wwrong entries in the   |Wrong entries in the
   |pkgconfig file for kreport  |pkgconfig file for kreport

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

[KDb] [Bug 411237] Wrong entries in the pkgconfig file for kdb

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411237

Jarosław Staniek  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[KProperty] [Bug 411239] Wrong entries in the pkgconfig file for kproperty

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411239

Jarosław Staniek  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[digikam] [Bug 474105] Faces load sequentially, not showing existing face thumbnails in the database until a previous one has been generated

2023-09-05 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=474105

--- Comment #8 from MarcP  ---
Hi Maik, thanks for your time and effort. Yes, i usually tend to use the
lastest appimage available. I will try it as soon as I can and let you know,
probably tomorrow.

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

[KScreen] [Bug 474158] Enable selected mode to current screen mode button

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474158

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[KScreen] [Bug 469366] Applet: make it clear which mode is currently selected

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=469366

Nate Graham  changed:

   What|Removed |Added

 CC||anditosan1...@gmail.com

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

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

[KScreen] [Bug 426426] Applet: state of presentation mode switch is not synchronized across multiple instances

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=426426

Nate Graham  changed:

   What|Removed |Added

Summary|Applet: state of|Applet: state of
   |presentation mode not   |presentation mode switch is
   |consistent over multiple|not synchronized across
   |instances   |multiple instances

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

[KScreen] [Bug 474158] Enable selected mode to current screen mode button

2023-09-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474158

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
  Component|common  |OSD and Plasma applet

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

[kde] [Bug 474198] New: "check-tp-kde" from pology detects some false positive errors for reStructuredText markup

2023-09-05 Thread Josep Ma. Ferrer
https://bugs.kde.org/show_bug.cgi?id=474198

Bug ID: 474198
   Summary: "check-tp-kde" from pology detects some false positive
errors for reStructuredText markup
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: txe...@saragata.net
  Target Milestone: ---

SUMMARY
***
"posieve check-tp-kde" command from pology detects some false positive errors
for reStructuredText markup.

Example:
$ cd kde-trunk-kf5/l10n-kf5/ca/messages/documentation-docs-kdenlive-org/
$ posieve check-tp-kde .
docs_kdenlive_org_effects_and_compositions___video_effects___blur_and_sharpen___contrast_adaptive_sharpen.po:70(#9)[msgstr:34:""]:
KDE4 markup: unrecognized tag 'plane'.
docs_kdenlive_org_effects_and_compositions___video_effects___blur_and_sharpen___contrast_adaptive_sharpen.po:70(#9)[msgstr:175]:
KDE4 markup: mismatched tag.
[...]

Message #9 (line 70) in this file reads:

msgid ""
"**Planes** - Set the :term:`plane` the effect is to be applied to. Options "
"are: **Alpha**, **Y** (default), **U**, **V**, **Red**, **Green**, **Blue** "
"and **All**."

And the translated message is:

msgstr ""
"**Plans**: Establiu el :term:`pla ` al qual s'aplicarà l'efecte. Les "
"opcions són: **Alfa**, **Y** (predeterminat), **U**, **V**, **Red**, "
"**Green**, **Blue** i **All**."

The problem is on the translation of "plane" to Catalan. We translate "plane"
as "pla", but we need to add the English term to match the reStructuredText
markup. 
So, the English text :term:`plane` becomes Catalan text :term:`pla `.
This is valid Sphinx/reStructuredText syntax to set custom link text for
cross-reference links, instead of using the normal title of the referenced page
or section: 
https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#ref-role

But "posieve check-tp-kde" thinks that "" is an invalid KDE4 markup, and
throws the above errors.

This issue happens in other languages (sl-Slovenian, at least).

So, it's necessary to modify the pololgy/posieve/check-tp-kde code to avoid
this false positive error.
***


STEPS TO REPRODUCE
1. Download a directory with po files with this especial reStructuredText
markup. For example:
https://websvn.kde.org/trunk/l10n-kf5/ca/messages/documentation-docs-kdenlive-org/
2. Download and install pology from: https://invent.kde.org/sdk/pology
3. Run the pology command: 
$ posieve check-tp-kde .

OBSERVED RESULT
docs_kdenlive_org_effects_and_compositions___video_effects___blur_and_sharpen___contrast_adaptive_sharpen.po:70(#9)[msgstr:34:""]:
KDE4 markup: unrecognized tag 'plane'.
docs_kdenlive_org_effects_and_compositions___video_effects___blur_and_sharpen___contrast_adaptive_sharpen.po:70(#9)[msgstr:175]:
KDE4 markup: mismatched tag.
[...and many more...]

EXPECTED RESULT
(not a single message)

SOFTWARE/OS VERSIONS (not relevant)
Windows: 
macOS: 
Linux/KDE Plasma: Debian GNU/Linux 12
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

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

[KReport] [Bug 411238] Wwrong entries in the pkgconfig file for kreport

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411238

Jarosław Staniek  changed:

   What|Removed |Added

 Resolution|FIXED   |LATER

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

[KReport] [Bug 411238] Wwrong entries in the pkgconfig file for kreport

2023-09-05 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=411238

Jarosław Staniek  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/libr
   ||aries/kreport/-/commit/c3f0
   ||074991a7e982544cc4ec23dcfe3
   ||a895e5f75
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Version Fixed In||3.2.1

--- Comment #1 from Jarosław Staniek  ---
Git commit c3f0074991a7e982544cc4ec23dcfe3a895e5f75 by Jaroslaw Staniek.
Committed on 05/09/2023 at 23:41.
Pushed by staniek into branch '3.2'.

Temporarily remove pkg-config support

At least until the situation with dependencies (KF) improves in version 6.
FIXED-IN:3.2.1

M  +0-1CMakeLists.txt
D  +0-12   KReport.pc.cmake
M  +0-12   cmake/modules/KReportMacros.cmake

https://invent.kde.org/libraries/kreport/-/commit/c3f0074991a7e982544cc4ec23dcfe3a895e5f75

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

  1   2   3   4   >