[Akonadi] [Bug 417907] New: Groupdav agent forgets password, or even all settings

2020-02-19 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=417907

Bug ID: 417907
   Summary: Groupdav agent forgets password, or even all settings
   Product: Akonadi
   Version: 5.13.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: DAV Resource
  Assignee: kdepim-b...@kde.org
  Reporter: mathias.hom...@opensuse.org
  Target Milestone: ---

SUMMARY
Sometimes the groupdav agent forgets all its configuration

STEPS TO REPRODUCE
1. configure a groupdav agent, for example nextcloud
2. keep using it


OBSERVED RESULT
Eventually you might notice that calendar events or addressbook changes are not
synced anymore. on closer inspection with akonadiconsole you will find the
groupdav agent "stuck" at "0%", and when you configure it it has no password
stored.
BUT NO ERROR MESSAGES - JUST

EXPECTED RESULT
I'd expect the groupdav agent to either keep its settings tored reliably or
TELL me when it needs something.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.1
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 4.12.14-lp151.28.36-default
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-4210U CPU @ 1.70GHz
Memory: 15,6 GiB

ADDITIONAL INFORMATION
Actually putting the missing password in the settings des not even fix this:
the only way to fix is to remove the agent and create a new one.

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

[valgrind] [Bug 417906] Please add support for Linux 5.2 CLONE_PIDFD flag to clone()

2020-02-19 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=417906

--- Comment #1 from Thiago Macieira  ---
First reported at https://bugreports.qt.io/browse/QTBUG-82351

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

[valgrind] [Bug 417906] New: Please add support for Linux 5.2 CLONE_PIDFD flag to clone()

2020-02-19 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=417906

Bug ID: 417906
   Summary: Please add support for Linux 5.2 CLONE_PIDFD flag to
clone()
   Product: valgrind
   Version: 3.15 SVN
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: thi...@kde.org
  Target Milestone: ---

SUMMARY
Linux 5.2 added CLONE_PIDFD flag to the clone() system call, which returns a
file descriptor representing the child process. Qt 5.15 will use this flag to
have a better representation of child processes, without the need to use a
SIGCHLD handler. This is also, finally, thread-safe.

Running Valgrind on an application using Qt 5.15's QProcess class produces:

==180074== Unsupported clone() flags: 0x5000
==180074== 
==180074== The only supported clone() uses are:
==180074==  - via a threads library (LinuxThreads or NPTL)
==180074==  - via the implementation of fork or vfork
==180074== 
==180074== Valgrind detected that your program requires
==180074== the following unimplemented functionality:
==180074==Valgrind does not support general clone().
==180074== This may be because the functionality is hard to implement,
==180074== or because no reasonable program would behave this way,
==180074== or because nobody has yet needed it.  In any case, let us know at
==180074== www.valgrind.org and/or try to work around the problem, if you can.
==180074== 
==180074== Valgrind has to exit now.  Sorry.  Bye!

CLONE_PIDFD is 0x1000. CLONE_VFORK is 0x4000.

Without CLONE_VFORK, execution seems to continue but produce nonsensical
results.

OBSERVED RESULT
Valgrind either terminates or produce nonsensical reports when CLONE_PIDFD is
used.

EXPECTED RESULT
CLONE_PIDFD is understood properly

SOFTWARE/OS VERSIONS
Linux 5.5.2

ADDITIONAL INFORMATION
Please also implement the P_PIDFD argument to waitid(), available since Linux
5.4. Linux 5.3 added clone3 system call, but we're not using it yet.

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

[kalzium] [Bug 416856] building with openbabel 3.0 not supported

2020-02-19 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=416856

--- Comment #4 from Antonio Rojas  ---
Builds with 
cmake -DOPENBABEL2_INCLUDE_DIR=/usr/include/openbabel3 \
  -DOPENBABEL2_LIBRARIES=/usr/lib/libopenbabel.so \
  -DOPENBABEL2_VERSION_MET=TRUE

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

[kalzium] [Bug 416856] building with openbabel 3.0 not supported

2020-02-19 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=416856

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #3 from Antonio Rojas  ---
Patch available at
https://git.archlinux.org/svntogit/packages.git/tree/trunk/kalzium-openbabel3.patch?h=packages/kalzium

Waiting for 3.0.1 to upstream it, because the cmake files are utterly broken in
3.0.0 so you need to pass all cmake variables manually

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

[kmail2] [Bug 396282] Segmentation fault on loading mail in Wayland

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396282

h...@live.com changed:

   What|Removed |Added

 CC||h...@live.com

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

[kwin] [Bug 417905] New: Mouse pointer erratic on xwayland clients

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417905

Bug ID: 417905
   Summary: Mouse pointer erratic on xwayland clients
   Product: kwin
   Version: 5.18.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: rolnas+...@gmail.com
  Target Milestone: ---

SUMMARY

After upgrade to 5.18.1 I found that
https://bugs.kde.org/show_bug.cgi?id=417444 is probably not fully patched
because mouse pointer behaves erratically on areas around right and down
corners. This problem makes firefox unusable on plasma wayland.

STEPS TO REPRODUCE
1. Start plasma wayland session
2. Start firefox and open many tabs (at least so much, that fills tabbar)
3. Start thunderbird

OBSERVED RESULT

Try to click some tab with mouse, sometimes it switch tab, sometimes it switch
to some other application window and clicks there (thunderbird).

EXPECTED RESULT

Clicks to firefox should stay here.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.18
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.3.0-40-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-5300U CPU @ 2.30GHz
Memory: 7,6 GiB of RAM

ADDITIONAL INFORMATION

I tested on 5.18.0 also with similar problems.

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

[kwin] [Bug 417905] Mouse pointer erratic on xwayland clients

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417905

rolnas+...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |Neon Packages

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

[kdevelop] [Bug 417903] Semantic analysis fails to recognize std::filesystem namespace

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417903

kogiokkaf...@gmail.com changed:

   What|Removed |Added

 CC||kogiokkaf...@gmail.com

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

[plasmashell] [Bug 417904] New: There are not options for change the fonts in GTK/GNOME apps

2020-02-19 Thread Ramon
https://bugs.kde.org/show_bug.cgi?id=417904

Bug ID: 417904
   Summary: There are not options for change the fonts in
GTK/GNOME apps
   Product: plasmashell
   Version: 5.18.1
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: remarqu...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 126187
  --> https://bugs.kde.org/attachment.cgi?id=126187=edit
There are not options for change the fonts from system preferences

SUMMARY

The fonts on some GTK apps (Chrome and Firefox) they look smaller and in the
menu System preferences, there is not how to configure it.

STEPS TO REPRODUCE

1. Open the web browser (Chrome or Firefox) and the main fonts they look
smaller

2. Open start menu - System preferences - app style - Configure the app style
GNOME/GTK for to configure the fonts

3. There is not options for do it

OBSERVED RESULT

The main fonts in some gtk apps as Chrome/Firefox they look smaller and i can
not change it from System preferences

EXPECTED RESULT

be able to configure the fonts in gtk apps from system preferences

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

ADDITIONAL INFORMATION

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

[okular] [Bug 406646] Page background color changing feature should affect large solid-fill objects with the background's color as well, not just the background itself

2020-02-19 Thread widon1104
https://bugs.kde.org/show_bug.cgi?id=406646

--- Comment #13 from widon1104  ---
I agree with Nate Graham.
No body fix this bug until now?

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

[ksysguard] [Bug 417362] KsysGuard don't show system load parameters

2020-02-19 Thread Ramon
https://bugs.kde.org/show_bug.cgi?id=417362

--- Comment #1 from Ramon  ---
The bug is present in KDE Plasma 5.18.1

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

[neon] [Bug 417791] Snap packages of KDE apps don't work on RHEL 7

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417791

scx.m...@gmail.com changed:

   What|Removed |Added

Summary|Snap package of cantor  |Snap packages of KDE apps
   |doesn't work on RHEL 7  |don't work on RHEL 7

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

[kpat] [Bug 416503] freecel indicator (display) error

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416503

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[kscreenlocker] [Bug 365781] Failed switching user

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=365781

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[systemsettings] [Bug 361560] Not able to create additional add user accounts

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=361560

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[kinfocenter] [Bug 380353] Display Errors of strings at mouseover information

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=380353

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[kinfocenter] [Bug 361464] crash on exit part 2

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=361464

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[apper] [Bug 417159] Reset to much on it

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417159

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

[kinfocenter] [Bug 252409] USB-topologie is not shown correct

2020-02-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=252409

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[kontact] [Bug 415634] kontact crash on opening settings

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415634

poperi...@tuta.io changed:

   What|Removed |Added

 CC||poperi...@tuta.io

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

[kdiff3] [Bug 399070] diff content in panel is cut at the viewport border.

2020-02-19 Thread michael
https://bugs.kde.org/show_bug.cgi?id=399070

michael  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kdiff3/commit/cf6aa4c886152
   ||887625e587fc5a5174e05f56edd
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||1.8.2

--- Comment #1 from michael  ---
Git commit cf6aa4c886152887625e587fc5a5174e05f56edd by Michael Reeves.
Committed on 20/02/2020 at 04:12.
Pushed by mreeves into branch '1.8'.

Don't cut off text at view port boundary

The width of the scroll rect should always be the width of the widget that is
being scrolled.
FIXED-IN:1.8.2

M  +2-2src/difftextwindow.cpp

https://invent.kde.org/kde/kdiff3/commit/cf6aa4c886152887625e587fc5a5174e05f56edd

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

[kdiff3] [Bug 407894] Scrolling to the right fails to redraw documents

2020-02-19 Thread michael
https://bugs.kde.org/show_bug.cgi?id=407894

michael  changed:

   What|Removed |Added

 CC||bugs.kde.att...@online.de

--- Comment #7 from michael  ---
*** Bug 417194 has been marked as a duplicate of this bug. ***

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

[kdiff3] [Bug 417194] KDiff3 cuts off line end

2020-02-19 Thread michael
https://bugs.kde.org/show_bug.cgi?id=417194

michael  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from michael  ---


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

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

[kdevelop] [Bug 417903] New: Semantic analysis fails to recognize std::filesystem namespace

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417903

Bug ID: 417903
   Summary: Semantic analysis fails to recognize std::filesystem
namespace
   Product: kdevelop
   Version: 5.5.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Analyzer: Cppcheck
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: kogiokkaf...@gmail.com
  Target Milestone: ---

Created attachment 126186
  --> https://bugs.kde.org/attachment.cgi?id=126186=edit
Screenshots of semantic analysis error messages.

SUMMARY

Semantic analysis does not recognize std::filesystem even thought
CMAKE_CXX_STANDARD has been set as 17.

STEPS TO REPRODUCE

CMakeLists.txt

cmake_minimum_required(VERSION 3.0)

project(bugreport)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

add_executable(bugreport main.cpp)

install(TARGETS bugreport RUNTIME DESTINATION bin)


main.cpp

#include 

#include 
#include 

int main()
{
  using namespace std::filesystem;
  using namespace std::chrono;
  namespace fs = std::filesystem;
  namespace chr = std::chrono;
  std::filesystem::create_directories("sandbox");

  std::cout << "Hello, world!" << std::endl;
  return 0;
}


OBSERVED RESULT


Problem in Semantic analysis
Location: main.cpp :12
No member named 'filesystem' in namespace 'std'


Solution (1): Insert '#include '
Solution (2): Insert '#include '
Solution (3): Insert '#include '



Problem in Semantic analysis
Expected namespace name


EXPECTED RESULT

There should be no semantic analysis error.

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

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 417647] emoji-picker: Doesn't support fully HiDPI

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=417647

--- Comment #6 from Aleix Pol  ---
https://phabricator.kde.org/D27515 wrong patch 

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

[plasmashell] [Bug 417647] emoji-picker: Doesn't support fully HiDPI

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=417647

--- Comment #5 from Aleix Pol  ---
It's a bug in kirigami, it's rendering images that are too small:
https://phabricator.kde.org/D27345

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

--- Comment #6 from Stefan Brüns  ---
See also https://bugs.archlinux.org/task/62133

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

Stefan Brüns  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED
   See Also||https://github.com/Ultimake
   ||r/Cura/issues/5488

--- Comment #5 from Stefan Brüns  ---
It was automatic, i.e regular Plasma 5 session.

$> env | grep -E 'SESSION|DESKTOP'
DESKTOP_SESSION=/usr/share/xsessions/plasma5
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_TYPE=x11
XDG_CURRENT_DESKTOP=KDE
XDG_SESSION_CLASS=user
KDE_SESSION_VERSION=5
KDE_FULL_SESSION=true

The following workarounds help:

1. "env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP cura"
2. "QT_QUICK_CONTROLS_STYLE=material cura"

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

[plasmashell] [Bug 417713] Emoji picker doesn't show emojis for some locales

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=417713

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/358e98a75a946ab
   ||e76ffdfeddd0156483a66d4b3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Aleix Pol  ---
Git commit 358e98a75a946abe76ffdfeddd0156483a66d4b3 by Aleix Pol.
Committed on 20/02/2020 at 01:07.
Pushed by apol into branch 'Plasma/5.18'.

emojier: improve the fallback mechanism to detect languages

- try to find the exact locale.
- Include the more generic one.
- If none were found, use English.

M  +18   -5applets/kimpanel/backend/ibus/emojier/emojier.cpp

https://commits.kde.org/plasma-desktop/358e98a75a946abe76ffdfeddd0156483a66d4b3

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

[plasmashell] [Bug 416669] Emoji Selector has Wayland generic icon in its window decoration and in task switcher

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=416669

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/c92e4845397d7ab
   ||e3905ec7d31a53ab17d4316f0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Aleix Pol  ---
Git commit c92e4845397d7abe3905ec7d31a53ab17d4316f0 by Aleix Pol.
Committed on 20/02/2020 at 00:48.
Pushed by apol into branch 'Plasma/5.18'.

emojier: properly specify the application component name to KAboutData

Otherwise KWin would get the full name as
org.kde.org.kde.plasma.emojier.

M  +1-1applets/kimpanel/backend/ibus/emojier/emojier.cpp

https://commits.kde.org/plasma-desktop/c92e4845397d7abe3905ec7d31a53ab17d4316f0

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

[krita] [Bug 417902] Moving things becomes laggy as the Krita window gets bigger.

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417902

--- Comment #2 from acc4commissi...@gmail.com ---
* I've noticed the slowdown in choosing color also happens (slightly) in
firealphaca(which also uses QT)...

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

[krita] [Bug 417902] Moving things becomes laggy as the Krita window gets bigger.

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417902

--- Comment #1 from acc4commissi...@gmail.com ---
* I'm not sure those(Color Selector, Vector Objects, Pan tool, etc) have the
same culprits. (I'm not a coder!) Maybe each of them have their own separated
issues. 

* Actually the difference is almost unnoticeable in Windows(7).

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

[krita] [Bug 417902] New: Moving things becomes laggy as the Krita window gets bigger.

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417902

Bug ID: 417902
   Summary: Moving things becomes laggy as the Krita window gets
bigger.
   Product: krita
   Version: 4.2.8
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: acc4commissi...@gmail.com
  Target Milestone: ---

SUMMARY
I've tested the Nightly build(git de8ea34), 4.2.8, 4.1.7, 3.3.3. Happens in all
of those.

As the Krita window gets bigger, 

- Choosing color in Advanced Color Selector(And other color selectors) becomes
insanely slow. If I drag the cursor to another color inside the triangle or the
square, I have to wait until the moving is finished, and it takes a long time.
- Moving vector objects becomes slightly laggy.
- Moving canvas view with Pan Tool becomes slightly laggy.

There're the slowest in full-screen mode(Ctrl Shift F).

And there could be other stuffs behave like this.


* It happened in Linux Mint 19.3 Cinnamon too, and also in Windows but not as
badly as it is in Linux.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 18.04
(available in About System)
KDE Plasma Version: 5.12.9
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 417872] Naming inconsistency - emoji picker vs emoji selector

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=417872

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/cfc033157cc7453
   ||db8f43145843deba3fdb2634a
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Aleix Pol  ---
Git commit cfc033157cc7453db8f43145843deba3fdb2634a by Aleix Pol.
Committed on 20/02/2020 at 00:23.
Pushed by apol into branch 'master'.

emojier: use emoji selector everywhere

M  +1-1applets/kimpanel/backend/ibus/emojier/emojier.cpp

https://commits.kde.org/plasma-desktop/cfc033157cc7453db8f43145843deba3fdb2634a

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

[plasmashell] [Bug 417872] Naming inconsistency - emoji picker vs emoji selector

2020-02-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=417872

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
   Version Fixed In||5.19

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

[kwin] [Bug 415798] [Wayland] task switcher is black after changing

2020-02-19 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=415798

--- Comment #4 from Patrick Silva  ---
task switcher also becomes black after I set a window rule.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[kwin] [Bug 244998] aurorae: option to crop into window content to round corners

2020-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=244998

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---
Making decorations cut the client rect will be near impossible

Closest option is https://github.com/alex47/KDE-Rounded-Corners

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

[kdeconnect] [Bug 417823] Unknown fate of things "shared" from device to desktop

2020-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417823

--- Comment #3 from Nate Graham  ---
I don't know if that's the problem. Even when the notification is shown because
the file transfer takes more than 500ms, once the transfer is finished, the
notification  doesn't have any buttons on it to show you where the file is or
let you open it. See also Bug 416807.

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

[plasma-pa] [Bug 417901] New: Feature: Make bluetooth audio device play/capture all on connect

2020-02-19 Thread Michael J. Ryan
https://bugs.kde.org/show_bug.cgi?id=417901

Bug ID: 417901
   Summary: Feature: Make bluetooth audio device play/capture all
on connect
   Product: plasma-pa
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm
  Assignee: now...@gmail.com
  Reporter: track...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY

When turning on my bluetooth headset, I then have to go into the volume panel
and next to the output and capture, click the device menu and select "Play all
audio via this device" then do the same for the capture section.

It would seem that upon connecting a bluetooth audio device, that it should now
be the single playback device, and if capture is supported, should now be the
single capture device.

It is a pretty big annoyance when answering a work chat/call on my computer and
putting/turning on my headset.  Especially since while I'm fumbling through the
volume tray, the call audio is often blaring out of my speakers.


STEPS TO REPRODUCE
1. Turn on paired bluetooth headset


OBSERVED RESULT

Audio continues to play out via speakers and not the headset
Audio does not capture via the headset


EXPECTED RESULT

Audio plays and captures via the headset only, without having to access the
volume tray/panel


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Pop!_OS 19.10

KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4


ADDITIONAL INFORMATION

Kernel: 5.6.0-050600rc1-generic
Headset: Sennheiser HD 4.50 BTNC (home office)
Headset: Bose QuietComfort 35 AR (work)

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

[plasmashell] [Bug 417897] Plasma crash

2020-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=417897

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-crash

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

[kdeconnect] [Bug 414788] Stream audio from computer to paired phone

2020-02-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=414788

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---


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

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

[kdeconnect] [Bug 374017] Stream audio to Android device

2020-02-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=374017

Nicolas Fella  changed:

   What|Removed |Added

 CC||raitarohik...@protonmail.co
   ||m

--- Comment #2 from Nicolas Fella  ---
*** Bug 414788 has been marked as a duplicate of this bug. ***

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

[kdeconnect] [Bug 417344] KDE connect: Android-Linux media synchronization

2020-02-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=417344

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


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

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

[kdeconnect] [Bug 374017] Stream audio to Android device

2020-02-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=374017

Nicolas Fella  changed:

   What|Removed |Added

 CC||apt...@gmail.com

--- Comment #1 from Nicolas Fella  ---
*** Bug 417344 has been marked as a duplicate of this bug. ***

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=417900

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
>When running Cura with qqc2-desktop-style and switching to the "Preview" pane, 
>cura crashes.

Did you explicitly force it to run with the qqc2-desktop-style or was it done
automatically from plasma-integration?

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

[kdeconnect] [Bug 417823] Unknown fate of things "shared" from device to desktop

2020-02-19 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=417823

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
There is such a notification, but Plasma suppresses it for very short transfers
(otherwise you'd get tons of notifications for simple file stuff in Dolphin).
What we need is a way to tell Plasma to always show such a notification in our
case, which is something we've discussed but not yet implemented

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-02-19 Thread boospy
https://bugs.kde.org/show_bug.cgi?id=416358

--- Comment #59 from boospy  ---
It works perfectly here on NEON. Very Thanks!!! :)

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

--- Comment #3 from Stefan Brüns  ---
Also large parts of the UI have a broken layout. The following warnings are
shown:

WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:185:
TypeError: Cannot read property 'y' of undefined
WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:184:
TypeError: Cannot read property 'x' of undefined
WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:183:
TypeError: Cannot read property 'selectionStart' of null
WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44:
TypeError: Cannot read property 'height' of null

WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/ScrollBar.qml:42:
TypeError: Cannot read property 'restart' of null

WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:37:
TypeError: Cannot read property 'implicitHeight' of null
WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]:
file:///usr/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabButton.qml:36:
TypeError: Cannot read property 'implicitWidth' of null

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

--- Comment #2 from Stefan Brüns  ---
Also large parts of the UI have a broken layout. The following warnings are
shown:

[MainThread] UM.Qt.QtApplication.__onQmlWarning

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

[kalzium] [Bug 416856] building with openbabel 3.0 not supported

2020-02-19 Thread John Scott
https://bugs.kde.org/show_bug.cgi?id=416856

John Scott  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||jsc...@posteo.net
 Ever confirmed|0   |1

--- Comment #2 from John Scott  ---
This blocks introduction of the molecular editor into Debian, but I hope it'll
be possible to enable building it soon:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951674

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

[frameworks-qqc2-desktop-style] [Bug 417900] qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

--- Comment #1 from Stefan Brüns  ---
Stupid spam filter stops me from posting a complete BR ...

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

[frameworks-qqc2-desktop-style] [Bug 417900] New: qqc2-desktop-style causes Ultimaker Cura to crash

2020-02-19 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=417900

Bug ID: 417900
   Summary: qqc2-desktop-style causes Ultimaker Cura to crash
   Product: frameworks-qqc2-desktop-style
   Version: 5.67.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: stefan.bru...@rwth-aachen.de
CC: k...@davidedmundson.co.uk
  Target Milestone: ---

SUMMARY

When running Cura with qqc2-desktop-style and switching to the "Preview" pane,
cura crashes.

Current thread 0x7f33a51ce6c0 (most recent call first):
  File "/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py",
line 105 in _onActiveViewChanged
  File "/usr/lib/python3.7/site-packages/UM/Signal.py", line 315 in
__performEmit
  File "/usr/lib/python3.7/site-packages/UM/Signal.py", line 212 in emit
  File "/usr/lib/python3.7/site-packages/UM/Controller.py", line 101 in
setActiveView
  File "/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py",
line 41 in setActiveView
  File "/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py",
line 102 in _onActiveStageChanged
  File "/usr/lib/python3.7/site-packages/UM/Signal.py", line 315 in
__performEmit
  File "/usr/lib/python3.7/site-packages/UM/Signal.py", line 212 in emit
  File "/usr/lib/python3.7/site-packages/UM/Controller.py", line 156 in
setActiveStage
  File "/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py",
line 49 in setActiveStage
  File "/usr/lib/python3.7/site-packages/UM/Qt/Bindings/MainWindow.py", line
180 in mouseReleaseEvent
  File "/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py", line 341 in
exec_
  File "/usr/lib/python3.7/site-packages/cura/CuraApplication.py", line 804 in
run
  File "/usr/bin/cura", line 180 in 
Speicherzugriffsfehler (Speicherabzug geschrieben)

SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.67
Qt Version: 5.14.1

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

[kwin] [Bug 417899] New: Mouse input is offset in firefox with kwin 5.18 and disabled title bar

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417899

Bug ID: 417899
   Summary: Mouse input is offset in firefox with kwin 5.18 and
disabled title bar
   Product: kwin
   Version: 5.18.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mithran...@mailbox.org
  Target Milestone: ---

Created attachment 126185
  --> https://bugs.kde.org/attachment.cgi?id=126185=edit
Offset to click the X button

With disabled title bar every mouse input is offset in Firefox.
Works fine with kwin 5.17.5

ArchLinux 
kwin 5.18.1
QT 5.14.1

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

[digikam] [Bug 417896] Crash while converting RAW (Canon cr2) files (V 7 Beta 2)

2020-02-19 Thread Nigel Aves
https://bugs.kde.org/show_bug.cgi?id=417896

--- Comment #3 from Nigel Aves  ---
Here is the trace-back.  I will now run it with "multi-core" turned off, so
Yes, I was using it. Interesting though. The first time I ran this with "debug"
it worked all the way through 193 photographs. The 2nd time it crashed before
processing a single photograph. I have 32 GB of memory / AMD Ryzen 7.

Trace back 


Thread 1209 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff627fc700 (LWP 30627)]
0x7779313d in Digikam::WBFilter::adjustWhiteBalance(unsigned char*,
int, int, bool) () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamcore.so.7.0.0


(gdb) bt
#0  0x7779313d in Digikam::WBFilter::adjustWhiteBalance(unsigned char*,
int, int, bool) () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamcore.so.7.0.0
#1  0x77793878 in Digikam::WBFilter::filterImage() () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamcore.so.7.0.0
#2  0x7772a858 in Digikam::AutoExpoFilter::filterImage() () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamcore.so.7.0.0
#3  0x776d9968 in Digikam::DImgThreadedFilter::startFilterDirectly() ()
from /tmp/.mount_digikaMSxxwt/usr/lib/libdigikamcore.so.7.0.0
#4  0x76e7c767 in
Digikam::BatchTool::applyFilter(Digikam::DImgThreadedFilter*) () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamgui.so.7.0.0
#5  0x7fffc8451038 in ?? () from
/tmp/.mount_digikaMSxxwt/usr/plugins/digikam/bqm/Bqm_AutoCorrection_Plugin.so
#6  0x76e7d8b4 in Digikam::BatchTool::apply() () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamgui.so.7.0.0
#7  0x76e7a27d in Digikam::Task::run() () from
/tmp/.mount_digikaMSxxwt/usr/lib/libdigikamgui.so.7.0.0
#8  0x742f2f47 in ?? () from
/tmp/.mount_digikaMSxxwt/usr/lib/libQt5Core.so.5
#9  0x742ef4f5 in ?? () from
/tmp/.mount_digikaMSxxwt/usr/lib/libQt5Core.so.5
#10 0x73c8b669 in start_thread (arg=) at
pthread_create.c:479
#11 0x73bb3323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416358

--- Comment #58 from talent...@hotmail.com ---
Finally, after a bunch of updates just now, kde neon was upgraded to 5.18.1,
and everything is fine now. Thank everyone.

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-02-19 Thread Eric Hameleers
https://bugs.kde.org/show_bug.cgi?id=416358

--- Comment #57 from Eric Hameleers  ---
Was fixed in Slackware 6 days ago even...
https://git.slackware.nl/ktown/commit/?id=d443f4f78cd553a37326f005a90b5a8f8030bf3c
as we are skipping the .1 release.

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

[kwallet-pam] [Bug 400929] kwallet-pam errors when logging into Plasma from lightdm

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=400929

stefano.al...@gmail.com changed:

   What|Removed |Added

 CC||stefano.al...@gmail.com

--- Comment #6 from stefano.al...@gmail.com ---
I finally got it to work. I haven't found out the reason why the call to listen
fails with EOPNOTSUPP, but I changed the code of both kwallet-pam and kwalletd
to use a named pipe to pass the environment variables. Hence there is no call
to listen any more. I don't know if this is a real solution because it's not
clear to me why the developers decided to use a socket instead of a pipe, but
maybe there is some reason I don't see. Anyway here are the diffs:
kwalletd main.cpp: https://pastebin.com/Y2gvuqQx
pam_kwallet.c: https://pastebin.com/g5knsLHS
pam_kwallet_init: https://pastebin.com/n3KGSb5J

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

[kwin] [Bug 417898] New: Window behaving inconsistently in Firefox browser (About Firefox, Library Downloads, etc.)

2020-02-19 Thread hsnnsnc
https://bugs.kde.org/show_bug.cgi?id=417898

Bug ID: 417898
   Summary: Window behaving inconsistently in Firefox browser
(About Firefox, Library Downloads, etc.)
   Product: kwin
   Version: 5.18.1
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: hasannisa...@gmail.com
  Target Milestone: ---

Created attachment 126183
  --> https://bugs.kde.org/attachment.cgi?id=126183=edit
About Mozilla Firefox window full screen

SUMMARY
The Firefox browser has drawing problems, such as "Help, About Firefox" or
"Library, Downloads"; when its windows are resized or made on full screen.

STEPS TO REPRODUCE
1. Firefox Browser starts, click "Help", then "About Firefox".
2. The "About Mozilla Firefox" window that opens opens full screen or resizes.
3. Or, the "Library, Downloads" window is full screen or resized.

OBSERVED RESULT
Drawing problems are experienced when the opened windows are resized or full
screen.

EXPECTED RESULT
No problem with drawing when the opened windows are resized or full screen.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.18
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.3.0-40-generic
OS Type: 64-bit
Processors: 12 × AMD Ryzen 5 1600 Six-Core Processor
Memory: 15,6 GiB of RAM


ADDITIONAL INFORMATION

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

[kwin] [Bug 417898] Window behaving inconsistently in Firefox browser (About Firefox, Library Downloads, etc.)

2020-02-19 Thread hsnnsnc
https://bugs.kde.org/show_bug.cgi?id=417898

--- Comment #1 from hsnnsnc  ---
Created attachment 126184
  --> https://bugs.kde.org/attachment.cgi?id=126184=edit
About Mozilla Firefox window resize

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

[plasmashell] [Bug 417897] New: Plasma crash

2020-02-19 Thread Tim Richardson
https://bugs.kde.org/show_bug.cgi?id=417897

Bug ID: 417897
   Summary: Plasma crash
   Product: plasmashell
   Version: 5.18.1
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: t...@tim-richardson.net
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.1)

Qt Version: 5.14.1
Frameworks Version: 5.67.0
Operating System: Linux 5.3.18-customrc6 x86_64
Windowing system: X11
Distribution: KDE neon User Edition 5.18

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

browsing. I was really doing nothing much. I have three monitors. Am running a
kwin tiling script. Just updated  to 5.18.1 and rebooted. Also just installed
new kernel packages.

-- Backtrace (Reduced):
#6  0x7f2e56509eb9 in
QV4::MemoryManager::collectFromJSStack(QV4::MarkStack*) const () at
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f2e56509f3e in QV4::MemoryManager::collectRoots(QV4::MarkStack*) ()
at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f2e5650a13c in QV4::MemoryManager::mark() () at
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7f2e5650bf95 in  () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#10 0x7f2e5650e116 in QV4::MemoryManager::allocString(unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5


The reporter indicates this bug may be a duplicate of or related to bug 414768.

Possible duplicates by query: bug 417367, bug 416975, bug 416409, bug 415795,
bug 414768.

Reported using DrKonqi

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

[trojita] [Bug 417756] IMAP reply could not be parsed, connection gone.

2020-02-19 Thread Dimitrios Apostolou
https://bugs.kde.org/show_bug.cgi?id=417756

--- Comment #5 from Dimitrios Apostolou  ---
Coming from Bug 417876, are we sure this is happening because of problems on
the server side? Microsoft says it supports IMAP [1] and colleagues of mine are
using Thunderbird without any problems. Additionally I couldn't find anywhere
mentioning that office365 has problems with pipelining. Therefore I have to ask
here first, before hitting the Microsoft forums.

[1]
https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/pop3-and-imap4/pop3-and-imap4

I only found one article [2] that suggests to only have only one IMAP
connection open at any time. Does Trojita open more than one connection? Is
this configurable?

[2] https://uit.stanford.edu/service/office365/configure/thunderbird

Finally, are we sure that we are not hitting some of the spec details of the
IMAP protocol? For example "commands which break command pipelining must wait
for a completion result response" or "STATUS must not be used to check for new
messages in the selected mailbox" ?

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

[digikam] [Bug 417896] Crash while converting RAW (Canon cr2) files (V 7 Beta 2)

2020-02-19 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=417896

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
Do you use all processor cores in BQM? It is possible that you are running out
of memory.

Maik

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

[digikam] [Bug 417896] Crash while converting RAW (Canon cr2) files (V 7 Beta 2)

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417896

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
You run the AppImage. From the console, pass "debug" as argument. This will
start digiKam in debugger. When it crash you will get a prompt, where just
entry "bt" for backtrace.

For info is given here :

https://www.digikam.org/contribute/

Gilles Caulier

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

[kinfocenter] [Bug 413003] energy info corrupts solid battery pointers

2020-02-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413003

Christoph Feck  changed:

   What|Removed |Added

 CC||l.bonn...@laposte.net

--- Comment #20 from Christoph Feck  ---
*** Bug 415474 has been marked as a duplicate of this bug. ***

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

[frameworks-solid] [Bug 415474] Crash while closing the "Energy Information" window

2020-02-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=415474

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #10 from Christoph Feck  ---
Thanks for the update. Let's assume the commit for bug 413003 fixed it.

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

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

[digikam] [Bug 417896] New: Crash while converting RAW (Canon cr2) files (V 7 Beta 2)

2020-02-19 Thread Nigel Aves
https://bugs.kde.org/show_bug.cgi?id=417896

Bug ID: 417896
   Summary: Crash while converting RAW (Canon cr2) files (V 7 Beta
2)
   Product: digikam
   Version: 7.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: BatchQueueManager-RAWProcessing
  Assignee: digikam-bugs-n...@kde.org
  Reporter: nigel.a...@gmail.com
  Target Milestone: ---

SUMMARY

digiKam version 7 Beta 2

If I select one or two RAW images for processing all works OK.

But after getting the "queue" setup, I selected approx 100 RAW images for
processing. These were created on a Canon 5Ds (8688x5792 pixels - 58 Meg file
size)

Sometimes it has processed approx 50 photographs before crashing, last run only
8 or 9.

Here is the output from the terminal. I don't know where there is a core dump
to send you (sorry, I'm very new to Linux on a desktop.)

Digikam::WBFilter::autoExposureAdjustement: Black: 0.0722656   Exposition:
0.00564656
Digikam::WBFilter::filterImage: T(K): 6500 => R: 1.00223G: 1.00574B:
1.0221   BP: 18   WP: 255
Digikam::Task::run: Tool : index=  2  :: name=  "WhiteBalance"  :: group=  2 
:: wurl=  QUrl("file:///home/nigel/Pictures/processed/")
Digikam::BatchTool::setOutputUrlFromInputUrl: path: 
"/home/nigel/Pictures/processed/BatchTool-rwYChM-7f1526b7.digikamtempfile.CR2"
Digikam::BatchTool::apply: Tool:""
Digikam::BatchTool::apply: Input url:  
QUrl("file:///home/nigel/Pictures/processed/BatchTool-fGSEWK-f099884a.digikamtempfile.CR2")
Digikam::BatchTool::apply: Output url: 
QUrl("file:///home/nigel/Pictures/processed/BatchTool-rwYChM-7f1526b7.digikamtempfile.CR2")
Digikam::WBFilter::autoExposureAdjustement: White level at: 229
Digikam::WBFilter::autoExposureAdjustement: Black: 0.0136719   Exposition:
0.15451
Digikam::WBFilter::filterImage: T(K): 6500 => R: 1.00223G: 1.00574B:
1.0221   BP: 3   WP: 230
/tmp/.mount_digikaY7c989/AppRun: line 155: 22479 Segmentation fault  (core
dumped) digikam $@


STEPS TO REPRODUCE
Assigned tools

Color Auto-correction
White Balance
Anti-Vignetting
Sharpen Image
Film Grain
Add Watermark (using text)
Resize
Convert to JPEG

OBSERVED RESULT

Must have a moth shorting out my back-plane!

EXPECTED RESULT


SOFTWARE/OS VERSIONS

Linux version 5.3.0-40-generic (buildd@lcy01-amd64-026) (gcc version 9.2.1
20191008) 

#32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020 (Ubuntu 5.3.0-40.32-generic 5.3.18)

KDE Frameworks 5.65.0
Qt 5.14.0 (built against 5.14.0)
The xcb windowing system

ADDITIONAL INFORMATION

If there is anything I can do my end to help, please let me know. More than
happy to help.

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

[frameworks-kio] [Bug 417851] Status bar shows free space in file system as "unknown" when Dolphin is opened via context menu of desktop

2020-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417851

--- Comment #4 from Nate Graham  ---
Thanks for the history. Now that xdg dirs do exist, is there any real reason to
keep it around other than compatibility?

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

[elisa] [Bug 417895] New: Current music on radio

2020-02-19 Thread Parker
https://bugs.kde.org/show_bug.cgi?id=417895

Bug ID: 417895
   Summary: Current music on radio
   Product: elisa
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: bugs-...@comunidadelinux.com
  Target Milestone: ---

I listen to a lot of radios and some of them tell me the name of the song and
the band that 
is playing at the moment, but Elisa doesn't recognize this.

See these two screenshots of Elisa (1) and Yarock (2) on the same radio:
1. https://i.imgur.com/YrYmt6k.png
2. https://i.imgur.com/vyfcAVg.png

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

[frameworks-kio] [Bug 417851] Status bar shows free space in file system as "unknown" when Dolphin is opened via context menu of desktop

2020-02-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=417851

--- Comment #3 from Christoph Feck  ---
Because xdg-user-dirs wasn't a thing when KDE was born. Hardcoding ~/Desktop
wasn't an option, because developers wanted an international user base right
from the beginning.

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

[systemsettings] [Bug 417747] Size of standalone User Feedback kcm is too small if slider is set to rightmost position

2020-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417747

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.18.1  |5.18.2
  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-workspace/285155fad1f30 |sma-workspace/be4a0ae13a52a
   |c35476c074d470cde6f253d3e9b |361cb413a35fe9b08d326240f9f
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #12 from Nate Graham  ---
Git commit be4a0ae13a52a361cb413a35fe9b08d326240f9f by Nate Graham.
Committed on 19/02/2020 at 21:38.
Pushed by ngraham into branch 'Plasma/5.18'.

[kcms/feedback] Increase default window height a bit more
FIXED-IN: 5.18.2

M  +1-1kcms/feedback/package/contents/ui/main.qml

https://commits.kde.org/plasma-workspace/be4a0ae13a52a361cb413a35fe9b08d326240f9f

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

[frameworks-solid] [Bug 415474] Crash while closing the "Energy Information" window

2020-02-19 Thread Olaf Dreyer
https://bugs.kde.org/show_bug.cgi?id=415474

--- Comment #9 from Olaf Dreyer  ---
I can confirm, that the new version is not crashing anymore.

Operating System: Gentoo Linux 
KDE Plasma Version: 5.18.0
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.4.20-gentoo-x86_64
OS Type: 64-bit
Processors: 12 × Intel® Core™ i9-8950HK CPU @ 2.90GHz
Memory: 31,2 GiB

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

[systemsettings] [Bug 417747] Size of standalone User Feedback kcm is too small if slider is set to rightmost position

2020-02-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=417747

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org

--- Comment #11 from Christoph Feck  ---
Btw, the same issue is with users that have a 1366x786 screen, but need to use
a large font size due to eyesight. You won't be able to cramp much lines in
such a screen, but scrollbars to the rescue! :)

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

[systemsettings] [Bug 417747] Size of standalone User Feedback kcm is too small if slider is set to rightmost position

2020-02-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=417747

--- Comment #10 from Christoph Feck  ---
Nate, you are free to make the window larger than 600 pix on initial open. What
we usually reject is creating user interfaces that have a minimumSize that
demands a larger size. We have scrollbars to handle small screens, and if the
window needs more room, it will automatically use these.

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

[frameworks-solid] [Bug 415474] Crash while closing the "Energy Information" window

2020-02-19 Thread wincak
https://bugs.kde.org/show_bug.cgi?id=415474

--- Comment #8 from wincak  ---
Energy information does not crash anymore - maybe this was fixed in Plasma
5.18?

Operating System: KDE neon 5.18
KDE Plasma Version: 5.18.0
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2
Kernel Version: 4.15.0-88-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i7-3520M CPU @ 2.90GHz
Memory: 7,5 GiB of RAM

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

[digikam] [Bug 417887] Need Windows admin rights in order to see selected file list in Geolocation editor

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417887

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

   What|Removed |Added

   Version Fixed In||7.0.0

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

[kdenlive] [Bug 417725] The contents of the monitor panel are displayed distorted with the wrong aspect ration

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417725

alridd...@googlemail.com changed:

   What|Removed |Added

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

--- Comment #1 from alridd...@googlemail.com ---
This is a duplicate of https://invent.kde.org/kde/kdenlive/issues/569
and is now fixed.

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

[digikam] [Bug 355838] Sort images by orientation mode

2020-02-19 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=355838

Simon  changed:

   What|Removed |Added

 CC||freisi...@gmail.com

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

[frameworks-kio] [Bug 417851] Status bar shows free space in file system as "unknown" when Dolphin is opened via context menu of desktop

2020-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417851

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||kdelibs-b...@kde.org,
   ||meve...@gmail.com,
   ||n...@kde.org
 Status|REPORTED|CONFIRMED
Version|19.12.2 |5.67.0
  Component|bars: status|general
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
Product|dolphin |frameworks-kio

--- Comment #2 from Nate Graham  ---
Bug in the desktop:/ ioslave.

Why do we even have this ioslave...

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

[plasma-pa] [Bug 417561] Audio source selector in Plasma's audio volume applet is illegible with Oxygen theme

2020-02-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417561

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #6 from Nate Graham  ---
Looks like it, yeah.

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

[ksmserver] [Bug 417889] Exiting user session leaves user processes running

2020-02-19 Thread Recesvintvs
https://bugs.kde.org/show_bug.cgi?id=417889

--- Comment #3 from Recesvintvs  ---
Ok, forget about the former comment. I found it on Gentoo's fora.

# ck-list-sessions
Session2:
unix-user = '1004'
realname = '(null)'
seat = 'Seat1'
session-type = 'unspecified'
session-class = 'user'
session-state = 'active'
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2020-02-19T15:06:53.014753Z'
login-session-id = '2'
XDG_RUNTIME_DIR = '/var/run/user/1004'
VTNr = '7'

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

[ksmserver] [Bug 417889] Exiting user session leaves user processes running

2020-02-19 Thread Recesvintvs
https://bugs.kde.org/show_bug.cgi?id=417889

--- Comment #2 from Recesvintvs  ---
(In reply to David Edmundson from comment #1)
> can I see output of your
> 
> "loginctl show-session"

Sorry, I'm on Gentoo, using OpenRC instead of Systemd, and I'm afraid I don't
know of an equivalent command for loginctl. Can you suggest one?

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

[neon] [Bug 417873] Neon KDE live image fails to install

2020-02-19 Thread MHM
https://bugs.kde.org/show_bug.cgi?id=417873

--- Comment #2 from MHM  ---
Installing the latest nvidia driver 440 upped the resolution nicely post live
CD install

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

[neon] [Bug 417873] Neon KDE live image fails to install

2020-02-19 Thread MHM
https://bugs.kde.org/show_bug.cgi?id=417873

--- Comment #1 from MHM  ---
Please close this bug.

I changed the grub.cfg on the live ISO from

linux   /casper/vmlinuz  boot=casper apparmor=0 quiet splash ---

to

linux   /casper/vmlinuz  boot=casper apparmor=0 quiet splash ---
nouveau.modeset=0

I was then able to install from the live ISO

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

[frameworks-kirigami] [Bug 417881] title in application style gtk has a blue gradient rectangle

2020-02-19 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=417881

Filip Fila  changed:

   What|Removed |Added

Product|Breeze  |frameworks-kirigami
  Component|gtk theme   |general
Version|5.18.1  |unspecified
   Target Milestone|--- |Not decided
 Resolution|WAITINGFORINFO  |INTENTIONAL
   Assignee|uhh...@gmail.com|notm...@gmail.com
 Status|NEEDSINFO   |RESOLVED
 CC||filipfila@gmail.com

--- Comment #5 from Filip Fila  ---
I believe this is intentional and meant to serve as a hover effect.

The reason why there is a hover effect is so that it's clear that the user can
simply click on "Stile delle applicazione" to go back the previous dialog.

You'll also find the same thing in the Notifications KCM if you click
"Configure..." on the bottom.

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

[krita] [Bug 310362] Add option to use Lab specific color selection scale of L=0 to 100,with a and b having a mid-point of 0.

2020-02-19 Thread L. E. Segovia
https://bugs.kde.org/show_bug.cgi?id=310362

L. E. Segovia  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |a...@amyspark.me

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

[krita] [Bug 254784] In single channel mode show L*a*b* channels as grayscale, not as RGB

2020-02-19 Thread L. E. Segovia
https://bugs.kde.org/show_bug.cgi?id=254784

L. E. Segovia  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |a...@amyspark.me

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

[krita] [Bug 254784] In single channel mode show L*a*b* channels as grayscale, not as RGB

2020-02-19 Thread L. E. Segovia
https://bugs.kde.org/show_bug.cgi?id=254784

L. E. Segovia  changed:

   What|Removed |Added

 CC||a...@amyspark.me
 Status|CONFIRMED   |ASSIGNED

--- Comment #9 from L. E. Segovia  ---
Assigning to myself (https://invent.kde.org/kde/krita/merge_requests/251).

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

[krita] [Bug 344142] Changing the Advanced color selector resets OCIO config

2020-02-19 Thread L. E. Segovia
https://bugs.kde.org/show_bug.cgi?id=344142

L. E. Segovia  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||a...@amyspark.me

--- Comment #4 from L. E. Segovia  ---
I have tried to reproduce this to no effect in master
(https://invent.kde.org/kde/krita/commit/dffa076018d6bf98ec0e3d7c232dc2825fd47c11).

Can anyone else check if this behavior still happens?

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

[frameworks-plasma] [Bug 417894] New: Blurry Plasma Components Buttons when position is fractional

2020-02-19 Thread gvgeo
https://bugs.kde.org/show_bug.cgi?id=417894

Bug ID: 417894
   Summary: Blurry Plasma Components Buttons when position is
fractional
   Product: frameworks-plasma
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: components
  Assignee: notm...@gmail.com
  Reporter: gv...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Plasma Components Buttons can take fractional position(e.g. after text). They
should always place their icons in a real position for clear display.

More info with photos and a simple test.qml
https://phabricator.kde.org/D27083#614050
It is possible that more elements have the same problem, like Busy Indicator.

Reproduce:
Place any button with a fractional position.
Observed result:
Svg, placed in a fractional position, which leads to blurry view.
Expected result:
Svg always take real position.

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

[krita] [Bug 310362] Add option to use Lab specific color selection scale of L=0 to 100,with a and b having a mid-point of 0.

2020-02-19 Thread L. E. Segovia
https://bugs.kde.org/show_bug.cgi?id=310362

L. E. Segovia  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/dffa076018d6bf
   ||98ec0e3d7c232dc2825fd47c11
 Status|CONFIRMED   |ASSIGNED
 CC||a...@amyspark.me

--- Comment #2 from L. E. Segovia  ---
My Season of KDE project half fixed this, the Lab colorspace should be working
properly now. (Although, the integer version still uses the ranges Elle
mentions.)

I could dig a bit and see if I can map the integer UX to the [0-100] range.

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

[systemsettings] [Bug 417850] "Application style" kcm causes high cpu usage

2020-02-19 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=417850

Filip Fila  changed:

   What|Removed |Added

 CC||filipfila@gmail.com

--- Comment #1 from Filip Fila  ---
Can't reproduce, tried sidebar mode, icon view, and standalone kcm in X11.

Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[systemsettings] [Bug 417882] If the user changes the state of both checkboxes on bottom and gives up on applying changes after click on "Apply" button, password dialog needs to be cancelled twice

2020-02-19 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=417882

Filip Fila  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||filipfila@gmail.com,
   ||meve...@gmail.com

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

[systemsettings] [Bug 417870] "Configure" button and search field appear above KCM title after I minimize/restore system settings window

2020-02-19 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=417870

Filip Fila  changed:

   What|Removed |Added

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

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

[plasma-browser-integration] [Bug 417893] Chromium acts like two players in media player applet

2020-02-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=417893

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #1 from Kai Uwe Broulik  ---
Chrome has its own MPRIS service these days, so this is to be expected.
The multiplexer prefers p-b-i if possible but there's still technically two
players.

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

[plasma-browser-integration] [Bug 417893] New: Chromium acts like two players in media player applet

2020-02-19 Thread Matej Mrenica
https://bugs.kde.org/show_bug.cgi?id=417893

Bug ID: 417893
   Summary: Chromium acts like two players in media player applet
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Chrome
  Assignee: k...@privat.broulik.de
  Reporter: matejm98m...@gmail.com
  Target Milestone: ---

SUMMARY
...named plasma-browser-integration and chromium.instance[numbers]
Playing a video in firefox creates only one "player".

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.18.1
KDE Frameworks Version: 5.67
Qt Version: 5.14.1

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

[dolphin] [Bug 417892] New: Dolphin crashed when ejecting used disc

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417892

Bug ID: 417892
   Summary: Dolphin crashed when ejecting used disc
   Product: dolphin
   Version: 19.12.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: chri...@posteo.net
CC: kfm-de...@kde.org
  Target Milestone: ---

Application: dolphin (19.12.2)

Qt Version: 5.14.1
Frameworks Version: 5.67.0
Operating System: Linux 5.5.4-arch1-1 x86_64
Windowing system: X11
Distribution: Arch Linux

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

I tried to eject a blu-ray disc. I had opened it in VLC media player and tried
to eject it immediatly after closing VLC. Dolphin crashed (and the disc was not
ejected).
The disc was still spinning at that moment. When waiting some time (until the
disc spins no more), dolphin ejects it as requested and does not crash.

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd31ca2bcc0 (LWP 3799))]

Thread 8 (Thread 0x7fd310926700 (LWP 3807)):
#0  0x7fd323f5cabf in poll () at /usr/lib/libc.so.6
#1  0x7fd31f9bc120 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd31f9bc1f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd321e2103c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fd321dc74cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fd321bebe52 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fd321becfc6 in  () at /usr/lib/libQt5Core.so.5
#7  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fd3127fc700 (LWP 3806)):
#0  0x7fd320631cf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd318ced99c in  () at /usr/lib/dri/nouveau_dri.so
#2  0x7fd318ced598 in  () at /usr/lib/dri/nouveau_dri.so
#3  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fd312ffd700 (LWP 3805)):
#0  0x7fd320631cf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd318ced99c in  () at /usr/lib/dri/nouveau_dri.so
#2  0x7fd318ced598 in  () at /usr/lib/dri/nouveau_dri.so
#3  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fd3137fe700 (LWP 3804)):
#0  0x7fd320631cf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd318ced99c in  () at /usr/lib/dri/nouveau_dri.so
#2  0x7fd318ced598 in  () at /usr/lib/dri/nouveau_dri.so
#3  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fd313fff700 (LWP 3803)):
#0  0x7fd320631cf5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fd318ced99c in  () at /usr/lib/dri/nouveau_dri.so
#2  0x7fd318ced598 in  () at /usr/lib/dri/nouveau_dri.so
#3  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fd31b029700 (LWP 3802)):
#0  0x7fd31f96c479 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7fd31f9bc0e9 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fd31f9bc1f1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fd321e2103c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fd321dc74cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fd321bebe52 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fd322071b28 in  () at /usr/lib/libQt5DBus.so.5
#7  0x7fd321becfc6 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fd31bbed700 (LWP 3801)):
#0  0x7fd323f5cabf in poll () at /usr/lib/libc.so.6
#1  0x7fd3205e8630 in  () at /usr/lib/libxcb.so.1
#2  0x7fd3205ea2db in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7fd31c5a1b81 in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7fd321becfc6 in  () at /usr/lib/libQt5Core.so.5
#5  0x7fd32062b46f in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fd323f673d3 in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fd31ca2bcc0 (LWP 3799)):
[KCrash Handler]
#6  0x7fd32362bb49 in Solid::StorageAccess::filePath() const () at
/usr/lib/libKF5Solid.so.5
#7  0x7fd32409a33d in  () at 

[plasma-pa] [Bug 417561] Audio source selector in Plasma's audio volume applet is illegible with Oxygen theme

2020-02-19 Thread JORGETECH
https://bugs.kde.org/show_bug.cgi?id=417561

--- Comment #5 from JORGETECH  ---
I can confirm that other QML comboboxes in the dekstop configuration are not
affected, in my case it seems to be reduced to the audio volume applet.

In my case the pin is not invisible, but the combobox in the media selection
applet is affected. Does that mean that the bug is in the system tray applets?

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

[systemsettings] [Bug 417891] Night Color crashes when is clicked on

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417891

rajdigvijay201...@gmail.com changed:

   What|Removed |Added

   Keywords||wayland

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

[systemsettings] [Bug 417891] New: Night Color crashes when is clicked on

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417891

Bug ID: 417891
   Summary: Night Color crashes when is clicked on
   Product: systemsettings
   Version: 5.18.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: rajdigvijay201...@gmail.com
  Target Milestone: ---

Created attachment 126182
  --> https://bugs.kde.org/attachment.cgi?id=126182=edit
Pic of the error

SUMMARY
Night Color crashes when is clicked on

STEPS TO REPRODUCE
1. Click on Application Launcher
2. Search 'Night Color' or search it in the system settings

OBSERVED RESULT

After step 2, it crashes and a crash error appears in the bottom right saying 
'Dr Kongi
System Settings Module Close Unexpectedly

Please report this error to help improve this software'.


EXPECTED RESULT
It shoud be able to open Night Color settings.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux - kernel 5.5.4
KDE Plasma Version: 5.18.0
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

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

  1   2   3   >