[frameworks-kpackage] [Bug 386509] No Settings Icon

2020-07-08 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=386509

Konstantinos Smanis  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||konstantinos.smanis@gmail.c
   ||om
 Ever confirmed|0   |1

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

[plasmashell] [Bug 391596] Allow configuring binary prefixes used

2020-05-01 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=391596

Konstantinos Smanis  changed:

   What|Removed |Added

Version|unspecified |5.18.4
   Target Milestone|--- |1.0
 CC||konstantinos.smanis@gmail.c
   ||om, plasma-b...@kde.org
  Component|systemloadviewer|System Monitor
   Assignee|plasma-b...@kde.org |notm...@gmail.com
Product|kdeplasma-addons|plasmashell

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

[plasmashell] [Bug 411080] Hard Disk Space Usage widget overlaps text

2020-05-01 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=411080

Konstantinos Smanis  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |notm...@gmail.com
  Component|systemloadviewer|System Monitor
Product|kdeplasma-addons|plasmashell
 CC||konstantinos.smanis@gmail.c
   ||om, plasma-b...@kde.org
   Target Milestone|--- |1.0

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

[plasmashell] [Bug 420018] Hard Disk Space Widget/Plasmoid cannot show ZFS datasets

2020-05-01 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=420018

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om, plasma-b...@kde.org
   Target Milestone|--- |1.0
   Assignee|plasma-b...@kde.org |notm...@gmail.com
  Component|systemloadviewer|System Monitor
Product|kdeplasma-addons|plasmashell

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

[plasmashell] [Bug 420086] Network Monitor widget is HHHUUUGGGEEE and unconfigurable.

2020-05-01 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=420086

Konstantinos Smanis  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
 CC||konstantinos.smanis@gmail.c
   ||om, plasma-b...@kde.org
   Assignee|plasma-b...@kde.org |notm...@gmail.com
  Component|systemloadviewer|System Monitor
Product|kdeplasma-addons|plasmashell

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

[frameworks-kdeclarative] [Bug 420747] New: KQuickAddons.Plotter skips repaints

2020-04-29 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=420747

Bug ID: 420747
   Summary: KQuickAddons.Plotter skips repaints
   Product: frameworks-kdeclarative
   Version: 5.69.0
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: konstantinos.sma...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 127986
  --> https://bugs.kde.org/attachment.cgi?id=127986=edit
Screencast (applet update interval: 1 second)

SUMMARY
The KQuickAddons.Plotter used for the System Monitor applets occasionally skips
repaints, leading to jumpy plots.

More specifically, the skips occur because the plot itself will not be
repainted unless another element in the QML scene changes. According to my
understanding, Plotter::addSample() triggers Plotter::update(), which in turn
triggers Plotter::updatePaintNode(). However, Plotter::updatePaintNode() only
seems to be initializing the paint node, not actually rendering it (why?),
therefore relying only on the QQuickWindow::beforeRendering signal to trigger
Plotter::render(). As a result, even if you add new samples to the plot, they
will be rendered only if another element in the QML scene requires to be
repainted.

For example, in the CPU load monitoring applet, if the CPU load remains the
same across multiple measurements, the applet will not be repainted until a
different CPU load measurement comes up. This can be observed in the attached
screencast twice:
 * the first time, the CPU load remains at 14% for two ticks, leading to one
missed repaint
 * the second time, the CPU load remains at 14% for four ticks, leading to
three missed repaints

STEPS TO REPRODUCE
1. Observe any system monitor applet (preferably in plasmoidviewer or on the
desktop, because on a panel other applets will trigger a repaint)
2. Wait for multiple same measurements

OBSERVED RESULT
The applet is not repainted while the measurement remains the same. It is only
updated when a different measurement comes up.

EXPECTED RESULT
The applet should be repainted for every measurement.

SOFTWARE/OS VERSIONS
Operating System: Gentoo Linux 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.1
Kernel Version: 5.6.7-gentoo
OS Type: 64-bit

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

--- Comment #14 from Konstantinos Smanis  ---
I did, commit f6a924b^ crashes, f6a924b doesn't. I just confirmed that the
cherry-pick fixes the issue on the Plasma/5.18 branch as well.

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

--- Comment #12 from Konstantinos Smanis  ---
This bug is just a duplicate of #418262; I can confirm that commit f6a924b
resolves the issue. Just cherry-pick the fix to the Plasma/5.18 branch.

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

--- Comment #11 from Konstantinos Smanis  ---
Commit 4d11dcf doesn't crash. I picked this one because the next one bumps the
KF5 deps to 5.70.0 and I would have to go through a lot of unreleased deps.

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

--- Comment #9 from Konstantinos Smanis  ---
Created attachment 127606
  --> https://bugs.kde.org/attachment.cgi?id=127606=edit
kded5 terminal output

After replacing kded5 (kded5 --replace), my vault didn't show up in the Plasma
widget, so I had to restart plasmashell as well (kquitapp5 plasmashell &&
plasmashell), as you may notice in the log.

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

Konstantinos Smanis  changed:

   What|Removed |Added

 Attachment #127604|0   |1
is obsolete||

--- Comment #8 from Konstantinos Smanis  ---
Created attachment 127605
  --> https://bugs.kde.org/attachment.cgi?id=127605=edit
crash log with plasma-vault debug symbols with manually launched kded5

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

Konstantinos Smanis  changed:

   What|Removed |Added

 Attachment #127602|0   |1
is obsolete||

--- Comment #6 from Konstantinos Smanis  ---
Created attachment 127604
  --> https://bugs.kde.org/attachment.cgi?id=127604=edit
crash log with plasma-vault debug symbols

Let me know if you need extra debug symbols, e.g., for Qt, as that would take
significantly more time to acquire, being on Gentoo.

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

[Plasma Vault] [Bug 419822] Vault crashed after canceling password prompt

2020-04-17 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419822

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

--- Comment #4 from Konstantinos Smanis  ---
Created attachment 127602
  --> https://bugs.kde.org/attachment.cgi?id=127602=edit
crash log

I can reproduce this consistently as well. Cancelling the password prompt
crashes kded5 leaving the system in a miserable state. I was trying to access a
cryfs-encrypted vault.

Operating System: Gentoo Linux 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.1
Kernel Version: 5.6.4-gentoo
OS Type: 64-bit

cryfs version: 0.10.2
encfs version: not installed

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

[kwallet-pam] [Bug 419465] Wallet failed to get opened by PAM, error code is -9

2020-04-15 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=419465

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[kwallet-pam] [Bug 416461] [5.18] KDE wallet not unlocked on login

2020-04-04 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=416461

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[kio-extras] [Bug 387290] Can't connect to sftp server via Dolphin anymore

2020-03-06 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=387290

--- Comment #18 from Konstantinos Smanis  ---
On a similar note, I have been using FISH as a replacement for ages, since I
was also affected by this bug, but apparently I can no longer reproduce any
SFTP hang with a couple of hosts.

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

[okular] [Bug 361756] [wish] Close tabs by middle-click

2020-01-12 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=361756

--- Comment #7 from Konstantinos Smanis  ---
Implemented per commit [1]. Also bug 390108 is imho incorrectly marked as
duplicate, as it describes extra functionality.

[1]
https://cgit.kde.org/okular.git/commit/?id=60f1fa790c70100a0d2b2f23945f7b10ee94bf42

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

[okular] [Bug 361756] [wish] Close tabs by middle-click

2019-10-16 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=361756

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[kio-extras] [Bug 387290] Can't connect to sftp server via Dolphin anymore

2019-02-16 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=387290

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[kwin] [Bug 296673] Please preserve the window geometry relative to it's original screen instead of globally when adding a screen

2018-08-23 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=296673

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[frameworks-kxmlgui] [Bug 374083] setCaption and setPlainCaption always append the application name

2018-08-19 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=374083

--- Comment #2 from Konstantinos Smanis  ---
This bug is still present in KXmlGui 5.49.0 and can be observed in Konsole
18.08.0 through the "Show application name on the titlebar" setting, which
still has no effect.

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

[frameworks-kxmlgui] [Bug 374083] setCaption and setPlainCaption always append the application name

2018-08-19 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=374083

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[konsole] [Bug 343995] Application name is not shown on the titlebar.

2018-08-19 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=343995

Konstantinos Smanis  changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

--- Comment #4 from Konstantinos Smanis  ---
I can confirm that in Konsole 18.08.0 the "- Konsole" string is always appended
to the window caption, regardless of the relevant setting ("Show application
name on the titlebar"). This bug should be closed and bug #374083 should be
resolved instead.

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

[kdevelop] [Bug 372286] C Parser fails to parse headers and reports errors

2017-01-10 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=372286

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-12-04 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 Attachment #102506|0   |1
is obsolete||

--- Comment #18 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Created attachment 102626
  --> https://bugs.kde.org/attachment.cgi?id=102626=edit
Revised patch

According to QtBug #17104 [1], LC_COLLATE is ignored by Qt. Something along the
lines of
m_collator.setLocale(QProcessEnvironment::systemEnvironment().value("LC_COLLATE"));
could be used instead, although it's a tad ugly.

But then I'm hitting another bug: with LC_COLLATE=C the QCollator is properly
set to collate using the C-locale but the comparisons are wrong. E.g. even
QCollator(QLocale("C")).compare("A", "a"); returns 1 for me, instead of a
negative value.

Of course we could fall back to QString::compare in this specific case
(C-locale), but this is ugly as well. I am not gonna pursue this any further, I
leave my code & research here in case anyone is interested to pick it up.

[1] https://bugreports.qt.io/browse/QTBUG-17104

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-28 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

--- Comment #17 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Created attachment 102506
  --> https://bugs.kde.org/attachment.cgi?id=102506=edit
Proposed patch

Seems like QCollator was only used for natural sorting for some reason, falling
back to QString::compare in the other cases, i.e. C-locale collating. I will
have to research this reason to make sure that we don't break anything.

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

--- Comment #16 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Created attachment 102487
  --> https://bugs.kde.org/attachment.cgi?id=102487=edit
en_US.utf8 locale breaking on some weird file names

Dolphin 16.08.3
Qt 5.6.1
KF 5.28.0

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

--- Comment #15 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Created attachment 102486
  --> https://bugs.kde.org/attachment.cgi?id=102486=edit
C locale working properly on some weird file names

Dolphin 16.08.3
Qt 5.6.1
KF 5.28.0

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

--- Comment #14 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Created attachment 102485
  --> https://bugs.kde.org/attachment.cgi?id=102485=edit
C locale working properly

Dolphin 16.08.3
Qt 5.6.1
KF 5.28.0

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

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

--- Comment #13 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
Well, not all is peachy.

The 'C' locale seems to be properly collated, but other locales (e.g.
'en_US.utf8') are not.

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

[frameworks-kio] [Bug 343452] Does not sort numbers naturally any longer

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=343452

--- Comment #15 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
This bug managed to annoy the hell out of that itching part of my brain, so I
did a little digging. I posted my review on
https://git.reviewboard.kde.org/r/128574/

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

[dolphin] [Bug 211531] Dolphin is not honouring the LC_COLLATE setting

2016-11-27 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=211531

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[frameworks-kio] [Bug 343452] Does not sort numbers naturally any longer

2016-11-12 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=343452

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[gwenview] [Bug 349390] regression: sort order incoherent with Dolphin's smart sort order

2016-11-12 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=349390

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||konstantinos.smanis@gmail.c
   ||om

--- Comment #3 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---


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

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

[frameworks-kio] [Bug 343452] Does not sort numbers naturally any longer

2016-11-12 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=343452

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 CC||public+...@enkore.de

--- Comment #14 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
*** Bug 349390 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 361029] view ordering by name mismatch

2016-11-12 Thread Konstantinos Smanis
https://bugs.kde.org/show_bug.cgi?id=361029

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

 CC||konstantinos.smanis@gmail.c
   ||om

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

[unknown] [Bug 354393] Live session asking for password when booting from live USB

2016-10-01 Thread Konstantinos Smanis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354393

Konstantinos Smanis <konstantinos.sma...@gmail.com> changed:

   What|Removed |Added

Product|kcm_grub2   |unknown
  Component|General |general
   Assignee|konstantinos.smanis@gmail.c |unassigned-b...@kde.org
   |om  |

--- Comment #1 from Konstantinos Smanis <konstantinos.sma...@gmail.com> ---
This bug doesn't relate to kcm_grub2, reassigning.

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