[frameworks-kconfig] [Bug 460260] On a multi screen setup on Wayland, KDE app windows do not remember the size they had if the primary monitor is not the leftmost one.

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460260

deafpoly...@gmail.com changed:

   What|Removed |Added

 CC||deafpoly...@gmail.com

--- Comment #5 from deafpoly...@gmail.com ---
Wanted to comment that I think I'm hitting this exact bug, as well.  I have 3
monitor setup (shown below). 

It only affects size.  Window placement is determined by KWin, I think, so this
isn't an issue here.  

Additional testing steps, if they will help:

When I say "an application", I am referring to any KDE based application (Kate,
Konsole, etc).  I have not tested with non-KDE applications at this point but I
did not remember experiencing this issue with Firefox. 

At first:
- Setting primary monitor to left-most and launching applications from the
Application Launcher seems fine - size is remembered.  Launching applications
from KRunner on left-most monitor while it's set to primary - size is
remembered on re-opening. 

Then I realized; 
- When left-most monitor is set to primary, and you launch applications using
Alt+Space (KRunner) on any other monitor, size is still not remembered.
- Trying to be clever, moving the default bar in the default layout for Breeze
Dark to another monitor (while left is set to primary) and launching
applications - size is not remembered.
- Set the middle monitor to primary, and launched application with KRunner on
left most monitor - size is remembered.  This is repeated even when setting
right-most monitor as primary.  
- Opening an application on any monitor, moving it to the left-most one,
resizing and then closing will lead to size being remembered.
- Opening an application on any monitor that is not the left-most, resizing it,
THEN moving it to the left-most will not lead to size being remembered.
- Similarly, opening an application on the left-most monitor, then moving it to
another monitor will not lead to size being remembered.

Conclusion; has nothing to do with which screen is set to the primary monitor.
It only has to do with when a window being resized on the left-most display. 
If it is resized on the left-most display, then moved anywhere else AND THEN
subsequently closed, size is still remembered. 

Example - left, center, right monitor.  
- Launching Konsole on the right monitor
- Moving it to the left one - resizing - then moving it to the center one and
closing
- This will remember size.  

- Launching Konsole on the right monitor
- Move it to the left one
- Resizing while on left monitor, 
- Move to center and resize again.  
- Will only remember the size from the left-most monitor. 

If this is not the same as David's report, I will edit this and move it to a
new bug report. 

Hope this helps! It's quite an irritating bug.

Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.9-300.fc37.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 5700 XT
Manufacturer: ASUS

interface: 'wl_output',  version:  4, name: 45
x: 3840, y: 0, scale: 1,
physical_width: 600 mm, physical_height: 340 mm,
make: 'LG Electronics', model: 'LG HDR 4K/110959',
subpixel_orientation: unknown, output_transform: normal,
mode:
width: 3840 px, height: 2160 px, refresh: 59.997 Hz,
flags: current
interface: 'wl_output',  version:  4, name: 46
x: 7680, y: 0, scale: 1,
physical_width: 600 mm, physical_height: 340 mm,
make: 'LG Electronics', model: 'LG HDR 4K/603556',
subpixel_orientation: unknown, output_transform: normal,
mode:
width: 3840 px, height: 2160 px, refresh: 59.997 Hz,
flags: current
interface: 'wl_output',  version:  4, name: 47
x: 0, y: 0, scale: 1,
physical_width: 600 mm, physical_height: 340 mm,
make: 'LG Electronics', model: 'LG HDR 4K/215425',
subpixel_orientation: unknown, output_transform: normal,
mode:
width: 3840 px, height: 2160 px, refresh: 59.997 Hz,
flags: current

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

[krfb] [Bug 435338] Krfb on Wayland doesn't accept remote keyboard input

2022-11-23 Thread Leonard Lausen
https://bugs.kde.org/show_bug.cgi?id=435338

Leonard Lausen  changed:

   What|Removed |Added

 CC||leon...@lausen.nl

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

[digikam] [Bug 413327] Option to change video thumbnail.

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413327

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Version Fixed In||7.9.0
 Resolution|DUPLICATE   |FIXED

--- Comment #6 from caulier.gil...@gmail.com ---
Fixed with #398386

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

[Akonadi] [Bug 456923] Outgoing e-mail from GMail account to smtp.gmail.com sometimes hangs

2022-11-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=456923

Fabian Vogt  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||libkgapi/commit/d677a08c21f
   ||d99e7e8be0a0899f797f9237207
   ||e4

--- Comment #4 from Fabian Vogt  ---
Git commit d677a08c21fd99e7e8be0a0899f797f9237207e4 by Fabian Vogt.
Committed on 22/11/2022 at 07:19.
Pushed by fvogt into branch 'release/22.12'.

Don't cache promises for AccountManager::findAccount

Unlike AccountManager::getAccount and AccountManager::refreshTokens, this
method does not return an authenticated account. However, the promises are
cached for all of them in the same store, so it was possible for a call to
e.g. refreshTokens to get a promise created by findAccount instead, resulting
in an unexpected result. Just don't cache promises created by findAccount.
Related: bug 406839, bug 409122, bug 421664

M  +18   -20   src/core/accountmanager.cpp

https://invent.kde.org/pim/libkgapi/commit/d677a08c21fd99e7e8be0a0899f797f9237207e4

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

[Akonadi] [Bug 421664] Sending email does not work with XOAUTH2

2022-11-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=421664

Fabian Vogt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||libkgapi/commit/d677a08c21f
   ||d99e7e8be0a0899f797f9237207
   ||e4
 Resolution|--- |FIXED

--- Comment #14 from Fabian Vogt  ---
Git commit d677a08c21fd99e7e8be0a0899f797f9237207e4 by Fabian Vogt.
Committed on 22/11/2022 at 07:19.
Pushed by fvogt into branch 'release/22.12'.

Don't cache promises for AccountManager::findAccount

Unlike AccountManager::getAccount and AccountManager::refreshTokens, this
method does not return an authenticated account. However, the promises are
cached for all of them in the same store, so it was possible for a call to
e.g. refreshTokens to get a promise created by findAccount instead, resulting
in an unexpected result. Just don't cache promises created by findAccount.
Related: bug 406839, bug 409122, bug 456923

M  +18   -20   src/core/accountmanager.cpp

https://invent.kde.org/pim/libkgapi/commit/d677a08c21fd99e7e8be0a0899f797f9237207e4

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

[Akonadi] [Bug 409122] Akonadi sometimes doesn't send email (GMail)

2022-11-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=409122

Fabian Vogt  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||libkgapi/commit/d677a08c21f
   ||d99e7e8be0a0899f797f9237207
   ||e4

--- Comment #2 from Fabian Vogt  ---
Git commit d677a08c21fd99e7e8be0a0899f797f9237207e4 by Fabian Vogt.
Committed on 22/11/2022 at 07:19.
Pushed by fvogt into branch 'release/22.12'.

Don't cache promises for AccountManager::findAccount

Unlike AccountManager::getAccount and AccountManager::refreshTokens, this
method does not return an authenticated account. However, the promises are
cached for all of them in the same store, so it was possible for a call to
e.g. refreshTokens to get a promise created by findAccount instead, resulting
in an unexpected result. Just don't cache promises created by findAccount.
Related: bug 406839, bug 421664, bug 456923

M  +18   -20   src/core/accountmanager.cpp

https://invent.kde.org/pim/libkgapi/commit/d677a08c21fd99e7e8be0a0899f797f9237207e4

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

[kdepim] [Bug 406839] EMails stuck in outgoing forever without warning msg

2022-11-23 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=406839

Fabian Vogt  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||libkgapi/commit/d677a08c21f
   ||d99e7e8be0a0899f797f9237207
   ||e4

--- Comment #1 from Fabian Vogt  ---
Git commit d677a08c21fd99e7e8be0a0899f797f9237207e4 by Fabian Vogt.
Committed on 22/11/2022 at 07:19.
Pushed by fvogt into branch 'release/22.12'.

Don't cache promises for AccountManager::findAccount

Unlike AccountManager::getAccount and AccountManager::refreshTokens, this
method does not return an authenticated account. However, the promises are
cached for all of them in the same store, so it was possible for a call to
e.g. refreshTokens to get a promise created by findAccount instead, resulting
in an unexpected result. Just don't cache promises created by findAccount.
Related: bug 409122, bug 421664, bug 456923

M  +18   -20   src/core/accountmanager.cpp

https://invent.kde.org/pim/libkgapi/commit/d677a08c21fd99e7e8be0a0899f797f9237207e4

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

[digikam] [Bug 417833] Geolocation is not shown under Maps view.

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417833

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

   What|Removed |Added

Summary|Geolocation is not shown|Geolocation is not shown
   |under Maps view (beta2) |under Maps view.

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

[digikam] [Bug 417833] Geolocation is not shown under Maps view (beta2)

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417833

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||7.9.0

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #417140

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

[digikam] [Bug 425369] Imported photo in album other than date taken

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=425369

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||8.0.0

--- Comment #8 from caulier.gil...@gmail.com ---
Fixed with #331167

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

[digikam] [Bug 429888] Show GPS track on map view when GPX in the same folder

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429888

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
 CC||caulier.gil...@gmail.com
   Version Fixed In||8.0.0

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #251424

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

[digikam] [Bug 433952] Face confirmation UX

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=433952

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||8.0.0

--- Comment #4 from caulier.gil...@gmail.com ---
Fixed with #402322

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

[digikam] [Bug 436711] thumbnail re-ordering / -inserting makes focus change while entering person tag

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436711

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||8.0.0

--- Comment #5 from caulier.gil...@gmail.com ---
Fixed with #402322

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

[korganizer] [Bug 413740] Korganizer crashes when setting categories colors

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413740

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

[kmymoney] [Bug 359874] Most imported transactions not automatically matched with payee matching off

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=359874

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

[kstars] [Bug 451331] Ekos crashes while plate solving (tried internal, astrometry, atap, etc.)/ linux x86_64 5.4.0.104

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=451331

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[Akonadi] [Bug 365959] Addressbook is not usable via Owncloud-Ressource

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=365959

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[digikam] [Bug 335039] Photo layout exported to PDF creates huge file

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=335039

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

[KScreen] [Bug 396071] plasma5 screen management going wrong

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=396071

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

[kwin] [Bug 460696] KDE Neon Plasma 5.26 does not work with 2 monitors of different density.

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460696

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

[KScreen] [Bug 445736] On every restart or wake from sleep the resolution is set to 640x480

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445736

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

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

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

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

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

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

[kdeconnect] [Bug 461325] Overly long file and/or erroneous names in ~/.local/share/kpeoplevcard

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=461325

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

[lokalize] [Bug 462189] New: TM Search Crash

2022-11-23 Thread OIS
https://bugs.kde.org/show_bug.cgi?id=462189

Bug ID: 462189
   Summary: TM Search Crash
Classification: Applications
   Product: lokalize
   Version: 22.08.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: translation memory
  Assignee: sdepi...@gmail.com
  Reporter: mistresssilv...@hotmail.com
CC: sha...@ukr.net
  Target Milestone: ---

SUMMARY

Searching in a certain TM causes double-free error and crash. Relevant
backtrace:
...
#8  in TM::TMDBModel::data(QModelIndex const&, int) const
at /usr/src/debug/lokalize-22.08.3-1.fc37.x86_64/src/tm/tmtab.cpp:238
#9  in QSortFilterProxyModel::data(QModelIndex const&, int) const 
(this=this@entry=0x561ea9c0, index=..., role=role@entry=261)
at itemmodels/qsortfilterproxymodel.cpp:2294
#10 in TMResultsSortFilterProxyModel::data(QModelIndex const&, int) const
(this=0x561ea9c0, index=..., role=261)
at /usr/src/debug/lokalize-22.08.3-1.fc37.x86_64/src/tm/tmtab.cpp:304
#11 in QModelIndex::data(int) const
at /usr/include/qt5/QtCore/qabstractitemmodel.h:460
#12 in FastSizeHintItemDelegate::paint(QPainter*, QStyleOptionViewItem const&,
QModelIndex const&) const
at
/usr/src/debug/lokalize-22.08.3-1.fc37.x86_64/src/common/fastsizehintitemdelegate.cpp:71
#13 in QTreeView::drawRow(QPainter*, QStyleOptionViewItem const&, QModelIndex
const&) const
at itemviews/qtreeview.cpp:1764
#14 in QTreeView::drawTree(QPainter*, QRegion const&) const
(this=this@entry=0x561fdd10, painter=painter@entry=0x7fffbb58,
region=...) at itemviews/qtreeview.cpp:1504
#15 in QTreeView::paintEvent(QPaintEvent*)
(this=0x561fdd10, event=0x7fffbdb0) at itemviews/qtreeview.cpp:1332
...

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  N/A
KDE Plasma Version: N/A
KDE Frameworks Version:  5.100.0
Qt Version: 5.15.7

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

[digikam] [Bug 417885] Problems on Windows Subsystem for Linux

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417885

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

What's about the 7.9.0 pre-release available here :

https://files.kde.org/digikam/

Problem still reproducible ?

Thanks in advance

Gilles Caulier

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

[Discover] [Bug 448505] Text is cut down

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448505

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
Please try again with Kubuntu 22.10. Can you still reproduce the issue?

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

[digikam] [Bug 431063] Hanging Process After Closing Application in MS Windows

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=431063

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

What's about the 7.9.0 pre-release installer available here :

https://files.kde.org/digikam/

Problem still reproducible ?

Thanks in advance

Gilles Caulier

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

[Discover] [Bug 448004] Discover glitches while scrolling when updates are expanded

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448004

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.27
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Nate Graham  ---
This is fixed in Plasma 5.27 by redoing this UI paradigm so that the bug can't
occur anymore.

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

[konsole] [Bug 461794] selected string sometimes not copied in entirety

2022-11-23 Thread xiota
https://bugs.kde.org/show_bug.cgi?id=461794

--- Comment #4 from xiota  ---
> > Committed on 10/11/2022
> That one is reported to be fixed by a commit in Oct 2022.

So, "Committed on 10/11/2022" could be Nov, not Oct?  I'll rebuild and see if
there's any difference.

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

[digikam] [Bug 460463] Scroll position in Faces view keeps jumping back & forth during face recognition/detection

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460463

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

   What|Removed |Added

   Version Fixed In|7.9.0   |8.0.0

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

[digikam] [Bug 436930] visualization of tracks in the Map tab

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436930

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

   What|Removed |Added

   Version Fixed In||8.0.0
 Resolution|DUPLICATE   |FIXED

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #251424

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

[digikam] [Bug 451727] Empty Camera List

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451727

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

I just test with last MacOS Monterrey under a MacBook pro Intel, and 8.0.0
pre-release package provide the gphoto2 list of drivers :

https://i.imgur.com/U9QVjM8.png

I don't yet tested with 7.9.0 pre-release, but as application in compiled with
the same environment, this must work too.

Note that i suspect a gphoto2 library compilation problem here. This library is
built using Macports.

Best regards

Gilles Caulier

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

[Discover] [Bug 436277] Allow skip checking for updates when using metered network connection

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=436277

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||6.0

--- Comment #11 from Nate Graham  ---
Ooh, this was done recently for Plasma 6.

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

[digikam] [Bug 429793] digiKam crashes in libicu when run with zzuf -s1 in WSL1

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429793

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

What's about the 7.9.0 pre-release available here :

https://files.kde.org/digikam/

Problem still reproducible ?

Thanks in advance

Gilles Caulier

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

[systemsettings] [Bug 461924] crash when change setting in Network config

2022-11-23 Thread Avinesh Kumar
https://bugs.kde.org/show_bug.cgi?id=461924

Avinesh Kumar  changed:

   What|Removed |Added

 CC||avinesh.sa...@gmail.com

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

[systemsettings] [Bug 461924] crash when change setting in Network config

2022-11-23 Thread Avinesh Kumar
https://bugs.kde.org/show_bug.cgi?id=461924

--- Comment #2 from Avinesh Kumar  ---
Created attachment 153987
  --> https://bugs.kde.org/attachment.cgi?id=153987=edit
New crash information added by DrKonqi

systemsettings (5.26.3) using Qt 5.15.7

Network Configurations application crashes everytime when trying to unselect
the check box - "all users can connect to this network"

-- Backtrace (Reduced):
#4  0x7fd1d890e17b in
PasswordField::setPasswordOption(PasswordField::PasswordOption) () from
/lib64/libplasmanm_editor.so
#5  0x7fd1d88f9c8f in WifiSecurity::setStoreSecretsSystemWide(bool) () from
/lib64/libplasmanm_editor.so
[...]
#8  0x7fd21b2a7fde in QCheckBox::stateChanged(int) () from
/lib64/libQt5Widgets.so.5
[...]
#10 0x7fd21b298d97 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
from /lib64/libQt5Widgets.so.5
#11 0x7fd21b1e6c38 in QWidget::event(QEvent*) () from
/lib64/libQt5Widgets.so.5

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

[digikam] [Bug 438988] Index shift while Scanning for faces

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=438988

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

   What|Removed |Added

   Version Fixed In||8.0.0
 Resolution|DUPLICATE   |FIXED
 CC||caulier.gil...@gmail.com

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #402322

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

[digikam] [Bug 402322] During face detection, the "People" / "Unconfirmed" (or "Unknown") tab content keeps jumping around

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402322

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

   What|Removed |Added

   Version Fixed In|7.9.0   |8.0.0

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

[digikam] [Bug 402322] During face detection, the "People" / "Unconfirmed" (or "Unknown") tab content keeps jumping around

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402322

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

   What|Removed |Added

   Version Fixed In||7.9.0

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

[digikam] [Bug 440909] Import's "Auto-creation of Albums" using file modified date rather than date taken

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440909

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

   What|Removed |Added

   Version Fixed In||8.0.0
 Resolution|DUPLICATE   |FIXED
 CC||caulier.gil...@gmail.com

--- Comment #5 from caulier.gil...@gmail.com ---
Fixed with #331167

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

[digikam] [Bug 445694] thumbnails jump to the wrong place if you are "-" a photo for an incorrectly identified face when the same face is elsewhere in the photo

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445694

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

   What|Removed |Added

   Version Fixed In||7.9.0
 CC||caulier.gil...@gmail.com
 Resolution|DUPLICATE   |FIXED

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #444692

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

[digikam] [Bug 446931] Can't upload pictures

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446931

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
 Resolution|DUPLICATE   |FIXED
   Version Fixed In||7.9.0

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #444265

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

[digikam] [Bug 427906] Appimage fails to launch on Wayland stating xkb

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427906

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

What's about the 7.9.0 pre-release available here :

https://files.kde.org/digikam/

Problem still reproducible ?

Thanks in advance

Gilles Caulier

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

[digikam] [Bug 452752] Upon starting DigiKam - the following message is displayed - There are two actions (Open Command Bar, Add Images...) that want to use the same shortcut (Ctrl+Alt+I).

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=452752

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||7.9.0

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed with #438878

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

[digikam] [Bug 458138] Crash when adding new items to the Batch Queue Manager

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458138

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

   What|Removed |Added

   Version Fixed In||7.9.0
 CC||caulier.gil...@gmail.com
 Resolution|DUPLICATE   |FIXED

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed with #457972

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

[digikam] [Bug 458628] Unconfirmed faces do not show up

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458628

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Version Fixed In||7.9.0
 Resolution|DUPLICATE   |FIXED

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #458627

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

[digikam] [Bug 460463] Scroll position in Faces view keeps jumping back & forth during face recognition/detection

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460463

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

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
   Version Fixed In||7.9.0

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with #402322

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

[digikam] [Bug 461067] digiKam occasionally crashes when deleting photos

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=461067

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

   What|Removed |Added

   Version Fixed In||7.9.0
 Resolution|DUPLICATE   |FIXED

--- Comment #3 from caulier.gil...@gmail.com ---
Fixed with #457693

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

[digikam] [Bug 443484] digiKam 7.2 does not start after upgrading to Windows 11

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443484

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
 Resolution|DUPLICATE   |FIXED
   Version Fixed In||7.9.0

--- Comment #2 from caulier.gil...@gmail.com ---
Fixed with bug #443471

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

[digikam] [Bug 425304] digiKam doesn't quit in full-screen mode

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=425304

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

   What|Removed |Added

Summary|Digicam doesn't quit in |digiKam doesn't quit in
   |fullscreen mode |full-screen mode

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

[kid3] [Bug 462188] New: "Arranger" tag only accepts a string with at least 2 '|' separated strings

2022-11-23 Thread Justin
https://bugs.kde.org/show_bug.cgi?id=462188

Bug ID: 462188
   Summary: "Arranger" tag only accepts a string with at least 2
'|' separated strings
Classification: Applications
   Product: kid3
   Version: 3.9.x
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: uflei...@users.sourceforge.net
  Reporter: justinf7...@gmail.com
  Target Milestone: ---

Created attachment 153986
  --> https://bugs.kde.org/attachment.cgi?id=153986=edit
Example of tag entry with single arranger noted. In this instance, the method
to remove the error is to instead have the tag be "Arrangement:|noaon". The
"heading" is redundant, but removes the error.

SUMMARY
***
Entering data for the "Arranger" tag with the ID3v2.3.0 type metadata requires
a list of '|' separated strings. In concept this is fine, but if there is only
one arranger, then only one string can be inserted. If only one string is put
in without any '|' symbols, the field turns red to note an error and the
tooltip popup reiterates that the field must be a list of '|' separated
strings.
Entering one at the beginning or end doesn't work, since empty (and whitespace)
strings are truncated and it's reverted to its original state. Works normally
with songs with multiple arrangers or if you try a workaround where one of the
strings is a "header".
Most likely not discovered since the "Arranger" tag isn't used often and most
software (ie VLC, Elisa, Dolphin file manager) doesn't read and display it.
***


STEPS TO REPRODUCE
1. Add the "Arranger" tag.
2. Enter any string without any '|' symbols (either through the "Edit" button
or manually entering it and hitting enter).
3. Save the file.

OBSERVED RESULT
The field turns red to signify that the field isn't formatted properly, as
described above.

EXPECTED RESULT
The field should be normal and without error since the intended edit was to
denote that the song only had a single arranger.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 22.04
(available in About System)
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
Files still save regardless of the state of the tag, so the bug is more
annoying than inhibiting.

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

[konsole] [Bug 461794] selected string sometimes not copied in entirety

2022-11-23 Thread xiota
https://bugs.kde.org/show_bug.cgi?id=461794

--- Comment #3 from xiota  ---
(In reply to ninjalj from comment #2)

> Could this be the same as bug #461542?

It seems similar but:

* That one is reported to be fixed by a commit in Oct 2022.  This one still
occurs with builds from check outs in Nov 2022.
* That one is described as reproducible.  This one occurs intermittently, with
no discernible pattern.  Running the same commands and copying the same strings
does not reproduce the problem.

> What are your settings for "Trim trailing spaces" and "Trim leading spaces" 
> (inside Profile settings → "Mouse")?

Trim leading spaces is disabled.  Trim trailing spaces is enabled.  I will try
disabling trim trailing spaces.  However, I usually select and copy paths
without any leading or trailing spaces by double clicking them.  I suppose lack
of a trailing space could trip up trailing space removal if there is an
off-by-one error or some such.

> Had the line you were selecting from already moved into the scrollback buffer?

The problem still occurs when the path is visible without scrolling.  However,
unlimited scrolling is enabled.  So possibly all output is sent to the "buffer"
immediately?

> Can you reproduce it, and if so, what is the whole content of the line you 
> were
selecting from, and the content of the selection-marked part?

It occurs intermittently with no discernible pattern.  Repeating the same
commands and steps in new windows and tabs does not reproduce the problem.

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

[kmymoney] [Bug 462149] Create a New Report results in the new report being empty.

2022-11-23 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=462149

jesse  changed:

   What|Removed |Added

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

--- Comment #6 from jesse  ---
Hi Jack, 

Yes, the report still comes up blank after closing it and re-opening it. 

If I change the number of accounts, it remains the same. Still all zeros. 

It is almost like it lost the source of the data.

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

[digikam] [Bug 447304] Appimage digiKam 7.4 will not start in Linux Mint 19 (Tara)

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447304

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

   What|Removed |Added

Summary|Appimage DigiKam 7.4 Will   |Appimage digiKam 7.4 will
   |not start in Linux mint 19  |not start in Linux Mint 19
   |(Tara)  |(Tara)

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

[digikam] [Bug 447304] Appimage DigiKam 7.4 Will not start in Linux mint 19 (Tara)

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447304

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

   What|Removed |Added

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

--- Comment #7 from caulier.gil...@gmail.com ---
Linux Mint 19 aka Tara is based on Glibc 2.27. It's the same than Ubuntu 18.04
used now to compile digiKam 7.9.0 AppImage. So, digiKam must be binary
compatible with Linux Mint 19 as previously we use Linux Mageia 7 based on
Glibc 2.29 not compatible with Linux Mint 19.

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

[kwin] [Bug 460594] Plasma freeze happening since 5.26.0 update

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460594

t3hd...@gmail.com changed:

   What|Removed |Added

 CC||t3hd...@gmail.com

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

[kwin] [Bug 457847] kwin becomes unresponsive, need to restart session

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457847

t3hd...@gmail.com changed:

   What|Removed |Added

 CC||t3hd...@gmail.com

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

[kwin] [Bug 456852] GTK menu is at wrong position when using 125% / 200% scaling and screens are not aligned at top edge

2022-11-23 Thread Edward Kigwana
https://bugs.kde.org/show_bug.cgi?id=456852

Edward Kigwana  changed:

   What|Removed |Added

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

--- Comment #4 from Edward Kigwana  ---
With three displays 1920x1080, 2560x1440, 2560x1440 I have found that the menu
offset logic is busted when displays are aligned at the bottom edge. It does
not matter what the primary display is. The issue is present for all programs.

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

[plasmashell] [Bug 425315] Auto-started apps with system tray icons don't always show their tray icons after reboot when they launch before plasmashell is finished launching

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=425315

allan-ch...@outlook.com changed:

   What|Removed |Added

 CC||allan-ch...@outlook.com

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

[phonon-backend-gstreamer] [Bug 296100] The playback occasionally stops when automatically switching to the next song on the playlist

2022-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=296100

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[phonon-backend-gstreamer] [Bug 436898] The bottom of the playback freezes

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=436898

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 435576] Crash when resume from nonstandard resume

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435576

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 352457] Event Sounds mute/unmute state is not always observed correctly

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=352457

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #2 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 338847] Replay gain doesn't apply immediately when activating fadeout.

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=338847

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #4 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 334130] After stop playing a short echo of that track appears

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=334130

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #8 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 311193] Switching equalizer presets from/to Inactive resets song playback

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311193

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REOPENED|RESOLVED

--- Comment #41 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 346472] Support PulseAudio corking so that media player can be paused when another player is started

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=346472

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 324314] Amarok only plays the first stream in a chained Ogg Vorbis file

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=324314

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #9 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 339934] Unstable streaming to Airport Express

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=339934

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #9 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 296100] The playback occasionally stops when automatically switching to the next song on the playlist

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=296100

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #79 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 344526] phonon-gst equalizer doesn't provide descriptive labels in Phonon::EffectParameter::name() anymore

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=344526

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 340025] check usb capture device when phonon related apps start

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340025

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #4 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 376965] Unneeded dependency on libxml2

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=376965

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #3 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 322167] Analyzer has low framerate with FLAC files (AudioDataOutput issue)

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=322167

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 454710] Dragon Player shows fragments on Plasma Wayland with Scale Factor 200%

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454710

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #5 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 338036] Bug Juk

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=338036

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #6 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 168556] More sinks to be available for GStreamer backend

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=168556

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #12 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 396256] Stream continues to play after stop

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=396256

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 397746] Notification sounds crash applications when using JACK (Previously "Confirm Paste dialog crashes konsole")

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397746

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #12 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 339134] JBL Pepples USB laud speakers do not work without PulseAudio

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=339134

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #9 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 340907] make fails with; gstreamer/CMakeFiles/phonon_gstreamer.dir/all' failed

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=340907

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #3 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 358831] kmessagedialog freezes when sound notification are activated

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=358831

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #3 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 432628] Dolphin can't preview files accessed via smb:// in the information panel

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432628

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #12 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 421429] Crash when loading while previous one still playing

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421429

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #4 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[phonon-backend-gstreamer] [Bug 382504] Notification sound is not muted immediately if the affected app is running while the setting is applied

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382504

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REOPENED|RESOLVED

--- Comment #6 from Nate Graham  ---
This backend for Phonon is no longer maintained or supported, and has not been
for quite some time. Please use the VLC backend instead--which is the
recommended and maintained replacement--and see if you can reproduce the issue
there. If you can, please open a new bug report at
https://bugs.kde.org/enter_bug.cgi?product=phonon-backend-vlc.

Thanks a lot!

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

[kde] [Bug 462187] New: Touch Mode is disabled after rebooting device

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462187

Bug ID: 462187
   Summary: Touch Mode is disabled after rebooting device
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: lurkingaro...@protonmail.com
  Target Milestone: ---

SUMMARY
Touch mode doesn't stay enabled after power cycle.
You are forced to disable and enable every time you boot the device.

STEPS TO REPRODUCE
1. Enable "Touch Mode"
2. Right click to test "Touch Mode" is enabled and context menu is larger
3. Reboot device and login
4. "Touch Mode" is disabled
5. Enable "Touch Mode"
6. If you didn't open the context menu after login then disable "Touch Mode"
and re-enable it or it won't apply to context menu

OBSERVED RESULT
Touch Mode is disabled after power cycle and doesn't affect context menus
unless you right click after login to view it first.

EXPECTED RESULT
Touch Mode stays enabled after enabling it in Workspace Behavior.

SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux/KDE Plasma: 6.0.9-arch1-1
(available in About System)
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7

ADDITIONAL INFORMATION
Running on an Aya Neo Air Pro handheld PC.

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

[kwin] [Bug 461848] With AMS on, KWin freezes after leaving monitor off for awhile

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=461848

--- Comment #7 from poperi...@mailbox.org ---
Created attachment 153985
  --> https://bugs.kde.org/attachment.cgi?id=153985=edit
Output of `journalctl --user-unit plasma-kwin_wayland --boot 0`

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

[kwin] [Bug 461848] With AMS on, KWin freezes after leaving monitor off for awhile

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=461848

--- Comment #6 from poperi...@mailbox.org ---
(In reply to Zamundaaa from comment #4)
> Please remove the environment variable again, reboot, cause the problem
> again and then attach the complete output of
> > journalctl --user-unit plasma-kwin_wayland --boot 0

Nevermind, just had it happen.

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

[Discover] [Bug 462186] Discover shows packages from disabled pacman repos, but download button is stuck on "Loading..."

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462186

annoyingra...@gmail.com changed:

   What|Removed |Added

Summary|Discover shows packages |Discover shows packages
   |from disabled pacman repos, |from disabled pacman repos,
   |but download button is  |but download button is
   |stuck on "Loading...|stuck on "Loading..."

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

[Discover] [Bug 462186] New: Discover shows packages from disabled pacman repos, but download button is stuck on "Loading...

2022-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462186

Bug ID: 462186
   Summary: Discover shows packages from disabled pacman repos,
but download button is stuck on "Loading...
Classification: Applications
   Product: Discover
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: annoyingra...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

SUMMARY
Discover shows packages from disabled pacman repos without any message noting
this.
Good example would be Steam being listed when the multilib repo (arch 32 bit
packages) isn't enabled.

STEPS TO REPRODUCE
1. Disable a pacman repo, or use a system where one is already disabled,
refresh package lists via pacman -Sy if needed. (disable multilib for this
example, but works with other repos)
2. Open discover and find a package that is only on the disabled repo (search
for Steam in this example)
3. Observe as the download button is stuck on "Loading..."

OBSERVED RESULT
The download button says "Loading..." and is unable to be clicked

EXPECTED RESULT
The download button states that multilib must be enabled in order to download
the package, or a message appears when clicking on it

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7

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

[Discover] [Bug 461444] Discover not showing some apps in Fedora when searching through the list or the search bar

2022-11-23 Thread francaco
https://bugs.kde.org/show_bug.cgi?id=461444

--- Comment #6 from francaco  ---
Sorry, I searched for Krita and it shows different Categories, and I realized
that's what you were asking for. For grass, it didn't show any categories, just
what I posted before.

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

[Discover] [Bug 461444] Discover not showing some apps in Fedora when searching through the list or the search bar

2022-11-23 Thread francaco
https://bugs.kde.org/show_bug.cgi?id=461444

--- Comment #5 from francaco  ---
Yes, it gives:

Identificador: org.osgeo.grass.desktop [desktop-application]
ID interno: system/package/os/org.osgeo.grass.desktop/*
Nombre: GRASS GIS
Resumen: GRASS GIS, the Open Source Geographic Information System
Sitio web: https://grass.osgeo.org/
Programador: GRASS Development Team
Descripción: 
  The Geographic Resources... (and the rest of the description)
URL predeterminado de captura de pantalla:
https://grass.osgeo.org//images/gallery/gui/wxgui_histogram.png
Licencia: GPL-2.0+

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

[frameworks-kirigami] [Bug 459284] Every ScrollablePage implementation sends a binding loop error for its MouseArea

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459284

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

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

[frameworks-kirigami] [Bug 459284] Every ScrollablePage implementation sends a binding loop error for its MouseArea

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=459284

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #7 from Nate Graham  ---
The fix had to be reverted because it broke Info Center; re-opening.

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

[kmymoney] [Bug 462149] Create a New Report results in the new report being empty.

2022-11-23 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=462149

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

--- Comment #5 from Jack  ---
I'm also using master.  It may take me some time to work on this, because I'm
currently getting a crash when I "Apply" from a report configuration dialog.  I
don't think that is related to this problem, but who knows.
One further question, however.  If you close one of your new reports, and then
open it again, does it still show all 0 amounts, or has it reverted to the
proper data?  What happens if you change the configuration filter tab to
include more or fewer accounts?

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

[kate] [Bug 458621] Option to disable tab functionality

2022-11-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=458621

--- Comment #6 from Nate Graham  ---
KWrite remains a multi-instance app that can open each file in its own window.

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

[krita] [Bug 462185] New: Pasting bugs (crash)

2022-11-23 Thread keyth_qcfx2
https://bugs.kde.org/show_bug.cgi?id=462185

Bug ID: 462185
   Summary: Pasting bugs (crash)
Classification: Applications
   Product: krita
   Version: 5.1.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: keyth2363...@gmail.com
  Target Milestone: ---

SUMMARY
so some pasting actions in Python are quite broken.


STEPS TO REPRODUCE
1. Copy some image into the clipboard with ctrl+c
2. use one of the follow codes on the scripter

"""
import krita
Krita.instance().action('edit_paste').trigger()
"""
"""
import krita
Krita.instance().action('paste_into').trigger()
"""

OBSERVED RESULT
What each block of code does:
1 - Creates a reference object on canvas.
2 - Causes an Instant CRASH on the application.

EXPECTED RESULT
What each block of code should do:
1 - create a paint or vector layer with the information in the clipboard.
2 - well not crash the application.

SOFTWARE/OS VERSIONS
Windows:  w10
Qt Version: 5.12.12

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

[Discover] [Bug 461444] Discover not showing some apps in Fedora when searching through the list or the search bar

2022-11-23 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=461444

--- Comment #4 from Aleix Pol  ---
Can you run "appstreamcli get --details org.osgeo.grass.desktop" and see which
Categories it gives?

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

[plasmashell] [Bug 450068] Use of volatile connector IDs to map containments to screens cannot be made to work reliably and should be replaced with something else

2022-11-23 Thread Kai Krakow
https://bugs.kde.org/show_bug.cgi?id=450068

--- Comment #77 from Kai Krakow  ---
For me it seems to be fixed or at least works as expected after I disabled the
kscreen service in the system settings. With each plasma updates, the behavior
seems to change in random and unpredictable ways.

Disabled kscreen, and now: Turing off my main monitor moves then panels over to
the other screen, turning it back on moves them back, repeatable.

The downside is: Windows won't move over to the other screen and I cannot
access them except moving them blindly over with Alt+mouse click. But that's a
minor issue because I either run both monitors or none. At least it's not
messing with backgrounds and window positions.

But then again: Why do the panels actually still move? If disabling kscreen
prevents the windows being moved and that part of the desktop actually still
being included in the usable mouse area - why do the panels move? Is it
possible that plasma panels use a completely different event source and that's
causing all of the mess?

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

[Discover] [Bug 461444] Discover not showing some apps in Fedora when searching through the list or the search bar

2022-11-23 Thread francaco
https://bugs.kde.org/show_bug.cgi?id=461444

--- Comment #3 from francaco  ---
Thank you for your feedback! but please give this another chance. I used
appstreamcli and searched for both grass and krita, and both showed results for
appstream data (Krita for repo and flatpak), but they both still don't show in
Discover.

$ appstreamcli search grass
Identificador: org.osgeo.grass.desktop [desktop-application]
Nombre: GRASS GIS
Resumen: GRASS GIS, the Open Source Geographic Information System
Sitio web: https://grass.osgeo.org/
---

$ appstreamcli search krita
Identificador: org.kde.krita [desktop-application]
Nombre: Krita
Resumen: Pintura digital, libertad creativa
Agrupación: flatpak:app/org.kde.krita/x86_64/stable
Sitio web: https://www.krita.org/
Icono: org.kde.krita.png
---
Identificador: org.kde.krita [desktop-application]
Nombre: Krita
Resumen: Pintura digital, libertad creativa
Sitio web: https://www.krita.org/
Icono: krita
---

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

[NeoChat] [Bug 456905] NeoChat generating duplicate newlines

2022-11-23 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=456905

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #5 from Tobias Fella  ---
This seems to have been fixed

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

  1   2   3   >