[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-16 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=423195

--- Comment #11 from Julian Seward  ---
(In reply to Carl Love from comment #5)
> Created attachment 130176 [details]
> Initial load and store instruction tests
> 
> 0004-Initial-ISA-3.1-instruction-tests.patch
> 
> Testsuite for new instructions

diff --git a/none/tests/ppc64/isa_3_1_helpers.h
b/none/tests/ppc64/isa_3_1_helpers.h
new file mode 100644
index 0..d6f2f9878
--- /dev/null
+++ b/none/tests/ppc64/isa_3_1_helpers.h

This seems like a lot of code (functions) to put in a .h file.  Should this
stuff be in a .c
file instead?



new files:
none/tests/ppc64/test_isa_3_1_RT.c
none/tests/ppc64/test_isa_3_1_XT.c
none/tests/ppc64/test_isa_3_1_RT.c
none/tests/ppc64/test_isa_3_1_XT.c

These are GPL 2-only licensed.  I'd prefer that they are licensed "2 or any
later version" since
that is what the project requests.  See the top level README file.

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

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-16 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=423195

--- Comment #9 from Julian Seward  ---
(In reply to Carl Love from comment #3)
> Created attachment 130174 [details]
> Adds the support for prefix instructions
> 
> 0002-ISA-3.1-Instruction-Prefix-Support.patch
> 
> Adds the support for prefix instructions

Oops, missed a comment for this patch:

@@ -28401,11 +28764,47 @@ static UInt get_VSX60_opc2(UInt opc2_full, UInt
theInstr)
+static Bool dis_nop_prefix ( UInt prefixInstr, UInt theInstr )
+{
...
+ return PREFIX_NOP_INVALID;

This seems not-correct from a types point of view.  dis_nop_prefix is declared
to return a Bool,
but PREFIX_NOP_INVALID is -1.  I imagine this only compiles because of how lame
C's type system
is.  Can you fix it so that Bool values are only True or False?


@@ -28598,6 +29000,35 @@ DisResult disInstr_PPC_WRK (

+  int ret;
+  ret = dis_nop_prefix( prefixInstr, theInstr);
+  if (ret == True)
+ goto decode_success;
+  else if (ret == PREFIX_NOP_INVALID)
+ goto decode_failure;

Related problem here; pls fix (`ret` being sometimes True and sometimes
PREFIX_NOP_INVALID given
that they have different types)

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

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-16 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=423195

--- Comment #10 from Julian Seward  ---
(In reply to Carl Love from comment #4)
> Created attachment 130175 [details]
> Add prefixed support for the following word
> 
> 0003-ISA-3.1-Add-prefixed-support-for-the-following-word-.patch
> 
> Add prefixed support for new load and store instructions

Looks OK.  No comments.

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

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-16 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=423195

--- Comment #8 from Julian Seward  ---
(In reply to Carl Love from comment #3)
> Created attachment 130174 [details]
> Adds the support for prefix instructions
> 
> 0002-ISA-3.1-Instruction-Prefix-Support.patch
> 
> Adds the support for prefix instructions

 static Addr64 nextInsnAddr( void )
 {
-   return guest_CIA_curr_instr + 4;
+   return guest_CIA_curr_instr + WORD_INST_SIZE;
 }

Is this correct?  What if this insn is an 8-byte insn?



+#define ENABLE_PREFIX_CHECK  1
+
+#if ENABLE_PREFIX_CHECK
+#define PREFIX_CHECK { vassert( !prefix_instruction( prefixInstr ) ); }
+#else
+#define PREFIX_CHECK { }
+#endif

and then used (eg) in:

+static Bool dis_int_mult_add ( UInt prefixInstr, UInt theInstr )
 {
/* VA-Form */
UChar rD_addr = ifieldRegDS( theInstr );
@@ -5131,6 +5188,9 @@ static Bool dis_int_mult_add ( UInt theInstr )
assign( rB, getIReg( rB_addr ) );
assign( rC, getIReg( rC_addr ) );

+   /* There is no prefixed version of these instructions.  */
+   PREFIX_CHECK

I'm not sure whether you're intending to use PREFIX_CHECK just for debugging
the implementation
(meaning, it will fail if there are implementation bugs, but can't be made to
fail regardless of
the input) or whether it will fail if there is some kind of invalid input.  The
first use is OK,
but for the second use we need to generate SIGILL instead of asserting.  Can
you say which it is?

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

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-16 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=423195

--- Comment #7 from Julian Seward  ---
(In reply to Carl Love from comment #2)
> Created attachment 130173 [details]
> Add check for isa 3.1 support
> 
> 0001-Add-check-for-isa-3.1-support.patch
> 
> Adds base support for detecting ISA 3.1

Looks OK to me.  No comments.

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

[plasmashell] [Bug 424268] Opening application with multiple existing windows annoying UX

2020-07-16 Thread Mathew
https://bugs.kde.org/show_bug.cgi?id=424268

--- Comment #7 from Mathew  ---
Yup, and with keyboard shortcuts, a la Windows.

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

[dolphin] [Bug 424316] New: Cannot Move Or Cut Files From Search Results

2020-07-16 Thread Metal450
https://bugs.kde.org/show_bug.cgi?id=424316

Bug ID: 424316
   Summary: Cannot Move Or Cut Files From Search Results
   Product: dolphin
   Version: 19.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: search
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: metal...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

After searching for files in Dolphin, you cannot cut or move any files from the
search results.

STEPS TO REPRODUCE
1. Open a Dolphin window
2. Ctrl+F, type a search term
3. Try to cut & paste any of the resulting files to another window (or
equivalently, shift-drag them)

OBSERVED RESULT

Files cannot be cut/moved, only copied/duplicated.

EXPECTED RESULT

Files can be cut/moved.

SOFTWARE/OS VERSIONS
Linux: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION

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

[kwin] [Bug 423014] kwin_x11 black screen with Depth 30 and compositing (intel and amdgpu)

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423014

ber...@codewiz.org changed:

   What|Removed |Added

Summary|kwin_x11/intel black screen |kwin_x11 black screen with
   |with Depth 30 and   |Depth 30 and compositing
   |compositing |(intel and amdgpu)

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

[krita] [Bug 424037] Animation: Crash when selecting a range of frames that's not visible on startup in the timeline docker

2020-07-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=424037

Eoin O'Neill  changed:

   What|Removed |Added

 CC||azzy...@gmail.com

--- Comment #11 from Eoin O'Neill  ---
*** Bug 424220 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 424220] Crash when dragging Animation Keyrame

2020-07-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=424220

--- Comment #5 from Eoin O'Neill  ---
Hi Azzyuya,

I've tried to reproduce this bug in Krita Plus (downloadable from the krita.org
website) and it no longer exists. It seems like the cause of this bug is a
duplicate of 423840 which was resolved earlier this week.

There might be a hotfix update coming soon (TBD, I'll ask on the meeting this
upcoming monday) that will contain this fix.

Please let me know if you continue to have issues with the Krita Plus (4.3.1
alpha) build and I will reopen this issue.

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

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

[krita] [Bug 424220] Crash when dragging Animation Keyrame

2020-07-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=424220

Eoin O'Neill  changed:

   What|Removed |Added

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

--- Comment #4 from Eoin O'Neill  ---
Hi Azzyuya,

I've tried to reproduce this bug in Krita Plus (downloadable from the krita.org
website) and it no longer exists. It seems like the cause of this bug is a
duplicate of 423840 which was resolved earlier this week.

There might be a hotfix update coming soon (TBD, I'll ask on the meeting this
upcoming monday) that will contain this fix.

Please let me know if you continue to have issues with the Krita Plus (4.3.1
alpha) build and I will reopen this issue.

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

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

[krita] [Bug 423840] Versions 4.3.0 onwards have non-responsive canvas after enabling/disabling Canvas Graphics Acceleration

2020-07-16 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=423840

Eoin O'Neill  changed:

   What|Removed |Added

 CC||azzy...@gmail.com

--- Comment #3 from Eoin O'Neill  ---
*** Bug 424220 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 424241] Crash

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424241

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #8 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[plasmashell] [Bug 424268] Opening application with multiple existing windows annoying UX

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424268

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #6 from Nate Graham  ---
Ah so you basically want the thumbnail view to appear on click, not just on
hover.

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

[korganizer] [Bug 424315] New: korganizer crashed

2020-07-16 Thread Eriberto Mendez
https://bugs.kde.org/show_bug.cgi?id=424315

Bug ID: 424315
   Summary: korganizer crashed
   Product: korganizer
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: erime...@gmail.com
  Target Milestone: ---

Application: korganizer (5.14.3 (20.04.3))

Qt Version: 5.15.0
Frameworks Version: 5.72.0
Operating System: Linux 5.7.8-arch1-1 x86_64
Windowing system: X11
Distribution: Linux

-- Information about the crash:
- What I was doing when the application crashed: adding todo item inside
korganizer crashed the application so i have to restart the app again.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KOrganizer (korganizer), signal: Aborted

[KCrash Handler]
#4  0x7f62e6685355 in raise () from /usr/lib/libc.so.6
#5  0x7f62e666e853 in abort () from /usr/lib/libc.so.6
#6  0x7f62e68c086a in __gnu_cxx::__verbose_terminate_handler () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#7  0x7f62e68ccd8a in __cxxabiv1::__terminate (handler=) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#8  0x7f62e68ccdf7 in std::terminate () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#9  0x7f62e68cd09e in __cxxabiv1::__cxa_throw (obj=,
tinfo=0x7f62e5d0e330 ,
dest=0x7f62e5bbfe60 ) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
#10 0x7f62e5b6f55f in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#11 0x7f62e5bd00a0 in
std::enable_if::isPolymorphic,
QByteArray>::type Akonadi::Item::payloadImpl() const () from
/usr/lib/libKF5AkonadiCore.so.5
#12 0x7f62e5bcef3b in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#13 0x7f62e5bd04a8 in Akonadi::ItemSerializerPlugin::apply(Akonadi::Item&,
Akonadi::Item const&) () from /usr/lib/libKF5AkonadiCore.so.5
#14 0x7f62e5bc7eba in Akonadi::Item::apply(Akonadi::Item const&) () from
/usr/lib/libKF5AkonadiCore.so.5
#15 0x7f62e5bcd8b6 in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#16 0x7f62e6cf1a26 in ?? () from /usr/lib/libQt5Core.so.5
#17 0x7f62e5bd5988 in Akonadi::Monitor::itemChanged(Akonadi::Item const&,
QSet const&) () from /usr/lib/libKF5AkonadiCore.so.5
#18 0x7f62e5be682c in
Akonadi::MonitorPrivate::emitItemsNotification(Akonadi::Protocol::ItemChangeNotification
const&, QVector const&, Akonadi::Collection const&,
Akonadi::Collection const&) () from /usr/lib/libKF5AkonadiCore.so.5
#19 0x7f62e5be7394 in
Akonadi::MonitorPrivate::emitNotification(QSharedPointer
const&) () from /usr/lib/libKF5AkonadiCore.so.5
#20 0x7f62e5be4afc in Akonadi::MonitorPrivate::dispatchNotifications() ()
from /usr/lib/libKF5AkonadiCore.so.5
#21 0x7f62e5be4cf4 in
Akonadi::MonitorPrivate::slotNotify(QSharedPointer
const&) () from /usr/lib/libKF5AkonadiCore.so.5
#22 0x7f62e5be80c7 in Akonadi::MonitorPrivate::handleCommands() () from
/usr/lib/libKF5AkonadiCore.so.5
#23 0x7f62e6ce71d2 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#24 0x7f62e77e7702 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#25 0x7f62e6cba7ba in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#26 0x7f62e6cbd2a3 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x7f62e6d13cf4 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x7f62e415843c in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#29 0x7f62e41a61d9 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x7f62e4157221 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#31 0x7f62e6d13331 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#32 0x7f62e6cb913c in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#33 0x7f62e6cc15c4 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#34 0x55f9a81e58dd in ?? ()
#35 0x7f62e6670002 in __libc_start_main () from /usr/lib/libc.so.6
#36 0x55f9a81e5a4e in ?? ()
[Inferior 1 (process 818) detached]

Possible duplicates by query: bug 423222, bug 423173, bug 422962, bug 422433,
bug 422017.

Reported using DrKonqi

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

[krita] [Bug 424278] Wrong Colours

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424278

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #6 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[krita] [Bug 423815] Krita crashes when I create or click a frame while animating and also crashes when I make a layer while animating

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423815

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

[kmymoney] [Bug 422002] Split editor and tags view

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422002

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

[Spectacle] [Bug 423673] Rectangular region - highlighted area doesn't appear

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423673

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

[kscreenlocker] [Bug 423668] Screen does not always lock allowing user to mistakenly enter password into other applications (while screen is still dimmed)

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423668

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

[systemsettings] [Bug 423604] System Settings doesn't open after installing an icon pack from the repository

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423604

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

[plasmashell] [Bug 423567] Firefox icon can't be removed from Panel

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423567

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

[krunner] [Bug 416971] Krunner crashes when start typing

2020-07-16 Thread Flap
https://bugs.kde.org/show_bug.cgi?id=416971

--- Comment #2 from Flap  ---
the bug stopped occuring after update, the bug 423003 seems to be the same but
I judge it only based on bug description "- What I was doing when the
application crashed: "

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

[elisa] [Bug 424157] Support more generic tag navigation in Elisa

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424157

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[krunner] [Bug 406388] Calculator doesn't work well with locales using point instead of comma.

2020-07-16 Thread Cesar Garcia
https://bugs.kde.org/show_bug.cgi?id=406388

--- Comment #6 from Cesar Garcia  ---
Tried with a Manjaro VM. Updated to the latest version offered:

KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0
libqalculate: 3.10.0

LC_NUMERIC information:

$ locale -kc LC_NUMERIC
LC_NUMERIC
decimal_point=","
thousands_sep="."
grouping=3;3
numeric-decimal-point-wc=44
numeric-thousands-sep-wc=46
numeric-codeset="UTF-8"

If i try =12.50+25.06 and press enter i get 37,56 on the edit area (and [37;56]
on the resulting preview).

If i try =12,50+25,06 and press enter i get [12; 75; 6] in both areas.

So no matter the decimal separator used i end with a result that cannot be used
to continue using arithmetic operations.

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

[elisa] [Bug 424276] Album covers have horrible downscaling artifacts unless folder.jpg is present

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424276

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
Very useful visual aid, thanks.

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

[Discover] [Bug 424308] Install button spacing is not consistent

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424308

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.20
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/commit/b76b2b42
   ||481f3bf099f434066535e657a87
   ||c50f0
 Resolution|--- |FIXED

--- Comment #2 from Nate Graham  ---
Git commit b76b2b42481f3bf099f434066535e657a87c50f0 by Nate Graham.
Committed on 17/07/2020 at 03:27.
Pushed by ngraham into branch 'master'.

[ApplicationDelegate] Fix margins for Install button and backend icon
FIXED-IN: 5.20

M  +2-2discover/qml/ApplicationDelegate.qml

https://invent.kde.org/plasma/discover/commit/b76b2b42481f3bf099f434066535e657a87c50f0

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

[Discover] [Bug 424308] Install button spacing is not consistent

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424308

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Yeah, in this case it has consistent right spacing, but not consistent top
spacing.

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

[plasma-pa] [Bug 424273] Plugged in headphones with microphone are only detected partially

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424273

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---
Looks like the port isn't getting automatically switched over.

Can you install and open the "PulseAudio Volume Control" app and see if the
same behavior is observed there too? If so, the issue may be deeper than the
Plasma applet and live somewhere in PulseAudio itself.

Regardless...
> Headset Microphone option is tagged as unplugged. When I move volume slider,
> unplugged tag is removed.
That definitely feels like a bug in plasma-pa somewhere.

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

[dolphin] [Bug 424281] Move contents of "Actions" sub-menu into root level of contextual menu

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424281

--- Comment #8 from Nate Graham  ---
Keep up, Bug Janitor Service...

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

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=423556

--- Comment #17 from Nate Graham  ---
It is, I just moved it to the component tracking the powerdevil applet itself.

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

[dolphin] [Bug 424281] Move contents of "Actions" sub-menu into root level of contextual menu

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424281

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/83

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

[plasmashell] [Bug 424283] Change Battery to Brightness icon in tray notification area

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424283

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
There's some logic to the idea of separating brightness settings from battery
settings. All systems will have brightness control, while not all have any
batteries or battery-powered devices connected.

We need a place for laptop users to be able to easily see their battery status,
and there are plans afoot to add power profiles to that applet too. So we can't
just delete the battery applet and make all of its settings only accessible in
System settings.

Thus, we would need two applets: one for screen/keyboard brightness, and
another one for battery and power management stuff. Doing this would result in
people with laptops and battery-powered connected devices gaining an additional
System Tray icon. I guess that's not a serious problem, but some people really
don't like having tons and tons of items in their System Tray. Also, when you
want to save power, reducing the brightness is one of the best ways to do it,
so it makes a bit of sense to have brightness be in the power management
applet.

Undecided. Perhaps the icon itself could somehow be changed to visually
incorporate brightness as well?

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

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423556

--- Comment #16 from kesarl...@outlook.com ---
Oh hey! so the bug wasn't in powerdevil? And has it been fixed in the later
versions?(5.18.5+)

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

[Powerdevil] [Bug 412971] layout of "Advanced settings" section of the Power Management KCM is broken since Qt 5.14 beta1

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=412971

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
   Keywords||regression
   Priority|NOR |HI
 Status|REPORTED|CONFIRMED

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

[kmymoney] [Bug 424305] Reload home page failed

2020-07-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=424305

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #2 from Jack  ---
With Artix Linux package of 5.1.0, I see the same thing, but error includes
"Failed to load URL file:///."  and "Webkit error 102" so not sure if the
policy change is a red herring, and it actually doesn't really know how to
reload the page.

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

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=423556

Nate Graham  changed:

   What|Removed |Added

Version|unspecified |5.18.5
   Target Milestone|--- |1.0
 CC||plasma-b...@kde.org
  Component|general |Battery Monitor
Product|Powerdevil  |plasmashell

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

[print-manager] [Bug 424293] printer in printer dialog cannot be deleted

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424293

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #3 from Nate Graham  ---
This is the GTK printer dialog. You should report it to the GTK developers as
we don't have any control over it.

You can do so here: https://gitlab.gnome.org/GNOME/gtk/-/issues/

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

[ksmserver] [Bug 424297] Cannot log out of KDE

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424297

Nate Graham  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |k...@davidedmundson.co.uk
Product|kde |ksmserver
 Resolution|--- |WAITINGFORINFO
Version|unspecified |5.18.5
 Status|REPORTED|NEEDSINFO
 CC||n...@kde.org,
   ||plasma-b...@kde.org
  Component|general |general

--- Comment #1 from Nate Graham  ---
Cannot reproduce. Is there any chance a system upgrade was interrupted in the
middle? Sometimes that can cause these symptoms.

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

[frameworks-kxmlgui] [Bug 424291] Ellipsis lost when adding some buttons to a toolbar (Configure Annotations... -> Configure Annotations)

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424291

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 424304] Network Manager copies certificate file everytime, regardless of whether "yes" or "no" is selected in dialog box

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424304

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[okular] [Bug 424310] Several actions share icons

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424310

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |minor
 Status|REPORTED|CONFIRMED
Summary|Different items in toolbar  |Several actions share icons
   |have same icon  |
 CC||n...@kde.org
 Ever confirmed|0   |1

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

[plasmashell] [Bug 424314] Network manager applet breaking plasmashell.

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424314

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 424314] Network manager applet breaking plasmashell.

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424314

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

[kwin] [Bug 424311] Severe Rendering Issues on Latest Nvidia Driver (450.57) (Arch)

2020-07-16 Thread Arix
https://bugs.kde.org/show_bug.cgi?id=424311

Arix  changed:

   What|Removed |Added

 CC||citaa...@gmail.com

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

[plasmashell] [Bug 419239] Plasma applets popups are not flagged SkipSwitcher

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419239

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.73
  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/com
   ||mit/a707731607c5accbc99e813
   ||fc3fd3422eec53483
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Nate Graham  ---
Git commit a707731607c5accbc99e813fc3fd3422eec53483 by Nate Graham.
Committed on 17/07/2020 at 02:18.
Pushed by ngraham into branch 'master'.

Don't show Plasma dialogs in task switchers

Plasma dialogs are already marked as not being shown in the task manager
and the pager. We should similarly omit them from the task switcher, for
the same reasons.
FIXED-IN: 5.73

M  +3-3src/plasmaquick/dialog.cpp

https://invent.kde.org/frameworks/plasma-framework/commit/a707731607c5accbc99e813fc3fd3422eec53483

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

[Breeze] [Bug 424306] Add symlinks to flatpak icons

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424306

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Nate Graham  ---
Oh I see, so we would need reverse DNS style names. Sure, I guess we can do
that.

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

[Breeze] [Bug 424306] Add reverse DNS name symlinks for app icons to support theming Flatpak app icons

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424306

Nate Graham  changed:

   What|Removed |Added

Summary|Add symlinks to flatpak |Add reverse DNS name
   |icons   |symlinks for app icons to
   ||support theming Flatpak app
   ||icons

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

[frameworks-knotifications] [Bug 422042] KNotification uses transient=true hint incorrectly

2020-07-16 Thread Ulrich Norbisrath
https://bugs.kde.org/show_bug.cgi?id=422042

Ulrich Norbisrath  changed:

   What|Removed |Added

 CC||k...@mail.ulno.net

--- Comment #1 from Ulrich Norbisrath  ---
I confirm that this makes it very hard to use kdeconnect on a non kde desktop
as described in https://gitlab.xfce.org/apps/xfce4-notifyd/-/issues/25.

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

[dolphin] [Bug 424281] Move contents of "Actions" sub-menu into root level of contextual menu

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424281

--- Comment #6 from Nate Graham  ---
I had no idea it already had this feature. I agree that 3 is a better number
than one. See https://invent.kde.org/frameworks/kio/-/merge_requests/83.

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

[Breeze] [Bug 424306] Add symlinks to flatpak icons

2020-07-16 Thread Michael Alexsander
https://bugs.kde.org/show_bug.cgi?id=424306

--- Comment #2 from Michael Alexsander  ---
Here's a example from another icon pack, Papirus:
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/blob/master/Papirus/64x64/apps/org.mozilla.firefox.svg

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

[dolphin] [Bug 424281] Move contents of "Actions" sub-menu into root level of contextual menu

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424281

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
   Assignee|dolphin-bugs-n...@kde.org   |n...@kde.org
 Ever confirmed|0   |1

--- Comment #5 from Nate Graham  ---
Would you look at that. Great idea Christoph!

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

[Breeze] [Bug 424306] Add symlinks to flatpak icons

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424306

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Can you clarify what you mean by "symlinking the Flatpak icons to the normal
icons"? What should the flatpak icons be named?

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

[kwin] [Bug 417455] Black screen after SDDM login and start screen in 10bit/30bpp mode with compositor enabled in OpenGL mode (amdgpu & intel)

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417455

Nate Graham  changed:

   What|Removed |Added

 Resolution|UPSTREAM|DUPLICATE

--- Comment #19 from Nate Graham  ---
Let's continue in Bug 423014.

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

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

[kwin] [Bug 423014] kwin_x11/intel black screen with Depth 30 and compositing

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=423014

Nate Graham  changed:

   What|Removed |Added

 CC||yan...@websrvlx.ddns.net

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

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

[plasmashell] [Bug 419239] Plasma applets popups are not flagged SkipSwitcher

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419239

Nate Graham  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |n...@kde.org

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

[plasmashell] [Bug 419239] Plasma applets popups are not flagged SkipSwitcher

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419239

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/38

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

[plasmashell] [Bug 419239] Plasma applets popups are not flagged SkipSwitcher

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419239

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
Summary|[wayland] - plasma applets  |Plasma applets popups are
   |popups are not flagged  |not flagged SkipSwitcher
   |SkipSwicher |
   Keywords|wayland |
 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
Affecting me on X11 too, so it's not just Wayland.

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

[plasmashell] [Bug 419239] [wayland] - plasma applets popups are not flagged SkipSwicher

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=419239

Nate Graham  changed:

   What|Removed |Added

 CC||popov...@ukr.net

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

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

[kwin] [Bug 424167] Plasma panel widgets' expanded representation pop-ups are shown in the Task Switcher

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424167

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #5 from Nate Graham  ---


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

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

[kdiff3] [Bug 417189] Drag and Drop doesn't work in file open dialog

2020-07-16 Thread michael
https://bugs.kde.org/show_bug.cgi?id=417189

--- Comment #7 from michael  ---
Sorry for some reason I thought I saw 1.8.1. Anyway I'll have a closer
look when I get home.

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

[kwin] [Bug 417455] Black screen after SDDM login and start screen in 10bit/30bpp mode with compositor enabled in OpenGL mode (amdgpu & intel)

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417455

--- Comment #18 from ber...@codewiz.org ---
(In reply to Subramaniyam Raizada from comment #16)
> The issue is gone for me too on up-to-date Arch Linux, so it seems this is
> fully resolved.

Still present on Fedora 32 with kwin 5.19.3, mesa 20.1.3 and kernel 5.7.8.
Would be good to pinpoint which particular component in Arch Linux fixed the
bug.

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

[krita] [Bug 422829] Separate translatable string Preview in tool_transform2

2020-07-16 Thread Tyson Tan
https://bugs.kde.org/show_bug.cgi?id=422829

Tyson Tan  changed:

   What|Removed |Added

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

--- Comment #7 from Tyson Tan  ---
OK, with you correcting my last commit, I saw the new string showing up
properly in today's synchronized translation. Now I understand how to
disambiguate a string. Thank you and sorry for the mistakes!

I will work on the disambiguation of other strings later. I did note quite a
lot during the translation.

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

[kwin] [Bug 417455] Black screen after SDDM login and start screen in 10bit/30bpp mode with compositor enabled in OpenGL mode (amdgpu & intel)

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417455

ber...@codewiz.org changed:

   What|Removed |Added

Summary|Black screen after SDDM |Black screen after SDDM
   |login and start screen in   |login and start screen in
   |10bit/30bpp mode  with  |10bit/30bpp mode  with
   |compositor enabled in   |compositor enabled in
   |OpenGL mode (amdgpu)|OpenGL mode (amdgpu &
   ||intel)

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

[konsole] [Bug 424279] Add bookmarking of typed commands to Konsole

2020-07-16 Thread medin
https://bugs.kde.org/show_bug.cgi?id=424279

--- Comment #7 from medin  ---
(In reply to tcanabrava from comment #6)
> Created attachment 130172 [details]
> Use fuzzy search with Ctrl + R
> 
> You don't need that in konsole because this is what fuzzy search gives you.

Thanks that was really helpful and I learned a new tool fzf, I never used it
before and was only using text files to store my long commands for future
usage.

Thanks for your great guidance ;)

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

[plasmashell] [Bug 424314] New: Network manager applet breaking plasmashell.

2020-07-16 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=424314

Bug ID: 424314
   Summary: Network manager applet breaking plasmashell.
   Product: plasmashell
   Version: master
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: jodr...@live.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.19.80)

Qt Version: 5.15.0
Frameworks Version: 5.73.0
Operating System: Linux 5.7.0-pf4-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

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

Log out and switched to a different tty.
Installed updates from the kde unstable repos.
Log in, noticed the networkmanager applet was not being shown in the
systemtray.
Ran systemctl restart network.
Plasmashell crashed right after.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[KCrash Handler]
#4  0x7fa667df0ce0 in QQmlRefPointer::QQmlRefPointer(QQmlRefPointer const&)
(other=..., this=0x7fa6608f5ce0) at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/include/QtQml/5.15.0/QtQml/private/../../../../../src/qml/qml/ftw/qqmlrefcount_p.h:152
#5  0x7fa667df0ce0 in QQmlType::QQmlType(QQmlType const&)
(this=0x7fa6608f5ce0) at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/include/QtQml/5.15.0/QtQml/private/../../../../../src/qml/qml/qqmltype_p.h:79
#6  0x7fa667e68de3 in
QQmlPropertyCacheCreator::propertyCacheForObject(QmlIR::Object
const*, QQmlBindingInstantiationContext const&, QQmlError*) const
(this=this@entry=0x7fa6608f61a0, obj=obj@entry=0x7fa650789af8, context=...,
error=error@entry=0x7fa6608f5d78) at /usr/include/qt5/QtCore/qstring.h:1065
#7  0x7fa667e6c044 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively(int,
QQmlBindingInstantiationContext const&,
QQmlPropertyCacheCreator::VMEMetaObjectIsRequired)
(this=this@entry=0x7fa6608f61a0, objectIndex=13, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/include/QtQml/5.15.0/QtQml/private/../../../../../src/qml/qml/ftw/qqmlrefcount_p.h:138
#8  0x7fa667e6c454 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively(int,
QQmlBindingInstantiationContext const&,
QQmlPropertyCacheCreator::VMEMetaObjectIsRequired)
(this=this@entry=0x7fa6608f61a0, objectIndex=9, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at /usr/include/c++/9/bits/atomic_base.h:326
#9  0x7fa667e6c454 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively(int,
QQmlBindingInstantiationContext const&,
QQmlPropertyCacheCreator::VMEMetaObjectIsRequired)
(this=this@entry=0x7fa6608f61a0, objectIndex=7, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at /usr/include/c++/9/bits/atomic_base.h:326
#10 0x7fa667e6c454 in
QQmlPropertyCacheCreator::buildMetaObjectRecursively(int,
QQmlBindingInstantiationContext const&,
QQmlPropertyCacheCreator::VMEMetaObjectIsRequired)
(this=this@entry=0x7fa6608f61a0, objectIndex=objectIndex@entry=0, context=...,
isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator::VMEMetaObjectIsRequired::Maybe)
at /usr/include/c++/9/bits/atomic_base.h:326
#11 0x7fa667e6cd91 in
QQmlPropertyCacheCreator::buildMetaObjects()
(this=this@entry=0x7fa6608f61a0) at /usr/include/c++/9/bits/stl_iterator.h:806
#12 0x7fa667e677aa in QQmlTypeCompiler::compile()
(this=this@entry=0x7fa6608f6300) at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/src/qml/qml/qqmltypecompiler.cpp:85
#13 0x7fa667da2be7 in
QQmlTypeData::compile(QQmlRefPointer const&,
QV4::ResolvedTypeReferenceMap*, std::function const&)
(this=this@entry=0x7fa6507201c0, typeNameCache=...,
resolvedTypeCache=resolvedTypeCache@entry=0x7fa6608f63f0, dependencyHasher=...)
at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/src/qml/qml/qqmltypedata.cpp:776
#14 0x7fa667da9247 in QQmlTypeData::done() (this=) at
/usr/include/c++/9/bits/std_function.h:87
#15 0x7fa667d92c45 in QQmlDataBlob::tryDone() (this=0x7fa6507201c0) at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/include/QtQml/5.15.0/QtQml/private/../../../../../src/qml/qml/ftw/qqmlrefcount_p.h:116
#16 0x7fa667d92c45 in QQmlDataBlob::tryDone() (this=0x7fa6507201c0) at
/usr/src/debug/libqt5-qtdeclarative-5.15.0-ku.1.1.x86_64/src/qml/qml/qqmldatablob.cpp:509
#17 0x7fa667dfe1c3 in QQmlTypeLoader::setData(QQmlDataBlob*,
QQmlDataBlob::SourceCodeData const&) (this=this@entry=0x5579d4b92ca8,
blob=blob@entry=0x7fa6507201c0, d=...) at

[kphotoalbum] [Bug 423979] Using the annotation dialog, one can add arbitrary tags to special categories

2020-07-16 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=423979

--- Comment #3 from Johannes Zarl-Zierl  ---
Git commit 810bf443e397c9c86183f853a4256d819d7a6c65 by Johannes Zarl-Zierl.
Committed on 17/07/2020 at 00:16.
Pushed by johanneszarl into branch 'master'.

ListSelect: really prevent read-only items from being changed

Up until now, one could still check items of a read-only category.

M  +7-1AnnotationDialog/ListSelect.cpp

https://invent.kde.org/graphics/kphotoalbum/commit/810bf443e397c9c86183f853a4256d819d7a6c65

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

[gwenview] [Bug 424211] Gwenview crashes when opening files

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424211

bod...@pm.me changed:

   What|Removed |Added

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

--- Comment #1 from bod...@pm.me ---
This is a problem with the intel driver. Same as here:
https://askubuntu.com/questions/1254544/vlc-crashes-when-opening-any-file-ubuntu-20-04

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

[dolphin] [Bug 424313] New: Double-click drag over text should consistently select words but doesn't

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424313

Bug ID: 424313
   Summary: Double-click drag over text should consistently select
words but doesn't
   Product: dolphin
   Version: 20.04.2
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: j...@forestfield.org
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Double-click dragging over text should consistently select words. But one can
see that this is inconsistent depending on the rename-inline setting.

STEPS TO REPRODUCE
1. Set Dolphin preferences (General page) to turn on renaming inline.
2. Find or make a file with a filename that has words in it (I'll use "foo bar
baz.txt" as an example).
3. Rename that file and double-click on a word (say, "foo").
4. On the second click, drag across the other words. Notice that "bar" and
"baz" are selected as words as you drag.
5. Cancel the rename (press escape) and switch the preference to disallow
renaming inline.
6. Rename the same file as before and again double-click on a word ("foo").
7. On the second click, drag across the other words.

OBSERVED RESULT
Notice that "bar" and "baz" are now selected as characters as you drag, not
words.

EXPECTED RESULT
I expected that "bar" and "baz" are selected as words.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Kernel Version: 5.7.0-1-amd64
OS Type: 64-bit
Processors: 8 × AMD FX(tm)-8150 Eight-Core Processor
Memory: 31.3 GiB of RAM

ADDITIONAL INFORMATION
I can reproduce this same effect of double-click dragging selecting characters
instead of words in other applications that use KDE or Qt such as Qbittorrent.
I don't know enough about the hierarchy of code involved to know if that means
this is a KDE problem, a Qt problem, or a bug that is app-specific but happens
to manifest in apps I've tried.

Thanks.

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

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

2020-07-16 Thread Sipho Mateke
https://bugs.kde.org/show_bug.cgi?id=373232

Sipho Mateke  changed:

   What|Removed |Added

 CC||siphomat...@gmail.com

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

[kwin] [Bug 424311] Severe Rendering Issues on Latest Nvidia Driver (450.57) (Arch)

2020-07-16 Thread Arix
https://bugs.kde.org/show_bug.cgi?id=424311

--- Comment #2 from Arix  ---
(In reply to David Edmundson from comment #1)
> Does it affect a clean new user session?

Yep, same behaviour.

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

[okular] [Bug 353560] Shift-draw straight annotation line to make vertical/horizontal

2020-07-16 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=353560

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it

--- Comment #5 from Luigi Toscano  ---
(In reply to David Hurka from comment #4)
> (The actual code implementing this feature was submitted by Luca Citi.
> Thanks!)

Can you please revert and use the authorship information in git to properly
attribute the commits? (also for other similar fixes).

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

[kwin] [Bug 424311] Severe Rendering Issues on Latest Nvidia Driver (450.57) (Arch)

2020-07-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424311

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from David Edmundson  ---
Does it affect a clean new user session?

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

[okular] [Bug 353560] Shift-draw straight annotation line to make vertical/horizontal

2020-07-16 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=353560

--- Comment #4 from David Hurka  ---
(The actual code implementing this feature was submitted by Luca Citi. Thanks!)

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

[okular] [Bug 410723] Freehand annotation jagged lines with stylus

2020-07-16 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=410723

--- Comment #27 from David Hurka  ---
(Credits for the patch go to Rene.)

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

[okular] [Bug 410723] Freehand annotation jagged lines with stylus

2020-07-16 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=410723

David Hurka  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/15ac564b
   ||93a3c17b7ccdf2ce701bac88bb4
   ||3d741
   Version Fixed In||1.11
 Status|CONFIRMED   |RESOLVED

--- Comment #26 from David Hurka  ---
Git commit 15ac564b93a3c17b7ccdf2ce701bac88bb43d741 by David Hurka.
Committed on 16/07/2020 at 22:58.
Pushed by davidhurka into branch 'release/20.08'.

Annotations: explicitly accept tablet event when it is handled

This fixes the jagged freehand lines problem.
It was caused because tablet events were not accepted, and so were delivered
again as mouse event, creating an additional line point slightly offset,
causing sharp line angles.
FIXED-IN: 1.11

M  +3-0ui/pageview.cpp

https://invent.kde.org/graphics/okular/commit/15ac564b93a3c17b7ccdf2ce701bac88bb43d741

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

[Powerdevil] [Bug 424288] Unable to inhibit suspend in terminal

2020-07-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424288

--- Comment #8 from David Edmundson  ---
FYI: https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/2

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

[systemsettings] [Bug 422436] org.kde.KWin.ColorCorrect D-Bus interface is unusable from CLI

2020-07-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422436

--- Comment #9 from David Edmundson  ---
FYI: https://invent.kde.org/plasma/kde-cli-tools/-/merge_requests/2

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

[okular] [Bug 424312] New: Okular doesn't print letter size sends print job as A4

2020-07-16 Thread kubuntur
https://bugs.kde.org/show_bug.cgi?id=424312

Bug ID: 424312
   Summary: Okular doesn't print letter size sends print job as A4
   Product: okular
   Version: 1.9.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: printing
  Assignee: okular-de...@kde.org
  Reporter: cciet...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Paper is set to "Letter" everywhere even in print dialog.
2. Print
3. 

OBSERVED RESULT: Print sent by Okular as A4 so printer is looking for A4 and
doesn't print


EXPECTED RESULT: Print as usual as every other app on Kubuntu is printing fine
and printer has no issues either.


SOFTWARE/OS VERSIONS
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-40-generic
OS Type: 64-bit
Processors: 2 × Intel® Core™2 Duo CPU P8700 @ 2.53GHz
Memory: 7.5 GiB of RAM


ADDITIONAL INFORMATION: Same issue already discussed here
https://forums.opensuse.org/showthread.php/532281-KDE-applications-always-print-A4-paper-size

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

[okular] [Bug 353560] Shift-draw straight annotation line to make vertical/horizontal

2020-07-16 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=353560

David Hurka  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||1.11
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/34708565
   ||caeb5d5fe9b8c14b9cd0af1a8ab
   ||8d5fe
 Status|ASSIGNED|RESOLVED

--- Comment #3 from David Hurka  ---
Git commit 34708565caeb5d5fe9b8c14b9cd0af1a8ab8d5fe by David Hurka.
Committed on 16/07/2020 at 22:32.
Pushed by davidhurka into branch 'release/20.08'.

Add Constrain Angle action for annotation tools, alternative to pressing Shift

This adds a KToggleAction which sets annotation tools to constrain angle mode.
It provides an alternative user interface to the Shift button, which is used to
constrain angles since MR !210.
The action and the Shift button are XOR-ed, i. e. if constrain angle mode is
activated, pressing Shift temporarily disables it.

The action state is remembered accross sessions, for consistency with most
other actions. It should be difficult to check this action without knowing of
its existence, since it is not in any toolbar or menu, just in the action
collection.

The meaning of AnnotatorEngine::Modifiers was generalized a bit, moving the
responsibility about whether to constrain angles back to PageViewAnnotator,
because AnnotatorEngine does not know about the action.
FIXED-IN: 1.11

M  +4-7doc/index.docbook
M  +23   -2ui/annotationactionhandler.cpp
M  +2-6ui/annotationtools.cpp
M  +4-3ui/annotationtools.h
M  +23   -6ui/pageviewannotator.cpp
M  +11   -0ui/pageviewannotator.h
M  +1-1ui/presentationwidget.cpp

https://invent.kde.org/graphics/okular/commit/34708565caeb5d5fe9b8c14b9cd0af1a8ab8d5fe

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

[kwin] [Bug 424311] New: Severe Rendering Issues on Latest Nvidia Driver (450.57) (Arch)

2020-07-16 Thread Arix
https://bugs.kde.org/show_bug.cgi?id=424311

Bug ID: 424311
   Summary: Severe Rendering Issues on Latest Nvidia Driver
(450.57) (Arch)
   Product: kwin
   Version: 5.19.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: citaa...@gmail.com
  Target Milestone: ---

SUMMARY
I have the original (2017) Gigabyte Aero 15X with a GTX 1070 Max-Q. I recently
updated my Nvidia drivers from 440.100 to 450.57. After some small issues with
the drivers not installing to the correct Kernel, the new Nvidia drivers seem
to work fine now. I can load into SDDM and i3 just fine, with the Nvidia module
loaded and active and all other applications are using the dedicated GPU just
fine, so I am certain now that this is not a driver/module issue. However, kwin
is completely broken. 

Loading Plasma causes severe compositing issues. I got a gray screen with
different shades of gray where windows/task manager were open. Keyboard
shortcuts still opened new windows, and their titlebars were visible and
draggable, but contents were entirely gray. Resizing a window might flicker its
contents, but it's unusable. I was at least able to get a usable desktop by
changing the KWIN_COMPOSE environment variable. O2 or not set causes the above
behaviour. KWIN_COMPOSE=X or O2ES produce a mostly normal display, but there
are several compositing issues. Image artifiacts are left on screen, such as
when opening and closing the Application Launcher, or resizing windows.
Transparency also no longer works in applications that supported it before,
though this could be a different issue, as dragging windows are still
transparent. KWIN_COMPOSE=N to disable the compositor entirely works fine, but
of course, there are no compositing effects.

I should note in case it wasn't implied, I didn't have any of these issues when
using the 440 Nvidia driver, and I've tested several other applications with
this 450 driver and they appear to work fine, including those that use OpenGL,
or picom on i3. This is also not a problem when using integrated Intel graphics
with software rendering.

STEPS TO REPRODUCE
1. Upgrade to the Nvidia 450.57 driver
2. Launch kwin/plasma with default settings

OBSERVED RESULT
Plasma is unusable, mostly gray screen except for titlebars.

EXPECTED RESULT
Compositing works normally.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux, Kernel Ver. 5.7.8.arch1-1
KDE Plasma Version: 5.19.3-1
KDE Frameworks Version: 5.72.0-1
Qt Version: 5.15.0-4

ADDITIONAL INFORMATION

KWin Support Information:
https://pastebin.com/GbMXunS5

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

[okular] [Bug 330364] presentation window raises upon gaining focus, does not obey window manager settings

2020-07-16 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=330364

--- Comment #2 from David Hurka  ---
I agree that this behavior is frustrating. As far as I can reproduce it now, it
is not an Okular issue. On my KDE Neon, any fullscreen window (including non-Qt
applications) raises automatically when it gets focus.

Might be interesting which window manager you use and how it is configured.
Maybe it is possible to configure fullscreen windows to behave like any other
window? (Would probably mean that the panel is visible.)

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

[okular] [Bug 424310] New: Different items in toolbar have same icon

2020-07-16 Thread medin
https://bugs.kde.org/show_bug.cgi?id=424310

Bug ID: 424310
   Summary: Different items in toolbar have same icon
   Product: okular
   Version: 1.10.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: med.medin.2...@gmail.com
  Target Milestone: ---

Created attachment 130192
  --> https://bugs.kde.org/attachment.cgi?id=130192=edit
Duplicated icons for different items in toolbar

When I use Only icons for items in toolbar, I get duplicated icons and there is
no way to differentiate between them, for example :
- Next and Forward  have same icon.
- Previous and Back have same icon.
- Find Next and Next Bookmark have same icon.
- Find Previous and Previous Bookmark have same icon.
- Auto Fit, Fit Page and Zoom have same icon.
-

See my attached image for more info.

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

[ktorrent] [Bug 424186] Ktorrent (I18N Argument Missing) Ktorrent 5.2 Dev

2020-07-16 Thread george fb
https://bugs.kde.org/show_bug.cgi?id=424186

george fb  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/ktorrent/commit/447395d
   ||2cdc9fade55adb6372121e595f6
   ||deea53
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from george fb  ---
Git commit 447395d2cdc9fade55adb6372121e595f6deea53 by George Florea Bănuș.
Committed on 16/07/2020 at 22:06.
Pushed by aacid into branch '5.2'.

Fix i18n placeholder substitution

M  +3-1ktorrent/gui.cpp

https://invent.kde.org/network/ktorrent/commit/447395d2cdc9fade55adb6372121e595f6deea53

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

[kwin] [Bug 424167] Plasma panel widgets' expanded representation pop-ups are shown in the Task Switcher

2020-07-16 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=424167

--- Comment #4 from popov895  ---
I agree with the comment 3: this bug is definitely duplicate of bug 419239.
Also enabling "Synchronize skip switcher with taskbar" works for me too.

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

[ktorrent] [Bug 424186] Ktorrent (I18N Argument Missing) Ktorrent 5.2 Dev

2020-07-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=424186

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[systemsettings] [Bug 423571] Desktop Behaviour - Animation speed

2020-07-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=423571

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #10 from Patrick Silva  ---
I had the same issue on Arch Linux running Plasma 5.19.3.
Deleting the lines

[KDE]
AnimationDurationFactor=0.25

from kwinrc file fixed it for me too.

I also have never edited kwinrc file manually.

Another user mentioned this issue on reddit 2 days ago.
https://www.reddit.com/r/kde/comments/hr052j/kde_neon_animation_speed_bug/

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

[elisa] [Bug 424267] Library disappears and nothing can be found when scanning

2020-07-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424267

--- Comment #4 from Nate Graham  ---
Created attachment 130191
  --> https://bugs.kde.org/attachment.cgi?id=130191=edit
Logging

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

[kwin] [Bug 424167] Plasma panel widgets' expanded representation pop-ups are shown in the Task Switcher

2020-07-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=424167

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #3 from Patrick Silva  ---
Possibly duplicate of bug 419239

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

[KBibTeX] [Bug 424183] Can't view local files: Malformed URL

2020-07-16 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=424183

--- Comment #2 from Thomas Fischer  ---
I cannot reproduce the problem. KBibTeX does nothing special with the URL, it
just passes it to the KDE subsystem (KRun::runUrl) to do something with it.

Can you open the PDF file both using Dolphin and from the command line using
'kde-open5'?
  kde-open5 PDFFILENAMELIKEINKBIBTEX

If either of above fails, it is a strong sign that the problem is not due to
KBibTeX.

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

[konqueror] [Bug 424309] New: browser does not start - shows info screen w/ error code 64,352,576

2020-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424309

Bug ID: 424309
   Summary: browser does not start - shows info screen w/ error
code 64,352,576
   Product: konqueror
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: coch...@yahoo.com
  Target Milestone: ---

SUMMARY
menu clik on konqueror shows info screen w/ error code 64,352,576. browser
never starts

STEPS TO REPRODUCE
1. does same every time
2. 
3. 

OBSERVED RESULT shows error screen, browser does not start


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.

[elisa] [Bug 424267] Library disappears and nothing can be found when scanning

2020-07-16 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=424267

--- Comment #3 from Matthieu Gallien  ---
Could you please run Elisa with the environment variable (is there a graphical
way to configure that ?):

export
QT_LOGGING_RULES="org.kde.elisa.baloo=true;org.kde.elisa.indexer=true;org.kde.elisa.indexers.manager=true;org.kde.elisa.database=true"

Thanks

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

[elisa] [Bug 424276] Album covers have horrible downscaling artifacts unless folder.jpg is present

2020-07-16 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=424276

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.

There may be an issue with the cover image provider. I will have a look in a
few days and will update the bug report.

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

[KBibTeX] [Bug 424033] Can't associate a file with a relative path without having the file copied

2020-07-16 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=424033

Thomas Fischer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Version Fixed In||0.10
  Latest Commit||https://invent.kde.org/thom
   ||asfischer/kbibtex/commit/42
   ||5c757f507ad83f7b98970071d2d
   ||e9187a3904f
 Status|REPORTED|ASSIGNED

--- Comment #1 from Thomas Fischer  ---
I think I fixed the bug. It was simply the case that the copy function was
called both for move (just copy followed by a 'delete file'), copy, and 'don't
do anything', instead of just the first two cases.

I applied the fix to the 0.10 code base. If you can confirm that the problem is
fixed, I'll apply it to 'master' as well.

The change can be seen here:
https://invent.kde.org/thomasfischer/kbibtex/commit/425c757f507ad83f7b98970071d2de9187a3904f

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

[Powerdevil] [Bug 423745] Power management suppression can't be ignored for nasty applications; machine could run out of power

2020-07-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=423745

David Edmundson  changed:

   What|Removed |Added

   Severity|grave   |minor
 CC||k...@davidedmundson.co.uk

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

[Discover] [Bug 424308] New: Install button spacing is not consistent

2020-07-16 Thread carl
https://bugs.kde.org/show_bug.cgi?id=424308

Bug ID: 424308
   Summary: Install button spacing is not consistent
   Product: Discover
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: schwanc...@protonmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 130190
  --> https://bugs.kde.org/attachment.cgi?id=130190=edit
install buttons

SUMMARY
Install button spacing is not consistent

STEPS TO REPRODUCE
1. open discover
2. go to a category with multiples sources

OBSERVED RESULT
Install button spacing is not consistent

EXPECTED RESULT
Install button spacing is consistent Kirigami.Units.smallSpacing 

SOFTWARE/OS VERSIONS
openSUSE with a recent version of master of Discover and the frameworks
Qt 5.15

ADDITIONAL INFORMATION

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

[kwin] [Bug 424307] New: Kwin segfault on initial log-in

2020-07-16 Thread Hugh Kernohan
https://bugs.kde.org/show_bug.cgi?id=424307

Bug ID: 424307
   Summary: Kwin segfault on initial log-in
   Product: kwin
   Version: 5.19.3
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: hugh.kerno...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.19.3)
 (Compiled from sources)
Qt Version: 5.15.0
Frameworks Version: 5.72.0
Operating System: Linux 5.7.8-arch1-1 x86_64
Windowing system: X11
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:
Logging in to a test Plasma desktop built from source, using a custom session
- Custom settings of the application:
KDE  Frameworks and Workspace built from source by kdesrc-build on 15 July,
into a discrete tree.  QT 5.15 not built separately but using /usr/lib
installation from my main user set-up.
After the crash both monitors are black with a functioning mouse pointer.  From
a tty log-in, Journalctl shows that the remainder of the Plasma desktop started
normally.  The X server is still running but attempts to re-start kwin with
DISPLAY=0: kwin_x11 fail with a fatal error and unable to open display.  pkill
-u ... clears the black screens and returns to sddm for graphical log-in.

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#4  0x7f0b6c7c7144 in xcb_send_request_with_fds64 () at
/usr/lib/libxcb.so.1
#5  0x7f0b6c7c76ba in xcb_send_request () at /usr/lib/libxcb.so.1
#6  0x7f0b6c7cdfd2 in xcb_intern_atom_unchecked () at /usr/lib/libxcb.so.1
#7  0x5643ddbe456c in KWin::KWinSelectionOwner::make_selection_atom(int)
(this=0x5643de3d57d0, screen_P=0) at
/home/hugh_coder2/kde/src/kwin/main_x11.cpp:164
#8  0x5643ddbe41a9 in KWin::KWinSelectionOwner::KWinSelectionOwner(int)
(this=0x5643de3d57d0, screen=0) at
/home/hugh_coder2/kde/src/kwin/main_x11.cpp:119
#9  0x5643ddbe04ae in KWin::ApplicationX11::performStartup()
(this=0x7ffec144e1f0) at /home/hugh_coder2/kde/src/kwin/main_x11.cpp:219
#10 0x5643ddbe1e9d in main(int, char**) (argc=3, argv=0x7ffec144e378) at
/home/hugh_coder2/kde/src/kwin/main_x11.cpp:477
[Inferior 1 (process 18456) detached]

Possible duplicates by query: bug 414359, bug 403933, bug 364121, bug 363251,
bug 349023.

Reported using DrKonqi

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

[plasmashell] [Bug 422726] [Wayland] The shutdown / logout widget does not respond on first click

2020-07-16 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=422726

--- Comment #5 from Andrey  ---
Nate, what Qt version you tested with?
Can't reproduce on Wayland, Qt5 5.14. (considering we are speaking of "Shutdown
or Switch" widget above)

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

[frameworks-knewstuff] [Bug 368290] Cancel download and increase label height in case of error

2020-07-16 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=368290

Alexander Lohnau  changed:

   What|Removed |Added

 CC||alexander.loh...@gmx.de

--- Comment #1 from Alexander Lohnau  ---
The cancel functionality is a duplicate of BUG 413516.

And the error label is only an issue in the old QWidgets dialog.

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

[plasmashell] [Bug 422726] [Wayland] The shutdown / logout widget does not respond on first click

2020-07-16 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=422726

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

--- Comment #4 from Andrey  ---
Is it about "Shutdown or Switch" widget?:
https://store.kde.org/p/1288430/

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

  1   2   3   4   >