[kmymoney] [Bug 418823] Script based online quotes do not work in the AppImage version

2020-03-13 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=418823

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Script based online quotes  |Script based online quotes
   |not working |do not work in the AppImage
   ||version
 Ever confirmed|0   |1

--- Comment #2 from Thomas Baumgart  ---
I am not able to duplicate this problem with a locally build and installed
KMyMoney but using the AppImage version (same git sha). So it seems this is a
problem of the AppImage version only. Not sure if
https://github.com/AppImage/AppImageKit/issues/396 is relevant here.

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

[valgrind] [Bug 418840] New: SIG_IGN doesn't clear pending signal if SIG_IGN is already the handler

2020-03-13 Thread Pavel Roskin
https://bugs.kde.org/show_bug.cgi?id=418840

Bug ID: 418840
   Summary: SIG_IGN doesn't clear pending signal if SIG_IGN is
already the handler
   Product: valgrind
   Version: 3.15 SVN
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: plros...@gmail.com
  Target Milestone: ---

Created attachment 126773
  --> https://bugs.kde.org/attachment.cgi?id=126773=edit
Demo program

SUMMARY

There is a difference between native Linux and Valgrind w.r.t. signal handling. 
If a signal is blocked and pending, its handler is SIG_IGN and another SIG_IGN
handler is installed, Linux clears the signal but Valgrind doesn't.

I don't know if there is a specified behavior, but I believe the value of the
old handler should play no role. The behavior of Valgrind depends on the old
handler. If the old handler is not SIG_IGN, the pending signal is cleared.

I suspect the logic in the Valgrind code skips some actions if the signal
handler is unchanged, but it skips the signal clearing incorrectly.

STEPS TO REPRODUCE
1. Block a signal
2. Install the SIG_IGN handler
3. Raise that signal
4. Install the SIG_IGN handler again
5. Check if the signal is pending

See the attached program that demonstrated the issue.

OBSERVED RESULT
The signal is pending

The last status line of the demo program is
Signal: pending, blocked, ignored

EXPECTED RESULT
The signal is not pending

The last status line of the demo program is
Signal: not pending, blocked, ignored

SOFTWARE/OS VERSIONS
Valgrind 3.15.0 (also today's git master branch)
Ubuntu 18.04
Linux roskinp-p7510 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

ADDITIONAL INFORMATION

roskinp@roskinp-p7510:~/src/valgrind-signal$ ./signaltest
Signal: not pending, unblocked, handled
Blocking signal
Signal: not pending, blocked, handled
Ignoring signal
Signal: not pending, blocked, ignored
Raising signal
Signal: pending, blocked, ignored
Ignoring signal
Signal: not pending, blocked, ignored
Finished
roskinp@roskinp-p7510:~/src/valgrind-signal$
/home/roskinp/valgrind/bin/valgrind -v ./signaltest 
==7609== Memcheck, a memory error detector
==7609== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==7609== Using Valgrind-3.16.0.GIT-95df121886-20200313 and LibVEX; rerun with
-h for copyright info
==7609== Command: ./signaltest
==7609== 
--7609-- Valgrind options:
--7609---v
--7609-- Contents of /proc/version:
--7609--   Linux version 5.3.0-40-generic (buildd@lcy01-amd64-024) (gcc version
7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #32~18.04.1-Ubuntu SMP Mon Feb 3
14:05:59 UTC 2020
--7609-- 
--7609-- Arch and hwcaps: AMD64, LittleEndian,
amd64-cx16-lzcnt-rdtscp-sse3-ssse3-avx-avx2-bmi-f16c-rdrand
--7609-- Page sizes: currently 4096, max supported 4096
--7609-- Valgrind library directory: /home/roskinp/valgrind/lib/valgrind
--7609-- Reading syms from /home/roskinp/src/valgrind-signal/signaltest
--7609-- Reading syms from /lib/x86_64-linux-gnu/ld-2.27.so
--7609--   Considering /lib/x86_64-linux-gnu/ld-2.27.so ..
--7609--   .. CRC mismatch (computed 1b7c895e wanted 2943108a)
--7609--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.27.so ..
--7609--   .. CRC is valid
--7609-- Reading syms from
/home/roskinp/valgrind/lib/valgrind/memcheck-amd64-linux
--7609--object doesn't have a dynamic symbol table
--7609-- Scheduler: using generic scheduler lock implementation.
--7609-- Reading suppressions file:
/home/roskinp/valgrind/lib/valgrind/default.supp
==7609== embedded gdbserver: reading from
/tmp/vgdb-pipe-from-vgdb-to-7609-by-roskinp-on-???
==7609== embedded gdbserver: writing to  
/tmp/vgdb-pipe-to-vgdb-from-7609-by-roskinp-on-???
==7609== embedded gdbserver: shared mem  
/tmp/vgdb-pipe-shared-mem-vgdb-7609-by-roskinp-on-???
==7609== 
==7609== TO CONTROL THIS PROCESS USING vgdb (which you probably
==7609== don't want to do, unless you know exactly what you're doing,
==7609== or are doing some strange experiment):
==7609==   /home/roskinp/valgrind/lib/valgrind/../../bin/vgdb --pid=7609
...command...
==7609== 
==7609== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==7609==   /path/to/gdb ./signaltest
==7609== and then give GDB the following command
==7609==   target remote | /home/roskinp/valgrind/lib/valgrind/../../bin/vgdb
--pid=7609
==7609== --pid is optional if only one valgrind process is running
==7609== 
--7609-- REDIR: 0x401f2f0 (ld-linux-x86-64.so.2:strlen) redirected to
0x58119398 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--7609-- REDIR: 0x401f0d0 (ld-linux-x86-64.so.2:index) redirected to 0x581193b2
(vgPlain_amd64_linux_REDIR_FOR_index)
--7609-- Reading syms from
/home/roskinp/valgrind/lib/valgrind/vgpreload_core-amd64-linux.so
--7609-- Reading syms from
/home/roskinp/valgrind/lib/valgr

[kmymoney] [Bug 418832] Tiny fonts on Kmymoney 5.0.0 Home page & Reports

2020-03-13 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=418832

Thomas Baumgart  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Baumgart  ---
Try using Ctrl+Mouse Wheel to change the font size. Also, check the settings
for the Home page in Settings/Home/Summary page scaling. Changing the zoom
factor also changes the font size. Does that solve the issue?

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

[Discover] [Bug 377645] rfe: support for installing packages with no or unknown keys

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377645

g...@section9.follonica.org changed:

   What|Removed |Added

 CC||g...@section9.follonica.org

--- Comment #6 from g...@section9.follonica.org ---
(In reply to Briggs from comment #5)
> I get this issue on a fresh install of Fedora 31 KDE

Still same issue here on Discover 5.18.3 (fedora 31)...

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

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586

--- Comment #11 from Kartik  ---
Update: I have resolved the issue.

In CoreDB::AddImageTagProperty
I added d->db->recordChangeset(TagChangeset(tagId, TagChangeset::Added)); 

In CoreDB::removeImageTagProperties
I added d->db->recordChangeset(TagChangeset(tagId, TagChangeset::Deleted));

It works as desired, please clarify whether this is the appropriate approach.

Thanks
Kartik

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

[yakuake] [Bug 415946] Yakuake doesnt open by F12

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415946

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[krita] [Bug 417531] Onion skin is not working, no matter what I do

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417531

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.

[dolphin] [Bug 416425] File order for a splited RAR archive is wrong

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416425

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

[plasmashell] [Bug 416574] Caret is in the wrong position relative to text in Qscintilla boxes

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416574

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kdenlive] [Bug 418283] Kdenlive crashes after not being able to save automatically

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418283

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

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

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

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

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

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

[krita] [Bug 417458] Krita goes to "Not responding" state to closing without saving state

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417458

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.

[okular] [Bug 418284] Okular cannot render certain PDF files

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418284

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

[plasmashell] [Bug 418246] Multimedia keys of keyboard not working in 5.17 and 5.18

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=418246

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

[Discover] [Bug 417819] Kubuntu 19.10 backport plasma 5.18

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417819

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

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

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

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

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

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

[dolphin] [Bug 416863] Dolphin: dates ignore the Time format set in System Settings if different to the overall Region

2020-03-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416863

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

[krita] [Bug 418471] Unable to hide cursor while drawing

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418471

bigguyfor...@protonmail.ch changed:

   What|Removed |Added

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

--- Comment #6 from bigguyfor...@protonmail.ch ---
I have, and it does.

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

[kmail2] [Bug 416403] During account wizard using @protonmail.com, get "Kmail could not convert value of setting 'Authentication' to required type"

2020-03-13 Thread Mikle
https://bugs.kde.org/show_bug.cgi?id=416403

Mikle  changed:

   What|Removed |Added

 CC||gramoz...@rocketmail.com

--- Comment #15 from Mikle  ---
I can confirm this also happens with Gmail and yahoo.
"could not convert value of setting 'Authentication' to required type."
in konsole:
org.kde.pim.accountwizard: Did not find D-Bus method:  "setAuthentication" 
available methods are:
org.kde.pim.accountwizard: "destroyed(QObject*)"
org.kde.pim.accountwizard: "destroyed()"
org.kde.pim.accountwizard: "objectNameChanged(QString)"
org.kde.pim.accountwizard: "deleteLater()"
org.kde.pim.accountwizard: "_q_reregisterTimers(void*)"
org.kde.pim.accountwizard: "_q_serviceOwnerChanged(QString,QString,QString)"
org.kde.pim.accountwizard: Impossible to convert argument :  QVariant(int, 9)

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

[kwin] [Bug 418836] Ability to tell kscreen that system is a desktop and so not be so dynamic with the monitors

2020-03-13 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=418836

Roman Gilg  changed:

   What|Removed |Added

   Assignee|kscreen-bugs-n...@kde.org   |kwin-bugs-n...@kde.org
  Component|common  |general
Product|KScreen |kwin
 CC||subd...@gmail.com

--- Comment #1 from Roman Gilg  ---
If one of your screens gets disconnected your windows should stay in the now
hidden area?

I agree that I feel annoyed at times as well when I connect a screen and
suddenly all windows are on the other screen. But today it moved all windows
there that used to be before I had shut down the monitor for a moment. And that
was really convenient in this case.

In any case it's a KWin bug/feature request. Moving.

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

[kwin] [Bug 391322] Super (Meta) Key stops working

2020-03-13 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=391322

--- Comment #15 from Andrei Rybak  ---
Appears to still be present in:

Operating System: Kubuntu 19.10
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4
Kernel Version: 5.3.0-40-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 7.7 GiB of RAM

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

[kactivitymanagerd] [Bug 418839] New: Master branch of kactivitymanagerd fails to compile with master branch of Frameworks, and Qt 5.14 branch

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418839

Bug ID: 418839
   Summary: Master branch of kactivitymanagerd fails to compile
with master branch of Frameworks, and Qt 5.14 branch
   Product: kactivitymanagerd
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ivan.cu...@kde.org
  Reporter: bluescreenaven...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

It's odd that this worked before with 5.14, and I can't figure out what exactly
changed, but it seems that .toSet is no longer defined...


[ 77%] Built target kactivitymanagerd_plugin_runapplication
/srcbuild/kactivitymanagerd/src/service/Activities.cpp: In constructor
‘Activities::Private::Private(Activities*)’:
/srcbuild/kactivitymanagerd/src/service/Activities.cpp:109:70: error: ‘class
QStringList’ has no member named ‘toSet’; did you mean ‘takeAt’?
 = mainConfig().readEntry("runningActivities", QStringList()).toSet();
  ^
  takeAt
/srcbuild/kactivitymanagerd/src/service/Activities.cpp:111:70: error: ‘class
QStringList’ has no member named ‘toSet’; did you mean ‘takeAt’?
 = mainConfig().readEntry("stoppedActivities", QStringList()).toSet();
  ^
  takeAt
make[2]: *** [src/service/CMakeFiles/kactivitymanagerd.dir/build.make:191:
src/service/CMakeFiles/kactivitymanagerd.dir/Activities.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:411:
src/service/CMakeFiles/kactivitymanagerd.dir/all] Error 2

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

[kpat] [Bug 418837] Master branch of kpat fails to compile with master branch of Frameworks, and Qt 5.14 branch

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418837

bluescreenaven...@gmail.com changed:

   What|Removed |Added

Summary|Master fails to compile |Master branch of kpat fails
   |with master branch of   |to compile with master
   |Frameworks, and Qt 5.14 |branch of Frameworks, and
   |branch  |Qt 5.14 branch

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

[khelpcenter] [Bug 418838] New: Master branch of kelpcenter fails to compile with master branch of Frameworks, and Qt 5.14 branch

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418838

Bug ID: 418838
   Summary: Master branch of kelpcenter fails to compile with
master branch of Frameworks, and Qt 5.14 branch
   Product: khelpcenter
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: bluescreenaven...@gmail.com
  Target Milestone: ---

It's odd that this worked before with 5.14, and I can't figure out what exactly
changed, but it seems that .toSet is no longer defined...





[ 50%] Building CXX object
CMakeFiles/kdeinit_khelpcenter.dir/navigatorappitem.cpp.o
/srcbuild/khelpcenter/searchhandlers/cachereader.cpp: In member function
‘QSet CacheReader::documents() const’:
/srcbuild/khelpcenter/searchhandlers/cachereader.cpp:108:25: error: ‘fromList’
is not a member of ‘QSet’
   return QSet::fromList( mRanges.uniqueKeys() );
 ^~~~
make[2]: *** [searchhandlers/CMakeFi

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

[kpat] [Bug 418837] New: Master fails to compile with master branch of Frameworks, and Qt 5.14 branch

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418837

Bug ID: 418837
   Summary: Master fails to compile with master branch of
Frameworks, and Qt 5.14 branch
   Product: kpat
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: co...@kde.org
  Reporter: bluescreenaven...@gmail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

It's odd that this worked before with 5.14, and I can't figure out what exactly
changed, but it seems that .toSet is no longer defined...


[ 22%] Building CXX object
libkcardgame/CMakeFiles/kcardgame.dir/kcardtheme.cpp.o
/srcbuild/kpat/libkcardgame/kcardtheme.cpp: In constructor
‘KCardTheme::KCardTheme(const QString&)’:
/srcbuild/kpat/libkcardgame/kcardtheme.cpp:154:50: error: ‘class QStringList’
has no member named ‘toSet’; did you mean ‘takeAt’?
supportedFeatures.toSet(),
  ^
  takeAt
make[2]: *** [libkcardgame/CMakeFiles/kcardgame.dir/build.make:158:
libkcardgame/CMakeFiles/kcardgame.dir/kcardtheme.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs
/srcbuild/kpat/libkcardgame/kcardscene.cpp: In member function ‘void
KCardScene::setHighlightedItems(const QList&)’:
/srcbuild/kpat/libkcardgame/kcardscene.cpp:768:52: error: ‘fromList’ is not a
member of ‘QSet’
 QSet s = QSet::fromList( items );
^~~~
make[2]: *** [libkcardgame/CMakeFiles/kcardgame.dir/build.make:145:
libkcardgame/CMakeFiles/kcardgame.dir/kcardscene.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:388:
libkcardgame/CMakeFiles/kcardgame.dir/all] Error 2
make: *** [Makefile:158: all] Error 2
PackageInstallSource finished in 0 seconds with result 2

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

[KScreen] [Bug 418836] New: Ability to tell kscreen that system is a desktop and so not be so dynamic with the monitors

2020-03-13 Thread Eric Mesa
https://bugs.kde.org/show_bug.cgi?id=418836

Bug ID: 418836
   Summary: Ability to tell kscreen that system is a desktop and
so not be so dynamic with the monitors
   Product: KScreen
   Version: 5.17.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: ericsbinarywo...@gmail.com
  Target Milestone: ---

SUMMARY
I would like the ability to tell kscreen that this is a desktop system, not a
laptop. So if monitors are disconnected, turned off, or switched to another
input - it should *not* rearrange my screen, move widgets around, move programs
around, and cause all kinds of chaos that makes multi-monitor use annoying.

STEPS TO REPRODUCE
1. Turn monitor off or switch to another input
2. Some (not all) programs are shuffled around to remaining monitors (and
widgets, etc)
3. Switch back, sometimes this triggers #2, but while widgets often go back
where they belong, programs don't.

OBSERVED RESULT
See steps and summary

EXPECTED RESULT
This behavior makes PERFECT sense for a laptop. Does not make sense for a
desktop. Switching inputs doesn't mean I'm suddenly going to go minus one
monitor.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 31
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
N/A

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

[plasmashell] [Bug 418753] Shortcut key combinations not working for some non-kde applications

2020-03-13 Thread Tim Folger
https://bugs.kde.org/show_bug.cgi?id=418753

Tim Folger  changed:

   What|Removed |Added

Summary|Shortcut key combinations   |Shortcut key combinations
   |work for some non-kde   |not working for some
   |applications|non-kde applications

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

[plasmashell] [Bug 418753] Shortcut key combinations work for some non-kde applications

2020-03-13 Thread Tim Folger
https://bugs.kde.org/show_bug.cgi?id=418753

Tim Folger  changed:

   What|Removed |Added

Summary|Meta + shortcut key |Shortcut key combinations
   |combinations not working|work for some non-kde
   |consistently|applications

--- Comment #1 from Tim Folger  ---
One more comment: the problem isn't only the meta key. I tried assigning "alt +
F" to launch firefox but that key combination doesn't work either. I also tried
assigning "alt + G" to launch google chrome and that didn't work. So I suspect
that shortcut keys for some reason aren't working for some non-kde
applications.

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

[kuser] [Bug 418834] Slave-Users

2020-03-13 Thread Stephen
https://bugs.kde.org/show_bug.cgi?id=418834

--- Comment #1 from Stephen  ---
One detail that I forgot to mention is that these accounts would be accessed
through the master accounts credentials possibly through sudo.  In the
management and creation of the slave accounts, need mechanisms to:
  Lock and Unlock the account
  Set/Reset a password to control access
  Manage group membership

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

[frameworks-kio] [Bug 418835] New: KRun doesn't work when running inside a flatpak

2020-03-13 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418835

Bug ID: 418835
   Summary: KRun doesn't work when running inside a flatpak
   Product: frameworks-kio
   Version: git master
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: aa...@kde.org
CC: kdelibs-b...@kde.org
  Target Milestone: ---

When doing something like

writePngFileTo(fileUrl);
new KRun( fileUrl, this );

Nothing happens when run from inside a flaptak environment.

Example: https://github.com/flathub/org.kde.okular/issues/62

Aleix said this is fixable either by portals or flatpak (no idea what that
really means :D)

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

[frameworks-kio] [Bug 418835] KRun doesn't work when running inside a flatpak

2020-03-13 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=418835

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aleix...@gmail.com,
   ||jgrul...@redhat.com

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

[systemsettings] [Bug 418303] Font in sidebar is not antialiased until a second layer sidebar is openned

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418303

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #5 from Patrick Silva  ---
I can reproduce this bug on my sysyem.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[kdenlive] [Bug 418506] kdenlive crashes on exit

2020-03-13 Thread Daniele
https://bugs.kde.org/show_bug.cgi?id=418506

Daniele  changed:

   What|Removed |Added

 CC||danieledaniele1...@gmail.co
   ||m

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

[kdenlive] [Bug 418506] kdenlive crashes on exit

2020-03-13 Thread Daniele
https://bugs.kde.org/show_bug.cgi?id=418506

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

kdenlive (19.12.3) using Qt 5.14.1

- What I was doing when the application crashed:
Just closing the app, same version 19.12.3
Qt 5.14.1

-- Backtrace (Reduced):
#6  0x in  ()
#7  0x7fd9ac716ad1 in QQmlAdaptorModel::rowCount() const () at
/usr/lib/libQt5QmlModels.so.5
#8  0x7fd9ac716b69 in QQmlAdaptorModel::columnAt(int) const () at
/usr/lib/libQt5QmlModels.so.5
#9  0x7fd9ac71a3a6 in  () at /usr/lib/libQt5QmlModels.so.5
#10 0x7fd9ac71f114 in QQmlDelegateModel::modelIndex(int) const () at
/usr/lib/libQt5QmlModels.so.5

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

[plasmashell] [Bug 418816] Blurry panel, huge widgets and cursor with fractional scaling

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418816

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #2 from Patrick Silva  ---
Qt apps (including Plasma) are blurry until they are restarted.
See bug 412118.

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

[plasmashell] [Bug 378694] applications menu covered by panel

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=378694

Patrick Silva  changed:

   What|Removed |Added

 CC||bednarczyk.pa...@outlook.co
   ||m

--- Comment #15 from Patrick Silva  ---
*** Bug 418828 has been marked as a duplicate of this bug. ***

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

[kded-appmenu] [Bug 418828] [Wayland] submenu last item hidden behind the panel

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418828

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #3 from Patrick Silva  ---


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

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

[kdeconnect] [Bug 417787] sshfs key exchange methods deprecated

2020-03-13 Thread Alexander Kernozhitsky
https://bugs.kde.org/show_bug.cgi?id=417787

Alexander Kernozhitsky  changed:

   What|Removed |Added

 CC||sh200...@mail.ru

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

[neon] [Bug 418833] Boot splash screen shows wrong version of the Plasma

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418833

Nate Graham  changed:

   What|Removed |Added

  Component|Plymouth|Packages User Edition
   Assignee|plasma-de...@kde.org|neon-b...@kde.org
Version|5.18.3  |unspecified
 CC||j...@jriddell.org,
   ||n...@kde.org,
   ||neon-b...@kde.org
Product|Breeze  |neon

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

[systemsettings] [Bug 418165] In color scheme editor buttons have low-res images with fractional scaling

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418165

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #7 from Patrick Silva  ---
Created attachment 126771
  --> https://bugs.kde.org/attachment.cgi?id=126771=edit
Plasma 5.18.3, display scale 125%

cannot reproduce on my system

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

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

[kuser] [Bug 418834] New: Slave-Users

2020-03-13 Thread Stephen
https://bugs.kde.org/show_bug.cgi?id=418834

Bug ID: 418834
   Summary: Slave-Users
   Product: kuser
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: gyu...@freemail.hu
  Reporter: stephen.fey...@btinternet.com
  Target Milestone: ---

Please note that prior to posting this I have searched for wishlist items but
haven't found anything which obviously relates.

SUMMARY
  Think of docker but for users.  A project begins and the user creates a
'slave-user' to manage and contain the project.  This would be similar in a
sense to Web Browsers providing multiple profiles.

HOW WOULD I EXPECT THIS MIGHT WORK

  The mechanics of it are simple.  A sub-user is just another system user, only
this user has a new and novel method to log in.

  Their home directory in under a path like '/home/.~/'

  In the user's master account a link to the slave home directory would be
created like '~/'

  Optionally the user would be able to encrypt their own and/or the slave
user's home directories.

  The slave user would be a member of the group owned by the master user with
all files and directories in the slave home will belong in that master user's
group, with the relevant group permissions.

  Regular applications will be able to be started from the application menu as
a slave user by right click and choose the slave user from a sub menu of users
headed by sudo (if the master user has that privilege).

  Depending upon the slave user's group access, applications which are not
normally available to the master user are available in the application menu to
be started as the slave user.

  Applications started in association with a file from the slave user's home
will be started as that slave user.  A similar mechanism as from the
application menu will be available to choose the master user or sudo to action
the file.

  In a broader setting federated identity management systems will be able to
assign privileges or groups to these users to give them special access.


USE CASES
  A photography project.  You create a user to manage your photos and this user
has access to your photo editing SAAS applications.  This could be for a
birthday party or a wedding.

  A remote working user.  Your business allows access via a VPN.  The slave
user has the permissions to create and destroy the VPN tunnel.  This user's
browser and relevant applications work over the tunnel, allow the master user
to continue to access the regular web and master user processes ideally won't
mix with slave user processes... thus the great balancing act of security vs
usability continues.

  Your boss assigns you a project.  The slave user is created as member of a
group or groups which can access specific resources apps and/or media.  When
the project is finished and the user is destroyed the home directory is all
swept up in to the main project's archive.

Please let me know your thoughts or if you have any questions.

The basic purpose of this is a separation of roles within one user entity.  The
most challenging part of this I imagine, is designing the ways that the user
entity interacts consistently across KDE.

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

[systemsettings] [Bug 418175] Keyboard repeat delay not applied immediately when clicking "Apply", needs logout/login

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418175

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 418221] Plasma crashes when closing multiple Notes widgets

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418221

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
it seems related/duplicate to/of bug 417947

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

[Breeze] [Bug 418833] New: Boot splash screen shows wrong version of the Plasma

2020-03-13 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=418833

Bug ID: 418833
   Summary: Boot splash screen shows wrong version of the Plasma
   Product: Breeze
   Version: 5.18.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plymouth
  Assignee: plasma-de...@kde.org
  Reporter: popov...@ukr.net
CC: sit...@kde.org
  Target Milestone: ---

Created attachment 126770
  --> https://bugs.kde.org/attachment.cgi?id=126770=edit
Boot splash screen

SUMMARY

I have already upgraded to Plasma 5.18.3, but the boot splash screen still
shows version 5.18.2.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: KDE Neon 5.18
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[Breeze] [Bug 418833] Boot splash screen shows wrong version of the Plasma

2020-03-13 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=418833

popov895  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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

[okular] [Bug 395497] Menubar - No text

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=395497

Patrick Silva  changed:

   What|Removed |Added

 CC||gyrlg...@protonmail.com

--- Comment #30 from Patrick Silva  ---
*** Bug 418561 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 418561] menubar show No text.

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418561

--- Comment #3 from Patrick Silva  ---


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

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

[gwenview] [Bug 418561] menubar show No text.

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418561

Patrick Silva  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||bugsefor...@gmx.com

--- Comment #2 from Patrick Silva  ---


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

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

[okular] [Bug 396761] menu items "no text"

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=396761

Patrick Silva  changed:

   What|Removed |Added

 CC||gyrlg...@protonmail.com

--- Comment #20 from Patrick Silva  ---
*** Bug 418561 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 418817] Dolphin crashed

2020-03-13 Thread Reinhard Auner
https://bugs.kde.org/show_bug.cgi?id=418817

--- Comment #7 from Reinhard Auner  ---
   Hi, Nate, I just don´t know. Regards, Reinhard *Gesendet:* Freitag,
   13. März 2020 um 18:45 Uhr
   *Von:* "Nate Graham" 
   *An:* reinhardau...@gmx.at
   *Betreff:* [dolphin] [Bug 418817] Dolphin
crashedhttps://bugs.kde.org/show_bug.cgi?id=418817

   Nate Graham  changed:

   What |Removed |Added
   
   Resolution|BACKTRACE |---
   Status|NEEDSINFO |REPORTED

   --- Comment #6 from Nate Graham  ---
   Thanks. Looks like it was trying to create a messagebox or something?

   --
   You are receiving this mail because:
   You reported the bug.
   You are on the CC list for the bug.

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

[kmymoney] [Bug 418832] New: Tiny fonts on Kmymoney 5.0.0 Home page & Reports

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418832

Bug ID: 418832
   Summary: Tiny fonts on Kmymoney 5.0.0 Home page & Reports
   Product: kmymoney
   Version: 5.0.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: deanmalb...@yahoo.com
  Target Milestone: ---

SUMMARY
When I open the Home page of Kmymoney 5.0.0 The font of Asset Accounts and
everything else is extremely small.  I can barely read it. This also occurs on
any reports I run.  Tiny fonts. Fonts everywhere else are adjustable.  

STEPS TO REPRODUCE
1. Get Kmymoney 5.0.0
2. Click on home page.
3. Click on a report

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.

[dolphin] [Bug 418289] Mark destinations that don't exist anymore visually

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418289

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kdenlive] [Bug 418592] Rendering a zone with the in and out points being at 'splits' between clips fails

2020-03-13 Thread Schuyler Kelley
https://bugs.kde.org/show_bug.cgi?id=418592

--- Comment #2 from Schuyler Kelley  ---
(In reply to emohr from comment #1)
> Rendering with GPU acceleration is not stable and switched of in the
> AppImage. 
> 
> Please try with the current Kdenlive AppImage version 19.12.3 to see if
> there are any packaging issues https://files.kde.org/kdenlive/release/ 
> 
> If the problem/issue doesn't occur when using the AppImage, then it's your
> configuration or packaging.

The AppImage worked as expecte.

I checked to see that I didn't have GPU acceleration enabled; so I'm not sure
if I should mark this resolved? If it's a problem with the packaging, I'm also
not sure where to report that. But for my purposes, this works great. Thank
you.

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

[kdiff3] [Bug 418813] line numbers not visible

2020-03-13 Thread michael
https://bugs.kde.org/show_bug.cgi?id=418813

michael  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/
   |kdiff3/commit/7b8d793ee45dc |kdiff3/commit/35679f0e3bde0
   |17b01222344c353202b8fd8ca2f |c99167ddca775fac42db52bc831

--- Comment #2 from michael  ---
Git commit 35679f0e3bde0c99167ddca775fac42db52bc831 by Michael Reeves.
Committed on 13/03/2020 at 20:21.
Pushed by mreeves into branch 'master'.

Fix missing line numbers.

Use QString::Number not a format string to convert int to QString.
FIXED-IN:1.8.2

M  +2-2src/difftextwindow.cpp

https://invent.kde.org/kde/kdiff3/commit/35679f0e3bde0c99167ddca775fac42db52bc831

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

[plasmashell] [Bug 418602] plasmashell aborted when logging in to Plasma on Wayland with the message "The Wayland connection experienced a fatal error: Protocol error"

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418602

przem.form...@gmail.com changed:

   What|Removed |Added

 CC||przem.form...@gmail.com

--- Comment #1 from przem.form...@gmail.com ---
I've got the same issue, when trying to start plasmashell on Wayland, I've got
a "Protocol Error" crash.

org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_dolphingeneral.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/k3blibsndfiledecoder.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_sddm.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kcm_krunner_pimcontacts.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/dirfilterplugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/attica_kde.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/krunner_calculatorrunner.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/k3boggvorbisdecoder.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/akonadi_serializer_addressee.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kipiplugin_facebook.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/krunner_recentdocuments.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/khtmlsettingsplugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/libmarble_part.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kontact_todoplugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_charrunner.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_kgamma.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kded_touchpad.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/fontthumbnail.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kontact_journalplugin.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/powerdevilkeyboardbrightnesscontrolaction_config.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/windowsimagethumbnail.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_info.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/systemsettings_sidebar_mode.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_devinfo.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/libplasmanetworkmanagement_openconnectui.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_windows.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/accountwizard_plugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_webshortcuts.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krossmoduleforms.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/okularpart.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_krunner_kill.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_knotessummary.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_activities.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kio_bluetooth.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kipiplugin_vkontakte.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_ssl.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_shell.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/korganizerpart.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/krunner_konsoleprofiles.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_desktoppaths.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kcm_akonadicontact_actions.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kio_kamera.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/k3bwavedecoder.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krosspython.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_konq.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kontact_kaddressbookplugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_kill.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kcm_hotkeys.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/plasma-geolocation-ip.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/akregator_config_plugins.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/libkcm_qtquicksettings.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kontact_akregatorplugin.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kontact_specialdatesplugin.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/krunner_dictionary.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kipiplugin_smug.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/kipiplugin_wikimedia.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/plasma_runner_marble.so"
org.kde.plasma: invalid metadata "/usr/lib/qt/plugins/coisceimpart.so"
org.kde.plasma: invalid metadata
"/usr/lib/qt/plugins/kcm_k3boggvorbisencoder.so"

[kdiff3] [Bug 418813] line numbers not visible

2020-03-13 Thread michael
https://bugs.kde.org/show_bug.cgi?id=418813

michael  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kdiff3/commit/7b8d793ee45dc
   ||17b01222344c353202b8fd8ca2f
   Version Fixed In||1.8.2
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from michael  ---
Git commit 7b8d793ee45dc17b01222344c353202b8fd8ca2f by Michael Reeves.
Committed on 13/03/2020 at 19:58.
Pushed by mreeves into branch '1.8'.

Fix missing line numbers.

Use QString::Number not a format string to convert int to QString.
FIXED-IN:1.8.2

M  +2-2src/difftextwindow.cpp

https://invent.kde.org/kde/kdiff3/commit/7b8d793ee45dc17b01222344c353202b8fd8ca2f

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

[frameworks-baloo] [Bug 418323] Baloo indexer is swallowing cpu usage and slow down other apps

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418323

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[ark] [Bug 418350] Ark stuck for long time while trying to decompress and crash when you close

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418350

Patrick Silva  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||bugsefor...@gmx.com
 Status|REPORTED|RESOLVED

--- Comment #2 from Patrick Silva  ---


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

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

[ark] [Bug 418676] Ark crashes when closing main window, while decompression is running "in the background"

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418676

Patrick Silva  changed:

   What|Removed |Added

 CC||dinushk...@yahoo.com

--- Comment #2 from Patrick Silva  ---
*** Bug 418350 has been marked as a duplicate of this bug. ***

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

[yakuake] [Bug 418354] yakuake blur not working, while konsole has blur enabled

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418354

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kinfocenter] [Bug 417981] Generic icon in "Configure" window

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417981

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.19.0
  Latest Commit||https://commits.kde.org/sys
   ||temsettings/3d515026d59c663
   ||fef2db26663acad40292eb5fc
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Nate Graham  ---
Git commit 3d515026d59c663fef2db26663acad40292eb5fc by Nate Graham.
Committed on 13/03/2020 at 19:44.
Pushed by ngraham into branch 'master'.

Hide configure action in Info center mode

Summary:
There's nothing to configure, so hide the action that shows the configuration
window.
Related: bug 417977
FIXED-IN: 5.19.0

Test Plan:
Open Info Center
Click on hamburger menu
No more {nav Configure...} menu item

Reviewers: #plasma, mart, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: davidedmundson, broulik, plasma-devel

Tags: #plasma

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

M  +4-0app/SettingsBase.cpp

https://commits.kde.org/systemsettings/3d515026d59c663fef2db26663acad40292eb5fc

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

[kinfocenter] [Bug 417977] Nothing changes if "Icon View" is selected in "Configure" window

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417977

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.19.0
  Latest Commit||https://commits.kde.org/sys
   ||temsettings/3d515026d59c663
   ||fef2db26663acad40292eb5fc
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Nate Graham  ---
Git commit 3d515026d59c663fef2db26663acad40292eb5fc by Nate Graham.
Committed on 13/03/2020 at 19:44.
Pushed by ngraham into branch 'master'.

Hide configure action in Info center mode

Summary:
There's nothing to configure, so hide the action that shows the configuration
window.
Related: bug 417981
FIXED-IN: 5.19.0

Test Plan:
Open Info Center
Click on hamburger menu
No more {nav Configure...} menu item

Reviewers: #plasma, mart, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: davidedmundson, broulik, plasma-devel

Tags: #plasma

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

M  +4-0app/SettingsBase.cpp

https://commits.kde.org/systemsettings/3d515026d59c663fef2db26663acad40292eb5fc

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

[kate] [Bug 418384] Middle click pasting text results in line count error

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418384

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
Reproducible with Kate 19.12.3 on Arch Linux.

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

[dolphin] [Bug 418830] A better way to mount ISO images

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418830

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||n...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Nate Graham  ---


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

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

[dolphin] [Bug 175051] mount .iso option in context menu

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=175051

Nate Graham  changed:

   What|Removed |Added

 CC||ahmed@protonmail.com

--- Comment #31 from Nate Graham  ---
*** Bug 418830 has been marked as a duplicate of this bug. ***

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

[frameworks-kio] [Bug 418508] File changed - KIOExec needs an icon

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418508

--- Comment #5 from Patrick Silva  ---
another way to reproduce:
take a screenshot by pressing printscreen key
click on "Export" button and choose Gwenview
crop the screenshot with Gwenview and click on "Save" button on the top bar
close Gwenview and Spectacle

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

[kdiff3] [Bug 418813] line numbers not visible

2020-03-13 Thread michael
https://bugs.kde.org/show_bug.cgi?id=418813

michael  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[Discover] [Bug 418387] When submitting a review, it gets listed twice with one correct, and one incorrect date

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418387

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
Created attachment 126769
  --> https://bugs.kde.org/attachment.cgi?id=126769=edit
screenshot on Plasma 5.18.3

I can only confirm the wrong date.

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

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

[kde] [Bug 418831] New: Right click, and left click don't work with WINE system tray icons

2020-03-13 Thread Ahmed
https://bugs.kde.org/show_bug.cgi?id=418831

Bug ID: 418831
   Summary: Right click, and left click don't work with WINE
system tray icons
   Product: kde
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ahmed@protonmail.com
  Target Milestone: ---

SUMMARY
This issue is old, and I only encounter it when using KDE Plasma. I can't
interact with WINE system tray icons, I can't use either right click, or left
click.

SOFTWARE/OS VERSIONS
Linux: Kubuntu 19.10
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4

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

[plasmashell] [Bug 411973] Add a second line to the tooltip

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411973

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.19.0
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/db2518b063e49
   ||3da5bf5f5a48c931ff51bd22924

--- Comment #4 from Nate Graham  ---
Git commit db2518b063e493da5bf5f5a48c931ff51bd22924 by Nate Graham, on behalf
of Matej Mrenica.
Committed on 13/03/2020 at 19:08.
Pushed by ngraham into branch 'master'.

[Applets/Battery] Don't use toolTipMainText to show info, rather use the second
line

Summary:
Currently the applet uses the main line in tooltip to display all info. Instead
it should show always the same first line like other widgets and use the second
line to show info.
FIXED-IN: 5.19.0

Test Plan:
The point of this patch is to make the tooltip more like the style used in the
Audio Volume applet:
{F7862465}

Other "after" images:

{F7862461}

{F7862463}

{F7862464}

{F7871067}

Reviewers: #vdg, #plasma, broulik, ndavis, mthw

Reviewed By: #vdg, #plasma, broulik, ndavis, mthw

Subscribers: GB_2, ndavis, broulik, plasma-devel

Tags: #plasma

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

M  +29   -21   applets/batterymonitor/package/contents/ui/batterymonitor.qml

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

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

[Spectacle] [Bug 418391] Spetacle shows ealier screenshots but not the screenshot now.

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418391

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
Humm, I can't reproduce with Spectacle 19.12.3 on Arch Linux.

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

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

[frameworks-syntax-highlighting] [Bug 418778] Very slow VHDL syntax highlighting

2020-03-13 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=418778

--- Comment #4 from Christoph Cullmann  ---
Next try:

https://phabricator.kde.org/D28039

Now highlighted in under one second ;=)

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

[kscreenlocker] [Bug 418394] Picture of the day in screen locker doesn't work

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418394

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Patrick Silva  ---


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

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

[kdeplasma-addons] [Bug 389962] Lock screen does not show Picture of the Day because image is not cached locally

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=389962

Patrick Silva  changed:

   What|Removed |Added

 CC||el...@seznam.cz

--- Comment #18 from Patrick Silva  ---
*** Bug 418394 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 418829] Thumbnails of moved images not visible

2020-03-13 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=418829

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Just tested again on Windows 10. It works without problems. The monitoring of
the folders does not have to be active and it is also not necessary to refresh
the album manually. The images appear immediately in the digiKam album view.
Download DebugView from Microsoft. Start it and perform a drag & drop action
and post the log from DebugView.

Maik

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

[dolphin] [Bug 418830] New: A better way to mount ISO images

2020-03-13 Thread Ahmed
https://bugs.kde.org/show_bug.cgi?id=418830

Bug ID: 418830
   Summary: A better way to mount ISO images
   Product: dolphin
   Version: 19.04.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: ahmed@protonmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

When I want to mount ISO images, I have to follow these steps:
1. Open ISO image with Image Disk Mounter.
2. Open Disks (gnome-disk-utility) to find loop device, and press on Mount
selected partition.
3. Close Dolphin, then open it again to find the mounted ISO under devices in
the left panel.

It will be nice to have internal method to mount, and open ISO images inside
Dolphin.

SOFTWARE/OS VERSIONS
Linux: Kubuntu 19.10
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.4

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

[dolphin] [Bug 418817] Dolphin crashed

2020-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418817

Nate Graham  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |REPORTED

--- Comment #6 from Nate Graham  ---
Thanks. Looks like it was trying to create a messagebox or something?

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

[digikam] [Bug 418829] New: Thumbnails of moved images not visible

2020-03-13 Thread Jan van Bekkum
https://bugs.kde.org/show_bug.cgi?id=418829

Bug ID: 418829
   Summary: Thumbnails of moved images not visible
   Product: digikam
   Version: 7.0.0
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Albums-IconView
  Assignee: digikam-bugs-n...@kde.org
  Reporter: jan.vanbek...@gmail.com
  Target Milestone: ---

SUMMARY
When I drag images from an explorer folder into a Digikam album no thumbnails
are shown, not even after refreshing the album repeatedly. Only after I close
and reopen Digikam and execute a refresh they become visible.

STEPS TO REPRODUCE
1. Open an album in Digikam and a folder using Explorer
2. Drag images from the folder into the Digikam album
3. Refresh the Digikam album

OBSERVED RESULT
No new thumbnails visible

EXPECTED RESULT
Thumbnails of dragged images visible

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

ADDITIONAL INFORMATION

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

[frameworks-syntax-highlighting] [Bug 418778] Very slow VHDL syntax highlighting

2020-03-13 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=418778

--- Comment #3 from Christoph Cullmann  ---
Merged

https://phabricator.kde.org/D28015

but still slow ;=)

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

[kde] [Bug 418425] Error "Could not find any application or handler for mailto:"

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418425

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[systemsettings] [Bug 418466] Intalled Global themes not showing up in Setting's Global theme section.

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418466

hardcodeco...@gmail.com changed:

   What|Removed |Added

Version|5.18.1  |5.18.3

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

[apper] [Bug 414047] Apper crashes when applying updates

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=414047

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #5 from Patrick Silva  ---
duplicate of bug 401461 ?

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

[systemsettings] [Bug 388442] system settings crashes

2020-03-13 Thread motoku
https://bugs.kde.org/show_bug.cgi?id=388442

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

systemsettings5 (5.18.2) using Qt 5.14.1

- What I was doing when the application crashed:

I have changed windows style theme to dsemidark, then i close settings window
and open again, after that I got crash on almost every item in appearance
setting.

-- Backtrace (Reduced):
#6  0x7f98e476e530 in QWidget::style() const () at
/usr/lib/libQt5Widgets.so.5
#7  0x7f98dcb3378d in dstyle::Style::drawComboBoxLabelControl(QStyleOption
const*, QPainter*, QWidget const*) const () at
/usr/lib/qt/plugins/styles/libdstyleplugin.so
#8  0x7f98dcb218c2 in dstyle::Style::drawControl(QStyle::ControlElement,
QStyleOption const*, QPainter*, QWidget const*) const () at
/usr/lib/qt/plugins/styles/libdstyleplugin.so
#9  0x7f98cd58d680 in  () at
/usr/lib/qt/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so
#10 0x7f98cd58dc7e in  () at
/usr/lib/qt/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so

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

[systemsettings] [Bug 388442] system settings crashes

2020-03-13 Thread motoku
https://bugs.kde.org/show_bug.cgi?id=388442

motoku  changed:

   What|Removed |Added

 CC||motoku...@gmail.com

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

[kded-appmenu] [Bug 418828] [Wayland] submenu last item hidden behind the panel

2020-03-13 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=418828

--- Comment #2 from Pawel  ---
sorry, to be more precise this happens for submenus either down closer to the
panel as shown in the screenshot or further away if the list of items is long
enough.

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

[systemsettings] [Bug 418466] Intalled Global themes not showing up in Setting's Global theme section.

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418466

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kded-appmenu] [Bug 418828] [Wayland] submenu last item hidden behind the panel

2020-03-13 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=418828

--- Comment #1 from Pawel  ---
Created attachment 126767
  --> https://bugs.kde.org/attachment.cgi?id=126767=edit
x11

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

[kded-appmenu] [Bug 418828] [Wayland] submenu last item hidden behind the panel

2020-03-13 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=418828

Pawel  changed:

   What|Removed |Added

 CC||bednarczyk.pa...@outlook.co
   ||m

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

[kded-appmenu] [Bug 418828] New: [Wayland] submenu last item hidden behind the panel

2020-03-13 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=418828

Bug ID: 418828
   Summary: [Wayland] submenu last item hidden behind the panel
   Product: kded-appmenu
   Version: 5.18.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: menu popup
  Assignee: plasma-b...@kde.org
  Reporter: bednarczyk.pa...@outlook.com
  Target Milestone: ---

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

SUMMARY

On wayland, the last item in a submenu is shown behind the panel

See the attached screenshots


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Arch Linux Kernel 5.5.9
(available in About System)
KDE Plasma Version: 5.18.3
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

ADDITIONAL INFORMATION

See screenshots.

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

[trojita] [Bug 417697] trojita crashing when attachment is saved

2020-03-13 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=417697

Jan Kundrát  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/tro
   ||jita/cf2364b80fa8ae844df835
   ||0cd5833d47cce235f2
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Jan Kundrát  ---
Git commit cf2364b80fa8ae844df8350cd5833d47cce235f2 by Jan Kundrát.
Committed on 09/03/2020 at 15:30.
Pushed by gerrit into branch 'master'.

Fix possible crash when downloading attachments

Turns out we've been happily deleting network replies from the
QNetworkReply::finished(). That was never a good thing to do, but it did
not use to crash with older Qt. Now it does.

After changing to deleteLater(), there's a window for
already-deregistered replies to generate events, therefore the assert
has to go, too, otherwise Bad Things happen:

 (gdb) bt
 #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
 #1  0x716bdcd2 in __GI_abort () at abort.c:89
 #2  0x72400bcb in qt_message_fatal (context=..., message=...) at
/var/tmp/portage/dev-qt/qtcore-5.13./work/qtcore-5.13./src/corelib/global/qlogging.cpp:1904
 #3  QMessageLogger::fatal (this=this@entry=0x7fffc990,
msg=msg@entry=0x72690b10 "ASSERT: \"%s\" in file %s, line %d") at
/var/tmp/portage/dev-qt/qtcore-5.13./work/qtcore-5.13./src/corelib/global/qlogging.cpp:888
 #4  0x723fff7c in qt_assert (assertion=assertion@entry=0x558451d7
"reply", file=file@entry=0x55841a38
"/home/jkt/work/prog/trojita/src/Imap/Network/FileDownloadManager.cpp",
line=line@entry=142)
 at
/var/tmp/portage/dev-qt/qtcore-5.13./work/qtcore-5.13./src/corelib/global/qglobal.cpp:3247
 #5  0x555da840 in
Imap::Network::FileDownloadManager::onPartDataTransfered (this=0x56a20990)
 #6  0x725f1bdf in QtPrivate::QSlotObjectBase::call (a=0x7fffcaa0,
r=0x56a20990, this=0x569f99c0) at
../../include/QtCore/../../../qtcore-5.13./src/corelib/kernel/qobjectdefs_impl.h:394
 #7  QMetaObject::activate(QObject*, int, int, void**) () at
/var/tmp/portage/dev-qt/qtcore-5.13./work/qtcore-5.13./src/corelib/kernel/qobject.cpp:3787
 #8  0x725f20b7 in QMetaObject::activate
(sender=sender@entry=0x56a21370, m=m@entry=0x73f96b00
,
local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x0)
 at
/var/tmp/portage/dev-qt/qtcore-5.13./work/qtcore-5.13./src/corelib/kernel/qobject.cpp:3658
 #9  0x73d3cbf3 in QNetworkReply::finished
(this=this@entry=0x56a21370) at .moc/moc_qnetworkreply.cpp:385
 #10 0x55709485 in
Imap::Network::MsgPartNetworkReply::slotMyDataChanged() () at
/home/jkt/work/prog/trojita/src/Imap/Network/MsgPartNetworkReply.cpp:112
Reported-by: Stefan de Konink 
Change-Id: I79f340c5a471430a14474472513d0a055c7238d6

M  +6-4src/Imap/Network/FileDownloadManager.cpp

https://commits.kde.org/trojita/cf2364b80fa8ae844df8350cd5833d47cce235f2

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

[krita] [Bug 412111] Brush Editor Rotation parameter has incorrect output scaling displayed

2020-03-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=412111

--- Comment #8 from Dmitry Kazakov  ---
The problem is going to be fixed in this MR:
https://invent.kde.org/kde/krita/-/merge_requests/265

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

[krita] [Bug 385326] X-Tilt and Y-Tilt curve settings are incorrect

2020-03-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=385326

--- Comment #3 from Dmitry Kazakov  ---
The problem is going to be fixed in this MR:
https://invent.kde.org/kde/krita/-/merge_requests/265

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

[krita] [Bug 393336] Brush rotation using tablet pen's rotation capped at 180 degrees.

2020-03-13 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=393336

--- Comment #11 from Dmitry Kazakov  ---
The problem is going to be fixed in this MR:
https://invent.kde.org/kde/krita/-/merge_requests/265

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

[lattedock] [Bug 418766] Latte dock is randomly crashing when I interact with it ever since the 0.9.9 update

2020-03-13 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=418766

--- Comment #8 from Michail Vourlakos  ---
(In reply to andresdortiz from comment #7)
> after talking with the dev of the applet I think the issue lies with latte
> dock not with the applet as the applet was working on the previous version
> of latte dock and i was using kde 5.18 then as well

I am the same person, developing both Latte and window applets. 

The crash is not from Latte.
And as it appears not from the applet.

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

[konsole] [Bug 196998] Konsole should reflow the text when resizing

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=196998

Patrick Silva  changed:

   What|Removed |Added

 CC||7chaim@evo.legal

--- Comment #34 from Patrick Silva  ---
*** Bug 418503 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 417312] Krita nightly terminated after splash

2020-03-13 Thread Manga Tengu
https://bugs.kde.org/show_bug.cgi?id=417312

--- Comment #13 from Manga Tengu  ---
Deeper into weirdness :)
Indeed reselecting the language solves opening krita BUT if I open a kra file
while krita is closed, it will fail and propose to relaunch. Then when I click
"reopen", it will work.
I can redo it as much as I want, the first open will fail if I click a kra file
rather than the krita.app

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

[konsole] [Bug 418503] Line wrap issue in full screen and resized screen

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418503

Patrick Silva  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Patrick Silva  ---


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

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

[digikam] [Bug 406586] Item count in "People" is not updated until you click or hover a tag

2020-03-13 Thread Kartik
https://bugs.kde.org/show_bug.cgi?id=406586

--- Comment #10 from Kartik  ---
The method I proposed does update the new count, however it always trails
behind the actual situation by 1 image. 

For eg. if I had 7 new unconfirmed faces, and I confirmed one, the count will
not decrement immediately. It will do so only on a second confirm (or reject),
and will decrement to 6 (when it should actually show 5 new, as two confirms
have been made).

Similarly when I'm left with only one new suggestion and I confirm it, the
counter will be stuck at 1 (unless I click on the left sidebar, which was the
main issue to begin with)

Any suggestions to resolve this would be appreciated.
Thanks
Kartik.

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

[frameworks-kio] [Bug 418508] File changed - KIOExec needs an icon

2020-03-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418508

Patrick Silva  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
 CC||bugsefor...@gmx.com

--- Comment #4 from Patrick Silva  ---
Requested info was provided.

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

[lattedock] [Bug 418766] Latte dock is randomly crashing when I interact with it ever since the 0.9.9 update

2020-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418766

--- Comment #7 from andresdor...@gmail.com ---
after talking with the dev of the applet I think the issue lies with latte dock
not with the applet as the applet was working on the previous version of latte
dock and i was using kde 5.18 then as well

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

[wacomtablet] [Bug 418827] New: Wacom Intuos Pro M connected via bluetooth

2020-03-13 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=418827

Bug ID: 418827
   Summary: Wacom Intuos Pro M connected via bluetooth
   Product: wacomtablet
   Version: 3.2.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jazzv...@gmail.com
  Reporter: a...@cryptomilk.org
  Target Milestone: ---

SUMMARY

The Wacom Intuos Pro M has a different ID if you connect it over bluetooth.
Here is the db entry I just copied to the bluetooth ID.

[0360]
model=PTH-651
layout=bl_4
name=Wacom Intuos Pro M
padbuttons=9
statusleds=4
wheel=no
touchring=yes
touchstripl=no
touchstripr=no
hwbutton1=1
hwbutton2=2
hwbutton3=3
hwbutton4=8
hwbutton5=9
hwbutton6=10
hwbutton7=11
hwbutton8=12
hwbutton9=13

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

[krita] [Bug 417312] Krita nightly terminated after splash

2020-03-13 Thread Sorin Sbarnea
https://bugs.kde.org/show_bug.cgi?id=417312

--- Comment #12 from Sorin Sbarnea  ---
Confirmed workarund for this bug: start the app from console with `open -n -a
/Applications/krita.app` or by directly picking the executable from inside the
bundle. 

* Once started, go to Settings and reselect the language. 
* Restart app.
* Now you can start the app from finder

What happens is that ~/Library/Preferences/klanguageoverridesrc is created with 
[Language]
Krita=@ByteArray(en_US)


This is enough to fix the broken launching.

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

  1   2   3   >