[dolphin] [Bug 440004] Location bar should always be shown if toolbar is hidden

2021-07-18 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=440004

--- Comment #3 from Kishore Gopalakrishnan  ---
Would you at least consider adding a toggle to show/hide the in-tab location
bar (similar to 'Settings > Show Toolbar')? The item could be called 'show
dedicated location bar' or 'show in-tab location bar'. 

The current behaviour is quite undiscoverable. For example, I knew that there
was a way to get the location bar to be inside each tab (since I had that on
another machine), but I still had to fiddle with the configuration for a few
minutes before remembering that I had to remove the 'location bar' item in the
toolbar.

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

[digikam] [Bug 440015] Metadata Template insists on putting in a country name.

2021-07-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=440015

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
I cannot reproduce a problem. If the country field should remain empty, the
country must be set to "Unknown". Your mistake will be that you do not apply
the changes in the template editor when you have edited a template. You either
have to add it as a new one with the "Add ..." button or overwrite it with
"Replace ...". A simple "Ok" in the dialog does not apply your changes.

Maik

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

[kdenlive] [Bug 440023] New: Shortcut conflict - select transition and add subtitle

2021-07-18 Thread Anders Lund
https://bugs.kde.org/show_bug.cgi?id=440023

Bug ID: 440023
   Summary: Shortcut conflict - select transition and add subtitle
   Product: kdenlive
   Version: 21.04.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: and...@alweb.dk
  Target Milestone: ---

Two actions, "Select Transition" and "Add Subtitle" has the same shortcut -
Shift++

Add Subtitle wins, probably it is added last, and there is no shortcut for
select transition.

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

[krita] [Bug 398548] Saving a TIFF image with RLE compression causes unreadable images

2021-07-18 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=398548

--- Comment #5 from Dmitry Kazakov  ---
Git commit 49788da184fe01c571780e792498f032700bd629 by Dmitry Kazakov, on
behalf of L. E. Segovia.
Committed on 19/07/2021 at 05:44.
Pushed by dkazakov into branch 'master'.

TIFF: fix display of options for Pixar log compression

The index for the codecsOptionsStack wasn't updated to account for the
removal of the fax options in 5db89dc523fb35e17fd00a2ec204a28405c7ce06.

M  +1-1plugins/impex/tiff/kis_dlg_options_tiff.cpp

https://invent.kde.org/graphics/krita/commit/49788da184fe01c571780e792498f032700bd629

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

[krita] [Bug 414444] Saving as webp doesn't give any option

2021-07-18 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=41

amyspark  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/0d811d346
   ||4a8ba10f3c8dc705a302f030326
   ||a73d
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from amyspark  ---
Git commit 0d811d3464a8ba10f3c8dc705a302f030326a73d by L. E. Segovia.
Committed on 18/07/2021 at 18:04.
Pushed by dkazakov into branch 'master'.

WebP: add libwebp based file format plugin

This commit incorporates a new file format plugin based on the official
libwebp codec. It also brings new import/export dialogs that enable
access to all the available configuration parameters in libwebp as of
1.20. (I have ifdef'd the most recent bits so it should compile with the
latest LTS release.)

CCMAIL: kimages...@kde.org

M  +2-03rdparty/CMakeLists.txt
A  +25   -03rdparty/ext_webp/0001-Fix-CMake-targets-install-directory.patch
A  +15   -03rdparty/ext_webp/CMakeLists.txt
M  +12   -0CMakeLists.txt
M  +1-1build-tools/windows/build-msvc.cmd
M  +1-1build-tools/windows/build.cmd
A  +224  -0cmake/modules/FindWebP.cmake
M  +1-0packaging/android/androidbuild.sh
M  +1-0packaging/linux/appimage/build-deps.sh
M  +1-1packaging/macos/osxbuild.sh
M  +4-0plugins/impex/CMakeLists.txt
M  +2-2plugins/impex/qimageio/krita_qimageio_export.json
M  +2-2plugins/impex/qimageio/krita_qimageio_import.json
A  +27   -0plugins/impex/webp/CMakeLists.txt
A  +166  -0plugins/impex/webp/dlg_webp_export.cpp [License: GPL(v2.0+)]
A  +28   -0plugins/impex/webp/dlg_webp_export.h [License: GPL(v2.0+)]
A  +822  -0plugins/impex/webp/dlg_webp_export.ui
A  +181  -0plugins/impex/webp/dlg_webp_import.cpp [License: GPL(v2.0+)]
A  +54   -0plugins/impex/webp/dlg_webp_import.h [License: GPL(v2.0+)]
A  +421  -0plugins/impex/webp/dlg_webp_import.ui
A  +237  -0plugins/impex/webp/kis_webp_export.cpp [License: GPL(v2.0+)]
A  +29   -0plugins/impex/webp/kis_webp_export.h [License: GPL(v2.0+)]
A  +191  -0plugins/impex/webp/kis_webp_import.cpp [License: GPL(v2.0+)]
A  +32   -0plugins/impex/webp/kis_webp_import.h [License: GPL(v2.0+)]
A  +72   -0plugins/impex/webp/krita_webp.desktop
A  +12   -0plugins/impex/webp/krita_webp_export.json
A  +12   -0plugins/impex/webp/krita_webp_import.json

https://invent.kde.org/graphics/krita/commit/0d811d3464a8ba10f3c8dc705a302f030326a73d

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

[krita] [Bug 439990] Updating filters make them not working anymore

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=439990

--- Comment #2 from webmaster...@gmail.com ---
A way for the end user to be able to fix this and not always having the need to
report as a bug, would be that in Krita 5 to give back the choice of changing
the G'MIC integration the end user would like to use, exactly the same way like
it is done in Krita 4.x where we can chose our G'MIC integration.

I did made a post on Krita.org >
https://krita-artists.org/t/bug-ask-for-regression-krita-5-embedded-gmic-path/26367

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

[lattedock] [Bug 438919] general unresponsiveness and extreme slugishness

2021-07-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=438919

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.

[kscreenlocker] [Bug 438902] screenlocker broken on wayland

2021-07-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=438902

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[korganizer] [Bug 218894] Please add hourly repetitions to KOrganizer

2021-07-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=218894

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

[korganizer] [Bug 78137] print in screen layout

2021-07-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=78137

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

[krita] [Bug 438405] Cannot cancel the operation ongoing

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=438405

--- Comment #1 from acc4commissi...@gmail.com ---
Still happens in git 17f7be2

How to reproduce, for example : 
1 Select Contiguous Selection tool and click the canvas multiple times.
2 Try to cancel the operation by pressing ESC or do anything to cancel it.
3 Krita stuck. Cannot save('Save without waiting', 'Calcel Operation and Save'
both don't work as well), cannot do any other operations. And it eventually
leads to having to force closing Krita.

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

[plasmashell] [Bug 377297] Panel and windows move to wrong screen when displays are added and removed

2021-07-18 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=377297

Alex  changed:

   What|Removed |Added

 CC||kemtulanh_cod...@yahoo.com.
   ||vn

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

[frameworks-plasma] [Bug 440022] New: PC3 RoundButton needs to be reworked

2021-07-18 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=440022

Bug ID: 440022
   Summary: PC3 RoundButton needs to be reworked
   Product: frameworks-plasma
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: components
  Assignee: notm...@gmail.com
  Reporter: noaha...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
Not sure this can be done without breaking changes, but PC3 RoundButton is just
not good.  I'm just noting it here for the future. It needs a number of
changes:

- Width needs to be able to expand or shrink without the background turning
into an oval. Could be done with FrameSvg, but the svg RoundButton currently
uses ("widgets/actionbutton") is not an SVG suitable for FrameSvg. A new SVG is
needed.
- Overall size needs to be able to expand or shrink without increasing or
decreasing the size of certain details such as borders. Strongly related to the
previous issue.
- Corners need to stay rounded when RoundButton has text.
- Implicit size calculation needs to be reworked to be consistent with other
buttons. This is easy, except that it requires fixing the 1st and 2nd issues in
order to look right.
- Radius property should work. Is this incompatible with SVG theming?

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

[frameworks-kxmlgui] [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

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427875

friedrich.schrie...@gmx.net changed:

   What|Removed |Added

 CC||friedrich.schrie...@gmx.net

--- Comment #40 from friedrich.schrie...@gmx.net ---
Could it possibly be that there is an issue with the screen counting?

If you select to move a window to another screen the screens will be labeled
Screen1 and Screen2 while Screen1 will always be the primary screen as can be
seen here
https://drive.google.com/file/d/1w8UEU8rhTzjbMPp95lP5dxtTRVE2Y4WJ/view
(Also apparently you can't take screenshots while in a menu)

When you look at the way screens are displayed in the window settings, you will
see that they start from 0 and count upwards. So in that case Screen0 is the
primary screen.
https://drive.google.com/file/d/1MFi2Or8OsAsla0bn9UykVbgIibEgDWDN/view

Now if you force the screen to appear on Screen0 in the window settings, the
window will appear on the primary screen. If you force Screen1 the window will
appear on the secondary screen. So in my theory the window's last screen
position will be saved as Screen1 mentioned in the first paragraph. But when
loading the window, the window will be placed on Screen1 mentioned in this
paragraph, so the secondary screen.

  Secondary | Primary
saving window's screen2 |1
loading win's   screen1 |0

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

[dolphin] [Bug 439877] Dolphin crashes when right-clicking on file or folder to summon the contextual menu

2021-07-18 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=439877

Tony  changed:

   What|Removed |Added

 CC||jodr...@live.com

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

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

[plasmashell] [Bug 439651] Hovering the mouse over "Activities" in the right click menu triggers a crash.

2021-07-18 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=439651

Tony  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Tony  ---


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

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

[korganizer] [Bug 283273] Korganizer needs the ability to print to Dayrunner ot Daytimer formatted pages

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=283273

gjditchfi...@acm.org changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||gjditchfi...@acm.org

--- Comment #3 from gjditchfi...@acm.org ---
Paper sizes are mostly handled outside of KOrganizer, but in the printer dialog
the printer properties lets you specify a custom page size.  Does that suffice?

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

[kate] [Bug 440021] Changing the font has no effect on the editor that has the focus

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440021

b2.t...@gmx.com changed:

   What|Removed |Added

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

--- Comment #1 from b2.t...@gmx.com ---
the zoom is automatically adapted to maintain the previous rendered size

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

[kate] [Bug 440021] New: Changing the font has no effect on the editor that has the focus

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440021

Bug ID: 440021
   Summary: Changing the font has no effect on the editor that has
the focus
   Product: kate
   Version: 20.12.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: part
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: b2.t...@gmx.com
  Target Milestone: ---

SUMMARY

After changing a setting of the font changes are not applied to the document
that has the focus

STEPS TO REPRODUCE
1. Open two documents in Kate, be sure to set the Zoom to 100%
2. Menu > Settings > Configure Kate
3. Tab Apperance > Font
4. Change the size to the biggest value possible
5. Apply and close the dialog

OBSERVED RESULT

at this point the document that has the docus has still the previous font size
select the other document. This one has the new font size.

EXPECTED RESULT

The two editor font size should be identically big


SOFTWARE/OS VERSIONS

Fedora 33, x86_64
KDE Frameworks 5.79.0
Qt 5.15.2 (construit sur 5.15.2)

OTHER

All the font settings behave the same. The problem was observed when chaning
the font name but
is more obvious to describe using the size.

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

[korganizer] [Bug 281125] Disable alarms/alerts on a per-calendar basis (especially for remote calendars)

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=281125

gjditchfi...@acm.org changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||gjditchfi...@acm.org

--- Comment #1 from gjditchfi...@acm.org ---


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

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

[korganizer] [Bug 191086] wish: read-only calendars should not cause reminder alarms to fire (or this capability should be configurable on a calendar by calendar basis)

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=191086

gjditchfi...@acm.org changed:

   What|Removed |Added

 CC||david.als...@gmail.com

--- Comment #3 from gjditchfi...@acm.org ---
*** Bug 281125 has been marked as a duplicate of this bug. ***

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

[korganizer] [Bug 281092] Allow upload to Google Calendars via iCal

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=281092

gjditchfi...@acm.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||gjditchfi...@acm.org

--- Comment #1 from gjditchfi...@acm.org ---
KOrganizer now supports Google Groupware calendars.

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

[korganizer] [Bug 275574] Make it possible to customize sync frequency for remote calendars

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=275574

gjditchfi...@acm.org changed:

   What|Removed |Added

 CC||gjditchfi...@acm.org
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

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

[korganizer] [Bug 273567] Korganizer needs Sync with Androids phone and tablet

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=273567

gjditchfi...@acm.org changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||gjditchfi...@acm.org

--- Comment #1 from gjditchfi...@acm.org ---
Synchronization is handled by adding Google Groupware calendars, and by KDE
Connect.

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

[kdenlive] [Bug 440020] New: Single track transitions reverse direction each transition

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440020

Bug ID: 440020
   Summary: Single track transitions reverse direction each
transition
   Product: kdenlive
   Version: 21.04.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: vi.ku...@protonmail.com
  Target Milestone: ---

SUMMARY
Single track transitions reverse direction each transition

STEPS TO REPRODUCE
1. Use the single-track transition feature to transition from one clip to
another.
2. Set the wipe file so that the transition is not a dissolve.
3. Repeat for several transitions.

OBSERVED RESULT
Direction of wipe alternates direction each transition.

EXPECTED RESULT
Direction of wipe remains the same with each transition.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux 5.12.15
(available in About System)
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
N/A

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

[kdenlive] [Bug 440019] New: Single track transitions result in audio tracks not being properly silenced

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440019

Bug ID: 440019
   Summary: Single track transitions result in audio tracks not
being properly silenced
   Product: kdenlive
   Version: 21.04.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: vi.ku...@protonmail.com
  Target Milestone: ---

SUMMARY
Single track transitions result in audio tracks not being properly silenced.

STEPS TO REPRODUCE
1. Use the single-track transition feature to transition from one AV clip to
another.
2. Mute the audio track that contains the single-track transition
3. Render a WAV file of just the audio.

OBSERVED RESULT
Rendered audio track alternates between muted and unmuted.

EXPECTED RESULT
Rendered audio track is completely muted.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux 5.12.15
(available in About System)
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
N/A

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

[kmymoney] [Bug 440018] Home Screen Showing Closed Accounts

2021-07-18 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=440018

Jeremy Whiting  changed:

   What|Removed |Added

 CC||jpwhit...@kde.org

--- Comment #1 from Jeremy Whiting  ---
Settings -> Configure KMyMoney (Or maybe apple -> Settings on mac?) -> General
Page -> Filter Tab has a "Do not show closed accounts" checkbox. Should do the
trick.

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

[konsole] [Bug 439831] Resizing the window is slow when the buffer contains a very long line

2021-07-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=439831

--- Comment #2 from Ahmad Samir  ---
FWIW, I used:
$ git fetch --all
$ git tag --contains 2aa61bb9943c4e00d1764fa45f2c210cc92a41de
v21.07.80

(IIRC I picked the tip about --contains from somewhere on the KDE mailing
lists, I think it was Aleix on plasma-devel, handy tip :)).

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

[konsole] [Bug 439831] Resizing the window is slow when the buffer contains a very long line

2021-07-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=439831

Ahmad Samir  changed:

   What|Removed |Added

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

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

[konsole] [Bug 439831] Resizing the window is slow when the buffer contains a very long line

2021-07-18 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=439831

Ahmad Samir  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/2aa6
   ||1bb9943c4e00d1764fa45f2c210
   ||cc92a41de
 CC||a.samir...@gmail.com
   Version Fixed In||21.08

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

[kscreenlocker] [Bug 438099] Endless loop when using PAM module pam_systemd_home.so after wrong password

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=438099

--- Comment #4 from r...@posteo.de ---
Please excuse my late response ...

Next time, I shall directly submit a patch to invent.kde.org

Someone else already did so and fortunately seems to be more knowledgeable
about PAM than I am:
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/39

I guess this issue can be closed when this gets merged.

@David Edmundson
FYI, doing this (I hope I understand correctly what you had in mind) doesn't
also fix the loop (Fedora 34 with kscreenlocker-5.22.3):

case PAM_PROMPT_ECHO_OFF:
pd->classic = 0; // hack
repl[count].resp = pd->conv(ConvGetHidden, pd->classic ? 0 :
msg[count]->msg);
break;

Thanks a lot to everyone :-)

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

[Haruna] [Bug 440007] The size of the icons.

2021-07-18 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=440007

--- Comment #1 from george fb  ---
The answer is "not at the moment" to both questions.
Maybe in the future.

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

[Haruna] [Bug 440006] The window size is not saved

2021-07-18 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=440006

--- Comment #1 from george fb  ---
Created attachment 140172
  --> https://bugs.kde.org/attachment.cgi?id=140172=edit
Haruna window rules

Since you're using Plasma you can use Window Rules to achieve that
Open System Settings and go to Window Management > Window Rules and create a
new rule for haruna.

Or open Haruna and either click the app icon in the titlebar or press Alt+F3
and go to More Actions > Configure Special Window Settings.

Set the Position and Size properties to remember (see attachement).

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

[konsole] [Bug 439831] Resizing the window is slow when the buffer contains a very long line

2021-07-18 Thread Carlos Alves
https://bugs.kde.org/show_bug.cgi?id=439831

Carlos Alves  changed:

   What|Removed |Added

 CC||cbc.al...@gmail.com

--- Comment #1 from Carlos Alves  ---
This problem was fixed in master branch since this commit: 

https://invent.kde.org/utilities/konsole/-/commit/2aa61bb9943c4e00d1764fa45f2c210cc92a41de

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

[Haruna] [Bug 440008] Localization

2021-07-18 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=440008

george fb  changed:

   What|Removed |Added

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

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Adam Stewart
https://bugs.kde.org/show_bug.cgi?id=440016

--- Comment #6 from Adam Stewart  ---
Hmm, even if I unload this module I get the same error. I agree that my
environment is broken but I'm not sure how to fix it. Anyway, it doesn't seem
like this is a problem with valgrind itself, so we can close this. Thanks for
your help!

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

[kid3] [Bug 432578] Missing space after a '.'

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432578

--- Comment #8 from seb.lebre...@gmail.com ---
(In reply to Vladimir Oleynik from comment #7)

> I tried to build Kid3 with Qt 6 where this problem was also fixed and I can
> confirm that it solves this problem, missing spaces are now displayed.

Hi, thanks for the update !
Does this mean another version of kid3 is coming sometimes later with Qt 6 ?
Any idea of a timetable for that ? It's obviously not a major bug but I'll be
happy to update when the fix is integrated.

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

[plasmashell] [Bug 428539] Digital clock shows incorrect time of another timezone due to daylight savings time sync issues between the timezones

2021-07-18 Thread Hourann Bosci
https://bugs.kde.org/show_bug.cgi?id=428539

Hourann Bosci  changed:

   What|Removed |Added

 CC||dab...@gmail.com

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

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-07-18 Thread Bernhard Rosenkränzer
https://bugs.kde.org/show_bug.cgi?id=421780

--- Comment #29 from Bernhard Rosenkränzer  ---
Confirmed, it's caused by compiler flags in qtcore.

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Adam Stewart
https://bugs.kde.org/show_bug.cgi?id=440016

--- Comment #5 from Adam Stewart  ---
I think I found the culprit:

$ module show atp
---
/opt/cray/modulefiles/atp/2.0.4:

conflict atpDebug 
prepend-path MANPATH /opt/cray/atp/2.0.4/man 
setenv   ATP_HOME /opt/cray/atp/2.0.4 
setenv   ATP_MRNET_COMM_PATH
/opt/cray/atp/2.0.4/libexec/atp_mrnet_commnode_wrapper 
setenv   MPICH_ABORT_ON_ERROR 1 
setenv   SHMEM_ABORT_ON_ERROR 1 
setenv   DMAPP_ABORT_ON_ERROR 1 
setenv   ATP_IGNORE_SIGTERM 1 
append-path  PKG_CONFIG_PATH /opt/cray/atp/2.0.4/lib/pkgconfig 
prepend-path PE_PKGCONFIG_LIBS AtpSigHandler 
setenv   ATP_POST_LINK_OPTS -Wl,-L/opt/cray/atp/2.0.4/libApp/  
---

This module is enabled by default on my system. Let me try unloading it and see
if I can build successfully.

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

[kmymoney] [Bug 440018] New: Home Screen Showing Closed Accounts

2021-07-18 Thread Ben
https://bugs.kde.org/show_bug.cgi?id=440018

Bug ID: 440018
   Summary: Home Screen Showing Closed Accounts
   Product: kmymoney
   Version: 5.1.0
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: wellness...@gmail.com
  Target Milestone: ---

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

Hey there devs. I'm not sure if this started happening to me in a specific
version of KMyMoney, or if it was when I switched from Windows to Mac, but in
any case, for the last year or two, my Home Screen Assets & Liabilities Summary
page has been showing even my closed accounts, which is extremely annoying! Is
this a bug or some setting that I can change that I've been unable to find?!
Thanks so much in advance, this software has been great for my needs! :-)

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Adam Stewart
https://bugs.kde.org/show_bug.cgi?id=440016

--- Comment #4 from Adam Stewart  ---
> What is /opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a

No idea.

> why are you trying to link it to valgrind?

I'm not, Autotools is.

> I think there's something very odd about your environment, or how you have 
> configured valgrind, that is causing it to try and link against that library.

Welcome to trying to build software on a Cray supercomputer :)

Things are generally more challenging than necessary on Cray, but all of the
other software I'm building seems to be working other than valgrind. I'm not
sure how to debug this one.

> The full log shows that you're using 
> /mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc as your compiler which 
> is obviously not a standard system compiler so maybe that gcc has been 
> configured with unusual defaults that cause it to try and link against that 
> library?

I'm using the Spack package manager (https://spack.io). Spack uses compiler
wrappers which inject flags like -L and -I based on dependencies. Note that
this weird ATP thing that's getting sucked in isn't one of the dependencies.

I'm guessing that this is something to do with the Cray Compiler Environment,
not with Spack. Let me try building outside of Spack to see if I can reproduce
the issue.

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=440016

Tom Hughes  changed:

   What|Removed |Added

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

--- Comment #3 from Tom Hughes  ---
So this is the link that fails:

../coregrind/link_tool_exe_linux 0x5800
/mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc -o
memcheck-amd64-linux  -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow
-Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align
-Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness
-Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op
-Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions
-fno-stack-protector -fsanitize=undefined -fno-sanitize=alignment
-fno-strict-aliasing -fno-builtin  -fomit-frame-pointer -O2 -static
-nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64
memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o
memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_main_asm.o
memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o
memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a
../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 

as you can see that never mentions libAtpSigHandler so it seems your gcc is
deciding to link against that non-standard library for some reason, even though
we specify -nodefaultlibs, which then fails because -nodefaultlibs has, as
intended, stopping libc being pulled in.

This seems to be a problem with your toolchain I'm afraid.

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=440016

--- Comment #2 from Tom Hughes  ---
The full log shows that you're using
/mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc as your compiler which is
obviously not a standard system compiler so maybe that gcc has been configured
with unusual defaults that cause it to try and link against that library?

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

[valgrind] [Bug 440016] Build error: undefined reference to `sleep'

2021-07-18 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=440016

Tom Hughes  changed:

   What|Removed |Added

 CC||t...@compton.nu

--- Comment #1 from Tom Hughes  ---
What is /opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a and why are you trying to
link it to valgrind?

That's not a standard part of valgrind, and as valgrind doesn't link with libc
you won't be able to link it against anything (like that library) which uses
valgrind.

I think there's something very odd about your environment, or how you have
configured valgrind, that is causing it to try and link against that library.

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

[dolphin] [Bug 439994] Google Drive integration not working

2021-07-18 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=439994

Paul Worrall  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED
 CC||p.r.worr...@gmail.com

--- Comment #1 from Paul Worrall  ---
Hmm. I've just done a fresh install of Kubuntu 21.04, set up a Google account
with access to google drive, installed kio-gdrive, and when I type gdrive: into
Dolphin's address bar, my Google Drive is displayed OK.

I then enabled and installed the backports PPA with the result that kdeinit5
crashes on login and when trying to access google drive I was able to reproduce
the error.

gdrive also works OK on current Neon User 

Setting status to Downstream

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

[kdevelop] [Bug 428688] KDevelop does not handle gdb in version 10.x properly

2021-07-18 Thread Jonathan Neufeld
https://bugs.kde.org/show_bug.cgi?id=428688

Jonathan Neufeld  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||supp...@extollit.com
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #6 from Jonathan Neufeld  ---
I'm still seeing this in KDevelop 5.6.1

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

[digikam] [Bug 435377] Speed up image preview

2021-07-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=435377

--- Comment #10 from Maik Qualmann  ---
I'll definitely have a look at it in the future, but I don't find digiKam to be
slow, at least not here under Linux - on the contrary - I don't want to name
any names - but I find other image viewers slower. My computer is still just a
double core. I only know Picasa in the VM and don't find it any faster than
digiKam.

If I switch between 2 images under Linux that are already in the cache, I don't
see any delay, 300ms would be extreme ... 

Maik

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

[krita] [Bug 440017] Krita closes upon creating/opening new or old files.

2021-07-18 Thread Sunny
https://bugs.kde.org/show_bug.cgi?id=440017

Sunny  changed:

   What|Removed |Added

Summary|Krista closes upon  |Krita closes upon
   |creating/opening new or old |creating/opening new or old
   |files.  |files.

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

[krita] [Bug 440017] Krista closes upon creating/opening new or old files.

2021-07-18 Thread Sunny
https://bugs.kde.org/show_bug.cgi?id=440017

--- Comment #2 from Sunny  ---
Created attachment 140170
  --> https://bugs.kde.org/attachment.cgi?id=140170=edit
Krita log viewer docker report

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

[krita] [Bug 440017] Krista closes upon creating/opening new or old files.

2021-07-18 Thread Sunny
https://bugs.kde.org/show_bug.cgi?id=440017

--- Comment #1 from Sunny  ---
Created attachment 140169
  --> https://bugs.kde.org/attachment.cgi?id=140169=edit
Krita usage log

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

[krita] [Bug 440017] New: Krista closes upon creating/opening new or old files.

2021-07-18 Thread Sunny
https://bugs.kde.org/show_bug.cgi?id=440017

Bug ID: 440017
   Summary: Krista closes upon creating/opening new or old files.
   Product: krita
   Version: 4.4.5
  Platform: Microsoft Windows
OS: Other
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: sunayana.des...@gmail.com
  Target Milestone: ---

Created attachment 140168
  --> https://bugs.kde.org/attachment.cgi?id=140168=edit
Krita system log

SUMMARY
When trying to create a new file or open an old file, Krista closes. No crash
notification is shown. The size of file has ne effect in the outcome. Simply
put, every single time I make the attempt it results in krita closing.

STEPS TO REPRODUCE
1. Open krita
2. Attempt to create new file/open old one
3. In about 3-5 seconds krita closes

OBSERVED RESULT
Krita closes

EXPECTED RESULT
Krita creates a new file and I can access/draw upon said file

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

ADDITIONAL INFORMATION

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

[valgrind] [Bug 440016] New: Build error: undefined reference to `sleep'

2021-07-18 Thread Adam Stewart
https://bugs.kde.org/show_bug.cgi?id=440016

Bug ID: 440016
   Summary: Build error: undefined reference to `sleep'
   Product: valgrind
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: ajstewart...@gmail.com
  Target Milestone: ---

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

SUMMARY

I'm trying to compile valgrind 3.17.0 but I'm encountering a build error.

STEPS TO REPRODUCE
1. configure --enable-ubsan --enable-only64bit
2. make

OBSERVED RESULT

The build error looks like:

../coregrind/link_tool_exe_linux 0x5800
/mnt/a/u/sciteam/stewart1/spack/lib/spack/env/gcc/gcc -o
memcheck-amd64-linux  -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow
-Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align
-Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness
-Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op
-Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions
-fno-stack-protector -fsanitize=undefined -fno-sanitize=alignment
-fno-strict-aliasing -fno-builtin  -fomit-frame-pointer -O2 -static
-nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64
memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o
memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_main_asm.o
memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o
memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a
../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`mySleep':
atpSigHandler.c:(.text+0x59): undefined reference to `sleep'
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`logAltStack':
atpSigHandler.c:(.text+0xe6): undefined reference to `syscall'
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`getApid':
atpSigHandler.c:(.text+0x174): undefined reference to `__getpid'
atpSigHandler.c:(.text+0x192): undefined reference to `ioctl'
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`isEnvVarTrue':
atpSigHandler.c:(.text+0x1cf): undefined reference to `getenv'
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`defaultEnvVar':
atpSigHandler.c:(.text+0x23b): undefined reference to `getenv'
atpSigHandler.c:(.text+0x252): undefined reference to `atoi'
/opt/cray/atp/2.0.4/libApp/libAtpSigHandler.a(atpSigHandler.o): In function
`atpAppSigHandler':
atpSigHandler.c:(.text+0x333): undefined reference to `syscall'
atpSigHandler.c:(.text+0x386): undefined reference to `syscall'
atpSigHandler.c:(.text+0x3a4): undefined reference to `syscall'

EXPECTED RESULT

I would expect things to compile without issue.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Cray CNL5

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

[dolphin] [Bug 440013] Dolhin can't auto update folder view when more than 1 tab is restored

2021-07-18 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=440013

--- Comment #2 from TYY331  ---
(In reply to Patrick Silva from comment #1)
> possibly duplicate if bug 387663

I don't really think it's a duplicate since I can fully reproduce the bug and
the issues pointed at on that bug report seems really hard to reproduce.

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

[digikam] [Bug 302527] TEMPLATE : metadata editing not possible (copyright, city, ...)

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=302527

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

   What|Removed |Added

Version|5.6.0   |7.3.0

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

[plasmashell] [Bug 425997] Pressing 'Shift' to change 'Move to trash' to 'delete' does not work when a sub-context-menu is open

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425997

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.22|5.22.4

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

[plasmashell] [Bug 425997] Pressing 'Shift' to change 'Move to trash' to 'delete' does not work when a sub-context-menu is open

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425997

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/48 |ma/plasma-desktop/commit/1b
   |ecda47defb671b654ee9633b2a8 |9b49b9fa823246c1880232e063c
   |e623699e7d5 |97fd7a916eb

--- Comment #14 from Nate Graham  ---
Git commit 1b9b49b9fa823246c1880232e063c97fd7a916eb by Nate Graham, on behalf
of Derek Christ.
Committed on 18/07/2021 at 20:25.
Pushed by ngraham into branch 'master'.

Fix shift-action modifier in context menu

Before this patch, the shift-action modifier in context menus did not
work when a sub-context menu is open, that does not have the main
context menu as its parent.
The new fix installs an event filter on QApplication whenever a new
context menu is opened to make the context menu aware of shift-presses
even when a sub-context menu is in focus.
FIXED-IN: 5.22


(cherry picked from commit 48ecda47defb671b654ee9633b2a8e623699e7d5)

M  +1-0containments/desktop/plugins/folder/foldermodel.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/1b9b49b9fa823246c1880232e063c97fd7a916eb

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

[plasmashell] [Bug 425997] Pressing 'Shift' to change 'Move to trash' to 'delete' does not work when a sub-context-menu is open

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425997

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/plas
   |em/dolphin/commit/dc3beae3a |ma/plasma-desktop/commit/48
   |b2c55cd3501e17f93b51e93e876 |ecda47defb671b654ee9633b2a8
   |a177|e623699e7d5
   Version Fixed In|21.04   |5.22

--- Comment #13 from Nate Graham  ---
Git commit 48ecda47defb671b654ee9633b2a8e623699e7d5 by Nate Graham, on behalf
of Derek Christ.
Committed on 18/07/2021 at 20:17.
Pushed by ngraham into branch 'Plasma/5.22'.

Fix shift-action modifier in context menu

Before this patch, the shift-action modifier in context menus did not
work when a sub-context menu is open, that does not have the main
context menu as its parent.
The new fix installs an event filter on QApplication whenever a new
context menu is opened to make the context menu aware of shift-presses
even when a sub-context menu is in focus.
FIXED-IN: 5.22

M  +1-0containments/desktop/plugins/folder/foldermodel.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/48ecda47defb671b654ee9633b2a8e623699e7d5

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

[Heaptrack] [Bug 439897] Heaptrack produces impossible/incorrect stack traces

2021-07-18 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=439897

--- Comment #1 from Milian Wolff  ---
Hey there, thanks for your report.

Since you are using gentoo: Are the debug symbols you are using for plasmashell
and qt and so forth matching the build that you profiled?

Is this easily reproducible for me somehow?

I totally agree that the traces are garbage - the question now "just" becomes
figuring out why this happens for you. It could be a bug in libunwind, in the
debug symbol matching, in libbacktrace or in heaptrack itself - so plenty of
room for things to break apart :)

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

[digikam] [Bug 440015] New: Metadata Template insists on putting in a country name.

2021-07-18 Thread jm7
https://bugs.kde.org/show_bug.cgi?id=440015

Bug ID: 440015
   Summary: Metadata Template insists on putting in a country
name.
   Product: digikam
   Version: 7.3.0
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Metadata-Template
  Assignee: digikam-bugs-n...@kde.org
  Reporter: j...@acm.org
  Target Milestone: ---

SUMMARY
Metadata Template insists on putting in a country name.


STEPS TO REPRODUCE
1. open the metadata template editor
2. create a template without touching the location tab.
3. save the template.
4. Use the template.  It will default to "Aruba".
4. reopen the template and navigate to the location tab.  The location will say
"Aruba".

I have tried setting this to "unknown" with the same result.  

OBSERVED RESULT
The default location country is not blank, it is "Aruba".

EXPECTED RESULT

Default template country should be blank and should not change the country in
the metadata if blank.

Location information should be coming from reverse geocoding in any case.

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

ADDITIONAL INFORMATION
This behavior is made worse by the companion bug where the data provided by the
template is not editable.

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

[dolphin] [Bug 439997] Hamburger menu should not be added to context menu if user uses a global menu applet

2021-07-18 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=439997

Felix Ernst  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||fe.a.er...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Felix Ernst  ---
I originally had it like requested here. More specifically it was implemented
so that if the user has *any* menu bar (either the normal one, a global one, or
other alternatives) then the hamburger menu in the toolbar and the right-click
context menu action would both be invisible.

This was then changed by another developer because some of the menu bar
alternatives are somewhat invisible to the user. The argument was: "You can't
assume what the menu [bar] will be or where it will be shown,
it might be a kilometer away from the actual window, making it useful
to have a hamburger menu in the application anyway, and won't clutter
the UI any more since there is no menu bar." see
https://invent.kde.org/frameworks/kconfigwidgets/-/merge_requests/46.

So this is a bit tricky because we seem to not be able to rely on the menu bar
alternatives
I guess the "menu" action in the right-click context menu is in a bit of a
different situation. It is only there so users have an intuitive way back to
showing the menu bar or toolbar once it was hidden. Maybe we can safely assume
that users are able to access the menu sooner or later even if they are using a
somewhat invisible menu bar alternative and hid the toolbar by accident.

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

[plasmashell] [Bug 422111] Battery applet not showing up in tray.

2021-07-18 Thread Sam Edwards
https://bugs.kde.org/show_bug.cgi?id=422111

--- Comment #69 from Sam Edwards  ---
My hunch looks like it was correct; the new log message I added fires off when
the bug occurs:

kde.systemtray: m_sessionServiceWatcher->serviceRegistered(
"org.kde.Solid.PowerManagement" ) but m_dbusSessionServiceNamesFetched=false

At this point, I'm pretty confident that the order of events is:

1) DBusServiceObserver is created and initialized, with
m_dbusSessionServiceNamesFetched=false as per defaults. Plugins are registered,
and the watcher has watch patterns added.
2) DBusServiceObserver::initDBusActivatables() is called; the async ListNames()
request is sent to the session DBus
3) Session DBus server prepares a list of all services presently registered
4) powerdevil finishes initialization and registers the PowerManagement service
(this happens after step 3 above, so it's not in the list)
5) ???
6) m_sessionServiceWatcher's serviceRegistered signal fires to inform
DBusServiceObserver of #4, above
7) The async ListNames() call returns the list from #3, above

When the issue does NOT happen, steps 6<->7 are reversed

The mystery is what's going on in #5, causing these callbacks to run in a
different order. As I see it, there are two possible culprits:

a) DBus itself: It might be that, while DBus does have strict ordering
guarantees between a given pair of endpoints, no ordering guarantees exist with
respect to a third endpoint. Hence, the race is between the
org.freedesktop.DBus service's reply to ListNames() and powerdevil's
(connection's) broadcast announcement of a newly-registered service.
b) Qt: It's possible that, since one signal comes by way of a
QDBusPendingCallWatcher, and the other by way of a QDBusServiceWatcher, there
are races in how the signals themselves are handled.

I find both of these cases pretty hard to believe, though. 'A' shouldn't be
possible since dbus-daemon is single-threaded: if it is preoccupied
handling/returning a ListNames() call, it can't even see the service
registration request yet. But 'B' shouldn't be possible either if Qt is
dispatching these signals in FIFO order and in the same thread that's reading
the incoming messages off of the connection. (Maybe it doesn't?)

I'm going to try to get my session DBus rebound to 127.0.0.1 and do a Wireshark
capture on lo. It'd be very helpful to know the actual order that dbus-daemon
is sending these things to plasmashell.

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

[krita] [Bug 439830] Text tool just not working at all....

2021-07-18 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=439830

--- Comment #10 from Ahab Greybeard  ---
Clicking on that little icon will only have an effect if you have an active
selection on the canvas. I was explaining its purpose and why I initially
assumed you had a selection, which you apparently don't.

So, in the test file I attached, can you create a new text item by dragging out
a rectangle with the SVG Text Tool?
Can you do it in a new vector layer?
If you delete the vector layer(s) in that test file, does using the SVG Text
Tool create a new vector layer for the Placeholder Text?

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

[frameworks-plasma] [Bug 437203] Dots on the new calendar widget are sometimes positioned wrong

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437203

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.85
  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/com
   ||mit/11e2ae62baf87daf2135ce5
   ||5d1ebfdf515969572
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Nate Graham  ---
Let's see if that's good enough. Please re-open if you continue to see problems
here once Frameworks 5.85 is released. Thanks!

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

[frameworks-plasma] [Bug 437203] Dots on the new calendar widget are sometimes positioned wrong

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437203

--- Comment #5 from Nate Graham  ---
Git commit 11e2ae62baf87daf2135ce55d1ebfdf515969572 by Nate Graham, on behalf
of Carl Schwan.
Committed on 18/07/2021 at 19:36.
Pushed by ngraham into branch 'master'.

Add a bit more contrast to event indicator in calendar

Now make it darker on light theme and lighter on dark theme

M  +2-1src/declarativeimports/calendar/qml/DayDelegate.qml

https://invent.kde.org/frameworks/plasma-framework/commit/11e2ae62baf87daf2135ce55d1ebfdf515969572

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

[krita] [Bug 439990] Updating filters make them not working anymore

2021-07-18 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=439990

Ahab Greybeard  changed:

   What|Removed |Added

 CC||ahab.greybe...@hotmail.co.u
   ||k
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Ahab Greybeard  ---
I can confirm that this is a problem with the July 18 5.0.0-prealpha (git
c24193f) appimage.

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

[digikam] [Bug 302527] TEMPLATE : metadata editing not possible (copyright, city, ...)

2021-07-18 Thread jm7
https://bugs.kde.org/show_bug.cgi?id=302527

j...@acm.org  changed:

   What|Removed |Added

 CC||j...@acm.org

--- Comment #21 from j...@acm.org  ---
The bug is still here.

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

[dolphin] [Bug 440004] Location bar should always be shown if toolbar is hidden

2021-07-18 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=440004

Felix Ernst  changed:

   What|Removed |Added

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

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

[dolphin] [Bug 440004] Location bar should always be shown if toolbar is hidden

2021-07-18 Thread Felix Ernst
https://bugs.kde.org/show_bug.cgi?id=440004

Felix Ernst  changed:

   What|Removed |Added

 CC||fe.a.er...@gmail.com

--- Comment #2 from Felix Ernst  ---
>Just my personal opinion.

Not just your personal opinion. :) This was also pretty much my reasoning for
having it this way and not implementing some seemingly random extra behaviour
when a user chooses to hide the toolbar.

If I was to implement it in a way so the location bar is always visible even
after hiding the toolbar, I think we would instead get bug reports about users
not being able to hide the location bar at all.

Sorry Kishore Gopalakrishnan but this is intentional. I think the benefits of
changing it do not outweigh the drawbacks.

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

[digikam] [Bug 435377] Speed up image preview

2021-07-18 Thread Philipp Keck
https://bugs.kde.org/show_bug.cgi?id=435377

--- Comment #9 from Philipp Keck  ---
Created attachment 140166
  --> https://bugs.kde.org/attachment.cgi?id=140166=edit
DigiKam extra log statements when displaying an already-cached image preview

I've inserted some log statements. When measuring the delay very approximately
(with my eyes), I think it's around 300ms. The log messages (see attachment)
account for 200ms, which I think is a good start.

70ms are lost between calling ItemViewCategorized::setCurrentIndex() (which is
in between the ItemViewCategorized::toIndex() log statements) and when
DImgPreviewItem::setPath() is hit with the new path. I haven't figured out how
exactly this call works -- maybe there's just a whole lot of (non-essential)
statements on the way that consume this time, or maybe it uses some kind of
event mechanism that takes a while for the UI thread to get around to doing the
work.

Another 100ms are lost on painting, specifically the scaling in
GraphicsDImgItem::paint():
https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/widgets/graphicsview/graphicsdimgitem.cpp#L260-270
While there's a cache (elsewhere) for file previews read from disk and there's
a cache for resized images (cachedPixmaps), the latter is cleared when
switching to another image (because it's not keyed by the filepath and
presumably only serves to make zooming/panning faster). So when switching back
and forth between images that are already (pre)loaded, there's no cache and the
scaling has to happen every time.

I think extending that cache to retain previously painted pixmaps of other
images/files isn't enough, as when moving forward through an album, all images
are rendered only once. So much like the image preloading, the scaling would
have to happen before the image is rendered for the first time. That might be
hard to do in practice, as it requires knowing the rendering details like
size/coordinates from GraphicsDImgItem::paint().

So while I'm convinced and can measure that this delay is real, and Picasa was
certainly much faster in this regard (no noticeable delay), there doesn't seem
to be any low-hanging fruit wrt. optimizing this.

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

[digikam] [Bug 440012] Extend IPTC Subject codes with XMP Media Topics

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440012

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Should digiKam think about  |Extend IPTC Subject codes
   |Media Topics|with XMP Media Topics

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

[kmail2] [Bug 440014] New: Crash when setting up imap configuration

2021-07-18 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=440014

Bug ID: 440014
   Summary: Crash when setting up imap configuration
   Product: kmail2
   Version: Git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: config dialog
  Assignee: kdepim-b...@kde.org
  Reporter: c...@carlschwan.eu
  Target Milestone: ---

Created attachment 140165
  --> https://bugs.kde.org/attachment.cgi?id=140165=edit
backtrace

SUMMARY

Not sure why this happens suddently. I running on git master, but until
recently everything worked normally. All other resources dialog works
correctly. I attached a backtrace. 

STEPS TO REPRODUCE
1. Open IMAP account configuration

OBSERVED RESULT

Nothing happens and I get a crash notification

EXPECTED RESULT

The dialog opens

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

ADDITIONAL INFORMATION

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

[dolphin] [Bug 440013] Dolhin can't auto update folder view when more than 1 tab is restored

2021-07-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=440013

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
possibly duplicate if bug 387663

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

[plasmashell] [Bug 440009] Sometimes mouse hover fails to activate

2021-07-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=440009

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Patrick Silva  ---


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

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

[plasmashell] [Bug 438950] When I click on the Kickoff menu plasmoid and hover over the first few application categories it doesn't switches to first few categories instantly

2021-07-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=438950

Patrick Silva  changed:

   What|Removed |Added

 CC||med.medin.2...@gmail.com

--- Comment #4 from Patrick Silva  ---
*** Bug 440009 has been marked as a duplicate of this bug. ***

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

[kde] [Bug 439974] Strange semi-transparent shadow around KDE popups

2021-07-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=439974

Patrick Silva  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||bugsefor...@gmx.com

--- Comment #4 from Patrick Silva  ---


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

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

[plasmashell] [Bug 439408] Dirty shadows around certain panes, bars & application menus

2021-07-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=439408

Patrick Silva  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

--- Comment #13 from Patrick Silva  ---
*** Bug 439974 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 440013] New: Dolhin can't auto update folder view when more than 1 tab is restored

2021-07-18 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=440013

Bug ID: 440013
   Summary: Dolhin can't auto update folder view when more than 1
tab is restored
   Product: dolphin
   Version: 21.04.3
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: sebastian.p...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

If I use the standard Dolphin settings, where it remembers the previous state
on opening, and that previous state happens to have more than one tab opened,
Dolphin is unable to update the folder contents on real time (for example
creating a file with a text editor on that folder) relying on pressing F5 to
update it's content (pressing F5 before I make changes fixes the issue, seems
like this "unfreezes" the view). This bug doesn't happen if the remember state
option is disabled or the restored state only has one tab opened.

STEPS TO REPRODUCE
1. Use Dolphin default settings for state restore
2. Open more than one tab
3. Close and reopen Dolphin
4. Use a text editor to create a file on the same folder showed by Dolphin on
the active tab

OBSERVED RESULT
The folder contents are not updated, the user needs to hit F5 on Dolphin to
trigger an update to show the new folder contents, this bug is 100%
reproducible.

EXPECTED RESULT
Folder contents should auto update when changes are made to said folder.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro KDE with 5.10 Kernel
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2

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

[plasmashell] [Bug 422111] Battery applet not showing up in tray.

2021-07-18 Thread Sam Edwards
https://bugs.kde.org/show_bug.cgi?id=422111

--- Comment #68 from Sam Edwards  ---
Regarding theory 1: I was seeing the "Found DBus-able Applet" log for
batterymonitor/PowerManagement before the init call
Regarding theory 2: My debug log was at the top of serviceRegistered

However, my debug log wasn't in the constructor's connect lambdas, so it's
possible that the service is being registered while
m_dbusSessionServiceNamesFetched is still false (i.e. after the handling of
ListNames but before the delivery of the return value)

I'll check for that -- I might also want to get DBus running over TCP so I can
capture the raw traffic.

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

[plasmashell] [Bug 427826] Window thumbnails usually aren't displayed on Wayland

2021-07-18 Thread King Kang Kong
https://bugs.kde.org/show_bug.cgi?id=427826

King Kang Kong  changed:

   What|Removed |Added

 CC||r2b2x3+kde...@gmail.com

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

[dolphin] [Bug 301758] Truncate names rather than showing a horizontal scrollbar in Places panel

2021-07-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=301758

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||21.12
 CC||elvis.angelac...@kde.org

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

[dolphin] [Bug 301758] Truncate names rather than showing a horizontal scrollbar in Places panel

2021-07-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=301758

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/deaf5916f
   ||2f87d78825f33f2ba11475a24c9
   ||380f

--- Comment #8 from Elvis Angelaccio  ---
Git commit deaf5916f2f87d78825f33f2ba11475a24c9380f by Elvis Angelaccio, on
behalf of Eugene Popov.
Committed on 18/07/2021 at 16:58.
Pushed by elvisangelaccio into branch 'master'.

[PlacesPanel] Remove horizontal scrollbar

This MR removes the horizontal scrollbar of the Places panel. For titles that
don't fit in the panel, their elided versions will be used (i.e., with ...).

M  +11   -0src/panels/places/placesview.cpp
M  +3-0src/panels/places/placesview.h

https://invent.kde.org/system/dolphin/commit/deaf5916f2f87d78825f33f2ba11475a24c9380f

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

[dolphin] [Bug 440004] Location bar should always be shown if toolbar is hidden

2021-07-18 Thread Podagric
https://bugs.kde.org/show_bug.cgi?id=440004

Podagric  changed:

   What|Removed |Added

 CC||kde.podag...@slmail.me

--- Comment #1 from Podagric  ---
Honestly, I don't see any problem with current behavior. If I choose something
to hide, it's because I don't want to see it.

And displaying another panel after hiding one makes the shortcut multifunction.
In other words, clicking Show/Hide Toolbar would not be enough to describe the
action of this option, rather "Show/Hide Toolbar And show location bar inside
the tab" would. A complete mess and unnecessary complexity.

An option to toggle between displaying the location in/out of the tab would
make more sense, but it's nothing you can't do right now and I still don't
think it's worth the effort, because I don't see any use for it.

Just my personal opinion.

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

[krita] [Bug 439830] Text tool just not working at all....

2021-07-18 Thread Chenille33
https://bugs.kde.org/show_bug.cgi?id=439830

--- Comment #9 from Chenille33  ---
(In reply to Ahab Greybeard from comment #8)
> Created attachment 140154 [details]
> some text as an example
> 
> The icon at the bottom left is affected by the theme. I have 'krita neutral'
> and that icon goes from a definite 'inactive' to a definite 'active' when I
> make a selection, hence my assumption.
> You have a darker theme where this difference is less obvious or not at all
> obvious. Hence the confusion.
Ok I understand. But I don't known for you but clicking (right or left) on this
left bottom icon don't change anything or open no window : this is right ?
If yes how can I (like you suggested) quit this mod ?


> I've attached an example .kra file with some text in it.
> Please try that to see if you can edit the text.
It's working if I edit your text in your file. Thanks for the test.

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

[digikam] [Bug 440012] New: Should digiKam think about Media Topics

2021-07-18 Thread herb
https://bugs.kde.org/show_bug.cgi?id=440012

Bug ID: 440012
   Summary: Should digiKam think about Media Topics
   Product: digikam
   Version: 7.4.0
  Platform: Other
OS: Other
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Metadata-Xmp
  Assignee: digikam-bugs-n...@kde.org
  Reporter: her...@web.de
  Target Milestone: ---

SUMMARY
Media Topics instaed of Subject-Codes

Select an image;
Item -> Edit metadata... opens the dialog to edit metadata
Go to tab Edit IPTC/Edit XMP  -> Subjects

Here within "Use standard reference code" we have a dropdown box with about
1400 entries like 0100  (8 digits)
each representing an IPTC subject-code

This dropdown box is also shown with: Settings -> Configure digiKam ->
Templates -> Subjects

(1)
IPTC group has decided to NOT maintain the subject-codes any more.
Instead the Media Topics should be used.
For details please see https://www.iptc.org/std/NewsCodes/guidelines/

Currently both lists are more or less identical, but they are not 100%
identical
e.g.: medtop:20001131 is subjectcode:17005000

(2)
It would be very very helpful to see not only the reference, but
- this reference together with its Name, Matter and Detail
- before the user has selected an entry

After the user has selected an entry these fields are updated in "use custom
definition"

(3)
IPTC maintains the MediaTopic in various languages.
So it would also be helpful to support these languages.

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

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

[plasmashell] [Bug 434805] Additional header appears if more than one device is mounted

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434805

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.23

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

[plasmashell] [Bug 434805] Additional header appears if more than one device is mounted

2021-07-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434805

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||8a1217fc0e2746088f796d73e50
   ||6e9a29eea1a07
 Resolution|INTENTIONAL |FIXED

--- Comment #3 from Nate Graham  ---
Git commit 8a1217fc0e2746088f796d73e506e9a29eea1a07 by Nate Graham, on behalf
of Eugene Popov.
Committed on 18/07/2021 at 16:10.
Pushed by ngraham into branch 'master'.

Add action to unmount all devices

This patch adds an action to unmount all mounted devices. Also it fixes the
issue where an additional header appears if more than one device is mounted.

M  +9-0applets/devicenotifier/package/contents/ui/DeviceItem.qml
M  +7-0applets/devicenotifier/package/contents/ui/devicenotifier.qml

https://invent.kde.org/plasma/plasma-workspace/commit/8a1217fc0e2746088f796d73e506e9a29eea1a07

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

[plasma-nm] [Bug 432947] Disconnecting from a wifi network while there's an active VPN connection hangs Plasma for a moment

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432947

--- Comment #12 from m11.1l1@gmail.com ---
(In reply to Shavez from comment #11)
> I can still reproduce it when switching from one Wireless network to
> another. But it happens only when I switch 3-4 times in quick succession.

So I guess it's close to be solved completely :)

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

[kdeconnect] [Bug 440011] New: When laptop is on 2.4ghz and phone on 5ghz on the same network they cant see each other

2021-07-18 Thread John lanser
https://bugs.kde.org/show_bug.cgi?id=440011

Bug ID: 440011
   Summary: When laptop is on 2.4ghz and phone on 5ghz on the same
network they cant see each other
   Product: kdeconnect
   Version: 1.10
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: john.lan...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Laptop connect to ssid 0n 2.4GHz
2. Phone connected via 5GHz on same ssid
3. 

OBSERVED RESULT
Fail to connect, can't see each other

EXPECTED RESULT
Normal connection

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System) Opensuse tumbleweed
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
Kernal : 5.13.1-1
ADDITIONAL INFORMATION

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

[plasmashell] [Bug 370465] Window state is hard to tell by looking at the task manager button; consider using different background colors for more states

2021-07-18 Thread Flupp
https://bugs.kde.org/show_bug.cgi?id=370465

Flupp  changed:

   What|Removed |Added

 Attachment #140163|0   |1
is obsolete||

--- Comment #20 from Flupp  ---
Created attachment 140164
  --> https://bugs.kde.org/attachment.cgi?id=140164=edit
different window/button states with plasma-workspace 5.22.3

(Upload image again with correct MIME type.)

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

[plasmashell] [Bug 422111] Battery applet not showing up in tray.

2021-07-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422111

--- Comment #67 from David Edmundson  ---
Thanks for all your help so far

I am unaware of any reason that would happen.

>From a DBus POV we quite explicitly:
 - create a match rules for a service being added, no-op locally
 - start an async fetch of services
 - once that's done we locally connect the match rule created above (unblock
the m_dbusSessionServiceNamesFetched flag)

In theory nothing is racey.

Two theories:
 - can you confirm we always call registerPlugin with the right arg before
initDBusActivatables
  - can you put some debug at the top of serviceRegistered and see if we're
getting in there at all, there is an early return there


Assuming that matches up with the theory of DBus going awry I'll try and write
a smaller text based test case we can run against.

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

[plasmashell] [Bug 370465] Window state is hard to tell by looking at the task manager button; consider using different background colors for more states

2021-07-18 Thread Flupp
https://bugs.kde.org/show_bug.cgi?id=370465

Flupp  changed:

   What|Removed |Added

 CC||bugs.kde.org@derflupp.e4war
   ||d.com

--- Comment #19 from Flupp  ---
Created attachment 140163
  --> https://bugs.kde.org/attachment.cgi?id=140163=edit
different window/button states with plasma-workspace 5.22.3

With the patch from 2019-12-09, which (also) uses the background color for
representing the window state, the situation got much better. Thanks!

However, an important issues I initially mentioned still remains:

“
* A hovered button always has the same visual representation, disregarding the
state of the window completely. This implies, that the visual representation
does not change after clicking the button, while the actual state of the window
does change. I often click task bar buttons repeatedly, because I do not see a
change of the button and the related window is in another corner of another
monitor and therefore out of my field of view.
”

I am not sure if I shall reopen this issue or create another issue for that.

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

[plasma-nm] [Bug 432947] Disconnecting from a wifi network while there's an active VPN connection hangs Plasma for a moment

2021-07-18 Thread Shavez
https://bugs.kde.org/show_bug.cgi?id=432947

--- Comment #11 from Shavez  ---
I can still reproduce it when switching from one Wireless network to another.
But it happens only when I switch 3-4 times in quick succession.

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

[systemsettings] [Bug 34362] Support for configuring additional mouse buttons

2021-07-18 Thread Rob Kam
https://bugs.kde.org/show_bug.cgi?id=34362

Rob Kam  changed:

   What|Removed |Added

 CC||rob...@gmx.com

--- Comment #48 from Rob Kam  ---
Twenty years later and this is still unresolved?

Going to System Settings > Input Devices > Keyboard > Advanced > Swap ESC and
Caps Lock is a piece of cake.

Then going to System Settings > Input Devices > Mouse there is nothing for
changing e.g.
Wheel Down > Screen down 
Wheel Up > Screen up
Button Forward > Control + Left click
Button Back > Shift + Left click

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

[frameworks-syntax-highlighting] [Bug 439835] VHDL text highlighting problem after "abs" and "not" operator overload

2021-07-18 Thread Jan Paul Batrina
https://bugs.kde.org/show_bug.cgi?id=439835

Jan Paul Batrina  changed:

   What|Removed |Added

 CC||jpmbatrin...@gmail.com

--- Comment #1 from Jan Paul Batrina  ---
Created attachment 140162
  --> https://bugs.kde.org/attachment.cgi?id=140162=edit
Kate 20.12.2 with correct vhdl highlighting

Hello, thanks for the bug report!

I'm not too familiar with VHDL, but I think the screenshot attached (Kate
20.12.2) shows correct highlighting.

It is possible that linux mint's kate/ktextditor/syntax-highlighting version is
too old (libkf5syntaxhighlighting5 in Ubuntu 20.04 repos is version 5.68,
released March 2020) and the fix might already be in newer versions. Try if
kate's appimage (https://binary-factory.kde.org/job/Kate_Release_appimage/)
exhibits the same problem

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

[krunner] [Bug 440010] New: Applications may be launched over-eagerly when hitting backspace

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440010

Bug ID: 440010
   Summary: Applications may be launched over-eagerly when hitting
backspace
   Product: krunner
   Version: 5.22.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: alexander.loh...@gmx.de
  Reporter: bugs.7n...@aleeas.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY

Pressing Backspace may cause KRunner to trigger an application launch. This is
surprising, since backspace usually does not trigger active actions but instead
are used to initiate a correction of sorts.

A typical scenario where this happens is this: I want to launch LibreOffice
Writer, so I intend to type "writer". Sometimes I typo and end up with
"writr" (hitting "Enter" by muscle memory), which (rightfully) doesn't
do anything since no applications match that phrase. However, pressing
backspace to correct the typo will cause KRunner to *immediately* launch
KWrite, which is the top result for the phrase "writ".

This behavior has led to a number of startling experiences for me, until today
I finally figured out that it's the combination of Enter and Backspace that
triggers it.



STEPS TO REPRODUCE
1. Launch krunner (Alt+F2), enter "writr" (typo intended)
2. Hit Enter (nothing should happen)
3. Hit Backspace

(An even more critical variant of this is to enter "writr" and then press
"ctrl+A,Backspace" to clear the line. The next letter entered will cause a
basically random application to launch!)

OBSERVED RESULT

KWrite is launched upon pressing Backspace

EXPECTED RESULT

Nothing should be launched; instead, the search phrase should turn to "writ" so
I can correct it.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2

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

[plasmashell] [Bug 440009] New: Sometimes mouse hover fails to activate

2021-07-18 Thread medin
https://bugs.kde.org/show_bug.cgi?id=440009

Bug ID: 440009
   Summary: Sometimes mouse hover fails to activate
   Product: plasmashell
   Version: 5.22.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: med.medin.2...@gmail.com
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 140161
  --> https://bugs.kde.org/attachment.cgi?id=140161=edit
Sometimes mouse hover fails to activate

If you move mouse from outside the launcher to any category with high speed and
without adding any extra movements at the end, mouse hover fails to activate.
See attached video for more info.

Operating System: Manjaro Linux
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.2
Kernel Version: 5.4.131-1-MANJARO (64-bit)
Graphics Platform: X11

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

[plasma-nm] [Bug 432947] Disconnecting from a wifi network while there's an active VPN connection hangs Plasma for a moment

2021-07-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432947

--- Comment #10 from m11.1l1@gmail.com ---
Strangely enough, I can't reproduce it anymore...

Perhaps the issue is solved?

KDE Plasma Version : 5.22.3
KDE Frameworks Version : 5.84.0
Qt Version: 5.15.2

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

[dolphin] [Bug 439864] Dolphin resets to "Home" and forgets paths of all tabs that are not available on start [regression]

2021-07-18 Thread ttrovo
https://bugs.kde.org/show_bug.cgi?id=439864

--- Comment #7 from ttrovo  ---
Thanks for reply, have a great vacation.

I do have limited expectations, but this feature already was implemented and is
kind of crucial in my user-case.

With the whole save-session feature of Dolphin I could have relied on - just
close Dolphin and continue from the last place.
Even if place is not mounted - I could have just remount and F5 tab - I have my
progress saved.
Now if I open Dolphin when I forgot to mount disk - I have 7-10 tabs Home. 

OK, maybe there are some people who prefer saving session but loosing
unavailable locations on startup.

How about adding a checkbox in settings: "On startup close tabs with
unavailable location"?

It would allow these people and people like me who used reliable sessions to
coexist happily.

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

[kdenlive] [Bug 439849] Crash upon inserting a multi-audio clip while some tracks are locked.

2021-07-18 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=439849

emohr  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||fritzib...@gmx.net
   Severity|normal  |crash

--- Comment #1 from emohr  ---
Thank you for reporting. I can confirm the crash (with version 21.04.3). 

Lock all needed video and audio tracks the clip needs. Insert the clip into the
timeline. Nothing happen. Unlock the video track and insert the clip again ->
Kdenlive crash. I could not create a gdb log as Kdenlive is frozen.

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

  1   2   >