[dolphin] [Bug 434125] High CPU usage with "size of contents" option when trying to analyze "/proc" folder

2023-01-08 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=434125

Fabian Vogt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/491068a44
   ||05f93ce66d4f49fa5ba5dee29e9
   ||546b
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Fabian Vogt  ---
Git commit 491068a4405f93ce66d4f49fa5ba5dee29e9546b by Fabian Vogt.
Committed on 08/01/2023 at 17:18.
Pushed by fvogt into branch 'release/22.12'.

Don't recurse into symlinks when counting directory contents

Symlink contents should not be visited for the purpose of displaying sizes.
Not only is potentially misleading because the storage is actually used
elsewhere (the target location), it can be completely wrong as contents can
be visited multiple times, even recursively.

M  +3-9src/kitemviews/private/kdirectorycontentscounterworker.cpp

https://invent.kde.org/system/dolphin/commit/491068a4405f93ce66d4f49fa5ba5dee29e9546b

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

[digikam] [Bug 447370] GPS Processing Method tag is incorrectly read as Caption tag

2023-01-08 Thread Hieu Van
https://bugs.kde.org/show_bug.cgi?id=447370

Hieu Van  changed:

   What|Removed |Added

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

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

[digikam] [Bug 464003] digiKam fills "ASCII" as photo caption from no apparent sources

2023-01-08 Thread Hieu Van
https://bugs.kde.org/show_bug.cgi?id=464003

--- Comment #6 from Hieu Van  ---
Thanks for your insights, guys. I found out that it was a problem with Open
Camera, not digiKam nor exiv2. Its devs probably missed the termination
character in user comment tag

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

[kate] [Bug 456493] Feature Request: ESLint

2023-01-08 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=456493

--- Comment #10 from Waqar Ahmed  ---
I think all these problems should be fixed now.

> many users wouldn't think to enable the projects plugin, especially for 
> simple web projects

That is okay, but I would still recommend enabling it always as a lot of kate
stuff works better if there is a project around e.g., search & replace inside a
project

By auto-fix I mean for some diagnostics a source can provide a "fix". From the
cmd line you would do eslint --fix, and it would fix stuff for you. This is
also supported now. For diagnostics that are fixable there will be a "(fix
available)" suffix at the end of the line. Once you double click the line or
invoke the QuickFix shortcut(Ctrl + Period), it will fix that diagnostic.
However, it might not work very well if there are multiple fixes available for
multiple diagnostics.

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

[okular] [Bug 464008] PDF formular don't show checked check-boxes in the printout

2023-01-08 Thread Ulf Bartholomäus
https://bugs.kde.org/show_bug.cgi?id=464008

--- Comment #4 from Ulf Bartholomäus  ---
At my side only at edit mode, the check boxes will be shown correctly.
If I switch off formular edit mode this will be not displayed anymore and is
also missing  in the prinnt.
I will check later tody if it is visible in the print preview.

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

[kdeconnect] [Bug 464037] New: KdeConnect fails to send SMS message due to permission error but all permissions are allowed

2023-01-08 Thread ddowie
https://bugs.kde.org/show_bug.cgi?id=464037

Bug ID: 464037
   Summary: KdeConnect fails to send SMS message due to permission
error but all permissions are allowed
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: lanob...@gmail.com
CC: andrew.g.r.hol...@gmail.com
  Target Milestone: ---

KdeConnect fails to send SMS message due to permission error (No permission to
access APN settings)? 
All permissions are allowed for the KDEConnect app in the android. (Phone, SMS,
Call logs, Contacts, Misic and audio...)

STEPS TO REPRODUCE
1. install KdeConnect on android 13 (samsug galaxy s21 ultra)
2. install GsConnect client on PC
3. send SMS from Gsconnect

OBSERVED RESULT
SMS message is not sent. Typed message content stays greyed out then
dissapears.

EXPECTED RESULT
SMS message written on the pc should be sent through the KDEConnect app on the
device(android)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 22.04
(available in About System)
Gnome 42.5

ADDITIONAL INFORMATION
Log on the PC side shows that message was sent to device:

jan 06 08:43:40 org.gnome.Shell.Extensions.GSConnect[30554]:
[/service/device.js:sendPacket:449]: SM-G998B: {
"id": 1672991020072,
"type": "kdeconnect.sms.request",
"body": {
"sendSms": true,
"phoneNumber": "+3x",
"messageBody": "test5"
}
}

On the device adb logcat shows exception:

01-08 16:42:35.620 27764 7001 W Sending message: Unable to determine correct
outgoing address for sub ID -1. Using
01-08 16:42:35.636 27764 7001 E TelephonyHelper: Error encountered while trying
to read APNs
01-08 16:42:35.636 27764 7001 E TelephonyHelper: java.lang.SecurityException:
No permission to access APN settings
01-08 16:42:35.636 27764 7001 E TelephonyHelper: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)

...
.
..

01-08 16:42:35.637 27764 7001 V Sending message: Sending new SMS
01-08 16:42:35.768 27764 7001 E Sending message: Exception
01-08 16:42:35.768 27764 7001 E Sending message:
java.lang.IllegalArgumentException: org.kde.kdeconnect_tp: Targeting S+
(version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be
specified when creating a PendingIntent.
01-08 16:42:35.768 27764 7001 E Sending message: Strongly consider using
FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the
PendingIntent being mutable, e.g. if it needs to be used with inline replies or
bubbles.
.
...

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

[kde] [Bug 464036] Port FFmpeg/Video Thumbnailer to Windows OS Platform!

2023-01-08 Thread assaultedhorse
https://bugs.kde.org/show_bug.cgi?id=464036

assaultedhorse  changed:

   What|Removed |Added

 OS|Other   |Microsoft Windows

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

[kde] [Bug 464036] New: Port FFmpeg/Video Thumbnailer to Windows OS Platform!

2023-01-08 Thread assaultedhorse
https://bugs.kde.org/show_bug.cgi?id=464036

Bug ID: 464036
   Summary: Port FFmpeg/Video Thumbnailer to Windows OS Platform!
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: frighteny...@gmail.com
  Target Milestone: ---

I use the Dolphin file manager on Windows, and it lacks the plugin which
generates thumbnails for video files, please add this crucial feature! Thank
you very much in advance.

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

[systemsettings] [Bug 464022] When hotplugging mouse/keyboard with USB switcher, input is unusable for 45 seconds

2023-01-08 Thread Sean
https://bugs.kde.org/show_bug.cgi?id=464022

Sean  changed:

   What|Removed |Added

 CC||s...@krail.dev

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

[plasmashell] [Bug 454946] plasmashell crashes in ShellCorona::loadLookAndFeelDefaultLayout() when switching between Global Theme desktop layouts

2023-01-08 Thread Aaron Rainbolt
https://bugs.kde.org/show_bug.cgi?id=454946

--- Comment #32 from Aaron Rainbolt  ---
Most recent findings:

1. I can successfully run a KDE Plasma build that is mostly from the tip of
Plasma/5.26, but with only plasma-workspace built from master.
2. When everything is built from Plasma/5.26 (taking care to build everything
in RelWithDebInfo mode), the crash appears (including the massive number of
"requesting unexisting screen 0" messages).
3. When only plasma-workspace is build from master (again in RelWithDebInfo
mode), the crash vanishes.

Therefore, it's very likely that somewhere between Plasma/5.26 and master, the
fix was introduced. And now that I finally know about RelWithDebInfo, I think
the repo can finally be bisected. (The last attempt at a bisect was stymied
because I was accidentally building everything in Debug mode, which was
producing a possibly different but related crash that was throwing me off.)

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

[zanshin] [Bug 400333] akonadi ical dir doesn't preserve task dates.

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400333

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[systemsettings] [Bug 273167] ALT Gr not recognized by key capture method

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=273167

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[Discover] [Bug 460145] Discover crash on exit

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460145

Bug Janitor Service  changed:

   What|Removed |Added

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

[kdelibs] [Bug 210973] Icons using the new system tray protocol do not appear on KDE3 (kded4 registers the interface and disables the legacy FDO protocol)

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=210973

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[konqueror] [Bug 181642] Too much space wasted

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=181642

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.

[konqueror] [Bug 194399] cant use alternative configuration file. konqueror always uses the default file /home/user/.kde4.2/share/config/konquerorrc

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=194399

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kwin] [Bug 452119] Poor performance on intel igp on wayland versus Xorg

2023-01-08 Thread Antonio Orefice
https://bugs.kde.org/show_bug.cgi?id=452119

--- Comment #47 from Antonio Orefice  ---
(In reply to Lemmiwinks from comment #46)
> I think I made an observation: under System Settings -> Compositor, setting
> the latency to "force smoothest animations", seems to almost fix the problem
> for me. Maybe someone could try this...

The very same workaround is pointed out by the reporter in the very first post.

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

[kdelibs] [Bug 329233] kconfig_compiler doesn't preprocess default value for Font type

2023-01-08 Thread Thayne
https://bugs.kde.org/show_bug.cgi?id=329233

--- Comment #4 from Thayne  ---
I filed this so long ago I don't really remember the context around it. And
I don't really do much with KDE anymore.

On Sun, Jan 8, 2023 at 3:45 PM Justin Zobel 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=329233
>
> Justin Zobel  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |WAITINGFORINFO
>  Status|REPORTED|NEEDSINFO
>
> --- Comment #3 from Justin Zobel  ---
> Thank you for reporting this issue in KDE software. As it has been a while
> since this issue was reported, can we please ask you to see if you can
> reproduce the issue with a recent software version?
>
> If you can reproduce the issue, please change the status to "REPORTED" when
> replying. Thank you!
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[plasmashell] [Bug 464035] New: Multiple bugs with auto hide on the plasma panel

2023-01-08 Thread Bill
https://bugs.kde.org/show_bug.cgi?id=464035

Bug ID: 464035
   Summary: Multiple bugs with auto hide on the plasma panel
Classification: Plasma
   Product: plasmashell
   Version: 5.26.5
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: bill73...@gmail.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 155125
  --> https://bugs.kde.org/attachment.cgi?id=155125=edit
Tar file containing videos of bugs 1, 2, and 3.

SUMMARY
Bug 1:  When Floating panels and auto hide are both enabled, the animation is
rather janky, video attached.
Bug 2:  Right clicking on an application, moving the cursor, and clicking into
the panel will sometimes cause the panel to auto hide.  Video attached.
Bug 3:  Plasma panel may sometimes auto hide when the cursor is above or right
clicks a wine widget.  Video attached.

Bug 1:
STEPS TO REPRODUCE
1.  Enable auto hide on the plasma panel
2.  Enable floating panels
3.  Activate the floating panel animation.


Bug 2:
STEPS TO REPRODUCE
1:  Right click on application in the plasma panel
2:  Wait a few moments, if you left click immediately the bug will not occur
3:  Click into an empty space in the plasma panel, the panel will hide

Bug 3:
1: Turn off floating panels, I could not reproduce this with floating panels
on.
2: Open a wine application which has a widget, for example the epic games
store.
3:  Hover over or right click the application.  In certain spots, the cursor
will change and the panel will hide.

Bug 1:
OBSERVED RESULT
Non smooth, janky animation 

Bug 2:
OBSERVED RESULT
Plasma panel hides after clicking into empty space 

Bug 3:  
OBSERVED RESULT
Plasma panel hides when hovering over a wine widget.

Bug 1:
EXPECTED RESULT
Smooth animation

Bug 2:  
EXPECTED RESULT
Plasma panel should not auto hide after clicking into it.

Bug 3: 
EXPECTED RESULT 
Plasma panel should stay open when hovering over widget.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Plasma wayland session.

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

[kruler] [Bug 351962] Missing Comment in desktop file

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=351962

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/kruler/commit/ecfaa2ab
   ||fe23a35f61f696bca6135b5e666
   ||43f96

--- Comment #5 from Nate Graham  ---
Git commit ecfaa2abfe23a35f61f696bca6135b5e66643f96 by Nate Graham, on behalf
of Sean Long.
Committed on 09/01/2023 at 04:09.
Pushed by ngraham into branch 'master'.

Add comment to desktop file

To add further context regarding the app's function.

M  +1-0org.kde.kruler.desktop

https://invent.kde.org/graphics/kruler/commit/ecfaa2abfe23a35f61f696bca6135b5e66643f96

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

[konsole] [Bug 463911] Blink cursor : the character behind also blinks

2023-01-08 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=463911

Shmerl  changed:

   What|Removed |Added

 CC||shtetl...@gmail.com

--- Comment #2 from Shmerl  ---
I can confirm that patch fixes the bug (tested applying it for konsole
22.12.1).

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

[Breeze] [Bug 462215] Breeze Night Colour icon isn't ideal

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=462215

--- Comment #63 from Nate Graham  ---
Looks fabulous! Wanna submit a merge request at
https://invent.kde.org/frameworks/breeze-icons/-/merge_requests that replaces
the existing redshift-status-off and redshift-status-on icons with those?

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

[k3b] [Bug 322096] K3b misreports I/O error; should give much better diagnostic

2023-01-08 Thread D. Hugh Redelmeier
https://bugs.kde.org/show_bug.cgi?id=322096

--- Comment #4 from D. Hugh Redelmeier  ---
This problem only occurred on an old slow notebook.  A decade later I don't
have it or any similar computer.  So I won't try to duplicate the problem.

Since nobody else has reported it, I guess it wasn't important.

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

[systemsettings] [Bug 463563] Hyper acts as single key press not as modifier

2023-01-08 Thread Nathan Middleton
https://bugs.kde.org/show_bug.cgi?id=463563

--- Comment #9 from Nathan Middleton  ---
(In reply to Andrey from comment #8)
> Also your problem might be related to this patch, I don't see it adds
> Syper/Hyper, though:
> https://codereview.qt-project.org/c/qt/qtbase/+/411073

This doesn't appear to affect super, alt, ctrl for me and the bug apparently
applies to Qt? And the "fix" is for me to program something? I'm just a user in
this case. I'm not really familiar with Qt or KDE APIs. All these things
happen.

Since I don't see any of these things happen with Super I cannot imagine they
are linked, but that's not for me to determine. I don't see an immediately
patch there for me to apply that would easily be added to some package on my
Arch machine or I might try it. Qt was just part of an update it looks like
here, so it would've been possibly a good time to try.

This issue *only* applies to Hyper.

This issue *only& happens under Plasma/KDE.

This issue does not happen under XFCE and it does not happen when using custom
shortcuts in QT applications under XFCE.

Hence the report. I'm not sure how this could apply because of that is all.
That's just my input.

If it is just *only* me, then there is that but it looks like others have seen
this in the past. So it was my belief maybe this is one of those bugs that has
resurfaced. Hence reporting.

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

[kdeplasma-addons] [Bug 463345] Bing POTD is usually out of sync by one day

2023-01-08 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=463345

Fushan Wen  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Fushan Wen  ---
(In reply to Peter Hoeg from comment #5)
> The mentioned MR does not address the timezone issue.

Perhaps I don't understand how Bing PotD works in countries that have more than
one timezone. In China (and perhaps in other countries that only have one
timezone as well) Bing PotD will always update at 12:00 a.m. (UTC+8)

Could anyone help me understand it? I assume in America, regardless of
west/middle/east timezone, Bing PotD will always update at 12:00 a.m.
(UTC-8/PST). Is my assumption right?

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

[kruler] [Bug 271937] RFC: KRuler belongs rather to "Utilities" than to "Graphics"

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=271937

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/kruler/commit/6cde990b
   ||68438aea2dc13199b846fdc3745
   ||7b52a
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit 6cde990b68438aea2dc13199b846fdc37457b52a by Nate Graham, on behalf
of Kishore Gopalakrishnan.
Committed on 09/01/2023 at 02:44.
Pushed by ngraham into branch 'master'.

Also put it in the Utilities category

M  +1-1doc/index.docbook
M  +1-1org.kde.kruler.desktop

https://invent.kde.org/graphics/kruler/commit/6cde990b68438aea2dc13199b846fdc37457b52a

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

[plasmashell] [Bug 463979] Plasma crashed after closing the window from thumbnail

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=463979

kroot...@gmail.com changed:

   What|Removed |Added

 CC||kroot...@gmail.com

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

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462830

--- Comment #8 from cmfit...@yahoo.com ---
I updated my valgrind-devel port to reference GH_TAGNAME=5b524084 and ran the
application under valgrind. No complaints about the unhandled syscalls.
Comparing the changes, I see that my patch wasn't quite right. Thank you for
doing the additional work necessary to get this fixed properly upstream!

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

[kdev-python] [Bug 464034] New: OPENTIMELINEIO SETUP

2023-01-08 Thread Alexis Vega
https://bugs.kde.org/show_bug.cgi?id=464034

Bug ID: 464034
   Summary: OPENTIMELINEIO SETUP
Classification: Developer tools
   Product: kdev-python
   Version: 5.7.221200
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Code completion
  Assignee: m...@svenbrauch.de
  Reporter: vega-ale...@outlook.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. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION
THE OPENTIMEIO PYTHON MODULE IS REQUIRED FOR CONVERSION OF OPENTIMELINEIO

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

[kruler] [Bug 461287] Can't resize or drag the ruler on Wayland

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=461287

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
Summary|I'm guessing its a wayland  |Can't resize or drag the
   |issue. Not sure though. |ruler on Wayland
   |Doesn't allow me to resize  |
   |or drag the ruler.  |
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Keywords||wayland

--- Comment #3 from Nate Graham  ---
Confirmed.

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

[plasmashell] [Bug 464033] Drag and drop large file to desktop causes system to hang

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464033

kroot...@gmail.com changed:

   What|Removed |Added

 CC||kroot...@gmail.com

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

[plasmashell] [Bug 464033] New: Drag and drop large file to desktop causes system to hang

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464033

Bug ID: 464033
   Summary: Drag and drop large file to desktop causes system to
hang
Classification: Plasma
   Product: plasmashell
   Version: 5.26.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: plasma-b...@kde.org
  Reporter: kroot...@gmail.com
CC: h...@kde.org
  Target Milestone: 1.0

SUMMARY

The system hangs when a file is dragged from Dolphin to the desktop. It looks
as if the file is cached in memory before the menu to select copy/move etc is
displayed. This is especially problematic as extremely large files can cause
the system to hang for multiple minutes.

This does not occur when dragging from one Dolphin session to another as the
copy/move menu is displayed right away.

STEPS TO REPRODUCE
1. Drag a large file from Dolphin to the desktop without holding any modifier
keys. My test file is 100 GB.

OBSERVED RESULT
System hangs until the file has been transferred completely and then the menu
is shown to select copy/move. While system is hung, cached memory increases
until full. Not sure what is happening if file that is being transferred is
larger than free RAM as hard drive does not indicate any activity.

EXPECTED RESULT
When a file is dragged to the desktop, display the menu to select copy/move
before file is transferred. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.1.1
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7

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

[kdenlive] [Bug 438749] python3 cannot find OpenTimelineIO

2023-01-08 Thread Alexis Vega
https://bugs.kde.org/show_bug.cgi?id=438749

Alexis Vega  changed:

   What|Removed |Added

 CC||vega-ale...@outlook.com

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

[kdeplasma-addons] [Bug 463345] Bing POTD is usually out of sync by one day

2023-01-08 Thread Peter Hoeg
https://bugs.kde.org/show_bug.cgi?id=463345

Peter Hoeg  changed:

   What|Removed |Added

 CC||pe...@hoeg.com

--- Comment #5 from Peter Hoeg  ---
The mentioned MR does not address the timezone issue.

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

[krita] [Bug 464032] Tried to save while dragging over the frames to play back certain part of animation.

2023-01-08 Thread Naps
https://bugs.kde.org/show_bug.cgi?id=464032

--- Comment #1 from Naps  ---
Forgot to mention when opening Krita on steam it sometimes just doesn't open
and just sits there loading until i press stop.

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

[kdeplasma-addons] [Bug 463345] Bing POTD is usually out of sync by one day

2023-01-08 Thread vkkodali
https://bugs.kde.org/show_bug.cgi?id=463345

vkkod...@hotmail.com  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 CC||vms...@gmail.com

--- Comment #4 from vkkod...@hotmail.com  ---
I still have the issue even though I am running plasmashell version 5.26.5. 

My system info: 
Operating System: KDE neon 5.26
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Kernel Version: 5.15.0-57-generic (64-bit)
Graphics Platform: X11

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

[krita] [Bug 464032] New: Tried to save while dragging over the frames to play back certain part of animation.

2023-01-08 Thread Naps
https://bugs.kde.org/show_bug.cgi?id=464032

Bug ID: 464032
   Summary: Tried to save while dragging over the frames to play
back certain part of animation.
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: aydentho...@gmail.com
  Target Milestone: ---

Created attachment 155124
  --> https://bugs.kde.org/attachment.cgi?id=155124=edit
Saving while having multiple frames highlighted causes crash sometimes.

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. Highlight Frames
2. Save / Or get unlucky with an auto save while playing back frames
3. Crash 


OBSERVED RESULT
Krita tried hard to save but failed and crashing.

EXPECTED RESULT
Krita saving and the frames playing back.

SOFTWARE/OS VERSIONS
Windows: 10
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 5.12.12

ADDITIONAL INFORMATION
Had a low resolution video on YouTube playing, Krita was not in full screen and
computer was on for a while with out restart or shutdown.
when crash happened entire computer started to lag, Krita also lagged really
badly when reopening app on steam.
This has happen other times as well in the past but usually when I already
saved. When ever I try to save while highlighting frames and tried to play back
when an auto save or manual save occurs. When reopening app in steam it did not
provide a recovery to file I was working on.

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

[kwin] [Bug 412709] Libreoffice windows and virtual desktops

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412709

brenb...@brenbarn.net changed:

   What|Removed |Added

 CC||brenb...@brenbarn.net

--- Comment #10 from brenb...@brenbarn.net ---
The same occurs with various other dialogs that LibreOffice may pop up.  For
instance, if you go to open a CSV file, LibreOffice pops up a little dialog to
let you set the column separator and quote character and so on.  When it opens
this, all LibreOffice windows move to the current desktop.

This bug is very annoying.  It's depressing to see that this is yet another
case of clear usability bugs that go unfixed for years.

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

[kruler] [Bug 351962] Missing Comment in desktop file

2023-01-08 Thread Sean Long
https://bugs.kde.org/show_bug.cgi?id=351962

Sean Long  changed:

   What|Removed |Added

 CC||long-sean-...@proton.me

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

[kruler] [Bug 351962] Missing Comment in desktop file

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=351962

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[plasmashell] [Bug 461892] Unnecessary margin between panels and panel-touching drawers/dropdowns with 2+ panels on one screen edge

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=461892

Nate Graham  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.27
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||40f396524933dd91d62099a0a9b
   ||4df1afaca9b02

--- Comment #5 from Nate Graham  ---
Git commit 40f396524933dd91d62099a0a9b4df1afaca9b02 by Nate Graham, on behalf
of Niccolò Venerandi.
Committed on 09/01/2023 at 00:57.
Pushed by ngraham into branch 'master'.

Fix calculation of available screen rect with multiple panels on the same
screen edge

As an example, if previously we had two 30px panels one next to each other, the
code
would reserve a 60px area, rather than just a 30px area.
FIXED-IN: 5.27

M  +10   -4shell/shellcorona.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/40f396524933dd91d62099a0a9b4df1afaca9b02

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

[kwin] [Bug 460725] 5.26 causes poor performance with gamescope's full screen mode when using high scale factor on any displays and "Scaled by the system" KScreen setting

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460725

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #16 from Nate Graham  ---
Saw your comment on
https://github.com/Plagman/gamescope/issues/657#issuecomment-1374975076;
closing. Thanks for following up!

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

[Falkon] [Bug 464031] New: Fails to find/allow location

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464031

Bug ID: 464031
   Summary: Fails to find/allow location
Classification: Applications
   Product: Falkon
   Version: 22.12.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: ivan.plani...@gmail.com
  Target Milestone: ---

Wherever I need to provide my location to the website(s) for easier navigation,
Falkon asks me for approval.

But not matter how much I "allow" it, location still won't be provided.
I looked for some setting in the Preferences, but didn't find any.

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

[okular] [Bug 464030] New: Welcome screen stays visible after importing PostScript as PDF

2023-01-08 Thread Jonah Brüchert
https://bugs.kde.org/show_bug.cgi?id=464030

Bug ID: 464030
   Summary: Welcome screen stays visible after importing
PostScript as PDF
Classification: Applications
   Product: okular
   Version: 22.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: j...@kaidan.im
  Target Milestone: ---

SUMMARY
Welcome screen stays visible after a PostScript file was imported.

STEPS TO REPRODUCE
1. Start Okular
2. File -> Import PostScript to PDF… 

OBSERVED RESULT
Welcome screen stays visible, and the new PDF is opened behind it

EXPECTED RESULT
welcome screen is closed after the post script file is imported, and the new
PDF becomes visible.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.101.0
Qt Version: 5.15.7
Graphics Platform: Wayland

ADDITIONAL INFORMATION

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

[kwin] [Bug 460725] 5.26 causes poor performance with gamescope's full screen mode when using high scale factor on any displays and "Scaled by the system" KScreen setting

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460725

--- Comment #15 from andresdor...@gmail.com ---
can no longer reproduce on latest gamesope git + kde 5.26.5.


seems to have been fixed upstream?

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

[plasmashell] [Bug 464029] New: Binding loop on height in NotificationPopup

2023-01-08 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=464029

Bug ID: 464029
   Summary: Binding loop on height in NotificationPopup
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: plasma-b...@kde.org
  Reporter: m...@ratijas.tk
CC: k...@privat.broulik.de
  Target Milestone: 1.0

Created attachment 155123
  --> https://bugs.kde.org/attachment.cgi?id=155123=edit
Notifications - cut off height

SUMMARY

There is a binding loop in notifications code left, which causes content to be
cut off when e.g. a downloaded file progress status gets replaced with action
buttons «Open with…» etc.

file:///usr/local/kde/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:106:15:
QML MouseEventListener: Binding loop detected for property "height"

Dave's QML Binding Loop Backtrace Printer pointed out another line:

file:///usr/local/kde/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:111:9

which is basically the line where the property is defined, not the component as
a whole.

STEPS TO REPRODUCE
1. Download some file from Firefox

OBSERVED RESULT
A notification is not tall enough to fit those buttons.

EXPECTED RESULT
Notification should resize to fit its content.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: git-master
Qt Version: 5.15.8
Kernel Version: 6.1.4-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 970M/PCIe/SSE2
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: G752VT
System Version: 1.0

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

[frameworks-kimageformats] [Bug 463951] PCX image issues

2023-01-08 Thread Mirco Miranda
https://bugs.kde.org/show_bug.cgi?id=463951

--- Comment #4 from Mirco Miranda  ---
(In reply to Albert Astals Cid from comment #3)
> Mirco would you have interest in looking into what may be wrong here?

Yes, I'll take a look at it.

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

[frameworks-syntax-highlighting] [Bug 463890] Add syntax highlighting for Haskell cabal files

2023-01-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463890

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/419

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

[kwin] [Bug 460710] Option to always search (never filter) when typing in search field

2023-01-08 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=460710

--- Comment #21 from Dashon  ---
(In reply to Niklas Stephanblome from comment #20)
> Alright, I made a merge request that adds that priority setting and if
> enabled, only filters windows if there are no matches in the KRunner search.
> https://invent.kde.org/plasma/kwin/-/merge_requests/3406

Thanks, looking forward to it

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

[Breeze] [Bug 464028] New: Global scale 100% large icons and fonts

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464028

Bug ID: 464028
   Summary: Global scale 100% large icons and fonts
Classification: Plasma
   Product: Breeze
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: garegi...@gmail.com
CC: uhh...@gmail.com
  Target Milestone: ---

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


STEPS TO REPRODUCE
1. Set desktop Global scale to 100%
2. Reboot
3. 

OBSERVED RESULT
Icons and some window fonts (not all) are inadequately large. Even though I can
change the sizes of fonts and icons manually (to some degree), they do not
correspond to their specified sizes and they change in a bizarre fashion. Like,
I want to make some fonts smaller, but then other fonts that were normal become
almost unreadable.

EXPECTED RESULT
I started to use Global scale 106.5% (a step up) and it is normal, like it
always was. I want the same at no scale.

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

ADDITIONAL INFORMATION

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

[audiotube] [Bug 463770] org.kde.audiotube flatpak does not run

2023-01-08 Thread Jonah Brüchert
https://bugs.kde.org/show_bug.cgi?id=463770

--- Comment #5 from Jonah Brüchert  ---
I could now reproduce this on another device. Deleting the qml cache from
~/.var/app/org.kde.audiotube/cache/ helped.
Can you try whether that fixes it for you?

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

[kwin] [Bug 450963] Only unfocused desktop thumbnails show the panel

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450963

--- Comment #7 from Nate Graham  ---
It'll happen automatically once the MR is merged if you add "BUG: 450963` to
its own line in the MR description. See
https://community.kde.org/Infrastructure/GitLab#Write_a_Good_Commit_Message.

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

[kpat] [Bug 464026] KPat Klondike cannot downlowd (move back) a card from the pile.

2023-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=464026

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Can you upload a screenshot of the situation explaining what is wrong?

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

[frameworks-kirigami] [Bug 443073] When multi-page KCM pages are displayed in adjacent columns, title for inactive page inappropriately looks disabled

2023-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443073

--- Comment #5 from Nate Graham  ---
I think that's a different bug.

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

[frameworks-kirigami] [Bug 443073] When multi-page KCM pages are displayed in adjacent columns, title for inactive page inappropriately looks disabled

2023-01-08 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=443073

--- Comment #4 from ratijas  ---
Created attachment 155122
  --> https://bugs.kde.org/attachment.cgi?id=155122=edit
Kirigam Galler

Not sure (haven't investigated yet) that it's the same bug, but just look at
this ki… kirigam… galler?…

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

[kdenlive] [Bug 464027] Clip and project monitor broken with Qt 5.15.8

2023-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=464027

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

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

[kate] [Bug 456493] Feature Request: ESLint

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456493

--- Comment #9 from nat...@upchur.ch ---
(In reply to Waqar Ahmed from comment #8)
> I have removed "Eslint current file" from the "Code Analysis" tab and
> replaced it with "ESLint" which will run on the whole project instead of
> just the current file. 
This makes sense. I imagine many users wouldn't think to enable the projects
plugin, especially for simple web projects.

For testing purposes, I created a directory containing two JS files: 

Kate ESLint Test/
├─ test.js
├─ test2.js

File content:
---
const count = (n) => {
for (let i=1; i<=n; i++) {
console.log(i);
}
};

count(10);
---

When I used File > Open Folder and clicked Project > ESLint > Start Analysis
with no errors in either .js file, ESLint failed to run with the following
error in the Output panel: 

[16:40:36  CodeAnalsis Error] Analysis failed with exit code 0, Error:
[{"filePath":"/home/user/Kate ESLint
Test/test.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]},{"filePath":"/home/user/Kate
ESLint
Test/test2.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[]}]

When I introduce an error into each file (an extra semicolon on line 4) and run
Project > ESLint > Start Analysis, the error is output into Diagnostics output
for test.js, but not test2.js. 

When I introduce the same error only to test1.js and run Project > ESLint >
Start Analysis, everything behaves as expected.

When I introduce the same error only to test2.js and run Project > ESLint >
Start Analysis, no error is sent to Diagnostics, but ESLint does not fail to
run per the below output from the Output panel:

[16:56:57  CodeAnalsis Log] Analysis on ESLint files finished.

> Additionally, I have added a new plugin named "ESLint" which will run only
> on the current file on saving. 
The duplicated error issue looks resolved in the ESLint plugin. I do find that
errors aren't removed from Diagnostics output when correcting the error and
saving (is this what you meant by auto-fix?). The error is removed from
Diagnostics output when a new error (from the same file) is sent to
Diagnostics. This also applies to line highlighting.

I also notice that the log messages in the Output panel contain a typo:
CodeAnalsis should be CodeAnalysis.

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

[konqueror] [Bug 463358] I updated KDE/Plasma on my Arch installation and now I can't start Konqueror anymore

2023-01-08 Thread Pietro Pizzi
https://bugs.kde.org/show_bug.cgi?id=463358

--- Comment #14 from Pietro Pizzi  ---
No dialog, so I think I have it disabled at some point.

Yes I have the lines...

[Reusing]
AlwaysHavePreloaded=false
PreloadOnStartup=false

...in my actual konquerorrc.

My autosave looks like...
(I can't post the exact filenames because the site told my that it looks like
spam)

9 files:
_1.104
...
_1.140

1 directory:
owned_by_1.1624/

and 40 files in this directory:
_1.44
...
_1.3817

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

[frameworks-kimageformats] [Bug 463951] PCX image issues

2023-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=463951

Albert Astals Cid  changed:

   What|Removed |Added

 CC||mirco...@gmail.com

--- Comment #3 from Albert Astals Cid  ---
Mirco would you have interest in looking into what may be wrong here?

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

[k3b] [Bug 338435] writing fails with DVD almost full

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=338435

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdelibs] [Bug 331600] No current thumbnailer support for bitmap and compressed targa image files.

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331600

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdf] [Bug 313018] Kdiskfree keeps showing an unmounted device

2023-01-08 Thread Kelly Price
https://bugs.kde.org/show_bug.cgi?id=313018

Kelly Price  changed:

   What|Removed |Added

 CC|b...@stalag99.net   |

--- Comment #7 from Kelly Price  ---
(removing myself, no longer running KDE as of 2 distros ago.)

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

[kdenlive] [Bug 464027] New: Clip and project monitor broken with Qt 5.15.8

2023-01-08 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=464027

Bug ID: 464027
   Summary: Clip and project monitor broken with Qt 5.15.8
Classification: Applications
   Product: kdenlive
   Version: 22.12.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: aro...@archlinux.org
  Target Milestone: ---

After updating to Qt 5.15.8, the clip and project monitor appear broken: the
time line is missing and the controls don't apprear when hovering the widget.

Bisected to
https://invent.kde.org/qt/qt/qtdeclarative/-/commit/8d4a3cc537e13551b60c66c2127277444ac74441

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

[kwin] [Bug 452119] Poor performance on intel igp on wayland versus Xorg

2023-01-08 Thread Lemmiwinks
https://bugs.kde.org/show_bug.cgi?id=452119

--- Comment #46 from Lemmiwinks  ---
I think I made an observation: under System Settings -> Compositor, setting the
latency to "force smoothest animations", seems to almost fix the problem for
me. Maybe someone could try this...

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

[kpat] [Bug 464026] New: KPat Klondike cannot downlowd (move back) a card from the pile.

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464026

Bug ID: 464026
   Summary: KPat Klondike cannot downlowd (move back) a card from
the pile.
Classification: Applications
   Product: kpat
   Version: unspecified
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: co...@kde.org
  Reporter: vopoyep...@chnlog.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

KPat Klondike cannot downlowd (move back) a card from the pile.
I am using system package, not flatpack.

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

[apper] [Bug 331068] Apper does not show update package information or it take a very long time to show them.

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331068

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[ksirk] [Bug 338589] Possible a bug in south America country

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=338589

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[knotes] [Bug 339794] knotes-migration replaces russian charecters in notes during migration

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=339794

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[calligrawords] [Bug 325085] loading an odt with columns in sections hangs calligra words

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=325085

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #7 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kleopatra] [Bug 331129] "OpenPGP backend: No public key" when deleting an unneeded certificate.

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331129

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdelibs] [Bug 330132] Facebook dropdown menus in blue menu bar not working in Konqueror (and Rekonq) (WebKIT)

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=330132

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #10 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 333128] Auto-completen fails to show members through dereferencing operator

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=333128

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[calligragemini] [Bug 340537] Toolmenu of "Words Touch" is not wide enough initially, cutting text

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=340537

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 261802] Rip Video DVD hangs at 97%, log says "Please send bug report - no VTS_TMAPT ??"

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=261802

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 333333] Autocompletion inserts function, instead of struct in some cased (using libev for example)

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=33

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kompare] [Bug 324851] Kompare regards a file with DOS line ends as different from the same file with Linux line ends

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=324851

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kpeople] [Bug 324377] In Merge Dialog names can cross the middle separator

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=324377

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 284966] K3b burn-and-verify of DVD iso image disables MythTV audio playback at the end of each phase

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=284966

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[frameworks-kcrash] [Bug 331125] Hardcoded DrKonqi location

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331125

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 335589] Variables window: manually set column width lost

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=335589

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 331355] State field in the data sheet for a city remains empty.

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=331355

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[okular] [Bug 464020] okular shows just black pages for long scanned documents

2023-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=464020

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Works fine here, which poppler version are you using?

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

[okular] [Bug 464008] PDF formular don't show checked check-boxes in the printout

2023-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=464008

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #3 from Albert Astals Cid  ---
Do the checkmarks show for you in print preview?

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

[frameworks-kwallet] [Bug 337170] kwalletd has broken ui layout all around

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=337170

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 334943] wrong working directory for CMake target

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=334943

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 334994] "Hamburg, Germany" is defined 3x

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=334994

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 242128] Input/output error at 99% when burning BD-R; all written files corrupt

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=242128

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[telepathy] [Bug 337765] Support for IP Messenger

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=337765

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdesrc-build] [Bug 332789] kdesrc-build should support giving options for each build system

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=332789

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[telepathy] [Bug 336390] Clicking audio call button has no effect

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=336390

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Phonon] [Bug 334903] KDE-config crashes after opening Multimedia

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=334903

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[marble] [Bug 329432] Marble Python Bindings do not compile on Master

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=329432

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kfind] [Bug 336805] Find by 'File type' should only show generic types (text, image, audio, video, etc)

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=336805

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kleopatra] [Bug 328863] Encryption Failed

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=328863

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[konqueror] [Bug 335641] no cursor following or no word-selecting UI shown when using input method fcitx

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=335641

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #5 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[Phonon] [Bug 335665] Phonon KCM doesn't scale ~/.face.icon to a reasonable size

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=335665

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[k3b] [Bug 270407] without hal running, k3b did not find any optical device

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=270407

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kwalletmanager] [Bug 332972] Moving passwords and folders does not work

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=332972

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[krecipes] [Bug 335464] improve feedback of missing QMYSQL3 warning dialog

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=335464

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #6 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[apper] [Bug 332980] Apper shows "Restart now" notification before all upgrades are installed

2023-01-08 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=332980

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

  1   2   3   4   5   >