[frameworks-solid] [Bug 406242] fstab-mounted NFS drive gets two entries in Places panel

2019-12-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406242

Méven Car  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.66
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/sol
   ||id/c97f0b2a3076731b35435f20
   ||0bd09a22859f3e03

--- Comment #8 from Méven Car  ---
Git commit c97f0b2a3076731b35435f200bd09a22859f3e03 by Méven Car.
Committed on 15/12/2019 at 07:27.
Pushed by meven into branch 'master'.

Ensure mounted nfs filesystems matches their fstab declared counterpart

Summary:
When a nfs fs is declared in /etc/fstab and the filesystem path ends with a /
(like 192.168.1.16:/home/meven/ ), once mounted the detected filesystem path
does not have the slash.
This causes the mounted drive not to match the umounted filesystem, causing the
later bug.

I.e :

$ solid-hardware list
[...]
udi = '/org/kde/fstab/192.168.1.16:/home/meven/'  (fstab declared mount)
udi = '/org/kde/fstab/192.168.1.16:/home/meven'(mounted drive as returned
by getmntent)

The patch makes the logic in Solid::Backends::Fstab::FstabHandling::deviceList
matching mounted and unmounted filesytems unsensitive to their path ending with
/
Related: bug 390691
FIXED-IN: 5.66

Test Plan:
Locally tested with Linux with a nfs drive set up with a path ending with a
slash like
192.168.1.16:/home/meven/ /media/NFS nfs defaults,user,auto,noatime,bg 0 0

After patch
$ solid-hardware list
[...]
udi = '/org/kde/fstab/192.168.1.16:/home/meven'(mounted drive as returned
by getmntent)

Only one icon appears for the drive in places panel in Dolphin.

Not tested with getmntinfo / BSD code path, but the patch does not alter the
code behavior much and don't foresee any risk there.

Reviewers: bruns, #frameworks, ngraham

Reviewed By: bruns, ngraham

Subscribers: broulik, dhaumann, anthonyfieroni, ngraham, bruns, apol,
kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D21204

M  +26   -3src/solid/devices/backends/fstab/fstabhandling.cpp

https://commits.kde.org/solid/c97f0b2a3076731b35435f200bd09a22859f3e03

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

[frameworks-kio] [Bug 390691] File explorer hangs while copying files to nfs mounted directory

2019-12-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=390691

--- Comment #1 from Méven Car  ---
Git commit c97f0b2a3076731b35435f200bd09a22859f3e03 by Méven Car.
Committed on 15/12/2019 at 07:27.
Pushed by meven into branch 'master'.

Ensure mounted nfs filesystems matches their fstab declared counterpart

Summary:
When a nfs fs is declared in /etc/fstab and the filesystem path ends with a /
(like 192.168.1.16:/home/meven/ ), once mounted the detected filesystem path
does not have the slash.
This causes the mounted drive not to match the umounted filesystem, causing the
later bug.

I.e :

$ solid-hardware list
[...]
udi = '/org/kde/fstab/192.168.1.16:/home/meven/'  (fstab declared mount)
udi = '/org/kde/fstab/192.168.1.16:/home/meven'(mounted drive as returned
by getmntent)

The patch makes the logic in Solid::Backends::Fstab::FstabHandling::deviceList
matching mounted and unmounted filesytems unsensitive to their path ending with
/
Related: bug 406242
FIXED-IN: 5.66

Test Plan:
Locally tested with Linux with a nfs drive set up with a path ending with a
slash like
192.168.1.16:/home/meven/ /media/NFS nfs defaults,user,auto,noatime,bg 0 0

After patch
$ solid-hardware list
[...]
udi = '/org/kde/fstab/192.168.1.16:/home/meven'(mounted drive as returned
by getmntent)

Only one icon appears for the drive in places panel in Dolphin.

Not tested with getmntinfo / BSD code path, but the patch does not alter the
code behavior much and don't foresee any risk there.

Reviewers: bruns, #frameworks, ngraham

Reviewed By: bruns, ngraham

Subscribers: broulik, dhaumann, anthonyfieroni, ngraham, bruns, apol,
kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D21204

M  +26   -3src/solid/devices/backends/fstab/fstabhandling.cpp

https://commits.kde.org/solid/c97f0b2a3076731b35435f200bd09a22859f3e03

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

[frameworks-kcoreaddons] [Bug 410945] KProcessList::processInfo(qint64 pid) iterates through all processes only to filter them

2019-12-14 Thread David Hallas
https://bugs.kde.org/show_bug.cgi?id=410945

David Hallas  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kco
   ||readdons/e16dda4d50bf9e51f1
   ||ec1f388f1267bda1c89417
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from David Hallas  ---
Git commit e16dda4d50bf9e51f1ec1f388f1267bda1c89417 by David Hallas.
Committed on 15/12/2019 at 06:53.
Pushed by hallas into branch 'master'.

[KProcessList] Optimize KProcessList::processInfo

Summary:
Optimize KProcessList::processInfo on unix so that it doesn't iterate over all
processes and then filter the list to the requested process. Instead refactor
the code that fetches process info from a single process and use that function.

Test Plan:
Unit Test

Reviewers: davidedmundson, broulik, mpyne

Reviewed By: mpyne

Subscribers: mpyne, apol, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D23205

M  +0-15   src/lib/util/kprocesslist.cpp
M  +64   -51   src/lib/util/kprocesslist_unix.cpp
M  +15   -0src/lib/util/kprocesslist_win.cpp

https://commits.kde.org/kcoreaddons/e16dda4d50bf9e51f1ec1f388f1267bda1c89417

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

[dolphin] [Bug 410800] Device in Bookmark will show docker mount point when docker container opened

2019-12-14 Thread Stolz
https://bugs.kde.org/show_bug.cgi?id=410800

Stolz  changed:

   What|Removed |Added

 CC||j...@gsmlandia.com

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

[kolourpaint] [Bug 414350] Kolourpaint V17.12.3 has loses "Add to Favorites" function!!!

2019-12-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=414350

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

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

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

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

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

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

[okular] [Bug 414683] epub files display only 100 words per page

2019-12-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=414683

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

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

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

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

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

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

[kdeplasma-addons] [Bug 415187] Font size changed in 5.17.4

2019-12-14 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=415187

--- Comment #1 from Matt  ---
Created attachment 124495
  --> https://bugs.kde.org/attachment.cgi?id=124495=edit
How weather widget used to look

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

[kdeplasma-addons] [Bug 415187] New: Font size changed in 5.17.4

2019-12-14 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=415187

Bug ID: 415187
   Summary: Font size changed in 5.17.4
   Product: kdeplasma-addons
   Version: 5.17.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: weather
  Assignee: plasma-b...@kde.org
  Reporter: takom...@gmail.com
  Target Milestone: ---

Created attachment 124494
  --> https://bugs.kde.org/attachment.cgi?id=124494=edit
Screenshot of how weather widget looks in 5.17.4

SUMMARY
Font became much smaller after update. This happened on two of my machines.
Screenshots attached.

STEPS TO REPRODUCE
1. Update to 5.17.4
2. Restart Plasma
3. With no action on my part in the settings, Weather widget font is much
smaller

OBSERVED RESULT
Font is smaller

EXPECTED RESULT
Font should stay the same size as previously

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

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 415182] KDE Connect never syncs SMS messages

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415182

--- Comment #2 from poperi...@tuta.io ---
Moto G5 Plus

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

[systemsettings] [Bug 415186] New: Systemsetting crasches Style Apps/ Window Decoration

2019-12-14 Thread Alan Oliveira
https://bugs.kde.org/show_bug.cgi?id=415186

Bug ID: 415186
   Summary: Systemsetting crasches Style Apps/ Window Decoration
   Product: systemsettings
   Version: 5.17.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: alanjh...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.17.4)

Qt Version: 5.13.2
Frameworks Version: 5.64.0
Operating System: Linux 5.4.2-arch1-1 x86_64
Distribution: Arch Linux

-- Information about the crash:
Systemsetting close at open Style Apps -> Window Decoration.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Configurações do Sistema (systemsettings5), signal: Segmentation
fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f170aac5800 (LWP 19005))]

Thread 10 (Thread 0x7f16d7e3f700 (LWP 19022)):
#0  0x7f170cf804e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7f170cfd0115 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f170cfd01f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f170f596b2c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f170f53d83c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f170f36f305 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f170e677449 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f170f370530 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f16e315e700 (LWP 19020)):
#0  0x7f170eff19ef in poll () at /usr/lib/libc.so.6
#1  0x7f170cfd0120 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f170cfd01f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f170f596b2c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f170f53d83c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f170f36f305 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f170e677449 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f170f370530 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f16f1bac700 (LWP 19016)):
#0  0x7f170efed42c in read () at /usr/lib/libc.so.6
#1  0x7f170cf809f0 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f170cfce9e1 in g_main_context_check () at /usr/lib/libglib-2.0.so.0
#3  0x7f170cfd00c8 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7f170cfd01f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#5  0x7f170f596b2c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#6  0x7f170f53d83c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#7  0x7f170f36f305 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#8  0x7f170e677449 in  () at /usr/lib/libQt5Qml.so.5
#9  0x7f170f370530 in  () at /usr/lib/libQt5Core.so.5
#10 0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#11 0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7f16f37fe700 (LWP 19014)):
#0  0x7f170cf804e4 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0x7f170cfcffbe in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f170cfd01f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f170f596b2c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f170f53d83c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f170f36f305 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f170e677449 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f170f370530 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7f16f3fff700 (LWP 19012)):
#0  0x7f170dbd0c45 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f170261776c in  () at /usr/lib/dri/i965_dri.so
#2  0x7f1702617368 in  () at /usr/lib/dri/i965_dri.so
#3  0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f1700f8e700 (LWP 19011)):
#0  0x7f170dbd0c45 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f170261776c in  () at /usr/lib/dri/i965_dri.so
#2  0x7f1702617368 in  () at /usr/lib/dri/i965_dri.so
#3  0x7f170dbca4cf in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f170effc2d3 in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f170178f700 (LWP 19010)):
#0  0x7f170dbd0c45 in 

[yakuake] [Bug 415184] Yakuake not sizing correctly.

2019-12-14 Thread Gregory Ernest
https://bugs.kde.org/show_bug.cgi?id=415184

--- Comment #1 from Gregory Ernest  ---
This has been a long lasting bug please figure it out if you can!
thank you for all you do!

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

[Craft] [Bug 415185] New: Typo in attribute name "registy_hook"

2019-12-14 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=415185

Bug ID: 415185
   Summary: Typo in attribute name "registy_hook"
   Product: Craft
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Core
  Assignee: vonr...@kde.org
  Reporter: aspotas...@gmail.com
CC: kde-wind...@kde.org
  Target Milestone: ---

SUMMARY
Typo in attribute name "registy_hook", should be named "registry_hook".

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[yakuake] [Bug 415184] New: Yakuake not sizing correctly.

2019-12-14 Thread Gregory Ernest
https://bugs.kde.org/show_bug.cgi?id=415184

Bug ID: 415184
   Summary: Yakuake not sizing correctly.
   Product: yakuake
   Version: 3.0.5
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: ernestg...@gmail.com
  Target Milestone: ---

Created attachment 124493
  --> https://bugs.kde.org/attachment.cgi?id=124493=edit
My desktop showing size

SUMMARY Will not size to center of screen at 80width 50Vertical, only sizes
very small, to unknown width and Vertical, to 1/4 0f lt. side of screen. this
has been a bug for quite a while. Using KDE at 4k resolution.The recent update
did nothing to correct it! Usinf a Fire Tv with HDMI.PLease help!It is useless!


STEPS TO REPRODUCE
1.Nothing just happens with boot or reboot never changes to right resolution! 
2. 
3. 

OBSERVED RESULT As above not usable!


EXPECTED RESULT centered 8x50 sized drop down menu!


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

ADDITIONAL INFORMATION None of the below are duplicates. Yakuake is using only
1/4 of screen on the lt. side and isat default settings, very small sized, at
unknown resolution wxv. Sent screenshot.
I would appreciate any and all the help to resolve this. Thank you

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

[kdeconnect] [Bug 415182] KDE Connect never syncs SMS messages

2019-12-14 Thread Simon Redman
https://bugs.kde.org/show_bug.cgi?id=415182

--- Comment #1 from Simon Redman  ---
What phone make and model do you have?

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

[systemsettings] [Bug 415183] New: Custom keyboard shortcut to start htop is not working

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415183

Bug ID: 415183
   Summary: Custom keyboard shortcut to start htop is not working
   Product: systemsettings
   Version: 5.17.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_khotkeys
  Assignee: k...@michael-jansen.biz
  Reporter: n.fabrit...@posteo.de
  Target Milestone: ---

The 'Global Shortcuts' panel allows to configure custom keyboard shortcuts. If
I add a global shortcut to launch 'htop', the application is not started when
the shortcut is pressed. Launching htop from krunner works as expected.


STEPS TO REPRODUCE
1. Goto System Settings -> Shortcuts -> Global Shortcuts
2. Press the '+' button to add a new shortcut for an application
3. Choose System -> Htop and click OK
4. Define a key combination for the entry 'Launch Htop'
5. Logout of Plasma and log back in
6. Press the key combination

OBSERVED RESULT
Htop is not started

EXPECTED RESULT
Htop is started

SOFTWARE/OS VERSIONS
OS: Kubutnu 19.10 with backports ppa
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64.0
Qt Version: 5.12.4

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-12-14 Thread Std cerr
https://bugs.kde.org/show_bug.cgi?id=404990

Std cerr  changed:

   What|Removed |Added

 CC||mail.stdc...@gmail.com

--- Comment #94 from Std cerr  ---
(In reply to Tom Chiverton from comment #92)
> There is no FUD.
> 
> KDE should pull the GMail integration from KMail, instead setting up a pure
> IMAP link, unless or until they win the fight with Google.
> 
> This would be an excellent interim solution that would lead to frustrated
> users (see above).

Interesting that it is such an issue for this project. I by now have moved to
Thunderbird and email (IMAP) & calendar integration works like a charm. 
For the calendar to synchronize in bi-directionally, you need to grab and
install this Addon:
https://addons.thunderbird.net/en-US/thunderbird/addon/provider-for-google-calendar/
I've got thte information from this video:
https://www.youtube.com/watch?v=wbN9hHGNwIM

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

[kio-gdrive] [Bug 415089] Dolphin Kio-gdrive authentication with Google account fails

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415089

nalydm...@gmail.com changed:

   What|Removed |Added

 CC||nalydm...@gmail.com

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

[kdeconnect] [Bug 415182] KDE Connect never syncs SMS messages

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415182

poperi...@tuta.io changed:

   What|Removed |Added

 CC||poperi...@tuta.io

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

[kdeconnect] [Bug 415182] New: KDE Connect never syncs SMS messages

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415182

Bug ID: 415182
   Summary: KDE Connect never syncs SMS messages
   Product: kdeconnect
   Version: 1.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: messaging-application
  Assignee: si...@ergotech.com
  Reporter: poperi...@tuta.io
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Click on KDE Connect in the system tray
2. Click the 3-dot menu
3. Select 'SMS Messages'

OBSERVED RESULT
The loading icon stays spinning forever, and no messages are synced.

EXPECTED RESULT
All messages on the targeted phone are synced.

SOFTWARE/OS VERSIONS
Linux: 5.4.2-arch1-1
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2

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

[systemsettings] [Bug 415173] System settings sidebar home page Plasma icon should not be able to be changed

2019-12-14 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=415173

Filip Fila  changed:

   What|Removed |Added

 CC||filipfila@gmail.com

--- Comment #1 from Filip Fila  ---
Can't we just ship this icon in the system settings repo, install it to a
specific place and have the code point to it?

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

[frameworks-kguiaddons] [Bug 415181] New: Wrong language code in docs.kde.org URL

2019-12-14 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=415181

Bug ID: 415181
   Summary: Wrong language code in docs.kde.org URL
   Product: frameworks-kguiaddons
   Version: 5.64.0
  Platform: MS Windows
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: aspotas...@gmail.com
  Target Milestone: ---

SUMMARY
Wrong language code in docs.kde.org URL: "ru_RU" for Russian, the site expects
"ru".

STEPS TO REPRODUCE
1. Run KTimeTracker
2. Press F1 (for Help -> KTimeTracker Handbook)

OBSERVED RESULT
Web browser opens with URL:
https://docs.kde.org/index.php?branch=stable5=ru_RU=ktimetracker=/

EXPECTED RESULT
Should be e.g.
https://docs.kde.org/index.php?branch=stable5=ru=ktimetracker=/

The language code format "ru_RU" is not supported by docs.kde.org.

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

ADDITIONAL INFORMATION
Apparently QLocale().name() returns "ru_RU" on Windows, see
kguiaddons.git/src/util/urlhandler.cpp.

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

[elisa] [Bug 415180] Elisa not detecting music

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415180

poperi...@tuta.io changed:

   What|Removed |Added

 CC||poperi...@tuta.io

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

[elisa] [Bug 415180] New: Elisa not detecting music

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415180

Bug ID: 415180
   Summary: Elisa not detecting music
   Product: elisa
   Version: 19.12.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: poperi...@tuta.io
  Target Milestone: ---

Created attachment 124492
  --> https://bugs.kde.org/attachment.cgi?id=124492=edit
Terminal output when running Elisa

SUMMARY
Elisa not detecting music

STEPS TO REPRODUCE
1. Open Elisa
2. Wait for Elisa to try and detect music from ~/Music

OBSERVED RESULT
Elisa's list of songs stays empty

EXPECTED RESULT
Elisa's list of songs is populated with tracks from the ~/Music directory.

SOFTWARE/OS VERSIONS
Linux: 5.4.2-arch1-1
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
I tried disabling and enabling baloo to no avail.

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

[dolphin] [Bug 414478] User Should definitely be warned every time an Invalid filename is used!

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414478

jc_josue3...@hotmail.com changed:

   What|Removed |Added

  Component|User Interface  |general
   Assignee|j...@kdenlive.org |dolphin-bugs-n...@kde.org
Product|kdenlive|dolphin

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

[kdenlive] [Bug 414478] User Should definitely be warned every time an Invalid filename is used!

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414478

--- Comment #2 from jc_josue3...@hotmail.com ---
I don't understand why the product has beeb changed to KDENLIVE 
It was DOLPHIN Oh god why?

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

[Touchpad-KCM] [Bug 415179] New: Touchpad disabled when detected as both mouse and touchpad

2019-12-14 Thread akb825
https://bugs.kde.org/show_bug.cgi?id=415179

Bug ID: 415179
   Summary: Touchpad disabled when detected as both mouse and
touchpad
   Product: Touchpad-KCM
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: kcm
  Assignee: atulbish...@gmail.com
  Reporter: akb...@gmail.com
  Target Milestone: ---

SUMMARY
After updating to the latest version of Plasma/KDE, the touchpad on my laptop
gets disabled automatically due to KDE detecting that a mouse is plugged in,
despite the fact that there is no mouse present. Upon further investigation, my
touchpad is being detected as both a touchpad and mouse with separate device
entries. It appears that the KDE control panel for touchpad input was recently
changed and no longer gives an option for whether or not to disable the
touchpad when a mouse is connected: as a result my touchpad is *always*
disabled with no option of re-enabling it.

STEPS TO REPRODUCE
1. Boot to login screen with no mouse plugged in. Touchpad works.
2. Log in. Touch pad is disabled.

OBSERVED RESULT
A notification pops up saying that the trackpad was disabled because a mouse
was plugged in.

EXPECTED RESULT
Touchpad continues to work unless a physical mouse is plugged in.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux, fully up to date
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
The laptop I'm using is a Dell XPS 15 9570.

The relative output from /proc/bus/input/devices is:
I: Bus=0018 Vendor=06cb Product=7a13 Version=0100
N: Name="SYNA2393:00 06CB:7A13 Mouse"
P: Phys=i2c-SYNA2393:00
S:
Sysfs=/devices/pci:00/:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input23
U: Uniq=
H: Handlers=event17 mouse4 
B: PROP=0
B: EV=17
B: KEY=3 0 0 0 0
B: REL=3
B: MSC=10

I: Bus=0018 Vendor=06cb Product=7a13 Version=0100
N: Name="SYNA2393:00 06CB:7A13 Touchpad"
P: Phys=i2c-SYNA2393:00
S:
Sysfs=/devices/pci:00/:00:15.1/i2c_designware.1/i2c-6/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input24
U: Uniq=
H: Handlers=event18 mouse5 
B: PROP=5
B: EV=1b
B: KEY=e520 1 0 0 0 0
B: ABS=2e08003
B: MSC=20

The relative output from running the command libinput list-devices is:
Device:   SYNA2393:00 06CB:7A13 Mouse
Kernel:   /dev/input/event17
Group:9
Seat: seat0, default
Capabilities: pointer 
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock:n/a
Left-handed:  disabled
Nat.scrolling:disabled
Middle emulation: n/a
Calibration:  n/a
Scroll methods:   button
Click methods:none
Disable-w-typing: n/a
Accel profiles:   flat *adaptive
Rotation: n/a

Device:   SYNA2393:00 06CB:7A13 Touchpad
Kernel:   /dev/input/event18
Group:9
Seat: seat0, default
Size: 102x77mm
Capabilities: pointer gesture
Tap-to-click: disabled
Tap-and-drag: enabled
Tap drag lock:disabled
Left-handed:  disabled
Nat.scrolling:disabled
Middle emulation: disabled
Calibration:  n/a
Scroll methods:   *two-finger edge 
Click methods:*button-areas clickfinger 
Disable-w-typing: enabled
Accel profiles:   none
Rotation: n/a

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

[kamoso] [Bug 402874] Kamoso crashes on launch somewhere in NVIDIA driver

2019-12-14 Thread John Scott
https://bugs.kde.org/show_bug.cgi?id=402874

John Scott  changed:

   What|Removed |Added

 CC||jsc...@posteo.net

--- Comment #3 from John Scott  ---
I get a similar crash with Intel GPU. See my report downstream:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916076

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

[kdenlive] [Bug 415178] New: Colon in the pathname of clips makes them invalid without any warning

2019-12-14 Thread gerrytrevis
https://bugs.kde.org/show_bug.cgi?id=415178

Bug ID: 415178
   Summary: Colon in the pathname of clips makes them invalid
without any warning
   Product: kdenlive
   Version: 19.08.2
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: gerrytre...@gmail.com
  Target Milestone: ---

SUMMARY
Having a colon in the name of the file and or clips causes the rendered file to
display the word invalid in white text on a black background no sound no
nothing


STEPS TO REPRODUCE
1. Name the clips and path of the kdenlive file including a colon
2. try to render a mp4 or other file
3. 

OBSERVED RESULT
The rendered file says invalid in the video and has no sound


EXPECTED RESULT
A properly rendered file

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

ADDITIONAL INFORMATION

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

[kdenlive] [Bug 409926] Image files with a colon in the filename are "invalid"

2019-12-14 Thread gerrytrevis
https://bugs.kde.org/show_bug.cgi?id=409926

gerrytre...@gmail.com  changed:

   What|Removed |Added

 CC||gerrytre...@gmail.com

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

[systemsettings] [Bug 414458] Settings automatically reset to default when I change theme

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414458

--- Comment #5 from Nate Graham  ---
What don't we support? Applying a Global Theme without changing everything?
Changing everything is literally the point of Global Themes. A Global Theme is
nothing more than a quick way to set your icon theme, plasma theme, color
scheme, etc. all at the same time.

If you don't want to change everything all at once, then change things
individually using the system settings pages that are used to configure those
things.

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

[plasmashell] [Bug 415177] New: Plasma Crashes

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415177

Bug ID: 415177
   Summary: Plasma Crashes
   Product: plasmashell
   Version: 5.16.5
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: hd1...@wowway.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.16.5)
 (Compiled from sources)
Qt Version: 5.12.5
Frameworks Version: 5.64.0
Operating System: Linux 4.19.86-gentoo x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
- What I was doing when the application crashed: Attempted to select anything
in the ribbon bar.  Sometimes waiting before using the ribbon bar upon start
averts the issue.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe986887200 (LWP 27661))]

Thread 21 (Thread 0x7fe913437700 (LWP 27852)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe985361d4b in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fe985361de9 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#3  0x7fe986ff6b41 in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fe986ff6d8a in  () at /usr/lib64/libQt5Quick.so.5
#5  0x7fe98535c791 in  () at /usr/lib64/libQt5Core.so.5
#6  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#7  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7fe9396df700 (LWP 27851)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe96c9f8c13 in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7fe96c9f8847 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#4  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 19 (Thread 0x7fe93b015700 (LWP 27843)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe985361d4b in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/usr/lib64/libQt5Core.so.5
#2  0x7fe985361de9 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#3  0x7fe986ff6b41 in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7fe986ff6d8a in  () at /usr/lib64/libQt5Quick.so.5
#5  0x7fe98535c791 in  () at /usr/lib64/libQt5Core.so.5
#6  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#7  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 18 (Thread 0x7fe93bfff700 (LWP 27842)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe96c9f8c13 in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7fe96c9f8847 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#4  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 17 (Thread 0x7fe952ffd700 (LWP 27825)):
#0  0x7fe983504adc in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#1  0x7fe9835054f3 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fe9835056d7 in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fe985533f1b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7fe9854e3013 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7fe98535b5e6 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7fe986f74446 in  () at /usr/lib64/libQt5Quick.so.5
#7  0x7fe98535c791 in  () at /usr/lib64/libQt5Core.so.5
#8  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#9  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 16 (Thread 0x7fe9537fe700 (LWP 27789)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe96c9f8c13 in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7fe96c9f8847 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#4  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 15 (Thread 0x7fe953fff700 (LWP 27788)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe96c9f8c13 in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7fe96c9f8847 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7fe9843803a7 in start_thread () at /lib64/libpthread.so.0
#4  0x7fe984f5b25f in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7fe958c77700 (LWP 27787)):
#0  0x7fe984386d85 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fe96c9f8c13 in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7fe96c9f8847 in  () at 

[kdenlive] [Bug 414478] User Should definitely be warned every time an Invalid filename is used!

2019-12-14 Thread gerrytrevis
https://bugs.kde.org/show_bug.cgi?id=414478

gerrytre...@gmail.com  changed:

   What|Removed |Added

Version|19.08.3 |19.08.2
 CC||gerrytre...@gmail.com
   Assignee|dolphin-bugs-n...@kde.org   |j...@kdenlive.org
Product|dolphin |kdenlive
  Component|general |User Interface

--- Comment #1 from gerrytre...@gmail.com  ---
I have a path names with a colon and it brings up errors that the clips are
invalid and the rendered files are invalid and it has taken days to figure out
this problem. We should get an error message right away.

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

[krita] [Bug 415176] New: Cannot change text style

2019-12-14 Thread Tristan Y.
https://bugs.kde.org/show_bug.cgi?id=415176

Bug ID: 415176
   Summary: Cannot change text style
   Product: krita
   Version: 4.2.7.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: tristanbaymu...@gmail.com
  Target Milestone: ---

SUMMARY
The text style does not update in the text window of Krita's text editor tool,
or even on the main canvas once "Save" is pressed.

STEPS TO REPRODUCE
1. Create a text box to open the text tool window.
2. Choose a font with multiple styles (e.g. bold, italic, etc.)
3. Type something in that font.
4. Press CTRL + A to select all of the text.
5. Select a different style by clicking the style selector to the right of the
font selector and opening the drop-down list of available styles for that font,
and then clicking on the style of choice.

OBSERVED RESULT
The text does not change style, although it may scroll the text up or down a
little. When I deselect the text and re-select it, the style selector switches
back to the regular style of that font.

EXPECTED RESULT
The text should change style and look different.

SOFTWARE/OS VERSIONS
Windows: 10 (version 1909)

ADDITIONAL INFORMATION
Changing the style on the SVG editor tab by typing in the name of the style
also doesn't work.

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

[partitionmanager] [Bug 413418] KDE Partition Manager crashes when opening partition information on USB drive

2019-12-14 Thread Lance Haverkamp
https://bugs.kde.org/show_bug.cgi?id=413418

Lance Haverkamp  changed:

   What|Removed |Added

 CC||la...@thehaverkamps.net

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

[partitionmanager] [Bug 413418] KDE Partition Manager crashes when opening partition information on USB drive

2019-12-14 Thread Lance Haverkamp
https://bugs.kde.org/show_bug.cgi?id=413418

--- Comment #5 from Lance Haverkamp  ---
Created attachment 124491
  --> https://bugs.kde.org/attachment.cgi?id=124491=edit
New crash information added by DrKonqi

partitionmanager (4.0.0) using Qt 5.13.2

- What I was doing when the application crashed:

inserted USB drive
ran partition manager
Clicked on that drive in partion manager

-- Backtrace (Reduced):
#6  PartWidget::paintEvent (this=0x55623608e6c0) at ./src/gui/partwidget.cpp:96
#7  0x7f9def59bcb8 in QWidget::event (this=0x55623608e6c0,
event=0x7ffd21d0f200) at kernel/qwidget.cpp:9339
#8  0x7f9def55aeac in QApplicationPrivate::notify_helper
(this=this@entry=0x556235925010, receiver=receiver@entry=0x55623608e6c0,
e=e@entry=0x7ffd21d0f200) at kernel/qapplication.cpp:3703
#9  0x7f9def5624b0 in QApplication::notify (this=0x7ffd21d12530,
receiver=0x55623608e6c0, e=0x7ffd21d0f200) at kernel/qapplication.cpp:3449
#10 0x7f9dee755f08 in QCoreApplication::notifyInternal2
(receiver=0x55623608e6c0, event=0x7ffd21d0f200) at
kernel/qcoreapplication.cpp:1095

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

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373232

--- Comment #163 from ber...@codewiz.org ---
(In reply to Lastique from comment #158)
> (In reply to Arthur Peters from comment #157)
> > 
> > Locale affects parsing as well as printing, so in the, say, de_DE locale a
> > ',' may well parse as a decimal separator instead of a "thousands"
> > separator. This is true of most European locales I think. So the original
> > poster of the config was probably correct for their own machine, but for
> > yours you might need to use a '.' (if you are in en_US for instance).
> 
> Locale-dependent config files are probably not a good idea. If the user
> changes his locale settings, suddenly all config files become invalid.

Yes, using localized number formatting in config files is indeed a terrible
idea, and it's most likely an oversight rather than a deliberate design
decision.

If it's really the case, you should file a separate bug for this. I have no
idea how it could be fixed without breaking existing configs, though :-(

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-12-14 Thread Colin MacLean
https://bugs.kde.org/show_bug.cgi?id=404990

--- Comment #93 from Colin MacLean  ---
If mail was the only feature I cared about, I would just use IMAP and not
really care about this issue. However, I need to plugin for Google Calendar
support. There is no good read/write workaround for that which I know of.

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

[Akonadi] [Bug 415175] New: Documentation of sqlite and sqlite3 backends incomplete and irridating

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415175

Bug ID: 415175
   Summary: Documentation of sqlite and sqlite3 backends
incomplete and irridating
   Product: Akonadi
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: broeks...@kde.org
  Reporter: h.goe...@crazy-compilers.com
  Target Milestone: ---

According to several pieces in the code, there are both a SQLITE and a SQLITE3
backend.  Neither of READNE.sqlite, NEWS or INSTALL tell which one to prefer.
Many of the information about the SQLITE driver ssem to predate akonadi's
qsqlite implementation.

* INSTALL has ony SQLITE, README.sqlite has only "SQLITE3". 

* There is no description about the differences between SQLITE and SQLITE3.

Please update the docuemtnation to:

- tell whether SQLITE or SQLITE3 is to be preferred

- what are the (high-level) differences between SQLITE and SQLITE3

- If one of these is outdated, state this.

* State whether the statement "SQlite … NOT RECOMMENDED" (in INSTALL) is still
valid.

* Tell "… these changes should be pushed upstream eventually" (README.sqlite)
has been done and whether the code was includes. Also please state what this
means for akonadi's SQLITE or SQLITE3 backend.

Many thanks!

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

[systemsettings] [Bug 414458] Settings automatically reset to default when I change theme

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414458

--- Comment #4 from radimir.caci...@gmail.com ---
Is it really that hard to say "No, Plasma does not support this."?

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

[drkonqi] [Bug 414916] DrKonqi doesn't install all required -debuginfo packages though they are available

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414916

opensuse.lietuviu.ka...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.suse.com/s
   ||how_bug.cgi?id=1159234

--- Comment #2 from opensuse.lietuviu.ka...@gmail.com ---
OK, opened bug in https://bugzilla.suse.com/show_bug.cgi?id=1159234

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

[LabPlot2] [Bug 415174] Scaling in labplot change itself when re-opening the file.

2019-12-14 Thread Andy Great
https://bugs.kde.org/show_bug.cgi?id=415174

--- Comment #1 from Andy Great  ---
Created attachment 124490
  --> https://bugs.kde.org/attachment.cgi?id=124490=edit
Another file that have the same problem.

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

[LabPlot2] [Bug 415174] New: Scaling in labplot change itself when re-opening the file.

2019-12-14 Thread Andy Great
https://bugs.kde.org/show_bug.cgi?id=415174

Bug ID: 415174
   Summary: Scaling in labplot change itself when re-opening the
file.
   Product: LabPlot2
   Version: 2.7.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: alexander.se...@web.de
  Reporter: andythe_gr...@pm.me
  Target Milestone: ---

Created attachment 124489
  --> https://bugs.kde.org/attachment.cgi?id=124489=edit
The file that was effected.

1. Open this labplot file.
2. There are 2 plots in it but with no lines.
3. Select 5% CO2 plot, then hover over the selected plot.
4. Use mouse scroll to change to plot scale randomly.
5. Disable and re-enable the Auto x-range and Auto y-range scaling under
General.
6. The lines for both graph should appear.
7. Save the file, close it, then open the same file again.
8. The line is now gone because the scale or position change itself.

labplot-kf5-2.7.0-1.3

Operating System: openSUSE Tumbleweed 20191207
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.1
Kernel Version: 5.3.12-1-default
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-3770 CPU @ 3.40GHz
Memory: 7.5 GiB of RAM

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

[yakuake] [Bug 275433] [multi-head] multiple window size issues

2019-12-14 Thread Daniel T.
https://bugs.kde.org/show_bug.cgi?id=275433

Daniel T.  changed:

   What|Removed |Added

 CC||pter...@gmail.com

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

[systemsettings] [Bug 414458] Settings automatically reset to default when I change theme

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414458

--- Comment #3 from Nate Graham  ---
Sure, don't use global themes. :) Just individually set the color scheme,
cursor theme, icon theme, plasma theme etc.

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

[kwin] [Bug 415131] Full screen video playback doesn't work in Chrome/Chromium without system title bar and borders in scaled display

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415131

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
URL||https://bugs.chromium.org/p
   ||/chromium/issues/detail?id=
   ||1034272
 Status|REPORTED|RESOLVED

--- Comment #17 from Nate Graham  ---
Thanks!

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

[konsole] [Bug 411561] Konsole segfaults when sending `exit` to multiple tabs

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411561

undyin...@gmail.com changed:

   What|Removed |Added

 CC||undyin...@gmail.com

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

[kwin] [Bug 415131] Full screen video playback doesn't work in Chrome/Chromium without system title bar and borders in scaled display

2019-12-14 Thread Daniel T.
https://bugs.kde.org/show_bug.cgi?id=415131

--- Comment #16 from Daniel T.  ---
Thanks for checking this. I have reported the bug to Chromium team:
https://bugs.chromium.org/p/chromium/issues/detail?id=1034272

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

[frameworks-qqc2-desktop-style] [Bug 410502] Impossible to select an entry from the dropdown by pressing up/down arrows

2019-12-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=410502

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---
fixed in frameworks 5.65.

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

[okular] [Bug 415161] Okular no longer rendering PostScript

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415161

--- Comment #3 from sjx2...@hotmail.com ---
Thank you Wolfgang Bauer!

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

[kmail2] [Bug 415160] Compilation failure, MessageViewer::Viewer has no member named 'dkimWidgetInfo'

2019-12-14 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=415160

--- Comment #5 from Christophe Giboudeaux  ---
ah yes, my local checkout wasn't up to date. OK, hypothesis, your messagelib
package is built without the optional qca-qt5

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

[kwin] [Bug 413105] Full screen mode of apps running natively on Wayland does not work (Plasma panel is still visible) after I click on certain Xwayland apps

2019-12-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413105

--- Comment #4 from Patrick Silva  ---
Created attachment 124487
  --> https://bugs.kde.org/attachment.cgi?id=124487=edit
logout screen is also affected

Operating System: Arch Linux 
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.65.0
Qt Version: 5.14.0

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

[systemsettings] [Bug 415173] New: System settings sidebar home page Plasma icon should not be able to be changed

2019-12-14 Thread Björn Feber
https://bugs.kde.org/show_bug.cgi?id=415173

Bug ID: 415173
   Summary: System settings sidebar home page Plasma icon should
not be able to be changed
   Product: systemsettings
   Version: 5.17.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sidebarview
  Assignee: notm...@gmail.com
  Reporter: bfe...@protonmail.com
  Target Milestone: ---

SUMMARY
The system settings sidebar home page has a Plasma icon ("start-here-symbolic",
which is the application launcher icon) that can be changed by the icon theme.
This should not be possible, because it would be wrong to have an unrelated
menu icon next to a label that says Plasma.
An easy solution would be to remove this icon (if you keep it make sure
recoloring still works).

STEPS TO REPRODUCE
1. Use an icon theme that is not Breeze (for example Oxygen or Papirus)
2. Open System Settings with the sidebar view mode set

OBSERVED RESULT
The Plasma icon is different from the real logo.

EXPECTED RESULT
The Plasma icon is the same as the real logo or is not there.

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

[systemsettings] [Bug 414458] Settings automatically reset to default when I change theme

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414458

--- Comment #2 from radimir.caci...@gmail.com ---
(In reply to Nate Graham from comment #1)
> That's the entire point of Global Themes: they can affect everything.
Can I prevent that default behaviour?

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

[kleopatra] [Bug 415168] Kleopatra crashing when looking up id on server

2019-12-14 Thread Gerard Seibert
https://bugs.kde.org/show_bug.cgi?id=415168

Gerard Seibert  changed:

   What|Removed |Added

 CC||gerard.seib...@gmail.com

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

[drkonqi] [Bug 126073] startkde waits for remaining drkonqi instances during logout/shutdown

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=126073

Harald Sitter  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||sit...@kde.org
 Resolution|--- |FIXED

--- Comment #58 from Harald Sitter  ---
Should be fixed in Plasma 5.18+.

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

[drkonqi] [Bug 245992] drkonqi should display the gdb output when gdb crashes

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=245992

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #7 from Harald Sitter  ---
This is getting fairly meta. We've talked about this a bit and think that there
is little use to this. Gdb these days crashes just about never, and when it
does drkonqi surely isn't the tool to use for debugging that.

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

[drkonqi] [Bug 401668] Relevant error message that says that debug packages cannot be installed can be displayed right away if there is no internet connection

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=401668

Harald Sitter  changed:

   What|Removed |Added

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

--- Comment #2 from Harald Sitter  ---
After some discussion with some other devs I've concluded that this is indeed
not nearly as straight forward. There is a mountain of corner cases where you
may have no internet access but will still be able to install debug symbols.
Ranging from repos on disk/usb/dvd/local-network. These are cases we'd
explicitly prevent by hijacking the installer decision. All this without much
use. There's perhaps an argument for having more appropriate error reporting,
but that I believe needs implementing for each specific distribution.

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

[kmail2] [Bug 395711] Since last Update kmail didn't load external images anymore

2019-12-14 Thread itsjustarumour
https://bugs.kde.org/show_bug.cgi?id=395711

itsjustarumour  changed:

   What|Removed |Added

 CC||itsjustarumour.t...@pm.me

--- Comment #20 from itsjustarumour  ---
Still having this problem.

KDE Neon 18.04

KMail Version 5.12.3

KDE Frameworks 5.65.0

Qt 5.13.2 (built against 5.13.2)

The xcb windowing system

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

[krita] [Bug 415172] New: Escape to cancel out of setting up an assistant

2019-12-14 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=415172

Bug ID: 415172
   Summary: Escape to cancel out of setting up an assistant
   Product: krita
   Version: 4.2.8
  Platform: Other
OS: All
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Tool/Assistants
  Assignee: krita-bugs-n...@kde.org
  Reporter: rebe...@rbreu.de
  Target Milestone: ---

Most tools that need several clicks to set up (polygon selection, polygon
vector etc) let you use Escape to cancel the action before it's finished. The
assistant tools do not-you have to complete setting up an assistant once you've
made your first click. It would be nice if we could cancel this with Escape as
well.

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

[drkonqi] [Bug 414916] DrKonqi doesn't install all required -debuginfo packages though they are available

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=414916

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Harald Sitter  ---
Ugh, that looks annoying. Please report this to your distribution. Drkonqi only
gives out a list of files it needs symbols for, actually mapping them to
packages is done by distribution-provided technology, I expect something is
going wrong there.

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

[drkonqi] [Bug 346381] Not possible to choose error report to attach new error report to

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=346381

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Harald Sitter  ---
Should be fixed in 5.17+

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

[drkonqi] [Bug 281569] Crash Reported doesn't let me enter additional details

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=281569

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Harald Sitter  ---
Change state as per earlier questions.

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

[drkonqi] [Bug 314630] DrKonqi didn't prevent creating report when it knew there was no backtrace available

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=314630

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||sit...@kde.org

--- Comment #5 from Harald Sitter  ---
Change state as per earlier questions.

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

[drkonqi] [Bug 260696] Drkonqi woulnd't let me report the crash

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=260696

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||sit...@kde.org

--- Comment #7 from Harald Sitter  ---
Actually change state as per earlier questions.

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

[drkonqi] [Bug 270002] drkonqi no longer works because it fails to recognize installed debugsymbols

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=270002

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||sit...@kde.org

--- Comment #8 from Harald Sitter  ---
Is this still reproducible?
There is some strange confusion in the earlier comments here. The original file
attached shows an untracable process (chances are this was because the process
or some of its libraries had been updated since it was started rendering the
process untracable; this is going to be properly detected in Plasma 5.18).
In other comments more than one package were installed when clicking install
debug symbols.
These two points don't really go along. When the backtrace is broken drkonqi
can't install anything.

If it is still applicable I'd love some sample backtraces and ideally also some
debug output, which you should be able to obtain by adding
QT_LOGGING_RULES=org.kde.drkonqi=true to /etc/environment and logging out and
back in again. After that drkonqi debug output should be added to
~/.xsession-errors.

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

[drkonqi] [Bug 272636] Crash Report: "Look for Possible Duplicates" screen has bad interaction

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=272636

Harald Sitter  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||sit...@kde.org
 Resolution|--- |INTENTIONAL

--- Comment #3 from Harald Sitter  ---
After some consideration we do not think that there is all that much to do
here. The description at the top of the wizard page should give sufficient
indication as to what to do and when in doubt reporting a new report would
likely be the correct action (i.e. hitting next) so we can triage the report
manually as either a dupe or not.
With all that in mind spending time on this doesn't seem all that valuable,
even when the page isn't exactly the hottest in UI design, but then its subject
matter is fairly technical to begin with.

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

[kmail2] [Bug 415160] Compilation failure, MessageViewer::Viewer has no member named 'dkimWidgetInfo'

2019-12-14 Thread Bart Ribbers
https://bugs.kde.org/show_bug.cgi?id=415160

--- Comment #4 from Bart Ribbers  ---
(In reply to Christophe Giboudeaux from comment #3)
> Does it help if you change #include "messageviewer/viewer.h" to #include
> ?

It already is the latter. Changing it around however isn't helping.

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

[plasmashell] [Bug 415163] Black dots in corners of context menus from right-clicking on widget's expanded representation

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415163

Nate Graham  changed:

   What|Removed |Added

Summary|Black dots in context menu  |Black dots in corners of
   |corners |context menus from
   ||right-clicking on widget's
   ||expanded representation
 CC||n...@kde.org,
   ||plasma-b...@kde.org
   Assignee|plasma-b...@kde.org |k...@davidedmundson.co.uk
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
  Component|Calendar|general

--- Comment #1 from Nate Graham  ---
Can confirm. Happens for any context menu created by right-clicking on a
widget's expanded representation.

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

[plasmashell] [Bug 415169] Moving Windows between Workspaces is not possible

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415169

Nate Graham  changed:

   What|Removed |Added

   Assignee|h...@kde.org|plasma-b...@kde.org
 CC||n...@kde.org
  Component|Pager   |generic-wayland

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

[plasma-pa] [Bug 415170] Bad layout with extra space on right side of Audio Volume widget on a panel (not as a system tray applet)

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415170

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
Summary|Audio Volume panel gap  |Bad layout with extra space
   ||on right side of Audio
   ||Volume widget on a panel
   ||(not as a system tray
   ||applet)
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Nate Graham  ---
That's very strange. Confirmed.

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

[krita] [Bug 410871] Reorder Touch Docker (simple!)

2019-12-14 Thread Stephen Leibowitz
https://bugs.kde.org/show_bug.cgi?id=410871

Stephen Leibowitz  changed:

   What|Removed |Added

 CC||librestep...@gmail.com

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #293 from caulier.gil...@gmail.com ---
Ok, i will plan the release next week to be ready for next week end.

Gilles

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #292 from Maik Qualmann  ---
Hi Gilles,

I think if the Beta1 appears shortly before or on the 24th, that would be a
good date ((:-))

Maik

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

[krita] [Bug 414582] 'Outer Glow' layer style produces cutoffs

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414582

grimreaperfl...@protonmail.com changed:

   What|Removed |Added

 CC||grimreaperfloof@protonmail.
   ||com

--- Comment #3 from grimreaperfl...@protonmail.com ---
Can reproduce on Windows 10 version 1803, as well as Arch Linux. (Krita 4.2.8)

Another frustrating part about this bug is that the cutoffs are also visible in
exported files.

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

[Touchpad-KCM] [Bug 403843] Libinput touchpad KCM needs a scroll speed setting

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403843

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
There's a WIP Libinput driver patch that would expose the API that we could
hook into from the touchpad KCM:
https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/merge_requests/12

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

[systemsettings] [Bug 403842] Libinput mouse KCM lost the scroll speed setting that was present in the evdev version

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403842

--- Comment #15 from Nate Graham  ---
There's a WIP Libinput driver patch that would expose the API that we could
hook into from the mouse KCM:
https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/merge_requests/12

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

[digikam] [Bug 414749] Export google photos: error transmission date creation

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414749

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.0.0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Maik Qualmann  ---
I close the bug now, problem is after the app key review by Google
no longer reproducible.

Maik

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #291 from caulier.gil...@gmail.com ---
Congratulations Maik for your effort. 

So we can plan a first official 7.0.0-beta1 release before Christmas. 

Let's me hear the best date to plan...

Gilles

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

[digikam] [Bug 387821] Face Recognition and Finding crashs after reaching 50%

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=387821

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #6 from Maik Qualmann  ---
This crash was fixed in bug 399923.

Maik

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

[Craft] [Bug 415158] icotool does not produce .ico file

2019-12-14 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=415158

--- Comment #3 from Alexander Potashev  ---
Another proof of icotool not working:
https://binary-factory.kde.org/job/KTimeTracker_Nightly_win64/2/console

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

[digikam] [Bug 391014] Crashes on close

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=391014

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #5 from Maik Qualmann  ---
This crash was now been fixed. Before we go in the QMutex, we check whether the
loading has been canceled because digiKam / showFoto is terminated.

Maik

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

[digikam] [Bug 365354] MYSQL : Application crash on scanning for faces in large picture set.

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=365354

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #13 from Maik Qualmann  ---
This crash was fixed in bug 375317.

Maik

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

[plasmashell] [Bug 371455] Slide show wallpaper massively slows down login when many images are configured

2019-12-14 Thread Little Jhonnes
https://bugs.kde.org/show_bug.cgi?id=371455

--- Comment #16 from Little Jhonnes  ---
(In reply to Yuking from comment #13)
> 5.16.4 is OK, but 5.17.4 is very slow.
> It seems that, in 5.17.4, the wallpaper plugin will check every image before
> desktop is usable, so, if there has many many images, this procedure will be
> very very slow.

It was the best description. This occurs both for starting the system after the
splash screen and for returning the lock screen login when slideshow with many
wallpapers is set up.

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

[plasma-nm] [Bug 414993] Low contrast for selection with light gray text on Breeze dark at Network manager

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414993

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-nm/00be92a520e6f6d392f1
   ||d2df409b086bef9526d0
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.18.0

--- Comment #3 from Nate Graham  ---
Git commit 00be92a520e6f6d392f1d2df409b086bef9526d0 by Nate Graham.
Committed on 14/12/2019 at 15:18.
Pushed by ngraham into branch 'master'.

[applet] Make details text fully opaque and normal style

Summary:
There isn't any need to make the labels bold and all the text almost half
transparent.
The view is just fine without them, and the current style is quite low-contrast
with a
dark theme.
FIXED-IN: 5.18.0

Test Plan:
{F7816994}
{F7816993}

Reviewers: #vdg, jgrulich, ndavis

Reviewed By: #vdg, jgrulich, ndavis

Subscribers: ndavis, broulik, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D25970

M  +1-3applet/contents/ui/DetailsText.qml

https://commits.kde.org/plasma-nm/00be92a520e6f6d392f1d2df409b086bef9526d0

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

[kwin] [Bug 411166] Crash in QV4::QmlListWrapper::toVariant from Aurorae

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411166

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Version Fixed In||5.17.5

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

[kwin] [Bug 411166] Crash in QV4::QmlListWrapper::toVariant from Aurorae

2019-12-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=411166

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/1a13015d2d1de3ffb94501434
   ||80e729057992c45

--- Comment #21 from David Edmundson  ---
Git commit 1a13015d2d1de3ffb9450143480e729057992c45 by David Edmundson.
Committed on 14/12/2019 at 15:08.
Pushed by davidedmundson into branch 'Plasma/5.17'.

Possible fix for KDecoration crash in systemsettings

Summary:
I could never reproduce the crash, but we know from gdb that it's from
the decorationSettings object

We are setting the same QObject instance as a context property in
multiple contexts at once. This is already slightly odd especially from the POV
of
Qt's internal property cache.

Given we want one object to be exposed to all contexts, we can expose it
to the parent context only once and achieve the same result in a simpler
way.

Test Plan:
Verified opening and closing system settings still worked for me.
I could never reproduce the original crash.

Reviewers: #kwin, ngraham

Reviewed By: ngraham

Subscribers: ngraham, apol, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D25913

M  +1-1plugins/kdecorations/aurorae/src/aurorae.cpp

https://commits.kde.org/kwin/1a13015d2d1de3ffb9450143480e729057992c45

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

[plasmashell] [Bug 371455] Slide show wallpaper massively slows down login when many images are configured

2019-12-14 Thread Little Jhonnes
https://bugs.kde.org/show_bug.cgi?id=371455

--- Comment #15 from Little Jhonnes  ---
Hello! A few days ago I noticed a bug that made my kde lock screen crash and
only come back a few minutes later, usually 10 to 15 minutes. This occurs when
the lock screen is in "slideshow" mode and the folder (or folders) configured
with the images has too many images. A similar bug occurs if the desktop is set
to "slideshow" and the folder has too many wallpapers. In this case, what
happens is that the system takes a long time to leave the presentation screen
and go to the desktop. I do not know what the limit of wallpapers seems
reasonable to the system, but the absurd amount I have (over 30 thousand) makes
the system have this problem. When I used debian and kde was 5.12 I never
noticed any of them, so it's probably something in kde 5.17, because even in
5.16, which I remember using in Manjaro, there weren't any of these problems

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

[kwin] [Bug 415162] Title bars move off-screen after closing full-screen app

2019-12-14 Thread David
https://bugs.kde.org/show_bug.cgi?id=415162

--- Comment #2 from David  ---
I'm using kwin-x11 5.14.5.

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

[drkonqi] [Bug 287116] Records passwords and posts them to bug center for all the world to see.

2019-12-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=287116

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||sit...@kde.org

--- Comment #6 from Harald Sitter  ---
This isn't really solvable. Even the best attempts would not cover all cases so
there's always a chance secrets are leaked unfortunately. This would likely be
less of a problem if we didn't track crashes in the bug tracker, but even
changing that is unfortunately a fairly involved change.

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

[digikam] [Bug 397919] Segmentation fault during maintenance

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=397919

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||7.0.0
 Resolution|--- |FIXED

--- Comment #47 from Maik Qualmann  ---
This crash was fixed in bug 399923.

Maik

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

[kwin] [Bug 415162] Title bars move off-screen after closing full-screen app

2019-12-14 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=415162

--- Comment #1 from Vlad Zahorodnii  ---
What version of KWin do you run?

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

[digikam] [Bug 392651] Digikam crashes when Face scanning reaches 29%

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=392651

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #1 from Maik Qualmann  ---
This crash was fixed in bug 399923.

Maik

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #290 from timo...@zoho.com ---
My pleasure! Thank you for staying on this for so long Maik. I'm looking
forward to digikam 7.0 :)

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

[krita] [Bug 415171] I try to save art, at this time Crete is closed

2019-12-14 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=415171

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com
   Severity|grave   |crash
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Tymond  ---
Please attach the crash log:
https://docs.krita.org/en/reference_manual/dr_minw_debugger.html and the output
from Help -> Show system information for bug reports.

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

[krita] [Bug 415171] I try to save art, at this time Crete is closed

2019-12-14 Thread Silver
https://bugs.kde.org/show_bug.cgi?id=415171

Silver  changed:

   What|Removed |Added

URL||ylitka...@gmail.com
   Keywords||release_blocker

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

[krita] [Bug 415171] New: I try to save art, at this time Crete is closed

2019-12-14 Thread Silver
https://bugs.kde.org/show_bug.cgi?id=415171

Bug ID: 415171
   Summary: I try to save art, at this time Crete is closed
   Product: krita
   Version: 4.2.8
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: ylitka...@gmail.com
  Target Milestone: ---

SUMMARY
I can't save art in any format. I open the file, click "save as", select the
format. Then on the process of saving Krita is closed. Thus I cannot finish art 

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows:7
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.

[Smb4k] [Bug 415165] Parts of system are non-responsive if shares are not available

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415165

priv...@bernhard-lindner.de changed:

   What|Removed |Added

Summary|Many parts of system are|Parts of system are
   |non-responsive if shares|non-responsive if shares
   |are not available   |are not available

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

[frameworks-knewstuff] [Bug 415166] QWidgets dialog: Spinner is blurry on HiDPI

2019-12-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=415166

Nate Graham  changed:

   What|Removed |Added

  Component|kcm_desktoptheme|general
   Assignee|plasma-b...@kde.org |jpwhit...@kde.org
 CC||kdelibs-b...@kde.org
Product|systemsettings  |frameworks-knewstuff
Summary|New global theme download:  |QWidgets dialog: Spinner is
   |Spinner is blurry on HiDPI  |blurry on HiDPI
Version|5.17.4  |5.65.0
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
There's a new QML-based dialog that doesn't have this problem that we'll be
migrating to in Plasma 5.18. However not everyone will get it all at once (apps
and KCMs have to opt in) so I'll leave this open for now in case anyone feels
like fixing it in the existing QWidgets dialog.

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-12-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399923

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||7.0.0
 Status|REPORTED|RESOLVED

--- Comment #289 from Maik Qualmann  ---
Timokau, thank you very much for testing these many patches. We have made
digiKam a lot more stable and can now close some bug reports.

Maik

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

[Akonadi] [Bug 409224] kmail with >=mariadb-10.4.6: not able to refresh email list: Unable to append status flags

2019-12-14 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=409224

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

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

  1   2   >