[konsole] [Bug 443244] find next/previous icon inconsistence

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443244

qydwhotm...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #2 from qydwhotm...@gmail.com ---
Can you confirm "Search backwards" is checked?

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

[frameworks-kio] [Bug 439132] kioexec is used, even if the application enables its own network transparency with %u

2021-10-03 Thread Chandradeep Dey
https://bugs.kde.org/show_bug.cgi?id=439132

Chandradeep Dey  changed:

   What|Removed |Added

 CC||k...@chandradeepdey.com

--- Comment #9 from Chandradeep Dey  ---
Related to (duplicate of?) bug 434362

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

[konsole] [Bug 443244] find next/previous icon inconsistence

2021-10-03 Thread EmilySeville7cf
https://bugs.kde.org/show_bug.cgi?id=443244

--- Comment #3 from EmilySeville7cf  ---
Yes, thanks, it helps. This issue is my mistake, sorry. :)

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

[konsole] [Bug 443244] find next/previous icon inconsistence

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443244

qydwhotm...@gmail.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from qydwhotm...@gmail.com ---
Menu icon should be updated when "Search backwards" is checked, so I guess it's
still a bug.

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

[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly

2021-10-03 Thread Chandradeep Dey
https://bugs.kde.org/show_bug.cgi?id=434362

--- Comment #6 from Chandradeep Dey  ---
(In reply to Ahmad Samir from comment #3)
> I tested this by changing firefox.desktop to fire fox.desktop, set that as
> the default for x-scheme-handler/https and then:
> kde-open5 https://kde.org
> 
> opened that site in firefox as usual.

(In reply to Ahmad Samir from comment #5)
> How does plasma factor in this if I used kde-open5?
>
> Also AFAIK, all KDE code uses mimeapps.list one way or the other...

¯\_(ツ)_/¯ comment #1 works for Telegram though

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

[krita] [Bug 442972] Copy/Cut became very slow and bugged

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442972

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from tomtomtomreportin...@gmail.com ---
Confirming. Are you positive that the poor performance is not also observable
in 5.0? On my end, cutting three layers in 4.4.7 is basically perfectly smooth
while cutting three empty layers in 5.0 beta 1 provides fairly jank performance
for several seconds after the operation.

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

[krita] [Bug 443248] New: Notifier class not properly initialized

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443248

Bug ID: 443248
   Summary: Notifier class not properly initialized
   Product: krita
   Version: 5.0.0-beta1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: grum...@grum.fr
  Target Milestone: ---

SUMMARY

In setup() method of a plugin called at Krita's startup:

"""
def setup(self):
def windowCreated():
print('windowCreated!')

print("Notifier active: ", Krita.instance().notifier().active())
Krita.instance().notifier().windowCreated.connect(windowCreated)
"""

In terminal we have:
"""
Notifier active: False
windowCreated!
"""

That's not consistent: if notifier is not active, signal should not be emitted
in window is created.

An explicit call to """Krita.instance().notifier().setActive(False)""" fix the
problem.


STEPS TO REPRODUCE
1. Create a basic plugin
2. Edit setup() method to connect a signal for "windowCreated"
3. Execute Krita

OBSERVED RESULT
Even if notifier indicate it's not active, notifier signals are emitted


EXPECTED RESULT
The notifier should be properly initialized.

There's 2 possibilities:
1) set the default value to True 
2) set the default value to False and force signal to be blocked


Personaly, I prefer the first solution because my plugins consider that by
default notifier is active (and that's currently the case, signals are emitted
by default) and if notifier is deactivated by default, this implies to update
all plugins that use signals and consider that it's active by default..


ADDITIONAL INFORMATION

Looking:
https://invent.kde.org/graphics/krita/-/blob/master/libs/libkis/Notifier.cpp#L16

The variable is set to false by default
"""
struct Notifier::Private {
Private() {}
bool active {false};
};
"""


But looking:
https://invent.kde.org/graphics/krita/-/blob/master/libs/libkis/Notifier.cpp#L50

We can see that to activate/deactivate notifier signal, there's a call to
'blockSignals'
"""
void Notifier::setActive(bool value)
{
d->active = value;
blockSignals(!value);
}
"""


So whatever the solution is choosed (1 or 2), it might be better to force a
call to blockSignals() when class is initialized, to be sure that activation
status is consistent with defined value



Grum999

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

[yakuake] [Bug 443249] New: Yakuake crashes while closing the last tab

2021-10-03 Thread Mustafa Muhammad
https://bugs.kde.org/show_bug.cgi?id=443249

Bug ID: 443249
   Summary: Yakuake crashes while closing the last tab
   Product: yakuake
   Version: 21.08.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: mustafa10...@gmail.com
  Target Milestone: ---

Application: yakuake (21.08.0)

Qt Version: 5.15.2
Frameworks Version: 5.85.0
Operating System: Linux 5.14.9-200.fc34.x86_64 x86_64
Windowing System: X11
Drkonqi Version: 5.22.5
Distribution: Fedora 34 (KDE Plasma)

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

I closed the last tab (ctrl+shift+r)

I tried again, multiple times, same result.

I also closed it using the mouse from the red x in the buttom-right corner,
same crash.

Using up to date Fedora 34

Yakuake 21.08.0

The crash can be reproduced every time.

-- Backtrace:
Application: Yakuake (yakuake), signal: Segmentation fault

[KCrash Handler]
#4  0x7fae460b9d13 in QListData::size (this=0x5623c42454a0) at
../../include/QtCore/../../src/corelib/tools/qlist.h:115
#5  QList::size (this=0x5623c42454a0) at
../../include/QtCore/../../src/corelib/tools/qlist.h:176
#6  QStackedLayout::widget (this=0x5623c4163d80, index=0) at
kernel/qstackedlayout.cpp:403
#7  0x7fadca2a3a1d in Konsole::TabbedViewContainer::viewSplitterAt(int) ()
from /lib64/libkonsoleprivate.so.21
#8  0x7fadca2a68a6 in Konsole::TabbedViewContainer::currentTabViewCount()
() from /lib64/libkonsoleprivate.so.21
#9  0x7fadca24e849 in Konsole::ViewManager::sessionFinished() () from
/lib64/libkonsoleprivate.so.21
#10 0x7fae455f33a9 in QtPrivate::QSlotObjectBase::call (a=0x7ffeda99e1b0,
r=, this=0x5623c41b2bb0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate (sender=0x5623c41aa110, signal_index=4,
argv=0x7ffeda99e1b0) at kernel/qobject.cpp:3886
#12 0x7fae455f33a9 in QtPrivate::QSlotObjectBase::call (a=0x7ffeda99e2f0,
r=, this=0x5623c41aee60) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#13 doActivate (sender=0x5623c41ac320, signal_index=11,
argv=0x7ffeda99e2f0) at kernel/qobject.cpp:3886
#14 0x7fae455ee327 in QMetaObject::activate
(sender=sender@entry=0x5623c41ac320, m=m@entry=0x7fae45893060
, local_signal_index=local_signal_index@entry=2,
argv=argv@entry=0x7ffeda99e2f0) at kernel/qobject.cpp:3946
#15 0x7fae45546e73 in QProcess::finished (this=this@entry=0x5623c41ac320,
_t1=, _t2=) at .moc/moc_qprocess.cpp:339
#16 0x7fae4554b433 in QProcessPrivate::_q_processDied
(this=this@entry=0x5623c40cf340) at io/qprocess.cpp:1184
#17 0x7fae4554f102 in QProcessPrivate::waitForFinished
(this=0x5623c40cf340, msecs=1000) at io/qprocess_unix.cpp:877
#18 0x7fadca2b8b3a in Konsole::Session::closeInNormalWay() () from
/lib64/libkonsoleprivate.so.21
#19 0x7fadca2af13a in Konsole::Session::close() () from
/lib64/libkonsoleprivate.so.21
#20 0x7fae455f33a9 in QtPrivate::QSlotObjectBase::call (a=0x7ffeda99e5e0,
r=, this=0x5623c4240d70) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#21 doActivate (sender=0x5623c3e059c0, signal_index=0,
argv=0x7ffeda99e5e0) at kernel/qobject.cpp:3886
#22 0x7fae455ee327 in QMetaObject::activate
(sender=sender@entry=0x5623c3e059c0, m=m@entry=0x7fae4588c3e0
, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7ffeda99e5e0) at kernel/qobject.cpp:3946
#23 0x7fae455ee3e3 in QObject::destroyed (this=this@entry=0x5623c3e059c0,
_t1=, _t1@entry=0x5623c3e059c0) at .moc/moc_qobject.cpp:219
#24 0x7fae460d1813 in QWidget::~QWidget (this=0x5623c3e059c0,
__in_chrg=) at kernel/qwidget.cpp:1497
#25 0x7fadca2891dd in Konsole::TerminalDisplay::~TerminalDisplay() () from
/lib64/libkonsoleprivate.so.21
#26 0x7fae455e878a in QObjectPrivate::deleteChildren
(this=this@entry=0x5623c3e17b30) at kernel/qobject.cpp:2104
#27 0x7fae460d1556 in QWidget::~QWidget (this=0x5623c42412a0,
__in_chrg=) at kernel/qwidget.cpp:1522
#28 0x7fadca22d6f5 in Konsole::ViewSplitter::~ViewSplitter() () from
/lib64/libkonsoleprivate.so.21
#29 0x7fae455e878a in QObjectPrivate::deleteChildren
(this=this@entry=0x5623c3e89c80) at kernel/qobject.cpp:2104
#30 0x7fae460d1556 in QWidget::~QWidget (this=0x5623c4163d10,
__in_chrg=) at kernel/qwidget.cpp:1522
#31 0x7fae4624e88d in QStackedWidget::~QStackedWidget (this=0x5623c4163d10,
__in_chrg=) at widgets/qstackedwidget.cpp:147
#32 0x7fae455e878a in QObjectPrivate::deleteChildren
(this=this@entry=0x5623c3c9ea50) at kernel/qobject.cpp:2104
#33 0x7fae460d1556 in QWidget::~QWidget (this=0x5623c416cc80,
__in_chrg=) at kernel/qwidget.cpp:1522
#34 0x7fadca2a39dd in Konsole::TabbedViewContainer::~TabbedViewContainer()
() from /lib64/libkonsoleprivate.so.21
#35 0x7fae455e878a in QObje

[konsole] [Bug 443244] find next/previous icon inconsistence

2021-10-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443244

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/konsole/-/merge_requests/497

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

[konqueror] [Bug 442636] konqueror-21.08.1 with kio-5.86.0: Opens every url in separate window

2021-10-03 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=442636

Andreas Sturmlechner  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/konqueror/commit/ba1ea2 |ork/konqueror/commit/8506c5
   |b74f77832d2a26bb74fed18970e |85594d9d0cfc0ebe8b869ca05ff
   |eadf301 |7610fa7

--- Comment #16 from Andreas Sturmlechner  ---
Git commit 8506c585594d9d0cfc0ebe8b869ca05ff7610fa7 by Andreas Sturmlechner, on
behalf of Stefano Crocco.
Committed on 30/09/2021 at 11:50.
Pushed by stefanocrocco into branch 'release/21.08'.

Make Konqueror compatible with KIO 5.86.0

Due to a change in KIO::DesktopExecParser::hasSchemeHandler (commit
5fa55a2395cbfb6504e56bf71c869c8e49902e13Q) URLs entered in the
navigation bar either were always opened in a new tab or they were
opened in another program altogether (for example, man and info URLs).

To fix this issue, it has been necessary to copy the implementation of
KRun::init and KParts::BrowserRun::init in KonqRun::init, making the
necessary changes to restore the old behaviour.
(cherry picked from commit ba1ea2b74f77832d2a26bb74fed18970eeadf301)

M  +122  -7src/konqrun.cpp
M  +11   -0src/konqrun.h

https://invent.kde.org/network/konqueror/commit/8506c585594d9d0cfc0ebe8b869ca05ff7610fa7

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

[kdenlive] [Bug 443250] New: Incorrect scaling behaviour of pre-rendered 4K objects

2021-10-03 Thread ShepSoft
https://bugs.kde.org/show_bug.cgi?id=443250

Bug ID: 443250
   Summary: Incorrect scaling behaviour of pre-rendered 4K objects
   Product: kdenlive
   Version: 21.08.1
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: kdenl...@shepperton.org
  Target Milestone: ---

Created attachment 142114
  --> https://bugs.kde.org/attachment.cgi?id=142114&action=edit
Comparative images of correct & incorrect behaviour

SUMMARY
Preview rendering does not scale correctly for 4K footage on a 4K VDU,
magnifying the content for the previewed segment (within the 'green bar'
region) then jumping back to normal (correct) scaling outside the preview
rendered region.

STEPS TO REPRODUCE
1. In a 4K project on a 4K VDU (on Windows 10) place some material on the
material on the timeline.  
2. Using the drop down menu next to to the 'Preview rendering' button above the
timeline, make sure 'Automatic preview' is off and click on 'Remove all preview
zones'.
3. Play out the timeline - it should play out correctly and be scaled
correctly.
4. Now go back and set 'Add 'Preview render zone' then set 'Automatic preview'
on.
5. This should set part of the timeline to a render zone which should turn the
render progress line from red to green when it's done

OBSERVED RESULT
Play out the timeline - on my machine the xegment that is pre-dendered, and
only the segment that is pre-rendered, will ge scaled incorrectly, seeming to
be magnified or scaled up incorrectly.

EXPECTED RESULT
Obviously, this simply shouldn't happen.

SOFTWARE/OS VERSIONS
Windows: 10 Home
OS build: 19043.1237
kdenlive: v21.08.1, default installation (portable)

ADDITIONAL INFORMATION
Clearing caches etc, does not solve the issue.

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

[Breeze] [Bug 442538] Combobox's popup doesn't become wider than the combobox itself when needed

2021-10-03 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=442538

--- Comment #9 from Halla Rempt  ---
If you undock the docker, you made it very narrow.

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

[krita] [Bug 434535] Do not use handles for selection with selection rectangle

2021-10-03 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=434535

Halla Rempt  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/6df333725
   ||1c02be28e7f103efe5d104d6962
   ||ee23
 Resolution|--- |FIXED

--- Comment #3 from Halla Rempt  ---
Git commit 6df3337251c02be28e7f103efe5d104d6962ee23 by Halla Rempt, on behalf
of Black Cat.
Committed on 03/10/2021 at 09:36.
Pushed by rempt into branch 'master'.

Remove control handles from being selected with Edit Shapes Tool selection
rectangle

M  +7-5libs/flake/KoPathShape.cpp
M  +2-1libs/flake/KoPathShape.h
M  +1-1libs/flake/tools/KoPathTool.cpp

https://invent.kde.org/graphics/krita/commit/6df3337251c02be28e7f103efe5d104d6962ee23

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

[krita] [Bug 443248] Notifier class not properly initialized

2021-10-03 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=443248

Halla Rempt  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/1fda12144
   ||6e70ca0598065f2ccc3f87b9c96
   ||6f50

--- Comment #1 from Halla Rempt  ---
Git commit 1fda121446e70ca0598065f2ccc3f87b9c966f50 by Halla Rempt.
Committed on 03/10/2021 at 09:57.
Pushed by rempt into branch 'krita/5.0'.

Notifier: set the default value to "true"
(cherry picked from commit 830d8e31eb53eafd164d13a6e7085d824005ce3d)

M  +3-1libs/libkis/Notifier.cpp

https://invent.kde.org/graphics/krita/commit/1fda121446e70ca0598065f2ccc3f87b9c966f50

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

[krita] [Bug 443248] Notifier class not properly initialized

2021-10-03 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=443248

Halla Rempt  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/1fda12144 |hics/krita/commit/83c00a858
   |6e70ca0598065f2ccc3f87b9c96 |8d4323a1054cce312786263c2bd
   |6f50|2a2e

--- Comment #2 from Halla Rempt  ---
Git commit 83c00a8588d4323a1054cce312786263c2bd2a2e by Halla Rempt.
Committed on 03/10/2021 at 09:57.
Pushed by rempt into branch 'master'.

Notifier: set the default value to "true"
(cherry picked from commit 830d8e31eb53eafd164d13a6e7085d824005ce3d)

M  +3-1libs/libkis/Notifier.cpp

https://invent.kde.org/graphics/krita/commit/83c00a8588d4323a1054cce312786263c2bd2a2e

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

[kdeconnect] [Bug 442732] crash after abort of upload from android mobile phone to pc

2021-10-03 Thread Féry Mathieu
https://bugs.kde.org/show_bug.cgi?id=442732

Féry Mathieu  changed:

   What|Removed |Added

 CC||ferymathi...@gmail.com

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

[xdg-desktop-portal-kde] [Bug 443251] New: File dialog doesn't remember its size

2021-10-03 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=443251

Bug ID: 443251
   Summary: File dialog doesn't remember its size
   Product: xdg-desktop-portal-kde
   Version: 5.22.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: popov...@ukr.net
  Target Milestone: ---

SUMMARY

Open/save file dialog in Firefox doesn't remember its size.

I don't see this issue on openSUSE Tumbleweed because (I assume) it uses
kmozillahelper (https://github.com/openSUSE/kmozillahelper) instead of
xdg-desktop-portal-kde.

STEPS TO REPRODUCE

1. Open Firefox
2. Open file dialog (press Ctrl+O or Ctrl+S), resize it and close
3. Open file dialog again

OBSERVED RESULT

File dialog doesn't restore its size.

EXPECTED RESULT

File dialog restores its size.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 5.22
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
KDE Applications Version: 21.08.1
Qt Version: 5.15.3
Graphics Platform: X11

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

[xdg-desktop-portal-kde] [Bug 443251] File dialog doesn't remember its size

2021-10-03 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=443251

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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

[xdg-desktop-portal-kde] [Bug 443251] File dialog doesn't remember its size

2021-10-03 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=443251

popov895  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=403199,
   ||https://bugs.kde.org/show_b
   ||ug.cgi?id=440898

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

[xdg-desktop-portal-kde] [Bug 440898] Settings for file picker (tree view, preview, etc.) are not remembered (in Firefox and other apps)

2021-10-03 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=440898

popov895  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=443251

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

[xdg-desktop-portal-kde] [Bug 403199] KDE file save dialog in Firefox don't remember last used folder

2021-10-03 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=403199

popov895  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=443251

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

[lattedock] [Bug 439472] Latte dock crashes when attempting to add widgets

2021-10-03 Thread Axmy
https://bugs.kde.org/show_bug.cgi?id=439472

Axmy  changed:

   What|Removed |Added

 CC||mazme...@gmail.com

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

[lattedock] [Bug 439472] Latte dock crashes when attempting to add widgets

2021-10-03 Thread Axmy
https://bugs.kde.org/show_bug.cgi?id=439472

--- Comment #4 from Axmy  ---
Created attachment 142116
  --> https://bugs.kde.org/attachment.cgi?id=142116&action=edit
New crash information added by DrKonqi

latte-dock (0.10.75) using Qt 5.15.2

- What I was doing when the application crashed:
system crashes everytime i try to add a widget

-- Backtrace (Reduced):
#4  0x7f96bbef6840 in QSGTexture::setFiltering(QSGTexture::Filtering) () at
/usr/lib/libQt5Quick.so.5
#5  0x7f96bbf27b1c in
QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState
const&, QSGMaterial*, QSGMaterial*) () at /usr/lib/libQt5Quick.so.5
#6  0x7f96bbf0e3fa in
QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*)
() at /usr/lib/libQt5Quick.so.5
#7  0x7f96bbf13b76 in QSGBatchRenderer::Renderer::renderBatches() () at
/usr/lib/libQt5Quick.so.5
#8  0x7f96bbf14585 in QSGBatchRenderer::Renderer::render() () at
/usr/lib/libQt5Quick.so.5

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

[kwin] [Bug 441904] KWin 5.22.5 regression on NVIDIA: Black screen when putting on/taking off full screen a previously maximized window.

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441904

aco...@orange.fr changed:

   What|Removed |Added

 CC||aco...@orange.fr

--- Comment #21 from aco...@orange.fr ---
(In reply to Mikael Hirki from comment #12)
> I tried reverting each commit between 5.22.4 and
> 5.22.5.  Reverting this commit fixes the issue for me:
> 
> https://invent.kde.org/plasma/kwin/-/commit/
> f432ba7821cea2302d040c8bfc7e3cb7d9540874

Acted identically and came to the same conclusion.

I however acknowledge that I do not understand why the above (simple) commit
would trigger such a glitch and, if we agree with Vlad's comment #13
("reverting this commit is not the right thing to do") it would mean that the
"real" problem lies elsewhere.

However, reverting it actually works. Which has IMHO a lesser cost than
downgrading to 5.22.4

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

[lattedock] [Bug 439472] Latte dock crashes when attempting to add widgets

2021-10-03 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=439472

--- Comment #5 from Michail Vourlakos  ---
all these crashes are totally out of Latte responsibility and up to Qt/QML
upstream fault.

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

[plasmashell] [Bug 416108] More user-friendly and discoverable terminal interface for changing wallpaper

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416108

qydwhotm...@gmail.com changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com

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

[systemsettings] [Bug 430329] Clear Background Image Does Not Work

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430329

qydwhotm...@gmail.com changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com

--- Comment #1 from qydwhotm...@gmail.com ---
Need to change the background in Appearance - Screen Locking.

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

[kmymoney] [Bug 443208] Build failure with aqbanking 6.3.2

2021-10-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=443208

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/265d4d
   ||c3d1dc8592ec1122aa04bfb7d43
   ||1a43d5d

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

[kwin] [Bug 443252] New: WM_CLASS not respected all the time on Plasma Wayland

2021-10-03 Thread Srevin Saju
https://bugs.kde.org/show_bug.cgi?id=443252

Bug ID: 443252
   Summary: WM_CLASS not respected all the time on Plasma Wayland
   Product: kwin
   Version: 5.22.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: srevins...@sugarlabs.org
  Target Milestone: ---

SUMMARY

Not sure if this is a duplicate

WM_CLASS is not respected by launchers and icon task view. Launchers having
different WM_CLASS are grouped together into one app icon, for example, a
Chromium PWA with WM_CLASS is grouped under a single icon "Chromium", but this
used to work on X11. Tested with Plasma X11 and GNOME Wayland, works on both.  

STEPS TO REPRODUCE
1. Create a desktop file, in
`~/.local/share/applications/youtube-music-pwa.desktop`
```
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=YouTube Music
Exec=/usr/bin/chromium --profile-directory=Default
--app="https://music.youtube.com";
Icon=youtube-music
StartupWMClass=music.youtube.com
```

2. Use Plasma X11, use the Application Launcher to search for "youtube music"
and open using the desktop launcher. It should open up with a separate icon
(you can try another icon in the desktop file, for example: okular to test the
changes if you don't have youtube-music icon)
3. Use Plasma Wayland, and it can be noticed that the icons are having
chromium's logo instead of the specified youtube music logo.


OBSERVED RESULT
The icons are grouped together on Plasma Wayland

EXPECTED RESULT
The icons should be separate, respecting the `WM_CLASS` attribute of the
window.


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

ADDITIONAL INFORMATION

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

[frameworks-kio] [Bug 436553] X-KDE-Protocols fails to work as expected in some cases

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436553

a.saout...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from a.saout...@gmail.com ---
This is almost certainly a regression made by changes to
KIO::DesktopExecParser::resultingArguments() after
fcf4529f62e15cfc891757cf372c4ef7ee7ea4d1 was committed.

Should be an easy fix, but at the moment can't commit to fixing this.

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

[dolphin] [Bug 443253] New: FTP folder ignores default application to open file

2021-10-03 Thread Max
https://bugs.kde.org/show_bug.cgi?id=443253

Bug ID: 443253
   Summary: FTP folder ignores default application to open file
   Product: dolphin
   Version: 21.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: maximts...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
In network folder (FTP), when I click on files Dolphin always tries to open
them in web browser, instead of system default application for this filetype.

STEPS TO REPRODUCE
1. Add FTP folder
2. Try to open file from FTP folder by double clicking on it

OBSERVED RESULT
File is getting open in web browser. Not even the system default one, just
random web browser from the installed

EXPECTED RESULT
File should be open in default application for such filetype, configurable in
system settings

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE NEON
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.3
Dolphin version: 21.08.1

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

[frameworks-kio] [Bug 442248] webdav ioslave does not implement random access, forcing kio-fuse-accessed files to be read in their entirety, rather than streamed

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442248

--- Comment #6 from a.saout...@gmail.com ---
Fabian is correct, for WebDav unfortunately this is the expected behaviour
until the HTTP slave implementation gains random access support.

For the SFTP protocol, this is most likely that the file is opened by KIOExec,
not KIO FUSE because of this regression tracked here:
https://bugs.kde.org/show_bug.cgi?id=436553

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

[Breeze] [Bug 442628] Breeze Dark: menubar and toolbar background not switching colours for inactive/active windows

2021-10-03 Thread Oliver Freyermuth
https://bugs.kde.org/show_bug.cgi?id=442628

--- Comment #6 from Oliver Freyermuth  ---
(In reply to Andreas Sturmlechner from comment #5)
> That's in stable, but testing already contains all the relevant
> Qt5PatchCollection snapshots going to be stabilised soon.

Thanks! Indeed, I am running stable — I've updated to the freshly stabilized Qt
packages now (which include Qt5PatchCollection), and the issue remains. So this
is indeed not due to Qt5PatchCollection patches missing.

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

[kwin] [Bug 443254] New: Observable frame drop while the MangoHUD shows no frame drop at all

2021-10-03 Thread Qu Wenruo
https://bugs.kde.org/show_bug.cgi?id=443254

Bug ID: 443254
   Summary: Observable frame drop while the MangoHUD shows no
frame drop at all
   Product: kwin
   Version: 5.22.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: quwenruo.bt...@gmx.com
  Target Milestone: ---

SUMMARY
In fact it's a long long time problem.

Whenever a game is running, mostly DXVK games using proton, and has MangoHUD
running with frametime and 90 FPS limit (display refreshrate 60Hz), no matter
how low the game setting I'm using, I can always feel some shuttering here and
there.

While MangoHUD reports a flat line for its frametime, and always have 90FPS, no
frame drop from the game.

Thus it seems KWin is doing something causing the frame drop/shuttering.

The CPU and GPU (Ryzen 3800X + RX6700XT) is definitely enough for the games I
play (for example, outer wilds with medium settings).

I want to try with compositing turned off or Vsync turned off, but
unfortunately there is no such option there.

Tried both OpenGL 2.0 and OpenGL3.1 as backend, no difference.

The other thing to mention is, I'm using two monitors, both 1920x1080 60hz, in
expanded mode (a large 3840x1080 area across those two displays).
Not sure if such xrandr setup is involved.

STEPS TO REPRODUCE
1. Setup KDE with default compositing using above hardware and xrandr setup
2. Run Steam games with proton, and using MangoHUD to record the frametime
3. Turn down the game settings to make sure the game can maintain whatever high
fps
4. Run the game for a while to expose any frame drop

OBSERVED RESULT
Frame drop here and there, which is definitely not acceptable for such
hardware.

EXPECTED RESULT
No frame drop observed as long as the machine can keep the FPS over 60 fps.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION

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

[kwin] [Bug 443254] Observable frame drop while the MangoHUD shows no frame drop at all in the game

2021-10-03 Thread Qu Wenruo
https://bugs.kde.org/show_bug.cgi?id=443254

Qu Wenruo  changed:

   What|Removed |Added

Summary|Observable frame drop while |Observable frame drop while
   |the MangoHUD shows no frame |the MangoHUD shows no frame
   |drop at all |drop at all in the game

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

[kwin] [Bug 443254] Observable frame drop while the MangoHUD shows no frame drop at all in the game

2021-10-03 Thread Qu Wenruo
https://bugs.kde.org/show_bug.cgi?id=443254

--- Comment #1 from Qu Wenruo  ---
With compositing disabled, can still observe frames drop during gameplay.

And the dropped frame rate seems to be stable at 30FPS, not some random
shuttering.

Thus it looks like it's more or less related to the Vsync behavior of Kwin
other than compositing.

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

[yakuake] [Bug 383555] Yakuake doesn't show on Screen2 when I'm working on two monitors.

2021-10-03 Thread jumax9
https://bugs.kde.org/show_bug.cgi?id=383555

jumax9  changed:

   What|Removed |Added

Version|3.0.5   |21.08.1
 CC||juacru...@lairen.eu

--- Comment #16 from jumax9  ---
I can confirm as well. In particular I've noticed Yakuake will spawn in the
leftmost monitor regardless of which monitor that one is.

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

[ksplash] [Bug 443078] ksplashqml crashes in SplashWindow::setStage() on login after downgrade

2021-10-03 Thread Christian Göttsche
https://bugs.kde.org/show_bug.cgi?id=443078

--- Comment #4 from Christian Göttsche  ---
After looking at the home directory files opened by ksplashqml (via strace) and
removing them, the issue disappeared.

The removed files were:
.cache/icon-cache.kcache
.cache/mesa_shader_cache/
.config/drkonqirc
.config/fontconfig/fonts.conf
.config/kdeglobals
.config/kwinrc
.Xauthority

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

[okular] [Bug 443255] New: Okular crashes when opening PDF file

2021-10-03 Thread Vicente Salvador
https://bugs.kde.org/show_bug.cgi?id=443255

Bug ID: 443255
   Summary: Okular crashes when opening PDF file
   Product: okular
   Version: 21.04.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: vicentesalvadorcub...@gmail.com
  Target Milestone: ---

Application: okular (21.04.2)

Qt Version: 5.15.2
Frameworks Version: 5.85.0
Operating System: Linux 5.14.9-300.fc35.x86_64 x86_64
Windowing System: Wayland
Drkonqi Version: 5.22.5
Distribution: "Fedora release 35 (Thirty Five)"

-- Information about the crash:
- What I was doing when the application crashed:
Opening a PDF file generated by accounting software.

This crash is specific to all invoices PDFs generated by this software.

The crash can be reproduced every time.

-- Backtrace:
Application: Okular (okular), signal: Segmentation fault
Content of s_kcrashErrorMessage: [Current thread is 1 (Thread 0x7fdbf0d06500
(LWP 423634))]
[KCrash Handler]
#6  0x7fdbe12f6765 in qToStringViewIgnoringNull (s=...,
s=...) at /usr/include/qt5/QtCore/qstringview.h:381
#7  QtPrivate::qStringLikeToArg (s=..., s=...) at
/usr/include/qt5/QtCore/qstring.h:2114
#8  QStringView::arg (this=, this=) at /usr/include/qt5/QtCore/qstring.h:2125
#9  QString::arg (this=0x7ffcc3b3a468, this=0x7ffcc3b3a468, a6=..., a5=...,
a4=..., a3=..., a2=..., a1=...) at /usr/include/qt5/QtCore/qstring.h:1136
#10 printd (context=, arguments=...) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/core/script/kjs_util.cpp:97
#11 0x7fdbe10e2bb1 in KJSCustomFunction::callAsFunction
(this=0x55eec05123c0, exec=0x7ffcc3b3a5b0, thisObj=, args=...)
at /usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/api/kjsprototype.cpp:130
#12 0x7fdbe0f8a01c in KJS::JSObject::call (args=..., thisObj=, exec=, this=, this=,
exec=, thisObj=, args=...) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/object.h:689
#13 KJS::Machine::runBlock (exec=0x7ffcc3b3a7e0, codeBlock=..., parentExec=0x0)
at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/redhat-linux-build/src/kjs/codes.def:1239
#14 0x7fdbe0f3f505 in KJS::FunctionBodyNode::execute (this=0x55eec0540dc0,
exec=0x7ffcc3b3a7e0) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/nodes.cpp:944
#15 0x7fdbe0f796b0 in KJS::Interpreter::evaluate (this=0x55eec04e83c0,
sourceURL=..., startingLineNumber=1, code=0x7ffcc3b3a7e0, codeLength=, thisV=0x55eec0510080) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/interpreter.cpp:583
#16 0x7fdbe0f799cd in KJS::Interpreter::evaluate
(this=this@entry=0x55eec04e83c0, sourceURL=...,
startingLineNumber=startingLineNumber@entry=1, code=,
codeLength=, thisV=0x55eec0510080) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/interpreter.cpp:599
#17 0x7fdbe0f79a27 in KJS::Interpreter::evaluate
(this=this@entry=0x55eec04e83c0, sourceURL=...,
startingLineNumber=startingLineNumber@entry=1, code=...,
thisV=thisV@entry=0x55eec0510080) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/interpreter.cpp:518
#18 0x7fdbe10e30ef in KJSInterpreter::evaluate (this=,
sourceURL=..., startingLineNumber=startingLineNumber@entry=1, code=...,
thisValue=) at
/usr/src/debug/kf5-kjs-5.85.0-1.fc35.x86_64/src/kjs/api/kjsinterpreter.cpp:180
#19 0x7fdbe12c4832 in Okular::ExecutorKJS::execute (event=0x0, script=...,
this=) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/core/script/executor_kjs.cpp:113
#20 Okular::Scripter::execute (this=, type=,
script=...) at /usr/src/debug/okular-21.04.2-2.fc35.x86_64/core/scripter.cpp:69
#21 0x7fdbe12984ca in Okular::Document::openDocument
(this=this@entry=0x55eebfd45870, docFile=..., url=..., _mime=..., password=...)
at /usr/src/debug/okular-21.04.2-2.fc35.x86_64/core/document.cpp:2451
#22 0x7fdbe14018c5 in Okular::Part::doOpenFile
(this=this@entry=0x55eebfcd7200, mimeA=..., fileNameToOpenA=...,
isCompressedFile=isCompressedFile@entry=0x7ffcc3b3ae47) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/part/part.cpp:1391
#23 0x7fdbe14041ab in Okular::Part::openFile (this=0x55eebfcd7200) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/part/part.cpp:1509
#24 0x7fdbf69872e5 in KParts::ReadOnlyPartPrivate::openLocalFile
(this=this@entry=0x55eebfcd3370) at
/usr/src/debug/kf5-kparts-5.85.0-1.fc35.x86_64/src/readonlypart.cpp:180
#25 0x7fdbf698bb27 in KParts::ReadOnlyPart::openUrl
(this=this@entry=0x55eebfcd7200, url=...) at
/usr/src/debug/kf5-kparts-5.85.0-1.fc35.x86_64/src/readonlypart.cpp:141
#26 0x7fdbe14024fb in Okular::Part::openUrl (this=,
_url=..., swapInsteadOfOpening=) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/part/part.cpp:1741
#27 0x55eebf24381b in Shell::openUrl (this=, url=...,
serializedOptions=...) at
/usr/src/debug/okular-21.04.2-2.fc35.x86_64/shell/shell.cpp:289
#28 0x55eebf248bd2 in Shell::openDocument (this=0x

[okular] [Bug 443255] Okular crashes when opening PDF file

2021-10-03 Thread Vicente Salvador
https://bugs.kde.org/show_bug.cgi?id=443255

--- Comment #1 from Vicente Salvador  ---
Created attachment 142117
  --> https://bugs.kde.org/attachment.cgi?id=142117&action=edit
PDF Document to reproduce crash

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

[Discover] [Bug 443256] New: discover shows wrong version information in update list

2021-10-03 Thread Marcel
https://bugs.kde.org/show_bug.cgi?id=443256

Bug ID: 443256
   Summary: discover shows wrong version information in update
list
   Product: Discover
   Version: 5.22.90
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Flatpak Backend
  Assignee: lei...@leinir.dk
  Reporter: witte...@googlemail.com
CC: aleix...@kde.org, jgrul...@redhat.com
  Target Milestone: ---

Created attachment 142118
  --> https://bugs.kde.org/attachment.cgi?id=142118&action=edit
screenshot of discover update list

SUMMARY

For packages installed using flatpak discover shows wrong version information,
app are always updating from "stable" and runtime updates are mixed up if
different branches of the same runtime are installed.


OBSERVED RESULT
See the attached screenshot. The CLI returns another list:

flatpak list
Name   Application ID   
VersionZweigInstallation
Discordcom.discordapp.Discord   
0.0.15 stable   system
Spotifycom.spotify.Client   
1.1.55.498.gf9a83c60   stable   system
Synology Drive com.synology.SynologyDrive   
3.0.1  stable   system
Freedesktop Platform   org.freedesktop.Platform 
20.08.15   20.08system
defaultorg.freedesktop.Platform.GL.default 
19.08system
Mesa   org.freedesktop.Platform.GL.default  
21.1.7 20.08system
openh264   org.freedesktop.Platform.openh264
2.1.0  2.0  system
Freedesktop SDKorg.freedesktop.Sdk  
19.08.14   19.08system
Freedesktop SDKorg.freedesktop.Sdk  
20.08.15   20.08system
Breeze Gtk theme   org.gtk.Gtk3theme.Breeze
3.22 system
Breeze Gtk theme   org.gtk.Gtk3theme.Breeze-Dark   
3.22 system
Signal Desktop org.signal.Signal
5.17.2 stable   system

flatpak remote-ls --updates 
Name   Application ID Version  
   Zweig  Architektur
Discordcom.discordapp.Discord 0.0.16   
   stable x86_64
Spotifycom.spotify.Client 1.1.68.632.g2b11de83 
   stable x86_64
Signal Desktop org.signal.Signal  5.18.0   
   stable x86_64

EXPECTED RESULT
Show the correct installed version and do not show runtime updates that are not
available

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.22.90
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2

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

[digikam] [Bug 443238] unable to connect to ubuntu 20.04 installed Mysql server 8.0.26

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443238

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Version Fixed In||7.4.0

--- Comment #6 from caulier.gil...@gmail.com ---
Well slqite is not need to be installed in client area, as the sqlite core is
already included in AppImage (Qt framework in fact).

Best
gilles Caulier

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

[krita] [Bug 411352] Improve performance of assisstant tools rendered on canvas.

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=411352

Tiar  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/00f86a7e5
   ||540464a9c4e3a6c5a0300e41edb
   ||43f6
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Tiar  ---
Git commit 00f86a7e5540464a9c4e3a6c5a0300e41edb43f6 by Agata Cacko.
Committed on 03/10/2021 at 13:22.
Pushed by tymond into branch 'master'.

Move Perspective assistant drawing to drawAssistant from drawCache

Before this commit, the grid of the Perspective Assistant was drawn
in the drawCache, which caused performance issues when using
the perspective assistant and zooming in a lot.
(test method: zoom in a lot, so it's around 1600%, and then zoom in
and out very quickly using your mouse wheel. It's instant with this
patch, but slow without the patch. Note that if the Configure Krita ->
Display -> Canvas Acceleration is off, it's still super slow).

This commit does two things:
- crops the drawn lines to the viewport
- moves the whole drawing action to drawAssistant
Note: just cropping the drawn lines, but still using the cache,
didn't improve the assistants performance that much.
There must be some inherent issue with this caching method.

M  +42   -32   plugins/assistants/Assistants/PerspectiveAssistant.cc

https://invent.kde.org/graphics/krita/commit/00f86a7e5540464a9c4e3a6c5a0300e41edb43f6

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

[plasmashell] [Bug 436070] Unify lock screen and SDDM blur timeout

2021-10-03 Thread medin
https://bugs.kde.org/show_bug.cgi?id=436070

--- Comment #4 from medin  ---
(In reply to Nate Graham from comment #3)
> I know. But why do you think they need to be the same?

I thought they both appear when user session is not used so they should
preferably have the same timeout to force global consistency, but I don't know
if it's necessary or even correct.

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

[kwin] [Bug 443257] New: [wayland] Cursor shadow grows unusually when launching applications

2021-10-03 Thread francaco
https://bugs.kde.org/show_bug.cgi?id=443257

Bug ID: 443257
   Summary: [wayland] Cursor shadow grows unusually when launching
applications
   Product: kwin
   Version: 5.22.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: franco...@protonmail.com
  Target Milestone: ---

Created attachment 142119
  --> https://bugs.kde.org/attachment.cgi?id=142119&action=edit
video showing up the unusual cursor behaviour on wayland

SUMMARY

On wayland, if the cursor is not moving when launching an application from task
manager or the icon-only task manager, it will start growing a thicker and
darker "shadow" noticeable to the naked eye. If the cursor is moved, this
"animation" is restarted, until the application that has been launched shows
up. In other words, the shadow goes back to normal when the application shows
up.

The behaviour is not present when launching applications from the menu.
Tested on a qemu Virtual Machine with Arch Linux, Plasma 5.22.90, Wayland
session

STEPS TO REPRODUCE

1. On a wayland session with no programs open, start system settings by
clicking on its icon on the task manager.
2. Leave the mouse pointer somewhere over the desktop wallpaper while the app
gets launched.

OBSERVED RESULT


1. The pointer will start growing a thicker shadow (see attachment)
2. If cursor moved, the behaviour starts over
3. The behaviour finally stops when application shows up


EXPECTED RESULT

Cursor shadow doesn't change in any way while an app is being launched

SOFTWARE/OS VERSIONS
Windows: -
macOS: -
Linux/KDE Plasma: Linux kernel 5.14.8-arch1-1
KDE Plasma Version: Plasma 5.22.90
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[korganizer] [Bug 443029] Opening KOrganizer Settings > Configure KOrganizer crashes the app

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443029

qydwhotm...@gmail.com changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com

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

[ksplash] [Bug 443078] ksplashqml crashes in SplashWindow::setStage() on login after downgrade

2021-10-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443078

--- Comment #5 from Nate Graham  ---
Probably the cache files. Downgrading should definitely remove those.

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

[frameworks-kwindowsystem] [Bug 443258] New: Collapse

2021-10-03 Thread Hyper-V Manager
https://bugs.kde.org/show_bug.cgi?id=443258

Bug ID: 443258
   Summary: Collapse
   Product: frameworks-kwindowsystem
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: liaolll...@icloud.com
  Target Milestone: ---

Created attachment 142120
  --> https://bugs.kde.org/attachment.cgi?id=142120&action=edit
The record

SUMMARY


STEPS TO REPRODUCE
1. KWin has collapsed when i configure the "Desktop Effects"
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 21.10beta
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[korganizer] [Bug 443029] Opening KOrganizer Settings > Configure KOrganizer crashes the app

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443029

--- Comment #1 from qydwhotm...@gmail.com ---
Sometimes after `loginctl kill-user XXX` and login back, the crash does not
happen.

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

[frameworks-kwindowsystem] [Bug 443258] Collapse

2021-10-03 Thread Hyper-V Manager
https://bugs.kde.org/show_bug.cgi?id=443258

Hyper-V Manager  changed:

   What|Removed |Added

 CC||liaolll...@icloud.com

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

[kate] [Bug 443229] python highlights on f-string not work.

2021-10-03 Thread Jan Paul Batrina
https://bugs.kde.org/show_bug.cgi?id=443229

Jan Paul Batrina  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||jpmbatrin...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #1 from Jan Paul Batrina  ---
Hello, thanks for the bug report!

I can't reproduce with kate/syntax-highlighting built from git master.

by "highlights "f" as an error", do you mean that it is colored red and has an
underline (at least for the default breeze themes) just like the "incorrect"
string in the screenshot below? If you can, please attach a screenshot of the
highlighting in your system.

Also do you use the Language Server Protocol (LSP) plugin? The error
highlighting might be coming from there, not from kate

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

[kate] [Bug 443229] python highlights on f-string not work.

2021-10-03 Thread Jan Paul Batrina
https://bugs.kde.org/show_bug.cgi?id=443229

--- Comment #2 from Jan Paul Batrina  ---
Created attachment 142121
  --> https://bugs.kde.org/attachment.cgi?id=142121&action=edit
Kate showing proper f-string highlighting and example of error highlight

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

[xdg-desktop-portal-kde] [Bug 443251] File dialog doesn't remember its size

2021-10-03 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=443251

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[frameworks-syntax-highlighting] [Bug 443229] python highlights on f-string not work.

2021-10-03 Thread Jan Paul Batrina
https://bugs.kde.org/show_bug.cgi?id=443229

Jan Paul Batrina  changed:

   What|Removed |Added

 CC||walter.von.entferndt@posteo
   ||.net
  Component|scripting   |syntax
Version|21.08.1 |5.86.0
Product|kate|frameworks-syntax-highlight
   ||ing

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

[cantor] [Bug 442419] Cantor crashes on launch

2021-10-03 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=442419

--- Comment #5 from Alexander Semke  ---
(In reply to Oskar from comment #4)
> I'm using libqalculate 2.8.2-1build3 which is the newest one available on
> KDE Neon. So that's probably it then.
Is it possible for you to update to a newer version and to try again?

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

[khelpcenter] [Bug 443259] New: Help Center tells me to file a bug report

2021-10-03 Thread David C. Bryant
https://bugs.kde.org/show_bug.cgi?id=443259

Bug ID: 443259
   Summary: Help Center tells me to file a bug report
   Product: khelpcenter
   Version: 5.7.6.21043
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: davidbry...@gvtc.com
  Target Milestone: ---

SUMMARY
When I try to open an html file prepared by meinproc5 with khelpcenter, it
displays an error message telling me to file a bug report.

STEPS TO REPRODUCE
1. Enter a terminal command: khelpcenter ~/path/index.html (index.html created
from index.docbook)
2. An error message is displayed. See attachment.

OBSERVED RESULT
I get an error.

EXPECTED RESULT
I should say the table of contents from the docbook I'm working with.

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

ADDITIONAL INFORMATION
This was working OK up until two or three days ago. And it still works OK on
some platforms. I currently have five distros installed: Gentoo (updated
daily), Artix Linux, Manjaro, openSUSE Tumbleweed. and openSUSE LEAP 15.3. This
problem occurs with Gentoo, Artix, and Tumbleweed. Manjaro and LEAP 15.3 still
work OK. I suspect a "Qt" module is to blame, because all three of the failing
distros recently rolled some new Qt packages.

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

[khelpcenter] [Bug 443259] Help Center tells me to file a bug report

2021-10-03 Thread David C. Bryant
https://bugs.kde.org/show_bug.cgi?id=443259

--- Comment #1 from David C. Bryant  ---
Created attachment 142122
  --> https://bugs.kde.org/attachment.cgi?id=142122&action=edit
Screenshot of error message

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

[cantor] [Bug 434812] Markdown LaTeX rendering issue

2021-10-03 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=434812

Alexander Semke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||alexander.se...@web.de
 Status|REPORTED|CONFIRMED

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

[konqueror] [Bug 442992] konqueror downloads adblock lists to /home/

2021-10-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=442992

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

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

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

[krita] [Bug 441202] Export timeline breaks when folder target changed

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=441202

Tiar  changed:

   What|Removed |Added

 CC||tomtomtomreportingin@gmail.
   ||com

--- Comment #3 from Tiar  ---
*** Bug 443245 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 443245] Setting a new recordings directory doesn't take effect until Krita is restarted

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=443245

Tiar  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Tiar  ---


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

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

[krita] [Bug 443260] New: Brush Rotation With Wacom Art Pen Doesn't Follow Input Faithfully

2021-10-03 Thread Ren
https://bugs.kde.org/show_bug.cgi?id=443260

Bug ID: 443260
   Summary: Brush Rotation With Wacom Art Pen Doesn't Follow Input
Faithfully
   Product: krita
   Version: 4.4.8
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Brush Engine/Bristle
  Assignee: krita-bugs-n...@kde.org
  Reporter: siebt...@gmail.com
  Target Milestone: ---

SUMMARY

When using a Wacom Art Pen (Intuos 4 XL) and having activated the rotation
parameter for a brush, the brush cursor doesn't faithfully follow the hand
movement and making brush strokes in the desired rotation angle takes more
effort than it should.

STEPS TO REPRODUCE
1. Choose a brush and activate rotation (Edit Brush Settings>Rotation)
2. Rotate the Art Pen on the canvas
3. Observe the rotation of the brush cursor as the hand/stylus rotates

OBSERVED RESULT

The cursor sometimes takes a quarter of a circle to start rotating, then will
"stick" for a bit when the rotation is over, before starting to rotate again.

EXPECTED RESULT

The brush should follow the hand without delaying/sticking to certain points.

SOFTWARE/OS VERSIONS
Windows: 10 
Wacom Driver: 6.3.44-1

ADDITIONAL INFORMATION

This happens with or without the Windows Ink option enabled (this sometimes
causes trouble, so I usually disable it). I've uploaded a video here:
https://youtu.be/eHTnLH8TFD8 Let me know if anything's unclear or if you'd like
me to do specific things.

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

[krita] [Bug 443260] Brush Rotation With Wacom Art Pen Doesn't Follow Input Faithfully

2021-10-03 Thread Ren
https://bugs.kde.org/show_bug.cgi?id=443260

Ren  changed:

   What|Removed |Added

 CC||siebt...@gmail.com

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

[kmymoney] [Bug 443261] New: Kmymoney fails to start from desktop file

2021-10-03 Thread Alan Prescott
https://bugs.kde.org/show_bug.cgi?id=443261

Bug ID: 443261
   Summary: Kmymoney fails to start from desktop file
   Product: kmymoney
   Version: 5.1.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: alanjpresc...@gmail.com
  Target Milestone: ---

Created attachment 142123
  --> https://bugs.kde.org/attachment.cgi?id=142123&action=edit
kmymoney.desktop file

SUMMARY
Kmymoney fails to start from a menu entry or .desktop file but starts ok from a
konsole session

STEPS TO REPRODUCE
1. click on desktop icon or menu option

OBSERVED RESULT
Application fails to start

EXPECTED RESULT
Splash screen followed by application opening

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
Operating System: openSUSE Leap 15.3
KDE Plasma Version: 5.18.6
KDE Frameworks Version: 5.76.0
Qt Version: 5.12.7
Kernel Version: 5.3.18-57-preempt
OS Type: 64-bit
Processors: 12 × AMD Ryzen 5 1600 Six-Core Processor
Memory: 15.6 GiB of RAM

ADDITIONAL INFORMATION

Journalctl output when launched from .desktop file
Oct 03 16:58:09 nikyo kmymoney[11710]: WebConnect: Try to connect to WebConnect
server
Oct 03 16:58:09 nikyo kmymoney[11710]: WebConnect: Connect to server failed
Oct 03 16:58:09 nikyo kmymoney[11710]: WebConnect: Starting server failed. Try
to remove stale socket.
Oct 03 16:58:09 nikyo kmymoney[11710]: WebConnect: Running in server mode
Oct 03 16:58:09 nikyo kmymoney[11710]: System icon theme as reported by QT: 
"breeze"
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/budgetview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/checkprinting.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/csvexporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/csvimporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/forecastview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/gncimporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/icalendarexporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kbanking.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_checkprinting.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_csvimporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_forecastview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_icalendarexporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_qif.so" Validity false
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_reportsview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/kcm_xmlstorage.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/konlinetasks_sepa.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/ofximporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/onlinejoboutboxview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/qifexporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/qifimporter.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/reconciliationreport.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/reportsview.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/sqlstorage.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Located plugin
"/usr/lib64/qt5/plugins/kmymoney/xmlstorage.so" Validity true
Oct 03 16:58:09 nikyo kmymoney[11710]: Loading
"/usr/lib64/qt5/plugins/kmymoney/budgetview.so"
Oct 03 16:58:09 nikyo kmymoney[11710]: Plugins: budgetview loaded
Oct 03 16:58:09 nikyo kmymoney[11710]: Loading
"/usr/lib64/qt5/plugins/kmymoney/checkprinting.so"
Oct 03 16:58:09 nikyo kmymoney[11710]: Plugins: checkprinting loaded
Oct 03 16:58:09 nikyo kmymoney[11710]: Loading
"/usr/lib64/qt5/plugins/kmymoney/csvexporter.so"
Oct 03 1

[systemsettings] [Bug 442659] GTK3 Window decoration assets generated by kde-gtk-config are now all blank with Breeze window decoration

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442659

qydwhotm...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.mozilla.or
   ||g/show_bug.cgi?id=1732830
 CC||qydwhotm...@gmail.com

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

[systemsettings] [Bug 442355] Window Decorations Titlebar Buttons Issue after KDE 5.86 upgrade

2021-10-03 Thread K.J. Petrie
https://bugs.kde.org/show_bug.cgi?id=442355

K.J. Petrie  changed:

   What|Removed |Added

 CC||kde.b...@kjpetrie.co.uk

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

[kdiff3] [Bug 442199] DOS line endings are not correctly detected

2021-10-03 Thread michael
https://bugs.kde.org/show_bug.cgi?id=442199

michael  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
   Priority|NOR |HI

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

[systemsettings] [Bug 442355] Window Decorations Titlebar Buttons Issue after KDE 5.86 upgrade

2021-10-03 Thread K.J. Petrie
https://bugs.kde.org/show_bug.cgi?id=442355

--- Comment #3 from K.J. Petrie  ---
In my case, on PCLinuxOS, the right-hand button isn't even in the display area
of the window, appearing in the margin. The button on the left is at least in
the right place, but only the left of two which should be there is displayed

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

[krita] [Bug 443079] Altering cloned resources without first changing filenames impacts on the original

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=443079

--- Comment #1 from Tiar  ---
Git commit 715f492b6bc73112d014b58867f7f79ceb3a2f01 by Agata Cacko.
Committed on 03/10/2021 at 16:23.
Pushed by tymond into branch 'master'.

Use the same logic for palettes, sessions and workspaces

Before this commit, handling palettes, sessions and workspaces
was handled in their own respective widgets. This commit
removes old logic and replaces it with the call to
the KisResourceOverwriteDialog which contains universal logic
for renameResource, addResource and importResourceFile.

M  +7-27   libs/ui/KisMainWindow.cpp
M  +11   -7libs/ui/KisPaletteEditor.cpp
M  +15   -37   libs/ui/dialogs/KisSessionManagerDialog.cpp

https://invent.kde.org/graphics/krita/commit/715f492b6bc73112d014b58867f7f79ceb3a2f01

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

[kio-extras] [Bug 432557] MTP limited to one application with no unmount

2021-10-03 Thread Oswald Buddenhagen
https://bugs.kde.org/show_bug.cgi?id=432557

Oswald Buddenhagen  changed:

   What|Removed |Added

  Alias|barkingbandicoot|
 CC||o...@kde.org

--- Comment #1 from Oswald Buddenhagen  ---
this appears to be more or less a duplicate of #412257.

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

[kio-extras] [Bug 413204] [Possibly kio component][mtp] Dolphin doesn't re-read the state of the same mtp device, after reconnecting the device.

2021-10-03 Thread Oswald Buddenhagen
https://bugs.kde.org/show_bug.cgi?id=413204

Oswald Buddenhagen  changed:

   What|Removed |Added

 CC||o...@kde.org

--- Comment #2 from Oswald Buddenhagen  ---
possibly duplicated by Bug 440794 (which has a possibly useful log).

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

[kio-extras] [Bug 440794] Dolphin needs to be re-opened in order to access MTP device, after state changed between "No file transmission" and "File transmission"

2021-10-03 Thread Oswald Buddenhagen
https://bugs.kde.org/show_bug.cgi?id=440794

Oswald Buddenhagen  changed:

   What|Removed |Added

 CC||o...@kde.org

--- Comment #1 from Oswald Buddenhagen  ---
that might be related to Bug 412257 and/or Bug 442170 (the linked mageia bug
has some potentially useful info).

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

[kio-extras] [Bug 412257] kiod5 doesn't release usb device when it is not in use

2021-10-03 Thread Oswald Buddenhagen
https://bugs.kde.org/show_bug.cgi?id=412257

Oswald Buddenhagen  changed:

   What|Removed |Added

 CC||o...@kde.org

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

[dolphin] [Bug 442170] MTP mounting SOME Android phones doesn't work (only PTP mode)

2021-10-03 Thread Oswald Buddenhagen
https://bugs.kde.org/show_bug.cgi?id=442170

Oswald Buddenhagen  changed:

   What|Removed |Added

 CC||o...@kde.org

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

[systemsettings] [Bug 443262] New: SDDM login screen wallpaper not updated when sync plasma settings

2021-10-03 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=443262

Bug ID: 443262
   Summary: SDDM login screen wallpaper not updated when sync
plasma settings
   Product: systemsettings
   Version: 5.22.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_sddm
  Assignee: k...@davidedmundson.co.uk
  Reporter: rull...@gmail.com
CC: k...@david-redondo.de, plasma-b...@kde.org
  Target Milestone: ---

Created attachment 142124
  --> https://bugs.kde.org/attachment.cgi?id=142124&action=edit
sddm login screen settings screenshot

SUMMARY
The sddm login screen wallpaper does not get updated the the plasma theme
wallpaper when you click on the 'Apply Plasma Settings...' button.

STEPS TO REPRODUCE
1. Run Systemsettings
2. Change your wallpaper 
3. Click on Startup and Shutdown
4. Click on 'Apply Plasma Settings...'

OBSERVED RESULT
The wallpaper on the sddm theme thumbnail is updated with the new wallpaper
(see the attached screenshot) but the actual sddm login screen shows the old
wallpaper

EXPECTED RESULT
The sddm login screen wallpaper should show the newly selected wallpaper

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.22.90
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.12.15-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 31.3 GiB of RAM
Graphics Processor: GeForce GTX 1080/PCIe/SSE2

ADDITIONAL INFORMATION
The new wallpaper selection has been updated to the file
/usr/share/sddm/themes/breeze/theme.conf but the file
/usr/share/sddm/themes/breeze/theme.conf.user is overriding that selection.

The file /usr/share/sddm/themes/breeze/theme.conf.user contains the lines...

[General]
background=Plasma 5.22 1920x1080.png
type=image

This is not a file that I have created or edited. Perhaps it is no longer used
or it's update has been omitted.

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

[systemsettings] [Bug 443263] New: Window not fully visible

2021-10-03 Thread Dominik Kummer
https://bugs.kde.org/show_bug.cgi?id=443263

Bug ID: 443263
   Summary: Window not fully visible
   Product: systemsettings
   Version: 5.22.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_kscreen
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: ad...@arkades.org
CC: plasma-b...@kde.org
  Target Milestone: ---

The disply settings window is not visible on small sized screens (e.g. 640x480)

STEPS TO REPRODUCE
1. ensure having a display size of 640x480
2. open display settings
3. try to press "Apply" button

OBSERVED RESULT
Not all GUI elements are accessible

EXPECTED RESULT
Window size flexible enough to see all control elements

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

[dolphin] [Bug 292579] mailto: URL shortcuts do not work

2021-10-03 Thread Ondřej Růžička
https://bugs.kde.org/show_bug.cgi?id=292579

Ondřej Růžička  changed:

   What|Removed |Added

 CC||o.r...@email.cz

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

[lattedock] [Bug 443264] New: Shutdown/Restart etc. are disappearing from Application Menu/Favorites when used in Latte Dock

2021-10-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=443264

Bug ID: 443264
   Summary: Shutdown/Restart etc. are disappearing from
Application Menu/Favorites when used in Latte Dock
   Product: lattedock
   Version: 0.10.2
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: mvourla...@gmail.com
  Reporter: rpijqqf...@email.ucms.edu.pk
  Target Milestone: ---

Shutdown/Restart etc. are disappearing from Application Menu/Favorites when
used in Latte Dock 

STEPS TO REPRODUCE
1. add power/session buttons to Favorites in the app menu put on LatteDock
2. restart pc
3. 
OBSERVED RESULT
no more icons on that location apart from "Lock"


EXPECTED RESULT
no problems with those buttons on the app menu on the regular KDE panel.

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

ADDITIONAL INFORMATION
apparently fixed in Plasma 5.20.3, but here i am.

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

[frameworks-kio] [Bug 440062] Error — KIOExec: Unable to create io-slave. klauncher said: Unknown protocol 'mailto'.

2021-10-03 Thread Ondřej Růžička
https://bugs.kde.org/show_bug.cgi?id=440062

Ondřej Růžička  changed:

   What|Removed |Added

 CC||o.r...@email.cz

--- Comment #1 from Ondřej Růžička  ---
can confirm

possibly related to bug#292579 (?)

Operating System: openSUSE Tumbleweed 20210928
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.14.6-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-7300U CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620

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

[kde] [Bug 443265] New: Kate and Kwrite randomly fail to paste text from clipboard

2021-10-03 Thread David
https://bugs.kde.org/show_bug.cgi?id=443265

Bug ID: 443265
   Summary: Kate and Kwrite randomly fail to paste text from
clipboard
   Product: kde
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: david.cortes.riv...@gmail.com
  Target Milestone: ---

Created attachment 142125
  --> https://bugs.kde.org/attachment.cgi?id=142125&action=edit
kwrite_no_paste

SUMMARY
At random times, Kate and Kwrite will stop pastying text from the clipboard,
even if said text had been copied from the same kate/kwrite window where it is
attempted to be pasted. Attached is a video with kwrite. I think this started
happening in frameworks 5.86.0 but I'm not sure. The problem will even persist
in newly-opened instances of both kate and kwrite, and will keep affecting them
until sending something new to the clipboard.

STEPS TO REPRODUCE
Not sure.

OBSERVED RESULT
Kate and Kwrite do not paste the text that is in the clipboard, and which was
copied from the same Kate/Kwrite app.

EXPECTED RESULT
Should paste the text that is in the clipboard.

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

ADDITIONAL INFORMATION

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

[krita] [Bug 443079] Altering cloned resources without first changing filenames impacts on the original

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=443079

--- Comment #2 from Tiar  ---
Git commit 7093da66be396719aaa9bffe92ce13fef2edaa7d by Agata Cacko.
Committed on 03/10/2021 at 16:27.
Pushed by tymond into branch 'krita/5.0'.

Use the same logic for palettes, sessions and workspaces

Before this commit, handling palettes, sessions and workspaces
was handled in their own respective widgets. This commit
removes old logic and replaces it with the call to
the KisResourceOverwriteDialog which contains universal logic
for renameResource, addResource and importResourceFile.

M  +7-27   libs/ui/KisMainWindow.cpp
M  +11   -7libs/ui/KisPaletteEditor.cpp
M  +15   -37   libs/ui/dialogs/KisSessionManagerDialog.cpp

https://invent.kde.org/graphics/krita/commit/7093da66be396719aaa9bffe92ce13fef2edaa7d

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

[krita] [Bug 411352] Improve performance of assisstant tools rendered on canvas.

2021-10-03 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=411352

Tiar  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/00f86a7e5 |hics/krita/commit/0cd2ea87b
   |540464a9c4e3a6c5a0300e41edb |0719cb8a496fd0a96de2434a909
   |43f6|ae10

--- Comment #9 from Tiar  ---
Git commit 0cd2ea87b0719cb8a496fd0a96de2434a909ae10 by Agata Cacko.
Committed on 03/10/2021 at 16:27.
Pushed by tymond into branch 'krita/5.0'.

Move Perspective assistant drawing to drawAssistant from drawCache

Before this commit, the grid of the Perspective Assistant was drawn
in the drawCache, which caused performance issues when using
the perspective assistant and zooming in a lot.
(test method: zoom in a lot, so it's around 1600%, and then zoom in
and out very quickly using your mouse wheel. It's instant with this
patch, but slow without the patch. Note that if the Configure Krita ->
Display -> Canvas Acceleration is off, it's still super slow).

This commit does two things:
- crops the drawn lines to the viewport
- moves the whole drawing action to drawAssistant
Note: just cropping the drawn lines, but still using the cache,
didn't improve the assistants performance that much.
There must be some inherent issue with this caching method.

M  +42   -32   plugins/assistants/Assistants/PerspectiveAssistant.cc

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

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

[lattedock] [Bug 443264] Shutdown/Restart etc. are disappearing from Application Menu/Favorites when used in Latte Dock

2021-10-03 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=443264

Michail Vourlakos  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Michail Vourlakos  ---
upstream applet fault

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

[kdev-python] [Bug 443167] python 3.10 (rc2) unsupported

2021-10-03 Thread yopito
https://bugs.kde.org/show_bug.cgi?id=443167

yopito  changed:

   What|Removed |Added

 CC||pierre.bour...@free.fr

--- Comment #1 from yopito  ---
Created attachment 142126
  --> https://bugs.kde.org/attachment.cgi?id=142126&action=edit
build log with python 3.10 rc2

build output log with python 3.10 rc2 is now provided

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

[kate] [Bug 443266] New: Kate does not overwrite session state

2021-10-03 Thread Dominik Kummer
https://bugs.kde.org/show_bug.cgi?id=443266

Bug ID: 443266
   Summary: Kate does not overwrite session state
   Product: kate
   Version: 21.08.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sessions
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ad...@arkades.org
  Target Milestone: ---

SUMMARY
A session already saved in kate, but later overwritten with a new state of open
files does not save.

STEPS TO REPRODUCE
1. Open some files
2. Save session
3. Close files partly
4. Save session again
5. Recognize the old session state still shown
6. Quitting kate causes the old session to be saved
7. Reopening kate restores old session.

OBSERVED RESULT
New session states are never save, unless one saves it with different name.

EXPECTED RESULT
Kate allows user to overwrite existing session state.

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

[kate] [Bug 443267] New: Renaming current session causes crash

2021-10-03 Thread Dominik Kummer
https://bugs.kde.org/show_bug.cgi?id=443267

Bug ID: 443267
   Summary: Renaming current session causes crash
   Product: kate
   Version: 21.08.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sessions
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: ad...@arkades.org
  Target Milestone: ---

Created attachment 142127
  --> https://bugs.kde.org/attachment.cgi?id=142127&action=edit
Drkonqi crash info

STEPS TO REPRODUCE
1. Open session manager
2. Rename current session

OBSERVED RESULT
Kate crashes

EXPECTED RESULT
Rename current session

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

ADDITIONAL INFORMATION

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

[digikam] [Bug 443238] unable to connect to ubuntu 20.04 installed Mysql server 8.0.26

2021-10-03 Thread Gerry Matte
https://bugs.kde.org/show_bug.cgi?id=443238

--- Comment #7 from Gerry Matte  ---
If you mean that SQLite is included in the appimage for the not yet released
digiKam-7.4.0-x86-64.appimage I'm glad to hear it.  The version 7.3.0 I am
using insists that SQLite is not found and needs to be installed.

It's possible that I received that error after initially failing to connect to
my MySQL Server and then trying to change database to SQLite.

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

[kwin] [Bug 443268] New: Crash in KIdleTimePoller on logout

2021-10-03 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=443268

Bug ID: 443268
   Summary: Crash in KIdleTimePoller on logout
   Product: kwin
   Version: git master
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: xaver.h...@gmail.com
  Target Milestone: ---

#0  0x7fec63634a4c in  () at /usr/lib/libQt5Core.so.5
#1  0x7fec63634e4e in QObject::disconnectImpl(QObject const*, void**,
QObject const*, void**, QMetaObject const*) () at /usr/lib/libQt5Core.so.5
#2  0x555c73f46427 in QObject::disconnect(QtPrivate::FunctionPointer::Object const*, void
(KWaylandServer::IdleInterface::*)(), QtPrivate::FunctionPointer::Object const*, void
(KWin::KWinIdleTimePoller::*)())
(slot=(void (KWin::KWinIdleTimePoller::*)(KWin::KWinIdleTimePoller *
const)) 0x555c73f460d0 ,
receiver=0x555c752ba770, signal=
(void (KWaylandServer::IdleInterface::*)(KWaylandServer::IdleInterface *
const)) 0x7fec64199ac0 ,
sender=) at /usr/include/qt/QtCore/qobject.h:380
#3  KWin::KWinIdleTimePoller::unloadPoller() (this=0x555c752ba770) at
/home/xaver/kde/src/kwin/src/plugins/idletime/poller.cpp:42
#4  0x7fec64f9e528 in KIdleTimePrivate::unloadCurrentSystem()
(this=0x555c751d99c0) at /home/xaver/kde/src/kidletime/src/kidletime.cpp:259
#5  0x7fec64f9e581 in KIdleTime::~KIdleTime() (this=0x555c752c4380,
__in_chrg=) at
/home/xaver/kde/src/kidletime/src/kidletime.cpp:95
#6  0x7fec64f9e645 in KIdleTime::~KIdleTime() (this=0x555c752c4380,
__in_chrg=) at
/home/xaver/kde/src/kidletime/src/kidletime.cpp:92
#7  KIdleTimeHelper::~KIdleTimeHelper() (this=,
__in_chrg=) at
/home/xaver/kde/src/kidletime/src/kidletime.cpp:30
#8  (anonymous namespace)::Q_QGS_s_globalKIdleTime::Holder::~Holder()
(this=, __in_chrg=)
at /home/xaver/kde/src/kidletime/src/kidletime.cpp:37
#9  0x7fec62af14a7 in __run_exit_handlers () at /usr/lib/libc.so.6
#10 0x7fec62af164e in  () at /usr/lib/libc.so.6
#11 0x7fec62ad9b2c in __libc_start_main () at /usr/lib/libc.so.6
#12 0x555c73f242ae in _start ()

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

[Breeze] [Bug 443269] New: Feature request: Have ability to change scrollbar settings in Breeze

2021-10-03 Thread strangequark
https://bugs.kde.org/show_bug.cgi?id=443269

Bug ID: 443269
   Summary: Feature request: Have ability to change scrollbar
settings in Breeze
   Product: Breeze
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: random1123581...@protonmail.com
  Target Milestone: ---

FEATURE REQUEST
I think there should be the ability to change the look of the scrollbars, in
the Breeze customization settings itself. Currently, there is just the 'Arrow
Button Type' settings in the Breeze scrollbar customization menu (System
Settings > Appearance > Application Style > Hover over Breeze > Click on the
edit icon). A bunch more settings can make it a lot more customizable: 
- ability to change scrollbar width (which already exists in the Oxygen
customization menu), 
- ability to change the roundness of the scrollbar edges, 
- ability to decide the foreground and background color of the scrollbar.

SOFTWARE/OS VERSIONS
n/a

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

[kdeconnect] [Bug 351725] Cannot Browse SFTP

2021-10-03 Thread PhobosK
https://bugs.kde.org/show_bug.cgi?id=351725

PhobosK  changed:

   What|Removed |Added

 CC||phob...@fastmail.fm
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #7 from PhobosK  ---
At the moment the Android part of the application (Kdeconnect Beta v. 1.17.0 of
6th May 2021) offers only **ssh-rsa** as HostKeyAlgorithms, and thus the SFTP
plugin of the KDE application stopped working again.
The error:
Unable to negotiate with XXX.XXX.XXX.XXX: no matching host key type found.
Their offer: ssh-rsa\r\n".

So the applied before patch should be reverted back. When this is done all
works correctly.

See the thread at the source code:
https://invent.kde.org/network/kdeconnect-kde/-/commit/9bfa255a60b25c0976ec6062e2252eb67b24dca5#note_314823

Thanks

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

[kate] [Bug 443145] Blue line visible in text area after closing inline message

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=443145

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Hmm, tried to reproduce this, failed to do so :/
But on X11 here, have no working Wayland setup.

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

[kid3] [Bug 438562] A space at the end of a filename leads to erroneous importation of meta-data

2021-10-03 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=438562

Urs Fleisch  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kid3/commit/efaf8e69
   ||552edf364e9b4881e7f0c5503e6
   ||1eb55

--- Comment #3 from Urs Fleisch  ---
Git commit efaf8e69552edf364e9b4881e7f0c5503e61eb55 by Urs Fleisch.
Committed on 03/10/2021 at 18:42.
Pushed by ufleisch into branch 'master'.

Get tags from file names with spaces before the extension

M  +5-0src/core/tags/taggedfile.cpp

https://invent.kde.org/multimedia/kid3/commit/efaf8e69552edf364e9b4881e7f0c5503e61eb55

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

[kid3] [Bug 441573] Kid3 should separate state config from settings config

2021-10-03 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=441573

Urs Fleisch  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kid3/commit/0d268c09
   ||f48b7528f0351453942312de72d
   ||2b481
 Resolution|--- |FIXED

--- Comment #2 from Urs Fleisch  ---
Git commit 0d268c09f48b7528f0351453942312de72d2b481 by Urs Fleisch.
Committed on 03/10/2021 at 18:42.
Pushed by ufleisch into branch 'master'.

KDE: Separate state config from settings config

The state of the KDE application is now saved in
~/.local/share/kid3/kid3staterc, the config file
~/.config/kid3rc should now only contain settings.

M  +6-5src/app/kde/kdemainwindow.cpp
M  +3-3src/app/kde/kdeplatformtools.cpp
M  +0-3src/app/kde/kdeplatformtools.h
M  +8-4src/app/kde/kdesettings.cpp
M  +7-4src/app/kde/kdesettings.h
M  +2-2src/app/qt/recentfilesmenu.cpp
M  +4-0src/core/config/batchimportconfig.cpp
M  +4-0src/core/config/exportconfig.cpp
M  +7-3src/core/config/fileconfig.cpp
M  +4-0src/core/config/filterconfig.cpp
M  +4-0src/core/config/findreplaceconfig.cpp
M  +27   -23   src/core/config/guiconfig.cpp
M  +13   -11   src/core/config/importconfig.cpp
M  +2-1src/core/config/isettings.h
M  +3-1src/core/config/kid3settings.cpp
M  +2-1src/core/config/kid3settings.h
M  +8-4src/core/config/mainwindowconfig.cpp
M  +4-0src/core/config/numbertracksconfig.cpp
M  +4-0src/core/config/playlistconfig.cpp
M  +4-0src/core/config/rendirconfig.cpp
M  +4-0src/core/config/serverimporterconfig.cpp
M  +3-1src/test/dummysettings.cpp
M  +2-1src/test/dummysettings.h

https://invent.kde.org/multimedia/kid3/commit/0d268c09f48b7528f0351453942312de72d2b481

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

[kdeconnect] [Bug 351725] Cannot Browse SFTP

2021-10-03 Thread PhobosK
https://bugs.kde.org/show_bug.cgi?id=351725

--- Comment #8 from PhobosK  ---
Sorry for the kind of flood, but forgot to say that this is valid for OpenSSH
8.8_p1 where ssh-rsa has to be explicitly enabled as config option - OpenSSH
release 8.8 at https://www.openssh.com/txt/release-8.8

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

[frameworks-knewstuff] [Bug 443032] Kate crashes while trying to download new snippets using Snippets plugin

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=443032

Christoph Cullmann  changed:

   What|Removed |Added

  Component|general |general
Product|kate|frameworks-knewstuff
Version|21.08.1 |5.86.0
 CC||cullm...@kde.org,
   ||kdelibs-b...@kde.org
   Assignee|kwrite-bugs-n...@kde.org|ad...@leinir.dk

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

[frameworks-knewstuff] [Bug 443032] Kate crashes while trying to download new snippets using Snippets plugin

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=443032

--- Comment #1 from Christoph Cullmann  ---
I can't reproduce, but I would assume this is rather an error in the framework.

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

[kate] [Bug 443026] segmentation fault when switching Git branches with clangd C++ LSP

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=443026

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||21.12.0
 CC||cullm...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #2 from Christoph Cullmann  ---
https://invent.kde.org/utilities/kate/-/merge_requests/491

should be fixed

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

[kate] [Bug 442944] Kate does not offer to remove buttons above scrollbar

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=442944

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||cullm...@kde.org

--- Comment #3 from Christoph Cullmann  ---
If somebody steps up to provide a patch to hide them as option, I have no
issues with that.

Moving this to wish list.

But if nobody steps up for this in the next years or so, I guess this will end
up closed again.

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

[frameworks-ktexteditor] [Bug 442934] Enhance UI/UX of filetype variables option in settings

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=442934

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
   Severity|normal  |wishlist

--- Comment #1 from Christoph Cullmann  ---
Improvements are welcome, if you have some time, please provide some patch if
feasible.

https://kate-editor.org/post/2020/2020-07-18-contributing-via-gitlab-merge-requests/

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

[frameworks-syntax-highlighting] [Bug 442181] Line change of GNUplot files cannot be highlighted properly in Kate

2021-10-03 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=442181

Christoph Cullmann  changed:

   What|Removed |Added

Product|kate|frameworks-syntax-highlight
   ||ing
Version|Git |unspecified
  Component|general |syntax
 CC||cullm...@kde.org,
   ||walter.von.entferndt@posteo
   ||.net

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

  1   2   3   >