[digikam] [Bug 458082] mp4 video failed to update metadata timestamp

2022-08-19 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458082

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||metzping...@gmail.com
 Status|REPORTED|RESOLVED
   Version Fixed In||8.0.0

--- Comment #1 from Maik Qualmann  ---
With Exiv2 it is not possible to change the metadata in video files or it is
very unstable and can lead to data loss or crashes. Therefore digiKam-7.x.x is
only possible to work with the help of XMP sidecar. In digiKam-8.0.0 it is
possible to use ExifTool to write metadata, then supported video files can also
be modified.

Maik

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

[plasmashell] [Bug 457370] KDE Plasma typically immediately halts from medium-to-high workloads

2022-08-19 Thread David Chmelik
https://bugs.kde.org/show_bug.cgi?id=457370

David Chmelik  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 458007] Icons in KDE desktop slide off the window bar on every launch.

2022-08-19 Thread Wolfgang.W
https://bugs.kde.org/show_bug.cgi?id=458007

--- Comment #19 from Wolfgang.W  ---
Thank you verry much   :-)


Am Samstag, 20. August 2022, 00:06:54 CEST schrieben Sie:
> https://bugs.kde.org/show_bug.cgi?id=458007
>
> --- Comment #16 from Ben Cooksley  ---
> The content of attachment 151406 has been deleted for the following reason:
>
> [Removed due to containing sensitive information]

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

[krita] [Bug 458083] New: Custom Canvas Input Profile is not remembered upon program restart

2022-08-19 Thread Jennifer Reuter
https://bugs.kde.org/show_bug.cgi?id=458083

Bug ID: 458083
   Summary: Custom Canvas Input Profile is not remembered upon
program restart
   Product: krita
   Version: 5.1.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: jarodragon@gmail.com
  Target Milestone: ---

Created attachment 151439
  --> https://bugs.kde.org/attachment.cgi?id=151439=edit
'My Defaults' Input Profile

SUMMARY
***
When creating a new Input Profile for Canvas Input, Krita doesn't save the
Input Profile (or any edits made to "Krita Default") upon closing and
restarting the program.

***

STEPS TO REPRODUCE
1. Navigate to Settings > Configure Krita > Edit Profiles.
2. Click 'Reset All' for a fresh start. In the krita/input folder, all default
'.profile' files exist.
3. Duplicate "Krita Default", rename it to "My Defaults". Close the dialogue.
4. The setting entries get reversed in order. E.g. Activate Line Tool is at the
top of the list instead of the bottom in 'Tool Invocation'.
5. Make a change to the input settings while 'My Defaults' is active, e.g. set
Activate Line Tool to "` + Left Button".
6. Click Ok in the Configure Input dialogue box.
7. mydefaults.profile appears in the krita/input folder.
8. Use the program with the new invocation: it works.
9. Close the program.
10. Re-open the program and re-navigate to Configure Krita > Canvas Input.

OBSERVED RESULT
The Input Profile dropdown does not show the 'My Defaults' profile, despite
still being visible in the krita/input folder.

EXPECTED RESULT
Krita loads the mydefaults.profile in the dropdown for selection, or automatic
detection.

SOFTWARE/OS VERSIONS
Build ABI: x86_64-little_endian-llp64
Build CPU: x86_64
CPU: x86_64
Kernel Type: winnt
Kernel Version: 10.0.19044
Pretty Productname: Windows 10 (10.0)
Product Type: windows
Product Version: 10

Qt Version:
Version (compiled): 5.12.12
Version (loaded): 5.12.12

ADDITIONAL INFORMATION

I've attached the 'mydefaults.profile' file, because I noticed that the custom
shortcuts reverse the order of entries within a category, but I do not know if
this is expected behaviour.

This is not an issue new to 5.1.0, I've had it for quite a while now and don't
know where in the program there might be a hiccup preventing me from saving
inputs. In a similar way, the Shortcut Scheme, when I import one, shows it as
'Default' when selected in the drop-down at the bottom of the Shortcuts
settings, but at least they are remembered between sessions.

Here's the Krita Usage Log from the above test session:

SESSION: 20 Aug 2022 14:39:56 +1000. Executing C:\Program Files\Krita
(x64)\bin\krita.exe

Krita Version: 5.1.0, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 3856
-- -- -- -- -- -- -- --
20 Aug 2022 14:39:56 +1000: Style: fusion. Available styles: windowsvista,
Windows, Fusion
20 Aug 2022 14:40:08 +1000: Database is up to date. Version: 0.0.17, created by
Krita 5.1.0, at Fri Aug 19 13:30:01 2022
20 Aug 2022 14:40:12 +1000: Could not load resource patterns/krita_EK4500.pat
20 Aug 2022 14:40:12 +1000: Could not load resource patterns/krita_Xj4500.pat
20 Aug 2022 14:40:12 +1000: Could not load resource patterns/krita_Xm4500.pat
20 Aug 2022 14:40:12 +1000: Non-store package - creating updater
20 Aug 2022 14:43:43 +1000: Created image "Unnamed", 3840 * 2160 pixels, 300
dpi. Color model: 8-bit integer/channel RGB/Alpha (sRGB-elle-V2-srgbtrc.icc).
Layers: 1
20 Aug 2022 14:44:53 +1000: CLOSING SESSION

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

[plasmashell] [Bug 352476] Keyboard navigation in systray and the popup

2022-08-19 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=352476

--- Comment #29 from Fushan Wen  ---
Git commit 07efee1095edfb2e27e06952ab83d9ddbe30098b by Fushan Wen.
Committed on 20/08/2022 at 04:34.
Pushed by fusionfuture into branch 'master'.

shell: allow to cycle through multiple panels

This adds `m_blockRestorePreviousWindow` to avoid restoring focus to the
panel, and replace QHash with QMap to save panel orders.
Related: bug 453166

M  +1-16   shell/panelview.cpp
M  +0-7shell/panelview.h
M  +94   -27   shell/shellcorona.cpp
M  +18   -2shell/shellcorona.h

https://invent.kde.org/plasma/plasma-workspace/commit/07efee1095edfb2e27e06952ab83d9ddbe30098b

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

[plasmashell] [Bug 453166] Opening and closing Panel widgets with keyboard shortcuts fails to return focus to the previously-focused window

2022-08-19 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=453166

--- Comment #18 from Fushan Wen  ---
Git commit 07efee1095edfb2e27e06952ab83d9ddbe30098b by Fushan Wen.
Committed on 20/08/2022 at 04:34.
Pushed by fusionfuture into branch 'master'.

shell: allow to cycle through multiple panels

This adds `m_blockRestorePreviousWindow` to avoid restoring focus to the
panel, and replace QHash with QMap to save panel orders.
Related: bug 352476

M  +1-16   shell/panelview.cpp
M  +0-7shell/panelview.h
M  +94   -27   shell/shellcorona.cpp
M  +18   -2shell/shellcorona.h

https://invent.kde.org/plasma/plasma-workspace/commit/07efee1095edfb2e27e06952ab83d9ddbe30098b

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

[digikam] [Bug 458082] mp4 video failed to update metadata timestamp

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458082

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

   What|Removed |Added

   Platform|Other   |Ubuntu Packages
 CC||caulier.gil...@gmail.com

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

[okular] [Bug 457501] Font is not changed, even after I changed the fonts parameters

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457501

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

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

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

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

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

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

[kwin] [Bug 456977] FATAL ERROR: KWin could not find the KWinX11Platform plugin

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456977

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[systemsettings] [Bug 456964] ui bug

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456964

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[dolphin] [Bug 457508] Disc Images mount successfully, but aren't shown under the 'Places' panel.

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457508

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

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

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

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

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

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

[kdeplasma-addons] [Bug 457429] 5.25.4: test suite is failing

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457429

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

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

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

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

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

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

[kmenuedit] [Bug 390250] Can't change icons anymore

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390250

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

[Skanlite] [Bug 456808] Crash when changing scan source or color option

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456808

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

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

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

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

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

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

[plasmashell] [Bug 457370] KDE Plasma typically immediately halts from medium-to-high workloads

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457370

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

[digikam] [Bug 458082] New: mp4 video failed to update metadata timestamp

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458082

Bug ID: 458082
   Summary: mp4 video failed to update metadata timestamp
   Product: digikam
   Version: 7.7.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plugin-Generic-TimeAdjust
  Assignee: digikam-bugs-n...@kde.org
  Reporter: b...@bertenselena.net
  Target Milestone: ---

Created attachment 151438
  --> https://bugs.kde.org/attachment.cgi?id=151438=edit
Screenshot of error in Update time and date dialog

SUMMARY
I try to update the timestamp of an mp4 video. The works correct on jpg photos.
But for the video it fails with "Failed to update metadata timestamp" 


STEPS TO REPRODUCE
1. Select video
2. Chose from menu Item-> Adjust Time and Date
3. Set time change and press apply

OBSERVED RESULT
The dialog (see screenshot) sets an access forbidden sign (circle with diagonal
stripe) in front of the filename and adds " Failed to update timestamp" as
status

EXPECTED RESULT
Time stamp updated



Linux/KDE Plasma: Ubuntu 22.04
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: Version 5.95.0
Qt Version: Version 5.15.3 (built against 5.15.3)

ADDITIONAL INFORMATION

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

[kwin] [Bug 351055] Icons are upscaled and can have incorrect theme in "Large Icons" Task Switcher because KWin gets icons from the window rather than the window's application's desktop file

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=351055

joeytwid...@gmail.com changed:

   What|Removed |Added

 CC||joeytwid...@gmail.com

--- Comment #68 from joeytwid...@gmail.com ---
For end-users who want to get hi-res icons in their Task Switcher today, I have
provided some simple instructions here:

https://askubuntu.com/a/1403918/133393

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

[krita] [Bug 458081] New: Krita 5.1.0 will not allow me to pull up art via search.

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458081

Bug ID: 458081
   Summary: Krita 5.1.0 will not allow me to pull up art via
search.
   Product: krita
   Version: 5.1.0
  Platform: Compiled Sources
OS: All
Status: REPORTED
  Severity: task
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: starwarfa...@gmail.com
  Target Milestone: ---

SUMMARY
***
Any attempt to search up images to have them pulled up in Krita have failed. I
tried restarting the program. Nothing. Tried rebooting computer. Nothing. The
program's ability to search through my files simply fails at the search part.
Any attempt at a search is like typing in a file name and then just not asking
it to search.
***


STEPS TO REPRODUCE
1.  Click File
2.  Click open under drop down bar
3.  Attempt to search any file by name

OBSERVED RESULT

Search refuses to execute

EXPECTED RESULT

Search should execute to locate any and all files with the name typed into the
field

SOFTWARE/OS VERSIONS
Windows:  10


ADDITIONAL INFORMATION

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

[Akonadi] [Bug 457233] Please provide oauth2 login for IMAP - not just Gmail

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457233

mukde...@yandex.com changed:

   What|Removed |Added

 CC||mukde...@yandex.com

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

[plasmashell] [Bug 455924] Plasmashell (KRunner/Kickoff) refuse to launch '.exe' files.

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455924

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||1a8b6ba787b8943317843be62df
   ||8a8a3505bd7d6
 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.26

--- Comment #7 from Nate Graham  ---
Git commit 1a8b6ba787b8943317843be62df8a8a3505bd7d6 by Nate Graham.
Committed on 20/08/2022 at 01:21.
Pushed by ngraham into branch 'master'.

Show "open or execute?" dialog when opening executable files

Those files may be executable and the user wants them to execute. For
example:
- Shell scripts the user has written to perform commonly-used actions
- Windows executables opened with WINE

For this reason, we should stop explicitly blocking running executable
files when accessed with KRunner runners or Kicker/Kickoff/Application
Dashboard, and instead show the typical "open or execute?" dialog that
respects the user's setting for what to do in this case.
FIXED-IN: 5.26

M  +5-0applets/kicker/plugin/fileentry.cpp
M  +4-1applets/kicker/plugin/recentusagemodel.cpp
M  +3-2runners/baloo/baloosearchrunner.cpp
M  +4-2runners/recentdocuments/recentdocuments.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/1a8b6ba787b8943317843be62df8a8a3505bd7d6

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

[frameworks-knewstuff] [Bug 458046] Feature request: proper gif support

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=458046

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.98

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

[kdeconnect] [Bug 458080] New: Slideshow Remote Pointer makes screen go black

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458080

Bug ID: 458080
   Summary: Slideshow Remote Pointer makes screen go black
   Product: kdeconnect
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: windows-application
  Assignee: piyushaggarwal...@gmail.com
  Reporter: fl...@harveyosity.org
  Target Milestone: ---

SUMMARY
When I use the slideshow pointer function using the Android app, the pointer
does show up on the screen of my Windows 10 computer, but the rest of the
screen turns black instead of the pointer circle being overlayed on everything
else.


STEPS TO REPRODUCE
1. Open the Slideshow Remote plugin in the Android app
2. Press the Pointer button

OBSERVED RESULT
Screen goes black apart from the pointer circle on my computer

EXPECTED RESULT
The pointer circle is displayed on the screen, over everything else on screen

SOFTWARE/OS VERSIONS
Windows: Windows 10 Home Edition

ADDITIONAL INFORMATION
It seems to be a quirk of windows, because I can't actually screenshot the
black screen. All that appears is a pure white screen and a square where the
pointer circle was rendered.

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

[systemsettings] [Bug 430801] Allow setting LC_NAME, LC_TELEPHONE, AND LC_IDENTIFICATION

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430801

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.26

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

[kstars] [Bug 458079] New: In align module selection of star to use for guiding what needs adjusting jumps

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458079

Bug ID: 458079
   Summary: In align module selection of star to use for guiding
what needs adjusting jumps
   Product: kstars
   Version: 3.6.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: sequel.county...@icloud.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
***

selection jumps from star in align module.

Latest release of kstars/ekos/indi as of the 19/08/22 on astroberry 2.0.4


STEPS TO REPRODUCE
1. Use polar align module
2. Let it slew and capture 
3. On the final capture it will ask you to zoom in and select a bright star
4. Click on a bright star

OBSERVED RESULT
The image seems to jump and you no longer have the star selected

EXPECTED RESULT
Should stay on star. Star then gets a circle drawn around it when you start
refreshing.

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

ADDITIONAL INFORMATION
Similar/same problem has been reported in the astroberry bug tracker by another
user

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

[frameworks-kconfig] [Bug 427875] On a multi screen setup, KDE app windows do not remember size, position, or the screen they were last opened on. For X11 when the left-most display is not the primary

2022-08-19 Thread evea
https://bugs.kde.org/show_bug.cgi?id=427875

--- Comment #65 from evea  ---
I do not understand why the title still mentions, and the bug is limited to
X11. The exact same symptoms happen with Wayland.

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

[frameworks-kconfig] [Bug 427875] On a multi screen setup, KDE app windows do not remember size, position, or the screen they were last opened on. For X11 when the left-most display is not the primary

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427875

lands.wilm...@gmail.com changed:

   What|Removed |Added

 CC||lands.wilm...@gmail.com

--- Comment #64 from lands.wilm...@gmail.com ---
I am experiencing the same symptom with Konsole and Dolphin. Only if I open
them on one of my four screens is the size and position remembered. Even if I
then move them to another screen and close them, the original screen, size, and
position is recalled the next time I open the program. That is, the last
remembered screen, size, and position is not remembered.

Interestingly, I am not experiencing this symptom with Brave, Firefox,
Mahjongg, Mines, or gThumb. Not sure what the difference is.

Also, I only noticed this symptom after I connected my 4th monitor last week
(my video card supports up to four). Even if I set the one monitor that seems
to be "the master" (i.e. only one remembering and enforcing last details) the
primary monitor, nothing changes.

Window Behavior > Advanced > Window placement = Centered
Window Behavior > Advanced > Allow apps to remember the positions of their own
windows, if they support it = Checked

>From Info Center:
- Ubuntu 22.04
- KDE Plasma Version: 5.24.4
- KDE Frameworks Version: 5.92.0
- Qt Version: 5.15.3
- Kernel version: 5.15.0-46-generic (64-bit)
- Graphs Platform: X11

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

[Breeze] [Bug 458055] Colorful style used for 22px System Settings KCM icons

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=458055

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
 Ever confirmed|0   |1
Summary|system setting sidebar  |Colorful style used for
   |icons should be monochrome  |22px System Settings KCM
   ||icons

--- Comment #2 from Nate Graham  ---
They're 22, not 24. And as Manuel points out, we already have pixel-optimized
22px color icons here.

However it's true that in general we use monochrome icons for the 22px size.
Making some and using them here too would increase consistency. But... might it
look less pretty?

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

[kwin] [Bug 456280] When dragged to another VD in the grid effect, window no longer update in real-time but instead shows last frame

2022-08-19 Thread Connor Carney
https://bugs.kde.org/show_bug.cgi?id=456280

Connor Carney  changed:

   What|Removed |Added

 CC||kb...@connorcarney.com

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

[kdeconnect] [Bug 458063] KDE Connect clipboard sharing syncs passwords copied from password managers

2022-08-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=458063

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
>If possible, KDE Connect should be able to have a blacklist of applications 
>whose clipboard items will not be synced.

We can't, we don't have know the source.

klipper does have a mechanism supported by some password managers were we
filter out any selection which contains a mimetype key
application/x-kde-passwordManagerHint

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

[kwin] [Bug 420972] CRASH after switching window between activities

2022-08-19 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=420972

Piotr Mierzwinski  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WORKSFORME  |FIXED
 CC||piotr.mierzwin...@gmail.com

--- Comment #2 from Piotr Mierzwinski  ---
In this moment I don't use activities due to there is, seems not fixed, issue
with activities in Plasma 5.25.
Anyway before this issue happened I wasn't able to reproduce it. I'm going to
close it.

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

[frameworks-plasma] [Bug 455575] Panel widget popups sometimes do not open

2022-08-19 Thread Eduard
https://bugs.kde.org/show_bug.cgi?id=455575

Eduard  changed:

   What|Removed |Added

 CC||jongedu...@hotmail.com

--- Comment #30 from Eduard  ---
Hi! I'ld also like to add my 2 cents here. Same situation: NVIDIA & Wayland.
Symptom: Application Launcher not opening most of the time.
Waiting a while before opening it again appears to help very often, and
repeatedly clicking on it - clearly - not.

General note:

I would REALLY wish that I was able to say that I love to use nothing else than
KDE Plasma for all it's AMAZING features and beauty, but the reality is that I
am experiencing to many bugs with it every time I use it.

And of course, I can fall back to Xorg. But on Xorg it's so slow that I
consider it unusable, especially with things like Application Launcher.

Wayland is definitely the way to go!, it's the future.
But sadly, as very much opposed to my Wayland experience with GNOME (same
machine and both on Arch Linux - so the versions of the software are very new),
the large number of bugs makes it very hard to use.

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

[frameworks-kio] [Bug 449600] kf.kio.slaves.file copy() QUrl mode= 420 Cannot copy file (Errno: 38)

2022-08-19 Thread Sergey
https://bugs.kde.org/show_bug.cgi?id=449600

Sergey  changed:

   What|Removed |Added

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

--- Comment #4 from Sergey  ---
(In reply to Ahmad Samir from comment #1)
> Is this still an issue?

Yes. It's still "Errno: 38" on files copying in both krusader and dolphin. 

SOFTWARE/OS VERSIONS
kde-plasma/plasma-desktop-5.24.6-r2
kde-plasma/plasma-workspace-5.24.6
kde-frameworks/plasma-5.96.0-r1
dev-qt/qtcore-5.15.5-r2

ADDITIONAL INFORMATION
kde-misc/krusader-2.7.2, kde-apps/dolphin-22.04.3.
kde-frameworks/kio-5.96.0-r3, kde-apps/kio-extras-22.04.3.

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

[kdevelop] [Bug 442896] Annoying "Unregistering type class N" output when running e.g. `kdevelop --help` or unit tests

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442896

nat...@upchur.ch changed:

   What|Removed |Added

 CC||nat...@upchur.ch

--- Comment #1 from nat...@upchur.ch ---
I receive this output when using opening files: `kdevelop file.js`

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

[frameworks-plasma] [Bug 455575] Panel widget popups sometimes do not open

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455575

tob...@g3ro.eu changed:

   What|Removed |Added

 CC||tob...@g3ro.eu

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

[okular] [Bug 454693] Okular throws error when saving to mounted Samba share

2022-08-19 Thread Vansid
https://bugs.kde.org/show_bug.cgi?id=454693

--- Comment #10 from Vansid  ---
I've updated to Ubuntu 22.04 and Okular 21.12.3 but am having the exact same
problem.  The program crashes, leaving behind a "filename.pdf.part" file on the
Samba share.

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

[Haruna] [Bug 458078] New: Haruna crashes on startup

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458078

Bug ID: 458078
   Summary: Haruna crashes on startup
   Product: Haruna
   Version: 0.9.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: generic
  Assignee: georgefb...@gmail.com
  Reporter: tob...@g3ro.eu
  Target Milestone: ---

Created attachment 151437
  --> https://bugs.kde.org/attachment.cgi?id=151437=edit
Log from Terminal start

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

I will maybe provide a debug log, when I have the time.

STEPS TO REPRODUCE
1. Update Haruna
2. Start Haruna


OBSERVED RESULT
Crash.

EXPECTED RESULT
Haruna should start.

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.15.60-1-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3
Memory: 7.7 GiB of RAM
Graphics Processor: NVIDIA

ADDITIONAL INFORMATION

Haruna 0.8.0 works.
Compiled via https://aur.archlinux.org/packages/haruna

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

[plasmashell] [Bug 458007] Icons in KDE desktop slide off the window bar on every launch.

2022-08-19 Thread Ben Cooksley
https://bugs.kde.org/show_bug.cgi?id=458007

--- Comment #18 from Ben Cooksley  ---
The sensitive information has now been cleaned from this bug.

I'd recommend making replies within Bugzilla itself going forward rather than
through your email client as that will give you greater control over what is
published.

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

[plasmashell] [Bug 458007] Icons in KDE desktop slide off the window bar on every launch.

2022-08-19 Thread Ben Cooksley
https://bugs.kde.org/show_bug.cgi?id=458007

--- Comment #17 from Ben Cooksley  ---
The content of attachment 151408 has been deleted for the following reason:

[Removed due to containing sensitive information]

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

[plasmashell] [Bug 458007] Icons in KDE desktop slide off the window bar on every launch.

2022-08-19 Thread Ben Cooksley
https://bugs.kde.org/show_bug.cgi?id=458007

--- Comment #16 from Ben Cooksley  ---
The content of attachment 151406 has been deleted for the following reason:

[Removed due to containing sensitive information]

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

[plasmashell] [Bug 423372] Plasmashell Memory Leak

2022-08-19 Thread Steve Wills
https://bugs.kde.org/show_bug.cgi?id=423372

Steve Wills  changed:

   What|Removed |Added

 CC||swi...@freebsd.org

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

[kalarm] [Bug 454981] improvement of recurring alarms

2022-08-19 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=454981

David Jarvie  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[systemsettings] [Bug 441668] Please make middle-click pasting optional

2022-08-19 Thread Jakub Kuczys
https://bugs.kde.org/show_bug.cgi?id=441668

Jakub Kuczys  changed:

   What|Removed |Added

 CC||kuba.kuc...@gmail.com

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

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=457974

--- Comment #51 from Ian H  ---
debugging now working.

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

[frameworks-kio] [Bug 455433] Icon applet crashes when opening its properties in Plasmoid Viewer

2022-08-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=455433

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||2b8dc98749915765acab901e43c
   ||ee78ec156dad8

--- Comment #3 from Kai Uwe Broulik  ---
Git commit 2b8dc98749915765acab901e43cee78ec156dad8 by Kai Uwe Broulik.
Committed on 19/08/2022 at 17:31.
Pushed by broulik into branch 'master'.

Icon Applet: Disable plasmoid if it is defunct

Otherwise clicking it would show an "invalid URL" error and
trying to open the properties dialog would trigger an assert.

This can normally not happen but you can get here with e.g. plasmoidviewer

M  +10   -1applets/icon/iconapplet.cpp
M  +3-0applets/icon/iconapplet.h
M  +9-2applets/icon/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/2b8dc98749915765acab901e43cee78ec156dad8

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

[Discover] [Bug 450345] Discover Fails to Install System Updates

2022-08-19 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=450345

Paul Worrall  changed:

   What|Removed |Added

 CC||p.r.worr...@gmail.com

--- Comment #3 from Paul Worrall  ---
IIUC:  The boot process checks for a symlink in the root directory called
"/system-update" and if present it does the offline update.  That symlink is
created when you do "Update All" in Discover, however something else removes it
sometime later.

The symlink seems to disappear when the following appears in the journal:

PackageKit[1386]: uid 1001 is trying to obtain
org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
PackageKit[1386]: uid 1001 obtained auth for
org.freedesktop.packagekit.system-sources-refresh
PackageKit[1386]: refresh-cache transaction /1735_acdcdcec from uid 1001
finished with success after 7112ms

IDK what system-sources-refresh is or does, maybe something to do with the
thing in the system tray that checks for updates?

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

[kdesrc-build] [Bug 458045] skanpage: Could NOT find KF5Purpose

2022-08-19 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=458045

--- Comment #3 from Alexander Wilms  ---
This worked:

sudo zypper install *qca* *gpgmepp*
kdesrc-build purpose
kdesrc-build skanpage

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

[kdesrc-build] [Bug 458076] Building kwallet fails

2022-08-19 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=458076

--- Comment #2 from Alexander Wilms  ---
Thanks, this worked:

sudo zypper install *qca* *gpgmepp*
kdesrc-build purpose

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

[plasmashell] [Bug 458077] New: Plasma rearranges Task Manager Tasks on resolution change

2022-08-19 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=458077

Bug ID: 458077
   Summary: Plasma rearranges Task Manager Tasks on resolution
change
   Product: plasmashell
   Version: 5.25.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: m...@abv.bg
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY
Plasma rearranges Task Manager Tasks on resolution change if the newer
resolution is lower than the former resolution. It's 100% reproducible.


STEPS TO REPRODUCE
1. Change the resolution to a lower value

OBSERVED RESULT
Plasma rearranges Task Manager Tasks

EXPECTED RESULT
Plasma should not rearrange Task Manager Tasks on resolution change

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
This problem is not present in older versions like 5.24 and bellow.

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

[plasmashell] [Bug 456385] Plasma crashes in PanelView::resizePanel() or rearranges Task Manager Tasks when system goes from 1 output to 0 and then back to 1

2022-08-19 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=456385

--- Comment #43 from Nick Stefanov  ---
Thank you, I'll do.

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

[kdesrc-build] [Bug 458076] Building kwallet fails

2022-08-19 Thread Ömer Fadıl USTA
https://bugs.kde.org/show_bug.cgi?id=458076

Ömer Fadıl USTA  changed:

   What|Removed |Added

 CC||omeru...@gmail.com

--- Comment #1 from Ömer Fadıl USTA  ---
could you install these ones first with help of your package manager: 
gpgmepp
qca
there might be lib infront of their package name 
then retry building it

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

[kdevelop] [Bug 458050] Untracked folders names in git commit tool view are blank

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458050

le...@yahoo.it changed:

   What|Removed |Added

Summary|Untracked folders names in  |Untracked folders names in
   |git commit tool view are|git commit tool view are
   |empty   |blank

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

[kdevelop] [Bug 458050] Untracked folders names in git commit tool view are empty

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458050

le...@yahoo.it changed:

   What|Removed |Added

 Attachment #151418|Folder names are empty  |Folder names are blank
description||

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

[Elisa] [Bug 448068] Moving the seek bar for a paused track does not update the current play time

2022-08-19 Thread Yerrey Dev
https://bugs.kde.org/show_bug.cgi?id=448068

--- Comment #7 from Yerrey Dev  ---
If I had to guess, could it be libvlc issue? Those who can't reproduce, what
libvlc version are you running? KDE Unstable Neon is at 3.0.9.2-1 at the
moment.

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

[kwin] [Bug 411877] Touchscreen input locked to first screen

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411877

j...@j3l7h.de changed:

   What|Removed |Added

 CC||j...@j3l7h.de

--- Comment #17 from j...@j3l7h.de ---
To me, the UI-based and guesswork-free solution suggested by Abel Yang
("something like the target display setting in the drawing tablets page") is
precisely what I would have expected. (I, too, am affected by this bug, see:
https://forum.kde.org/viewtopic.php?f=289=175856=457237#p457237 )

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

[kwin] [Bug 458013] The maximize window button disappears when setting Size with "Apply Now" policy

2022-08-19 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=458013

Ismael Asensio  changed:

   What|Removed |Added

Summary|The maximize window button  |The maximize window button
   |disappears after changing   |disappears when setting
   |Special Window Settings |Size with "Apply Now"
   ||policy
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from Ismael Asensio  ---
Thanks! I can reproduce it.

Indeed with "Apply Now" one can still maximize the window, so the button should
be kept. 

In fact, if you maximize and minimize it by other means (ex. via Window Menu or
keyboard shortcut) the maximize button appears back on the window title bar.
I'm suspecting it gets disabled in a temporary state when applying the rule,
and then does not get updated later. I will take a look.

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

[kdesrc-build] [Bug 458045] skanpage: Could NOT find KF5Purpose

2022-08-19 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=458045

--- Comment #2 from Alexander Wilms  ---
No problem, thanks for the suggestion. I tried kdesrc-build purpose, but that
failed as well: https://bugs.kde.org/show_bug.cgi?id=458076

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

[kdesrc-build] [Bug 458076] New: Building kwallet fails

2022-08-19 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=458076

Bug ID: 458076
   Summary: Building kwallet fails
   Product: kdesrc-build
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: f.alexander.wi...@gmail.com
  Target Milestone: ---

Created attachment 151436
  --> https://bugs.kde.org/attachment.cgi?id=151436=edit
cmake.log

SUMMARY
Originally, I tried to kdesrc-build skanpage, which failed due to the missing
purpose module:
https://bugs.kde.org/show_bug.cgi?id=458045

According to the advice given in comment 1 I tried to kdesrc-build purpose

STEPS TO REPRODUCE
1. kdesrc-build purpose

OBSERVED RESULT
Building kwallet from frameworks (31/35)
Fetching remote changes to kwallet
Merging kwallet changes from branch master
Source update complete for kwallet: no files affected
  Rebuilding because the last configure failed
Preparing build system for kwallet.
Removing files in build directory for kwallet
Old build system cleaned, starting new build system.
Running cmake targeting Unix Makefiles...
Unable to configure kwallet with KDE CMake

kwallet didn't build, stopping here.
The following modules were updated but not built:
kio
kirigami
purpose
solid

<<<  PACKAGES FAILED TO BUILD  >>>
kwallet - file:///home/alexander/kde/src/log/2022-08-19-03/kwallet/cmake.log

:-(

EXPECTED RESULT
A successful build of the purpose package

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20220817
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
kdesrc-build 22.07 (v22.07-36-g67a88e0)

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

[gwenview] [Bug 439146] Gwenview instantly crashes when resizing or cropping an image

2022-08-19 Thread Mário Oravec
https://bugs.kde.org/show_bug.cgi?id=439146

Mário Oravec  changed:

   What|Removed |Added

 CC||mora...@moniro.com

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

[gwenview] [Bug 439146] Gwenview instantly crashes when resizing or cropping an image

2022-08-19 Thread Mário Oravec
https://bugs.kde.org/show_bug.cgi?id=439146

--- Comment #2 from Mário Oravec  ---
Created attachment 151435
  --> https://bugs.kde.org/attachment.cgi?id=151435=edit
New crash information added by DrKonqi

gwenview (21.12.3) using Qt 5.15.2

- What I was doing when the application crashed:

- crop picture

as well tried
- resize picture

on any of that action app had crashed

-- Backtrace (Reduced):
#4  std::__atomic_base::load
(__m=std::memory_order_relaxed, this=0x454545454545454d) at
/usr/include/c++/7/bits/atomic_base.h:713
#5  std::atomic::load
(__m=std::memory_order_relaxed, this=0x454545454545454d) at
/usr/include/c++/7/atomic:452
#6 
QAtomicOps::loadRelaxed
(_q_value=...) at
../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239
#7  QBasicAtomicPointer::loadRelaxed
(this=0x454545454545454d) at
../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:248
#8  QObjectPrivate::isSignalConnected (this=this@entry=0x556e56af4ef0,
signalIndex=7, checkDeclarative=checkDeclarative@entry=true) at
kernel/qobject.cpp:459

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

[kmymoney] [Bug 457987] AqBanking - Benutzer anlegen funktioniert nicht

2022-08-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=457987

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #3 from Ralf Habacker  ---
Auf
https://www.linux-community.de/ausgaben/linuxuser/2012/02/home-banking-mit-kmymoney/
z.B. wird beschrieben, wie das Onlinebanking konfiguriert wird.

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

[LabPlot2] [Bug 458035] Please make an appimage of the latest version

2022-08-19 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=458035

Alexander Semke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Alexander Semke  ---
(In reply to accardv from comment #0)
> SUMMARY
> ***
> If there are any out there with some experience with appimage, I would like
> an appimage version of Labplot2 so that it can be run as a portable app by
> students and not require flatplak or snap being on a system.
> ***

This is already on our TODO-list and we'll start working on it soon.

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

[kdesrc-build] [Bug 458045] skanpage: Could NOT find KF5Purpose

2022-08-19 Thread Ömer Fadıl USTA
https://bugs.kde.org/show_bug.cgi?id=458045

Ömer Fadıl USTA  changed:

   What|Removed |Added

 CC||omeru...@gmail.com

--- Comment #1 from Ömer Fadıl USTA  ---
Alexander : Hello , and sorry about the problem
Normally it should also compile it and use it but maybe its dependency thing
might be wrong so
it is not trying to compile it,  so you can try A) kdesrc-build purpose  B)
install purpose from your package manager
i suggest go with kdesrc-build so you will have latest/git version of purpose
library/framework then try to compile
 skanpage again with kdesrc-build

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

[frameworks-kwallet] [Bug 458069] Cannot disable org.freedesktop.secrets

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=458069

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 456385] Plasma crashes in PanelView::resizePanel() or rearranges Task Manager Tasks when system goes from 1 output to 0 and then back to 1

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456385

--- Comment #42 from Nate Graham  ---
Most likely not fixed with this change; I would recommend filing a new bug
report about it.

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

[Elisa] [Bug 448068] Moving the seek bar for a paused track does not update the current play time

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=448068

--- Comment #6 from Nate Graham  ---
I'm on Fedora too, but I build Elisa from source and I can't reproduce it.

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

[plasmashell] [Bug 456097] On X11, Task Manager sometimes fails to show windows/apps that were moved to current Virtual Desktop from a just-deleted Virtual Desktop

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456097

Nate Graham  changed:

   What|Removed |Added

Summary|Task Manager sometimes  |On X11, Task Manager
   |fails to show windows/apps  |sometimes fails to show
   |that were moved to current  |windows/apps that were
   |Virtual Desktop from a  |moved to current Virtual
   |just-deleted Virtual|Desktop from a just-deleted
   |Desktop |Virtual Desktop

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

[plasmashell] [Bug 454064] Plasma crashes when I set display scale to 125% on Wayland

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454064

Nate Graham  changed:

   What|Removed |Added

 CC||pl...@mailbox.org

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

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

[plasmashell] [Bug 457554] Plasma crashes on screen rotate if panel is smaller than 44px

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=457554

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |DUPLICATE

--- Comment #9 from Nate Graham  ---
Ah, so it was that, yeah.

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

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

[krita] [Bug 458052] When opening a new file it deletes the current one without prompt or being able to recover it

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458052

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

 CC||tomtomtomreportingin@gmail.
   ||com

--- Comment #2 from tomtomtomreportin...@gmail.com ---
My only guess why this may have happened as you perceive: Did you accidentally
enable Subwindows in Configure Krita -> General tab -> Window tab -> Multiple
Document Mode?

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

[kolourpaint] [Bug 456498] cannot insert zero-width joiner and zero-width non-joiner characters in text tool

2022-08-19 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=456498

Martin Koller  changed:

   What|Removed |Added

 CC||biess...@gmail.com

--- Comment #5 from Martin Koller  ---
*** Bug 457978 has been marked as a duplicate of this bug. ***

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

[kolourpaint] [Bug 457978] Text tool doesn't allow typing accents (á, à, ã, ô, etc.) in portuguese

2022-08-19 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=457978

Martin Koller  changed:

   What|Removed |Added

 CC||kol...@aon.at
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Martin Koller  ---
I think this is the same problem I have fixed with #456498.
With this version I can enter e.g. "ã"

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

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

[krusader] [Bug 455447] krusader with >=kio-5.95.0 is not able to open archives (rar, zip, 7z) any more

2022-08-19 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=455447

--- Comment #6 from Erik Quaeghebeur  ---
(In reply to Andreas Sturmlechner from comment #5)
> (In reply to Erik Quaeghebeur from comment #4)
> > (In reply to Andreas Sturmlechner from comment #3)
> > > This is "fixed" in git master, but krusader is in dire need of a new 
> > > release.
> > Is there a specific patch available (or exact commit)? I'd like to fix this
> > on my Gentoo box without needing to go with live builds from git.
> I don't know, otherwise you'd have a new revbump available to you in
> ::gentoo.

My guess would be
https://invent.kde.org/utilities/krusader/-/commit/40bcd1fb3a0e96dfe116bf0d043fba881cb61fbb
and/or
https://invent.kde.org/utilities/krusader/-/commit/c2455dea92e590b1ef0a3b2e360d7d1180ed5e42,
but perhaps I should ask the developers by opening an issue on kdeinvent? Are
they aware that krarc functionality is broken for many users?

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

[Powerdevil] [Bug 456215] When booting on battery and plugging in power lead the brightness drops to minimum but only on the first time each boot

2022-08-19 Thread BOF
https://bugs.kde.org/show_bug.cgi?id=456215

BOF  changed:

   What|Removed |Added

 CC||bugs_kde_org.5.kuru@spamgou
   ||rmet.com

--- Comment #11 from BOF  ---
I have the same issue: The screen brightness is dimmed when the power plug is
put in for the first time.

ADDITIONAL INFORMATION
When I plug in the power cord on the lock screen the brightness is dimmed and I
can not use the keyboard buttons to brighten the screen up. This makes using
the laptop in a bright room practically impossible since I can't even see
weather I'm typing the password or not.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.25
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.15.0-46-generic (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics
Memory: 30.8 GiB of RAM
Graphics Processor: AMD RENOIR
Manufacturer: Micro-Star International Co., Ltd.
Product Name: Bravo 17 A4DDR
System Version: REV:1.0

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

[krita] [Bug 444939] samsung spen hard-coded buttons

2022-08-19 Thread 陈文龙
https://bugs.kde.org/show_bug.cgi?id=444939

陈文龙 <756338...@qq.com> changed:

   What|Removed |Added

 CC||756338...@qq.com

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

[korganizer] [Bug 182867] send ical-file as attachement

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=182867

--- Comment #4 from gjditchfi...@acm.org ---
Git commit f734e33a0c88c6462a36793ac64b4fc435a48cf0 by Glen Ditchfield, on
behalf of Glen Ditchfield.
Committed on 19/08/2022 at 18:23.
Pushed by gditchfield into branch 'release/22.08'.

Allow drag-and-drop from the Month View

Allow drags from the Month View to, e.g., a KMail composer.
The MonthScene uses an invalid QDate to announce a drag outside of the
calendar grid, and the IncidenceMonthItem cancels the move-in-progress
and creates a QDrag.

M  +18   -4src/month/monthitem.cpp
M  +6-0src/month/monthitem.h
M  +14   -5src/month/monthscene.cpp

https://invent.kde.org/pim/eventviews/commit/f734e33a0c88c6462a36793ac64b4fc435a48cf0

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

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974

--- Comment #50 from Maximilian Federle  ---
you know the drill:
https://invent.kde.org/packaging/snapcraft-kde-applications/-/jobs/440089

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

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974

Maximilian Federle  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pack |https://invent.kde.org/pack
   |aging/snapcraft-kde-applica |aging/snapcraft-kde-applica
   |tions/commit/353a94da6c0f6a |tions/commit/6ecc72a65610d2
   |74d8f690e79f53bc893596ec2a  |3476a2b905476d929ed75dcb0a

--- Comment #49 from Maximilian Federle  ---
Git commit 6ecc72a65610d23476a2b905476d929ed75dcb0a by Maximilian Federle.
Committed on 19/08/2022 at 18:29.
Pushed by mfederle into branch 'Neon/release'.

kdevelop: Unset env variables in MIDebugger

M  +22   -2kdevelop/patches/kdevelop_unset_env.patch

https://invent.kde.org/packaging/snapcraft-kde-applications/commit/6ecc72a65610d23476a2b905476d929ed75dcb0a

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

[www.kde.org] [Bug 457647] New screenshot for Discover

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=457647

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/webs
   ||ites/product-screenshots/co
   ||mmit/5aedf25630bf289a3f0066
   ||e4734bcfd8d1b5e06c
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit 5aedf25630bf289a3f0066e4734bcfd8d1b5e06c by Nate Graham.
Committed on 19/08/2022 at 15:51.
Pushed by carlschwan into branch 'master'.

Update Discover screenshot

It's quite out of date at this point.

M  +---plasma-discover/plasma-discover.png

https://invent.kde.org/websites/product-screenshots/commit/5aedf25630bf289a3f0066e4734bcfd8d1b5e06c

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

[frameworks-kglobalaccel] [Bug 430498] Does not respect the local modifications of the .desktop file

2022-08-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=430498

--- Comment #5 from Nicolas Fella  ---
I threw a KApplicationTrader::query into the code and measured:

The query contributes 5% cycles of the first second of kglobalacceld running.

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

[Elisa] [Bug 448068] Moving the seek bar for a paused track does not update the current play time

2022-08-19 Thread Dmitry
https://bugs.kde.org/show_bug.cgi?id=448068

Dmitry  changed:

   What|Removed |Added

 CC||zalimann...@mail.ru

--- Comment #5 from Dmitry  ---
(In reply to Jack Hill from comment #4)
> Using 22.04.2, I also can't reproduce it any more. I switched to Fedora a
> few days ago, so maybe the bug isn't present on Fedora (36).

Yes, most likely, the bug disappeared due to the transition to Fedora. On
Archlinux, the problem is still relevant

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

[Akonadi] [Bug 413511] Offer Radicale groupware server in DAV groupware resource configuration and setup dialogue

2022-08-19 Thread B Rhodes
https://bugs.kde.org/show_bug.cgi?id=413511

B Rhodes  changed:

   What|Removed |Added

 CC||i...@bordenrhodes.com

--- Comment #1 from B Rhodes  ---
I guess there's no interest in enabling Radicale support? Not sure how KDE
expects to increase adoption when PIM has been barely useable for over ten
years.

I have one more problem, too. When I try to connect Akonadi to my localhost
Radicale installation, I get "There was a problem with the request. HTTP error
(0)" It seems that Akonadi also can't parse a Radicale server to begin with.

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

[krusader] [Bug 455447] krusader with >=kio-5.95.0 is not able to open archives (rar, zip, 7z) any more

2022-08-19 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=455447

--- Comment #5 from Andreas Sturmlechner  ---
(In reply to Erik Quaeghebeur from comment #4)
> (In reply to Andreas Sturmlechner from comment #3)
> > This is "fixed" in git master, but krusader is in dire need of a new 
> > release.
> Is there a specific patch available (or exact commit)? I'd like to fix this
> on my Gentoo box without needing to go with live builds from git.
I don't know, otherwise you'd have a new revbump available to you in ::gentoo.

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

[frameworks-kio] [Bug 455433] Icon applet crashes when opening its properties in Plasmoid Viewer

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455433

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[Skanpage] [Bug 458049] skanpage: symbol lookup error: skanpage: undefined symbol: _ZN10KSaneIface9KSaneCore12scanFinishedENS0_15KSaneScanStatusERK7QString

2022-08-19 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=458049

--- Comment #2 from Alexander Wilms  ---
Downstream bug report: https://bugzilla.opensuse.org/show_bug.cgi?id=1202578

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

[xdg-desktop-portal-kde] [Bug 457961] Thumbnails in file upload dialog are not (re)drawn as soon as they are available.

2022-08-19 Thread ruqini
https://bugs.kde.org/show_bug.cgi?id=457961

--- Comment #2 from ruqini  ---
Additional Info:
It seems like when entering the image directory after the first run of
thumbnail generation (disk and CPU activity) there is a single-thread CPU spike
with no disk activity. If you wait that out (~15 seconds or so for a ~1000
image directory on a fairly modern CPU) without touching any controls and only
scroll then, most thumbnails are there. It can happen though that existing
thumbnails revert back to the placeholder image.

As for the importance of the bug (Major impact):
Thumbnail images in the file picker are the one killer feature why one would
use the KDE portal over the default (GTK) one. It is really important that this
works flawlessly.

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

[plasmashell] [Bug 457965] Creating a folder ~/[icon name] causes that the app using that icon to become blank in Kickoff after restarting plasmashell

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457965

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[krusader] [Bug 455447] krusader with >=kio-5.95.0 is not able to open archives (rar, zip, 7z) any more

2022-08-19 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=455447

Erik Quaeghebeur  changed:

   What|Removed |Added

 CC||bugs.kde@e3q.eu

--- Comment #4 from Erik Quaeghebeur  ---
(In reply to Andreas Sturmlechner from comment #3)
> This is "fixed" in git master, but krusader is in dire need of a new release.
Is there a specific patch available (or exact commit)? I'd like to fix this on
my Gentoo box without needing to go with live builds from git.

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

[frameworks-knewstuff] [Bug 458046] Feature request: proper gif support

2022-08-19 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=458046

Alexander Lohnau  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/knewstuff/commit/2a2
   ||a08275298a08bf30b45051ab894
   ||37a48dc6ee
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Alexander Lohnau  ---
Git commit 2a2a08275298a08bf30b45051ab89437a48dc6ee by Alexander Lohnau.
Committed on 19/08/2022 at 16:19.
Pushed by alex into branch 'master'.

Render GIFs in entry details

KWin effects often have animated images uploaded to the KDE Store

M  +3-2src/qtquick/qml/private/EntryScreenshots.qml

https://invent.kde.org/frameworks/knewstuff/commit/2a2a08275298a08bf30b45051ab89437a48dc6ee

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

[Spectacle] [Bug 458075] New: Add a menu/.desktop item for Spectacle Annotate (spectacle -E) to more easily open files with annotate

2022-08-19 Thread Jason Straight
https://bugs.kde.org/show_bug.cgi?id=458075

Bug ID: 458075
   Summary: Add a menu/.desktop item for Spectacle Annotate
(spectacle -E) to more easily open files with annotate
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: j.straight-...@straights.net
CC: k...@david-redondo.de
  Target Milestone: ---

Now that you can load existing images for annotation with spectacle, it would
be nice to have that be pre-configured by default to be available for image
files from a right click, etc.

For myself, I've created a menu item [Spectacle Annotate] to run "spectacle -E
%u" and added the file association for image files I work with.

I think this should be there by default as part of spectacle.

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

[krita] [Bug 457270] Line tool: shift-line doesn't support pressure sensitivity

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457270

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kstars] [Bug 436209] The file kstars.pot contains several items with hh:mm in the text, which probably should not be translated

2022-08-19 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=436209

--- Comment #7 from Freek de Kruijf  ---
(In reply to Jasem Mutlaq from comment #6)
> A merge request, check here: https://invent.kde.org/education/kstars

I do not consider this to be a task for me. I leave it to the developers to act
on this report and add comment on what not to translate. In this case I changed
translated hh:mm to uu:mm back in hh:mm.

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

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Ian H
https://bugs.kde.org/show_bug.cgi?id=457974

--- Comment #48 from Ian H  ---
(In reply to Maximilian Federle from comment #47)
> if you can find where the GDB environment is constructed (probably somewhere
> in https://github.com/KDE/kdevelop/tree/master/plugins/gdb), we can also
> patch it out.

looks like it's in
https://github.com/KDE/kdevelop/blob/master/plugins/gdb/debugsession.cpp 
line 167

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

[plasmashell] [Bug 457965] Creating a folder ~/[icon name] causes that the app using that icon to become blank in Kickoff after restarting plasmashell

2022-08-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=457965

--- Comment #10 from Nate Graham  ---
Found it. In the Kicker model, appentry.cpp has this:

QIcon AppEntry::icon() const
{
if (m_icon.isNull()) {
if (QFileInfo::exists(m_service->icon())) {
m_icon = QIcon(m_service->icon());
} else {
m_icon = QIcon::fromTheme(m_service->icon(),
QIcon::fromTheme(QStringLiteral("unknown")));
}
}
return m_icon;
}

if (QFileInfo::exists(m_service->icon())) { is returning true here. If I
comment all of that out, the problem stops happening. This code seems weird. I
hven't figured out its purpose yet.

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

[systemsettings] [Bug 425799] Snapping makes it impossible to set up the positioning perfectly on a multi screen setup in the KCM

2022-08-19 Thread S. Bryant
https://bugs.kde.org/show_bug.cgi?id=425799

S. Bryant  changed:

   What|Removed |Added

 CC||st...@bawue.de

--- Comment #4 from S. Bryant  ---
Hi..

Just to say this issue still exists (Plasma 5.25, Wayland).

The snapping does seem to be related to the screen scales, but it ends up
hindering more than helping.  I have three screens, set to 145%, 170% and 100%.
 The first two are the laptop and an external monitor that physically align at
the bottom.  The snapping in the system settings stops them from being
alignable at their lower edges.  It would allow aligning them at the top, but
who has a laptop physically aligned with an external monitor at the top?

The problem wasn't really visible under X11 as all screens had the same scale;
it was also possible to use xrandr to do stuff the system settings couldn't.

A checkbox in the system settings to disable snapping would be great.

A CLI program with a subset of xrandr functionality for Wayland (ie:
positioning) would also be a usable workaround.  Does one exist already?

Lastly, even hand-editing an rc-file and killing+restarting plasmashell or some
other process would do, I think.  Perhaps somebody could tell me which file and
which process - I wasn't able to find out.

Thanks...

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

[www.kde.org] [Bug 457647] New screenshot for Discover

2022-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457647

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/websites/product-screenshots/-/merge_requests/28

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

[korganizer] [Bug 457241] New Todo has floating timezone

2022-08-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457241

gjditchfi...@acm.org changed:

   What|Removed |Added

   Version Fixed In||5.21.1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||incidenceeditor/commit/c8e4
   ||4605d2768d3f5c4a9b9cfcd3d62
   ||3bc88a171

--- Comment #3 from gjditchfi...@acm.org ---
Git commit c8e44605d2768d3f5c4a9b9cfcd3d623bc88a171 by Glen Ditchfield, on
behalf of Glen Ditchfield.
Committed on 19/08/2022 at 15:53.
Pushed by gditchfield into branch 'release/22.08'.

Create new to-dos in the system time zone, not "floating"
FIXED_IN: 5.21.1

M  +6-3src/incidencedefaults.cpp

https://invent.kde.org/pim/incidenceeditor/commit/c8e44605d2768d3f5c4a9b9cfcd3d623bc88a171

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

[digikam] [Bug 458023] Print Creator: Impossible to include Gimp binaries.

2022-08-19 Thread foto19
https://bugs.kde.org/show_bug.cgi?id=458023

--- Comment #8 from fot...@ernst-buerjes.de  ---
Now I found the right way to gimp. It is installed in the snap-folder 
(not in /etc). But which of the files have I to select?

Ernst

Am 19.08.22 um 12:34 schrieb Maik Qualmann:
> https://bugs.kde.org/show_bug.cgi?id=458023
>
> --- Comment #7 from Maik Qualmann  ---
> Apart from the fact that the gimp plugin is normally found automatically if it
> is inside the path environment variable, gimp shows up in the file dialog for
> me. The Qt file dialog only has the option to pass it as a filter.
> Alternatively, you can try activating the native system file dialog in the
> digiKam settings under Miscellaneous.
>
> Maik
>

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

[neon] [Bug 457974] Snap kdevelop crashes at launch

2022-08-19 Thread Maximilian Federle
https://bugs.kde.org/show_bug.cgi?id=457974

--- Comment #47 from Maximilian Federle  ---
if you can find where the GDB environment is constructed (probably somewhere in
https://github.com/KDE/kdevelop/tree/master/plugins/gdb), we can also patch it
out.

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

[frameworks-kio] [Bug 454226] Pointless 'Undo: Copy" option is available in 'Edit' menu after skipping all files in a file operation

2022-08-19 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=454226

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/c34f934e5
   ||8911b0ab64fa9cdbbb662f69ab8
   ||dfda
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
   Version Fixed In||5.98

--- Comment #2 from Ahmad Samir  ---
Git commit c34f934e58911b0ab64fa9cdbbb662f69ab8dfda by Ahmad Samir.
Committed on 19/08/2022 at 15:35.
Pushed by ahmadsamir into branch 'master'.

FileUndoManager: for copyjob only add undo if it copied something

Test plan, before applying this patch:
- copy some files/dirs in dolphin, note the Edit menu now has an "undo copy"
  action
- copy the same files/dirs to the same destination again, you should see
  the copy conflict dialog
- enable "apply to all" and click "skip", nothing is copied; now check the
  Edit menu again, you should see the "undo copy" action still enabled,
  because another undo command was added even when nothing was copied
- trigger "undo copy", nothing happens
- trigger "undo copy" again, now it's asking if you want to delete
  /path/to/dest/files-you-copied-earlier from the destination

Add a unittest.
FIXED-IN: 5.98

M  +57   -0autotests/fileundomanagertest.cpp
M  +1-1autotests/fileundomanagertest.h
M  +11   -0src/widgets/fileundomanager.cpp

https://invent.kde.org/frameworks/kio/commit/c34f934e58911b0ab64fa9cdbbb662f69ab8dfda

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

[frameworks-kglobalaccel] [Bug 430498] Does not respect the local modifications of the .desktop file

2022-08-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=430498

--- Comment #4 from Nicolas Fella  ---
By using KService we would use the already existing ksycoca database, no?

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

  1   2   3   >