[neon] [Bug 445813] KDE proxy settings are not picked up by libproxy

2021-11-21 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=445813

--- Comment #3 from Malte S. Stretz  ---
(In reply to Harald Sitter from comment #2)
> qtpaths is a developer tool, it really shouldn't be called by runtime code.
> seeing as it appears not functionally required I guess we can just ignore it.

If that's the case I guess I'll open a libproxy issue then. If I read the
historical issues correctly while debugging this it looks like somebody once
reported a performance issue with libproxy (because it calls kreadconfig5 for
each request) and the output from qtpaths is used to find the kioslaverc file
and invalidate the cache if it changes (or not cache at all if none was found):
https://github.com/libproxy/libproxy/blob/49bc258fd56db6ee0518058129f8fdc7f35a57e8/libproxy/modules/config_kde.cpp#L49
https://github.com/libproxy/libproxy/blob/49bc258fd56db6ee0518058129f8fdc7f35a57e8/libproxy/modules/config_kde.cpp#L201
https://github.com/libproxy/libproxy/blob/49bc258fd56db6ee0518058129f8fdc7f35a57e8/libproxy/modules/config_kde.cpp#L210

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

[kwin] [Bug 445667] Cannot load video wall config

2021-11-21 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=445667

Alexander Lohnau  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/468acd0cbed9
   ||036f1951e8ab1610880253aa3f3
   ||e
 Resolution|--- |FIXED

--- Comment #3 from Alexander Lohnau  ---
Git commit 468acd0cbed9036f1951e8ab1610880253aa3f3e by Alexander Lohnau.
Committed on 22/11/2021 at 07:48.
Pushed by alex into branch 'master'.

Fix determining of scripted effect config from KPluginSelector

In the KPluginSelector we don't have the possibility to set the args for
each KCM. Because of that we use the metadata of the KPluginFactory as a
fallback to read the plugin keyword, which specifies the KCM we want to
display.

This requires kcmutils 54b196a9bad88732debe0b49111af4755268f09f, which landed
in the last release.

M  +11   -2src/scripting/genericscriptedconfig.cpp

https://invent.kde.org/plasma/kwin/commit/468acd0cbed9036f1951e8ab1610880253aa3f3e

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

[plasmashell] [Bug 445910] New: Search uses wrong Kickoff instance

2021-11-21 Thread Ian
https://bugs.kde.org/show_bug.cgi?id=445910

Bug ID: 445910
   Summary: Search uses wrong Kickoff instance
   Product: plasmashell
   Version: 5.23.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: ieknight1...@gmail.com
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 143827
  --> https://bugs.kde.org/attachment.cgi?id=143827=edit
video of the problem

SUMMARY
When using more than 1 instance of Kickoff (for example with multiple monitors
or 2 panels on 1 monitor), typing to search inputs the text in the most recent
instance of kickoff that a search was done in, not the currently open instance.

STEPS TO REPRODUCE
1. Have 2 instances of Kickoff present on 1 desktop
2. Open the first instance and type something to search for.
3. Open the the second instance and type something to search for.
4. Re-open the first instance

OBSERVED RESULT
The first instance works normally, but typing in the second instance, no text
appears.
Re-opening the first instance, the text typed in the second instance appears in
the search bar.
Manually clicking the search bar and typing works normally if all instances
have been cleared.

EXPECTED RESULT
Opening any instance of kickoff and typing results in a new search in that
instance.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Tried removing ~/.config/plasma-org.kde.plasma.desktop-appletsrc
but still persisting.

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

[valgrind] [Bug 445300] [PATCH] Fix building tests with Musl

2021-11-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445300

Paul Floyd  changed:

   What|Removed |Added

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

--- Comment #12 from Paul Floyd  ---
Looks good.

Pushed as
commit e484eee0bdf0a77fc260b69ac7495352e1a972e3

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

[plasmashell] [Bug 445909] New: Timer widget: is very broken in terms of UI

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445909

Bug ID: 445909
   Summary: Timer widget: is very broken in terms of UI
   Product: plasmashell
   Version: 5.23.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: random1123581...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
The Timer widget that comes installed on a fresh install is very broken. When
pinned to a panel, it doesn't seem to see the Plasma font and still uses its
black font even when the Plasma theme is a dark theme. And it doesn't resize to
fill the height of the panel but remains with extremely small text. Moreover,
there is no popup for configuring/showing the UI when it's pinned to the panel,
which every other widget has. 

STEPS TO REPRODUCE
n/a

OBSERVED RESULT
The Timer widget is very broken.

EXPECTED RESULT
There should be some kind of popup when the widget pinned to the panel is
clicked, perhaps showing the countdown in a visual way with a circular clock
with bars depicting the elapsed time (like the Kronometer app's icon)
Further, it should resize to be slightly bigger when it's pinned to the panel

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[neon] [Bug 445813] KDE proxy settings are not picked up by libproxy

2021-11-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=445813

--- Comment #2 from Harald Sitter  ---
qtpaths is a developer tool, it really shouldn't be called by runtime code.
seeing as it appears not functionally required I guess we can just ignore it.

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

[digikam] [Bug 445689] Unable to change exif data with BatchQueueManager

2021-11-21 Thread RicDev
https://bugs.kde.org/show_bug.cgi?id=445689

--- Comment #10 from RicDev  ---
Hello, yesterday I restarted my scanning negative film roll activity. 
I left the Properties tab active. I've scanned about 12 rolls without problems.

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

[krita] [Bug 445831] Krita 5 crashes at "Convert to File Layer ..."

2021-11-21 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=445831

Dmitry Kazakov  changed:

   What|Removed |Added

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

--- Comment #2 from Dmitry Kazakov  ---
Okay, no need for additional info, I can reproduce it here and it **is**
related to my patches.

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

[krita] [Bug 445831] Krita 5 crashes at "Convert to File Layer ..."

2021-11-21 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=445831

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Dmitry Kazakov  ---
Hi, Andreas! 

Could you please specify the exact sha1 of the build you have this crash in? It
should be either in the package name or in Help->About box.  

The crash might be related to the patches I did on Friday

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

[krita] [Bug 445831] Krita 5 crashes at "Convert to File Layer ..."

2021-11-21 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=445831

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com

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

[kwin] [Bug 376363] Disable application launcher on meta key when "Sticky Keys" enabled.

2021-11-21 Thread Dotan Cohen
https://bugs.kde.org/show_bug.cgi?id=376363

Dotan Cohen  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED
 CC||kde-2011...@dotancohen.com
 Resolution|WAITINGFORINFO  |---

--- Comment #9 from Dotan Cohen  ---
> This issue report is quite old. Can you please confirm, that it still 
> persists with KDE 5.23?

Still persists.

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

[systemsettings] [Bug 445908] New: Feature Request: have a seperate font category for 'Plasma', that allows you to set the font of Plasma widgets and panels

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445908

Bug ID: 445908
   Summary: Feature Request: have a seperate font category for
'Plasma', that allows you to set the font of Plasma
widgets and panels
   Product: systemsettings
   Version: 5.23.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_fonts
  Assignee: plasma-b...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
Currently, there is a 'General' font that configures everything. I think more
granularity would be better, so that the font for Plasma widgets and panels can
be set slightly smaller than everything else. I think there is a usecase for
needing small fonts for, say, monitoring widgets pinned to the screen or for
the Task Manager with app labels.

STEPS TO REPRODUCE
n/a

OBSERVED RESULT
There is no way to configure fonts in widgets/panels without configuring the
General font which messes with the fonts of everything.

EXPECTED RESULT
There should be a 'Plasma font' category which configures the fonts of only
Plasma panels and widgets

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[kwin] [Bug 445907] New: kwin_wayland crashes on start in KWin::DrmProperty::setPropertyLegacy

2021-11-21 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=445907

Bug ID: 445907
   Summary: kwin_wayland crashes on start in
KWin::DrmProperty::setPropertyLegacy
   Product: kwin
   Version: git master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: platform-drm
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bharadwaj.raju...@protonmail.com
  Target Milestone: ---

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

SUMMARY
Since recently updating to git master (Neon Unstable packages), kwin_wayland
crashes in KWin::DrmProperty::setPropertyLegacy. Backtrace attached.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3

KWin build version: git20211120.0332-0

HARDWARE
GPU: Mesa DRI Intel G41

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

[kmail2] [Bug 334213] Stuck "Mail filter agent" progressbar

2021-11-21 Thread Kamil Dudka
https://bugs.kde.org/show_bug.cgi?id=334213

Kamil Dudka  changed:

   What|Removed |Added

 CC||kdu...@redhat.com

--- Comment #17 from Kamil Dudka  ---
I have been observing this for 5 years or so.  It still happens with kmail
5.17.3.  I do not use any filters in kmail but it makes the overall progress
bar less useful.  Just quitting kmail and starting it again makes the problem
disappear for me but the issue reappears whenever kmail starts akonadi for
itself.

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

[plasmashell] [Bug 445906] New: Feature Request: The amount of audio percentage change per Function key press can be configured, but the same thing for brightness doesn't exist.

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445906

Bug ID: 445906
   Summary: Feature Request: The amount of audio percentage change
per Function key press can be configured, but the same
thing for brightness doesn't exist.
   Product: plasmashell
   Version: 5.23.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Battery Monitor
  Assignee: k...@privat.broulik.de
  Reporter: random1123581...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
Currently, right clicking on the Audio widget in the panel and selecting
'Configure Audio Volume' allows you to set the amount of volume changed per
function key press or mouse scroll on the widget using the 'Volume step'
option. 
Feature Request: have a similar tool for the Battery applet that lets you
configure the amount of display brightness changed through a function key press
or when scrolling on the widget.

STEPS TO REPRODUCE
n/a 

OBSERVED RESULT
There is no way to configure 'Brightness step'

EXPECTED RESULT
There should be a way to configure 'Brightness step'

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[frameworks-kactivities] [Bug 445905] New: While changing activities, wallpapers slide and there is no way to disable this

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445905

Bug ID: 445905
   Summary: While changing activities, wallpapers slide and there
is no way to disable this
   Product: frameworks-kactivities
   Version: 5.88.0
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: ivan.cu...@kde.org
  Reporter: random1123581...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
When the Activity is changed, the wallpaper slides (if different wallpapers are
used on different activities), and there is no way to configure/switch this
off. This occurs even when animations are disabled.

STEPS TO REPRODUCE
1. Create two Activities, and change the wallpaper for one of them
2. Set Animation Speed in System Settings to instant
3. Change activities

OBSERVED RESULT
The wallpaper slides

EXPECTED RESULT
There should be a way to configure this in the Activities configuration page in
System Settings, like there currently is for Virtual Desktops. You can set what
animation you want while changing Virtual Desktops (or disable the animation
altogether), you should be able to configure the same for Activities.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
I'm not sure if this is the right category  to report this bug.

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

[okular] [Bug 445904] New: Hitting escape when a text selection has been done does not deselect the text

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445904

Bug ID: 445904
   Summary: Hitting escape when a text selection has been done
does not deselect the text
   Product: okular
   Version: 21.08.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
Please make the Esc key deselect the text when text is selected. This is
probably expected by the user, since the Esc key mostly does this everywhere
else (eg. Kate)

STEPS TO REPRODUCE
1. Select some text using the Text Selection tool
2. Try to deselect it by pressing the Escape key 

OBSERVED RESULT
Nothing happens, the text remains selected

EXPECTED RESULT
The text should deselect

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[okular] [Bug 445903] New: Having a text selection and then switching to a highlight tool no longer allows you to deselect the text selection, not even Escape works.

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445903

Bug ID: 445903
   Summary: Having a text selection and then switching to a
highlight tool no longer allows you to deselect the
text selection, not even Escape works.
   Product: okular
   Version: 21.08.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
The summary above.

STEPS TO REPRODUCE
1. Select the 'Text selection' tool, and then select some lines in the
document.
2. Now, without deselecting your previous selection, go to the highlight tool
(has not been tested by me with other tools)
3. press Escape, or click elsewhere in the document to try and deselect the
selected text.

OBSERVED RESULT
You can't deselect the text in any way when the highlighter tool is enabled,
not even the keyboard shortcut for deselect works.

EXPECTED RESULT
You should be able to deselect by clicking Escape or by clicking on a part of
the document that's away from the selection.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[okular] [Bug 445902] New: when the line breaks in the middle of the page, the line cannot be highlighted anymore from anywhere, you have to move to the place where the line broke to get it to recogni

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445902

Bug ID: 445902
   Summary: when the line breaks in the middle of the page, the
line cannot be highlighted anymore from anywhere, you
have to move to the place where the line broke to get
it to recognize the line as a part of the highlight
(sometimes works)
   Product: okular
   Version: 21.08.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
Pretty much the summary above


STEPS TO REPRODUCE
1. Try to highlight the ending of a paragraph where the text ends somewhere
near the middle of the line. Start the highlight from a couple lines above the
end of the paragraph.

OBSERVED RESULT
When the highlighter *is* over the end line, but it's at the right - beyond the
end of the text - it doesn't highlight that last line

EXPECTED RESULT
It should be able to highlight the text no matter where over the line it is.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
This sometimes work, but it also sometimes doesn't, depending on the document

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

[plasmashell] [Bug 445901] New: Cannot remove favorites with touchscreen

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445901

Bug ID: 445901
   Summary: Cannot remove favorites with touchscreen
   Product: plasmashell
   Version: 5.23.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: h...@kde.org
  Reporter: personalizedrefrigera...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
A long tap on items in the task manager (Icons-Only Task Manager) should open
the context menu for that item. Without this context menu, users cannot easily
remove an item from favorites.


STEPS TO REPRODUCE
1. Tap and hold on an icon in the task manager

OBSERVED RESULT
The icon activates as if left-clicked.

EXPECTED RESULT
The context/right-click menu should be shown.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 35, Wayland
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Only tested on Wayland.

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

[okular] [Bug 445868] Okular fills "number only" PDF forms fields with the wrong thousands separator.

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445868

--- Comment #2 from tnem...@free.fr ---
Created attachment 143825
  --> https://bugs.kde.org/attachment.cgi?id=143825=edit
PDF with numbers only form fields

Numbers only form fields are, for example, in cases B1-6 and B1-8.

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

[kinfocenter] [Bug 445861] Distro icon missing from kinfocenter after upgrading

2021-11-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=445861

Harald Sitter  changed:

   What|Removed |Added

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

--- Comment #2 from Harald Sitter  ---
What's the output of `env`?

I seem to remember that there was a piece of software that plays with
xdg_data_dirs which supposedly might get in the way of kubuntu branding.

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

[krita] [Bug 445790] In French: Use noun instead of verb for layer group default name

2021-11-21 Thread Unknown
https://bugs.kde.org/show_bug.cgi?id=445790

Unknown  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Unknown  ---
SVN commit 1613442 by jjazeix:

update French Krita translation by Patricia

 M  +2295 -2235 krita.po  


WebSVN link: http://websvn.kde.org/?view=rev=1613442

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

[neon] [Bug 445858] kajongg has no executable programs

2021-11-21 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=445858

Harald Sitter  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/neon
   ||/kde/kajongg/commit/c27d65c
   ||70be1389915aa606d910edfe9bb
   ||c1065f
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Harald Sitter  ---
Git commit c27d65c70be1389915aa606d910edfe9bbc1065f by Harald Sitter.
Committed on 22/11/2021 at 07:10.
Pushed by sitter into branch 'Neon/release'.

remove useless patch

this patch was incorrectly updated causing a result inversion because
the original fix is upstream now. i.e. instead of following destdir at
install time it was following it at configure time again

upstream code looks correct now so drop the patch + adjust
install_bindir to be relative so the upstream code correctly handles it
(arguably there should be handling for when BIN_INSTALL_DIR is absolute
though :|)

D  +0-34   debian/patches/Use-DESTDIR-on-install.patch
M  +0-1debian/patches/series
M  +1-1debian/rules

https://invent.kde.org/neon/kde/kajongg/commit/c27d65c70be1389915aa606d910edfe9bbc1065f

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

[okular] [Bug 445900] New: The icons for the annotation tools look off when compared to the general look of Okular icons

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445900

Bug ID: 445900
   Summary: The icons for the annotation tools look off when
compared to the general look of Okular icons
   Product: okular
   Version: 21.08.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
The icons for the annotation tools (Freehand Line, Highlighter, etc) look
ancient and out of place when compared to the icons for everything else
(Browse, Text selection, etc). Most other icons in the UI are monochromatic,
but the icons for these functions (in the main toolbar. In the annotation
toolbar they look fine) are very different and don't look good on low-res
displays either.
Moreover, when the Annotation Toolbar is shown (Menubar > Settings > Toolbars
Shown > Annotation Toolbar), the icons there are actually nice and monochrome
like the rest of the icons everywhere. This creates another visual discrepancy,
because now the icons *for the same function* are different in different
toolbars.
I guess my request is that colored icons are fine when an annotation tool
that's coloured is shown, but the paper at the back and the scribble line on
the icon look out of place.

OBSERVED RESULT
The icon looks off because of the paper at the back and the scribbling, while
the icon in the Annotation Toolbar looks fine.

EXPECTED RESULT
An icon more like the icons in the Annotation Toolbar, and maybe the icon can
be filled with color to show the color of the selected tool. But the paper at
the back looks bad.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
none

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

[plasmashell] [Bug 445899] New: Cannot open "Places" with touchscreen

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445899

Bug ID: 445899
   Summary: Cannot open "Places" with touchscreen
   Product: plasmashell
   Version: 5.23.3
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: personalizedrefrigera...@gmail.com
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

Tapping the "Places" button does not open the "Places" tab in Kickoff.
Similarly, the menu items on the left side of "Places" do not respond to taps
(but do seem to open when swiped).


STEPS TO REPRODUCE
1. Open Kickoff
2. Tap on "Places" with a touchscreen
3. Click on "Places" with a mouse
4. Tap on "Frequently Used", then "Computer" in the "Places" sidebar

OBSERVED RESULT
"Places" does not open when tapped, but does open when clicked. Similarly,
tapping "Frequently Used" and/or "Computer" does not select either submenu.

EXPECTED RESULT
Tapping on these buttons/tab labels should have the same effect as clicking
them.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Wayland/Fedora 35
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
I've only tested this on Wayland.

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

[kate] [Bug 445898] New: Terminal panel opens vi when I try to open a new file on another directory

2021-11-21 Thread juan
https://bugs.kde.org/show_bug.cgi?id=445898

Bug ID: 445898
   Summary: Terminal panel opens vi when I try to open a new file
on another directory
   Product: kate
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: j...@juancastro.xyz
  Target Milestone: ---

SUMMARY
I'm using kate with the terminal plugin. If I have a file open, and I try to
open another file on a different directory, either with the Filesystem Browser
sidebar or  with File>Open, the terminal plugin opens a file on /tmp/ on vim.
This happens with both input methods.

STEPS TO REPRODUCE
1. Open a file (example: ~/.bashrc)
2. Open the Terminal Panel
3. Open another file on a different directory (example:
~/.config/systemsettingsrc)

OBSERVED RESULT
The terminal panels opens a temporary file on vim

EXPECTED RESULT
The terminal remains unchanged, or the directory is chaged to the directory of
the focused file.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.2-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-3320M CPU @ 2.60GHz
Memory: 7.5 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4000

ADDITIONAL INFORMATION
I tried removing vi and neovim, and now the terminal changes directory. This
bug seems to only appear when vi is installed on the system.

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

[okular] [Bug 445897] New: You can't highlight across pages

2021-11-21 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=445897

Bug ID: 445897
   Summary: You can't highlight across pages
   Product: okular
   Version: 21.08.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

SUMMARY
There is currently no way to highlight across pages.

STEPS TO REPRODUCE
1. Try to highlight a paragraph that is located at the end of one page and
continues into the beginning of the next page 

OBSERVED RESULT
The highlight will not move on to the next page

EXPECTED RESULT
The highlight should be able to move on to the next page

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Graphics Platform: X11

ADDITIONAL INFORMATION
none

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

[kstars] [Bug 445710] Update Comets (or Asteroides) Orbital Elements leads to an error message

2021-11-21 Thread Thiemo
https://bugs.kde.org/show_bug.cgi?id=445710

--- Comment #3 from Thiemo  ---
…with one restriction: No Comets are appearing…



Gesendet von Mail für Windows

Von: Thiemo Gaisbauer
Gesendet: Samstag, 20. November 2021 20:28
An: bug-cont...@kde.org
Betreff: AW: [kstars] [Bug 445710] Update Comets (or Asteroides)
OrbitalElementsleads to an error message

Thanks Jasem,
it works, great Job!

Thiemo

Gesendet von Mail für Windows

Von: Jasem Mutlaq
Gesendet: Freitag, 19. November 2021 09:44
An: thiemo.gaisba...@liwest.at
Betreff: [kstars] [Bug 445710] Update Comets (or Asteroides) Orbital
Elementsleads to an error message

https://bugs.kde.org/show_bug.cgi?id=445710

Jasem Mutlaq  changed:

   What    |Removed |Added

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

--- Comment #1 from Jasem Mutlaq  ---
This is fixed with v3.5.6, please update.

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

[kwin] [Bug 445896] New: [Feature Request] Better gesture support in Kwin

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445896

Bug ID: 445896
   Summary: [Feature Request] Better gesture support in Kwin
   Product: kwin
   Version: 5.23.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ocawesome...@gmail.com
  Target Milestone: ---

SUMMARY
Touchpad gestures are in my opinion the one thing that GNOME still does better
than Plasma.  I'd really like to see better gesture support, including a
configuration interface for these gestures somewhere in System Settings.

In particular, the gesture for switching workspaces does exactly the opposite
of what I'd intuitively expect (swipe right and it switches left, and vice
versa) and doesn't follow where my fingers are.  GNOME and macOS both do this -
try it and you'll see what I mean.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.14.16-arch1-1
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

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

[gwenview] [Bug 445763] Gwenview bug

2021-11-21 Thread bjc49
https://bugs.kde.org/show_bug.cgi?id=445763

--- Comment #5 from bjc49  ---
Sorry
In english (Google Traduction)
This defect seems to occur only on the jpg where there is indicated "Image
generated by Digikam 2.5" Maybe ???
I will try to attach you the 2 types of images one that I manage to open
(OK.jpg) another that Crash (KO.jpg)
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.11.0-40-generic
OS Type: 64-bit
Processors: 4 × AMD Phenom (tm) II X4 955 Processor
Memory: 3.3 GiB

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

[plasmashell] [Bug 445895] New: When do not disturb is enabled, the check button remains unchecked

2021-11-21 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=445895

Bug ID: 445895
   Summary: When do not disturb is enabled, the check button
remains unchecked
   Product: plasmashell
   Version: 5.23.3
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: nortex...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

If I enable do not disturb from the notification widget, a status appears e.g.
"Until Today, 11:50", but the button does not appear checked.

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

[gwenview] [Bug 445763] Gwenview bug

2021-11-21 Thread bjc49
https://bugs.kde.org/show_bug.cgi?id=445763

--- Comment #4 from bjc49  ---
Every time I click on an image in Dolphin
Message: Dr Konqui Gwenview Ended Unexpectedly
No images but the preview is ok?

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

[gwenview] [Bug 445763] Gwenview bug

2021-11-21 Thread bjc49
https://bugs.kde.org/show_bug.cgi?id=445763

bjc49  changed:

   What|Removed |Added

 Attachment #143756|Cette image s'ouvre |no crash on jpg file
description|correctement|

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

[gwenview] [Bug 445763] Gwenview bug

2021-11-21 Thread bjc49
https://bugs.kde.org/show_bug.cgi?id=445763

bjc49  changed:

   What|Removed |Added

 Attachment #143755|Crash sur cette image   |Crash on this jpg file
description||

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

[gwenview] [Bug 445763] Gwenview bug

2021-11-21 Thread bjc49
https://bugs.kde.org/show_bug.cgi?id=445763

bjc49  changed:

   What|Removed |Added

 Attachment #143740|Copie du texte bug lors du  |crash
description|crash   |

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

[kwin] [Bug 369564] Right-click menu does not allow selection without releasing right mouse button

2021-11-21 Thread Luke-Jr
https://bugs.kde.org/show_bug.cgi?id=369564

Luke-Jr  changed:

   What|Removed |Added

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

--- Comment #6 from Luke-Jr  ---
As reported, this issue is with KWin, not the desktop.

Still an issue with 5.23.1

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

[kwin] [Bug 445894] New: Crash in KWin::DrmOutput::updateCursor -> malloc(): unsorted double linked list corrupted

2021-11-21 Thread Jiri Slaby
https://bugs.kde.org/show_bug.cgi?id=445894

Bug ID: 445894
   Summary: Crash in KWin::DrmOutput::updateCursor -> malloc():
unsorted double linked list corrupted
   Product: kwin
   Version: 5.23.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: platform-drm
  Assignee: kwin-bugs-n...@kde.org
  Reporter: jirisl...@gmail.com
  Target Milestone: ---

Created attachment 143823
  --> https://bugs.kde.org/attachment.cgi?id=143823=edit
gdb's "bt full" of the crash

SUMMARY
A crash occurred during resume from suspend.

STEPS TO REPRODUCE
1. suspend notebook
2. connect thunderbolt with external monitor connected
3. resume notebook.
4. (rare) crash occurs

OBSERVED RESULT
> #0  __pthread_kill_implementation (threadid=, 
> signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
> #1  0x7f3b21bb28e3 in __pthread_kill_internal (signo=6, 
> threadid=) at pthread_kill.c:78
> #2  0x7f3b21b656f6 in __GI_raise (sig=sig@entry=6) at 
> ../sysdeps/posix/raise.c:26
> #3  0x7f3b21b4f845 in __GI_abort () at abort.c:100
> #4  0x7f3b21ba6a67 in __libc_message (action=action@entry=do_abort, 
> fmt=fmt@entry=0x7f3b21ce369f "%s\n") at ../sysdeps/posix/libc_fatal.c:155
> #5  0x7f3b21bbc86c in malloc_printerr (str=str@entry=0x7f3b21ce6788 
> "malloc(): unsorted double linked list corrupted") at malloc.c:5543
> #6  0x7f3b21bbf89c in _int_malloc (av=av@entry=0x7f3b21d1daa0 
> , bytes=bytes@entry=1040) at malloc.c:3897
> #7  0x7f3b21bc06d9 in __GI___libc_malloc (bytes=1040) at malloc.c:3216
> #8  0x7f3b21de296c in operator new(unsigned long) (sz=1040) at 
> ../../../../libstdc++-v3/libsupc++/new_op.cc:50
> #9  0x7f3b22b54262 in QRasterPaintEngine::createState(QPainterState*) 
> const () at /lib64/libQt5Gui.so.5
> #10 0x7f3b22b70c56 in QPainter::begin(QPaintDevice*) () at 
> /lib64/libQt5Gui.so.5
> #11 0x7f3b1bb717cb in KWin::DrmOutput::updateCursor() 
> (this=0x5596f79cc0d0) at 
> /usr/src/debug/kwin5-5.23.2-2.1.x86_64/src/plugins/platforms/drm/drm_output.cpp:150
> #12 0x7f3b1bb62527 in KWin::DrmBackend::updateCursor() 
> (this=0x5596f71d0210) at 
> /usr/src/debug/kwin5-5.23.2-2.1.x86_64/src/plugins/platforms/drm/drm_backend.cpp:571
> #13 0x7f3b1bb69071 in KWin::DrmBackend::handleUdevEvent() 
> (this=0x5596f71d0210) at 
> /usr/src/debug/kwin5-5.23.2-2.1.x86_64/src/plugins/platforms/drm/drm_backend.cpp:245
> #14 0x7f3b2246e043 in QtPrivate::QSlotObjectBase::call(QObject*, void**) 
> (a=0x7ffc38c73d50, r=0x5596f71d0210, this=0x5596f71db7a0) at 
> ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
> #15 doActivate(QObject*, int, void**) (sender=0x5596f71db4a0, 
> signal_index=3, argv=0x7ffc38c73d50) at kernel/qobject.cpp:3886
> #16 0x7f3b2246750f in QMetaObject::activate(QObject*, QMetaObject const*, 
> int, void**) (sender=sender@entry=0x5596f71db4a0, m=m@entry=0x7f3b2270dac0, 
> local_signal_index=local_signal_index@entry=0, 
> argv=argv@entry=0x7ffc38c73d50) at kernel/qobject.cpp:3946
> #17 0x7f3b2247141f in QSocketNotifier::activated(QSocketDescriptor, 
> QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) 
> (this=this@entry=0x5596f71db4a0, _t1=..., _t2=, _t3=...) at 
> .moc/moc_qsocketnotifier.cpp:178
> #18 0x7f3b22471c1b in QSocketNotifier::event(QEvent*) 
> (this=0x5596f71db4a0, e=0x7ffc38c73e70) at kernel/qsocketnotifier.cpp:302
> #19 0x7f3b2318fa7f in QApplicationPrivate::notify_helper(QObject*, 
> QEvent*) (this=, receiver=0x5596f71db4a0, e=0x7ffc38c73e70) at 
> kernel/qapplication.cpp:3632
> #20 0x7f3b224379fa in QCoreApplication::notifyInternal2(QObject*, 
> QEvent*) (receiver=0x5596f71db4a0, event=0x7ffc38c73e70) at 
> kernel/qcoreapplication.cpp:1064
> #21 0x7f3b2248c28b in 
> QEventDispatcherUNIXPrivate::activateSocketNotifiers() (this=0x5596f71755c0) 
> at kernel/qeventdispatcher_unix.cpp:304
> #22 0x7f3b2248c6eb in 
> QEventDispatcherUNIX::processEvents(QFlags) 
> (this=, flags=...) at kernel/qeventdispatcher_unix.cpp:511
> #23 0x5596f70ab39d in 
> QUnixEventDispatcherQPA::processEvents(QFlags) 
> (this=, flags=...) at qunixeventdispatcher.cpp:63
> #24 0x7f3b224363fb in 
> QEventLoop::exec(QFlags) 
> (this=this@entry=0x7ffc38c74000, flags=..., flags@entry=...) at 
> ../../include/QtCore/../../src/corelib/global/qflags.h:69
> #25 0x7f3b2243e6e0 in QCoreApplication::exec() () at 
> ../../include/QtCore/../../src/corelib/global/qflags.h:121
> #26 0x5596f704e625 in main(int, char**) (argc=, 
> argv=) at 
> /usr/src/debug/kwin5-5.23.2-2.1.x86_64/src/main_wayland.cpp:745

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 2027
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.15.2-1.g26a203b-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ 

[Breeze] [Bug 444203] hovered/active scrollbar and its trough are too similar in luminosity

2021-11-21 Thread S. Christian Collins
https://bugs.kde.org/show_bug.cgi?id=444203

--- Comment #9 from S. Christian Collins  ---
Created attachment 143822
  --> https://bugs.kde.org/attachment.cgi?id=143822=edit
comparison between 0.3 and 0.2 groove opacity

Changing the groove opacity from 0.3 to 0.2 in breezestyle.cpp (lines 5201,
6711, 6810, and 6905) resolves this issue nicely, IMO. This attachment contains
screenshots for comparison, alphabetized so you can use the left/right arrow
keys in Gwenview to quickly toggle between the before and after shots.

Please note the following:
* The scrollbar as well as the slider and progress bar at the bottom of the
window are affected by the adjustment.
* The dark theme really benefits from this adjustment, as the grooves were too
bright before.
* The scrollbar now has better visibility in applications that fail to hide the
scrollbar groove when not hovered/active, as you can see in the LibreOffice
screenshot.

If it is agreed that this is an improvement, let me know if you'd like me to
submit a pull request with these changes. The Breeze Plasma theme would also
need to be adjusted accordingly, as it suffers from the same contrast issue.

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

[kwin] [Bug 395725] Blur effect applied to decoration shadows

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395725

--- Comment #55 from doncb...@gmail.com ---
(In reply to Tomas from comment #54)
What's your bug report's id? I don't think I've had that problem.

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

[plasmashell] [Bug 445893] New: KDE Plasma segfault when switching tty

2021-11-21 Thread James Beddek
https://bugs.kde.org/show_bug.cgi?id=445893

Bug ID: 445893
   Summary: KDE Plasma segfault when switching tty
   Product: plasmashell
   Version: 5.23.3
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: tel...@posteo.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.23.3)
 (Compiled from sources)
Qt Version: 5.15.2
Frameworks Version: 5.88.0
Operating System: Linux 5.15.3-gentoo-dist x86_64
Windowing System: X11
Distribution: Gentoo Linux
DrKonqi: 5.23.3 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:

Switching tty.

- Unusual behavior I noticed:

Upon switching back to the plasma tty, the primary monitor went to black
multiple times, while my secondary monitor remained 'off'.
I seem to have lost my virtual desktops widget on my bottom panel, which is
strange.

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#5  QSGAreaAllocatorNode::isLeaf (this=0x20) at
/usr/src/debug/dev-qt/qtdeclarative-5.15.2-r13/qtdeclarative-55324650f9e759a43dce927f823c9858574106c3/src/quick/scenegraph/util/qsgareaallocator.cpp:93
#6  QSGAreaAllocator::deallocateInNode (this=0x56310c40dd40, node=0x20,
pos=...) at
/usr/src/debug/dev-qt/qtdeclarative-5.15.2-r13/qtdeclarative-55324650f9e759a43dce927f823c9858574106c3/src/quick/scenegraph/util/qsgareaallocator.cpp:170
#7  QSGAreaAllocator::deallocate (this=0x56310c40dd40, rect=...) at
/usr/src/debug/dev-qt/qtdeclarative-5.15.2-r13/qtdeclarative-55324650f9e759a43dce927f823c9858574106c3/src/quick/scenegraph/util/qsgareaallocator.cpp:116
#8  0x7efc660715b4 in QSGOpenGLAtlasTexture::AtlasBase::remove
(this=0x56310c40dd30, t=t@entry=0x7efc344e5410) at
/usr/src/debug/dev-qt/qtdeclarative-5.15.2-r13/qtdeclarative-55324650f9e759a43dce927f823c9858574106c3/src/quick/scenegraph/util/qsgopenglatlastexture.cpp:286
#9  0x7efc660728bc in QSGOpenGLAtlasTexture::TextureBase::~TextureBase
(this=0x7efc344e5410) at
/usr/src/debug/dev-qt/qtdeclarative-5.15.2-r13/qtdeclarative-55324650f9e759a43dce927f823c9858574106c3/src/quick/scenegraph/util/qsgopenglatlastexture.cpp:516


Reported using DrKonqi

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

[plasmashell] [Bug 445893] KDE Plasma segfault when switching tty

2021-11-21 Thread James Beddek
https://bugs.kde.org/show_bug.cgi?id=445893

--- Comment #1 from James Beddek  ---
Created attachment 143821
  --> https://bugs.kde.org/attachment.cgi?id=143821=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[muon] [Bug 445892] New: Settings are not saved

2021-11-21 Thread qMax
https://bugs.kde.org/show_bug.cgi?id=445892

Bug ID: 445892
   Summary: Settings are not saved
   Product: muon
   Version: 5.8.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: muon
  Assignee: unassigned-b...@kde.org
  Reporter: qwigly...@gmail.com
CC: echidna...@kubuntu.org, silh...@gmail.com
  Target Milestone: ---

SUMMARY
Some settings are not saved.

STEPS TO REPRODUCE
1. open Settings / Configure Muon 
2. disable "threat recommended packages as dependencies"
2. enable "delete obsolete cached packages"
2. put "7 days" in the delete cached parameter
3. apply
4, "ok"
5. reopen Settings / Configure Muon

OBSERVED RESULT
All the settings have initial values   

EXPECTED RESULT
The settings should have the provided values

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

[kdeconnect] [Bug 445702] "Notifications filter" for notification synchronization is missing a lot of apps

2021-11-21 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=445702

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

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

[kwin] [Bug 444172] [Wayland] Ghost window left behind when moving wayland windows to other VD/Activity using key bindings or pager widget

2021-11-21 Thread Bacteria
https://bugs.kde.org/show_bug.cgi?id=444172

Bacteria  changed:

   What|Removed |Added

Version|5.23.1  |5.23.3

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

[kwin] [Bug 444172] [Wayland] Ghost window left behind when moving wayland windows to other VD/Activity using key bindings or pager widget

2021-11-21 Thread Bacteria
https://bugs.kde.org/show_bug.cgi?id=444172

Bacteria  changed:

   What|Removed |Added

Summary|[Wayland] Ghost window left |[Wayland] Ghost window left
   |behind on moving windows to |behind when moving wayland
   |other VD using key bindings |windows to other
   ||VD/Activity using key
   ||bindings or pager widget

--- Comment #7 from Bacteria  ---
This glitch is also visible when using Pager widget for both Activities and
Virtual Desktops. Just drag the window from one VD/Activity to other
VD/Activity and the window artifacts are left behind unless something gets
updated on screen.

It works just as expected if I use right click menu of the window in task
manager to move it to VD/Activity.

Editing the title to reflect this observation.

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

[bugs.kde.org] [Bug 445891] New: Not designed or rendering correctly on small (mobile/cell) screens. Pretty unusable.

2021-11-21 Thread Jackalus
https://bugs.kde.org/show_bug.cgi?id=445891

Bug ID: 445891
   Summary: Not designed or rendering correctly on small
(mobile/cell) screens.  Pretty unusable.
   Product: bugs.kde.org
   Version: unspecified
  Platform: Android
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: heartwoodjack+g...@gmail.com
CC: she...@kde.org
  Target Milestone: ---

Summary
This site fails to rendera appropriately when accessed on my smartphone.
Screen widths, text boxes etc are all suited to desktop monitor size.
Firefox running on /e/ (a deGoogled version of Android)
***

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

[kwin] [Bug 309512] Desktop effects always very jerky, smooth and fast when Show FPS enabled.

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=309512

--- Comment #26 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 317502] Sometimes triggering a fullscreen declarative script the dialog is not appearing

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317502

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

[kwin] [Bug 315613] kwin retains large resolution when disabling second screen

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=315613

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

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

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

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

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

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

[kmymoney] [Bug 444263] Pay to field of an imported CSV file not populated correctly

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444263

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.

[kate] [Bug 433385] Randomly fails to show reload prompt when file modified by other process

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=433385

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

[kwin] [Bug 405658] Gwenview doesn't properly shows images loaded from Opera

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405658

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

[kwin] [Bug 403749] Drag-n-drop moves a maximized borderless origin position instead of restoring it when using a 1.5 display scale

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403749

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

[kwin] [Bug 401309] Scripts do not get wayland clients

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=401309

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

[kwin] [Bug 400305] Empty closing animation upon switching windows fast with Alt+Tab shortcut on Wayland

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400305

--- Comment #3 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 396162] Dolphin doesn't remember to open as full screen

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=396162

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

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

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

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

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

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

[kwin] [Bug 376705] Selecting "No animation" virtual desktop switcher results in "Fade Desktop"-like effect

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376705

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

[kwin] [Bug 399784] 2nd LibreOffice Writer window opens beneath Dolphin window instead of on top of it

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=399784

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

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

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

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

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

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

[kwin] [Bug 369564] Right-click menu does not allow selection without releasing right mouse button

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=369564

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

[kwin] [Bug 338748] Ghost window produced with compositing enabled when a tabbed Pidgin window is closed.

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338748

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

[kwin] [Bug 352341] Activity that application is forced to be used on is not selected

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=352341

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

[kwin] [Bug 335196] Effects KCM list view doesn't react to wheel events with the same scroll delta as standard KCM list views

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=335196

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

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

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

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

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

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

[kwin] [Bug 330096] Maximize effect does not track geometry updates during the animation (eg. when maximization is broken for quick tiling)

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=330096

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

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

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

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

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

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

[kwin] [Bug 338305] JJ: Window shortcut dialog: the claiming action hint should not be stashed in a tooltip

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338305

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

[kwin] [Bug 325840] Nouveau + OpenGL 2.0 cause invisible or lost decorations

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325840

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

[kwin] [Bug 325063] Transparency/compositing does not load on login

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325063

--- Comment #18 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 317930] Activate a client in KWin scripting

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317930

--- Comment #14 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 323191] abort condition met in ungrabXServer() - induced by KillWindow::release, hardening patch in 4.11

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323191

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

[kwin] [Bug 318511] High KWin cpu usage and low framerates when desktop effects are active (nvidia with TwinView)

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=318511

--- Comment #14 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 323134] Kwin is not able to run on secondary graphic card on optimus laptop

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323134

--- Comment #30 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 442966] Task switcher not shown correctly

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442966

pa...@web.de changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #5 from pa...@web.de ---
The bug is indeed fixed with 5.23. Thanks a lot!

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

[kwin] [Bug 317388] Hot Corners are not triggered when showing fullscreen KWin Script

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317388

--- Comment #16 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 317337] tooltips are not working in KWin declarative scripts

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317337

--- Comment #10 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 313830] Aurorae and XIM cause lock in xcb_wait_for_event

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=313830

--- Comment #43 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 311067] video playback stutters when enabling destop effects (likely memory throughput)

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=311067

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

[kwin] [Bug 307306] Active desktop changes, if I force an application to a desktop in another activity

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=307306

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

[kscreenlocker] [Bug 312669] Fast user switching shows screen before password entered

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=312669

--- Comment #14 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 306720] Can't drag windows on the first screen in a multi-desktop setup when the second screen is in rotated mode

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=306720

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

[kcharselect] [Bug 98259] display keystrokes to enter the char if available

2021-11-21 Thread Jackalus
https://bugs.kde.org/show_bug.cgi?id=98259

--- Comment #2 from Jackalus  ---
That duplicate bug suggests that any locally chosen compose keys are displayed
as a preference, with standard keystrokes after.

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

[kwin] [Bug 266407] Wrong resolution of fullscreen window on 2nd display, which is bigger than 1st display

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=266407

--- Comment #16 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 251693] Wobbly windows effect looks hasty when window is constantly resizing itself

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=251693

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

[plasmashell] [Bug 445890] Panel edit controls disappear immediately after moving mouse over panel

2021-11-21 Thread Matt Sharp
https://bugs.kde.org/show_bug.cgi?id=445890

Matt Sharp  changed:

   What|Removed |Added

Summary|Panel edit controls |Panel edit controls
   |disappear immediately after |disappear immediately after
   |moving mouse to panel   |moving mouse over panel

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

[plasmashell] [Bug 445890] New: Panel edit controls disappear immediately after moving mouse to panel

2021-11-21 Thread Matt Sharp
https://bugs.kde.org/show_bug.cgi?id=445890

Bug ID: 445890
   Summary: Panel edit controls disappear immediately after moving
mouse to panel
   Product: plasmashell
   Version: 5.23.3
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: sharpshop...@gmail.com
  Target Milestone: 1.0

SUMMARY
When trying to remove a widget from the panel, if I move the mouse anywhere
over the panel the menu to do so briefly appears before disappearing along with
the panel edit controls. The global menu to add widgets, edit wallpaper, etc.
remains, as do the blue "padding" areas in the panel.


STEPS TO REPRODUCE
1. Right click on panel
2. Select "enter edit mode"
3. Move the mouse over the panel

OBSERVED RESULT
The menu for the widget briefly appears before immediately disappearing along
with the panel edit controls.

EXPECTED RESULT
The menu for the widget should remain and allow the user to select an item from
it.

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

ADDITIONAL INFORMATION
I'm using a wayland session. This bug was also present in plasma 5.22

Here are the plasmashell logs for when this happens. 14:17:01 is when I click
"enter edit mode". 14:17:05 is when I mouse over the panel.

Nov 22 14:17:01 gentoo plasmashell[199567]: QQmlComponent: Component is not
ready
Nov 22 14:17:01 gentoo plasmashell[199567]: QQmlEngine::setContextForObject():
Object already has a QQmlContext
Nov 22 14:17:01 gentoo plasmashell[199567]:
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml:102:9:
QML SpinBox: Binding loop detected for property "implicitWidth"
Nov 22 14:17:01 gentoo plasmashell[199567]: kde.plasmashell: Couldn't create
KWindowShadow for PanelConfigView(0x5625dacfe110)
Nov 22 14:17:01 gentoo plasmashell[199567]: qt.qpa.wayland: Wayland does not
support QWindow::requestActivate()
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]: kf.plasma.quick: Couldn't create
KWindowShadow for PlasmaQuick::Dialog(0x5625dad71910)
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17:
Unable to assign [undefined] to bool
Nov 22 14:17:05 gentoo plasmashell[199567]:

[plasma-browser-integration] [Bug 445889] plasma browser integration failed to connect to native host despite being up to date

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445889

grif.nk.ho...@protonmail.com changed:

   What|Removed |Added

 CC||grif.nk.ho...@protonmail.co
   ||m

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

[plasma-browser-integration] [Bug 445889] New: plasma browser integration failed to connect to native host despite being up to date

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445889

Bug ID: 445889
   Summary: plasma browser integration failed to connect to native
host despite being up to date
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Chrome
  Assignee: k...@privat.broulik.de
  Reporter: grif.nk.ho...@protonmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Fresh install of user edition KDE Neon
2. Install of Brave/Chromium
3. Add plasma browser integration via extension store
4. Attempt to use plasma browser integration 

OBSERVED RESULT
A pop-up with the error message: 

"Failed to connect to the native host.
Make sure the 'plasma-browser-integration' package is installed correctly and
that you are running Plasma 5.13 or later.

Specified native messaging host not found."

EXPECTED RESULT
plasma browser integration options menu opening allowing the user to tweak
settings

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3
Kernel: 5.11.0-40-generic

I was able to get it working on an install of pop!_os 21.04 after installing
KDE and following the same steps with brave but unfortunately I'm a complete
linux novice so I'm not sure what else to provide that would be of use at the
moment

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

[kwin] [Bug 437709] Crash in KWin::SurfacePixmap::platformTexture

2021-11-21 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #24 from Alex  ---
(In reply to maringrly69 from comment #23)
> When's the planned release for this fix? Hoping it's on 5.23.4...

It's on the 5.23 branch, so yes.

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

[kwin] [Bug 437709] Crash in KWin::SurfacePixmap::platformTexture

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437709

maringrl...@gmail.com changed:

   What|Removed |Added

 CC||maringrl...@gmail.com

--- Comment #23 from maringrl...@gmail.com ---
When's the planned release for this fix? Hoping it's on 5.23.4...

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

[kwin] [Bug 445755] Touching a window in the effect closes it rather than activating it

2021-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445755

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

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

[frameworks-baloo] [Bug 439346] baloo_file doesn't start when desktop plasma starts

2021-11-21 Thread Scott Beamer
https://bugs.kde.org/show_bug.cgi?id=439346

Scott Beamer  changed:

   What|Removed |Added

 CC||scott.bea...@comcast.net

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

[Powerdevil] [Bug 399646] Brightness control adjusts the wrong backlight control (multiple GPUs)

2021-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=399646

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Elisa] [Bug 422507] Grouping of multi-disk albums

2021-11-21 Thread Jacob Kauffmann
https://bugs.kde.org/show_bug.cgi?id=422507

Jacob Kauffmann  changed:

   What|Removed |Added

 CC||ja...@nerdonthestreet.com

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

[plasma-systemmonitor] [Bug 438318] Some AMD gpu (lm-sensors-based?) sensors no longer available

2021-11-21 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=438318

--- Comment #28 from Shmerl  ---
Looks like the whole thing is built on top of libksysguard, so I need to figure
out how to filters sensors from there to skip ones for CPU and GPU.

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

[plasma-systemmonitor] [Bug 438318] Some AMD gpu (lm-sensors-based?) sensors no longer available

2021-11-21 Thread Shmerl
https://bugs.kde.org/show_bug.cgi?id=438318

--- Comment #27 from Shmerl  ---
I'll take a look into making a patch that simply removes this filtering.

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

[kwin] [Bug 445244] Add option to allow fixed window focus when using a stylus

2021-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445244

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 445888] New: The old user profile picture still shows after updating to a new one in Settings > Users

2021-11-21 Thread Photon
https://bugs.kde.org/show_bug.cgi?id=445888

Bug ID: 445888
   Summary: The old user profile picture still shows after
updating to a new one in Settings > Users
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: ncqm3...@anonaddy.me
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

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


STEPS TO REPRODUCE
1. Update the profile picture in Settings > Users.

OBSERVED RESULT
The new picture will be visible in SDDM, for example, but not in Kickoff.

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 35
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.14.18-300.fc35.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8265U CPU @ 1.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION
The new picture only appears after running plasmashell --replace

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

[kdenlive] [Bug 443324] Spacer Tool hangs the app if used with grouped clips

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443324

--- Comment #3 from biblio...@gmail.com ---
(In reply to emohr from comment #2)
> Thank you for reporting. We fixed a lot of crashes lately. Please check with
> the latest daily build to see if the crash still happens.
> https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/
> lastSuccessfulBuild/artifact/

Thanks. I have just repeated the test with the latest build. The result is
almost the same, except that now Kdenlive closes automatically in a couple of
secs. I had to call Task Manager to End Task in last released versions
(21.08.1-3).

I am afraid two important points still are to be taken into consideration by
the devs.

First, it seems obvious for me (I have some developer experience) that there is
an inner Error in Spacer Tool algorithms, namely in how it makes/defines a
group of moving parts. I.e. the tool works perfectly fine if no grouped items
involved, and it works fine if you click (and hold) on the leftmost element of
a group. But it reliably crashes the app if you click on any other element in
the group. So it doesn't look like it a 'general crash'—the problem seems quite
specific.

Second, maybe even more important. The nature of this bug seems not just
annoying (any app has bugs, and any of them is annoying), but catastrophic: a
user makes some groups (not many, the effect doesn't depend on the project
size) which is a basic feature, then them use Spacer (basic tool), and all the
project is under risk of crash all of sudden: just one click on a (wrong,
though—why wrong?) part of a group consistently makes a crash. I am sure such a
problem could/should be of higher priority than it is.

Though, I still regard Kdenlive as outstanding piece of software.

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

[krusader] [Bug 444858] Krusader - Compress here (as ZIP) does not work any more

2021-11-21 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=444858

--- Comment #2 from Toni Asensi Esteve  ---
It seems that this problem is related to the one described on
, which happens with newer
software. There's a proposed solution on
https://invent.kde.org/utilities/krusader/-/merge_requests/73

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

[lokalize] [Bug 445887] New: Lokalize seems slow, but it's a drawing problem on wayland

2021-11-21 Thread Marzal
https://bugs.kde.org/show_bug.cgi?id=445887

Bug ID: 445887
   Summary: Lokalize seems slow, but it's a drawing problem on
wayland
   Product: lokalize
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sdepi...@gmail.com
  Reporter: taba...@gmail.com
CC: sha...@ukr.net
  Target Milestone: ---

SUMMARY
At first I thought it was a cpu/speed problem, but lokalize is not using too
much CPU or RAM, and some redrawing problem in the list box made me thing in a
similar problem in krdc.
so I tried QT_QPA_PLATFORM=xcb lokalize and that fix all the strange behaviors.

STEPS TO REPRODUCE
1. Install lokalize from repos or Flathub
2. Open a .po file
3. Try to translate something

OBSERVED RESULT
List it's not well draw, changes are very slow showed

EXPECTED RESULT
All works as when using QT_QPA_PLATFORM=xcb lokalize

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ArchLinux
Wayland
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[kdenlive] [Bug 445626] Crash when using "Mix Clips" and moving them around

2021-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445626

kirk...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #2 from kirk...@hotmail.com ---
(In reply to emohr from comment #1)
> Thank you for reporting. 
> We fixed a lot of mix issues. Please try with the daily build:
> https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/
> lastSuccessfulBuild/artifact/

I tried the appimage and couldn't get it to crash no matter how badly I tried,
so I'd say this seems to be solved.

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

  1   2   3   >