[ark] [Bug 393901] can't unzip password protected files with password not in UTF-8 encoding

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

--- Comment #9 from 2wxsy5823...@opayq.com ---
Bug reporter, would you please try The Unarchiver (unar)? I can unzip the file
by `unar -E windows-1250 hello_cp1250.zip`.

Just type the password in UTF-8 and I believe that `unar` will convert it to
the specified encoding.

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

[plasmashell] [Bug 423051] Usable taskbar appearing on SDDM login screen after logout

2020-07-05 Thread BingMyBong
https://bugs.kde.org/show_bug.cgi?id=423051

--- Comment #1 from BingMyBong  ---
Created attachment 129915
  --> https://bugs.kde.org/attachment.cgi?id=129915&action=edit
Show taskbar on sddm login screen

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

[plasmashell] [Bug 423051] Usable taskbar appearing on SDDM login screen after logout

2020-07-05 Thread BingMyBong
https://bugs.kde.org/show_bug.cgi?id=423051

BingMyBong  changed:

   What|Removed |Added

 CC||bingmyb...@btinternet.com

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

[kded-appmenu] [Bug 423892] New: GTK apps not displaying menus

2020-07-05 Thread fabio
https://bugs.kde.org/show_bug.cgi?id=423892

Bug ID: 423892
   Summary: GTK apps not displaying menus
   Product: kded-appmenu
   Version: 5.19.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: top menubar
  Assignee: plasma-b...@kde.org
  Reporter: slayer.dasi...@gmail.com
  Target Milestone: ---

SUMMARY
gimp and transmission (gtk) won't display menus at the top bar when opened, but
after minimized and maximized again, menus will show

STEPS TO REPRODUCE
1. open gimp or transmission-gtk
2. minimize/maximize again


OBSERVED RESULT
when first opened some gtk apps will not show menus at the top bar
but after minimized once, they will

EXPECTED RESULT
menus show upon app opening

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

ADDITIONAL INFORMATION

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

[ark] [Bug 393901] can't unzip password protected files with password not in UTF-8 encoding

2020-07-05 Thread Jakub Holý
https://bugs.kde.org/show_bug.cgi?id=393901

--- Comment #10 from Jakub Holý  ---
Yes, `unar` works, as well as previously mentioned `recode`+`unzip`.

But this is still not GUI :-(

Thanks anyway

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

[kded-appmenu] [Bug 411593] wxgtk3 apps don't have global menus

2020-07-05 Thread fabio
https://bugs.kde.org/show_bug.cgi?id=411593

fabio  changed:

   What|Removed |Added

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

--- Comment #2 from fabio  ---
confirmed in plasma 5.19.2

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

[ark] [Bug 100978] Support for file type stuffit, mac formats, hqx support

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

--- Comment #4 from 2wxsy5823...@opayq.com ---
Although those formats are old (and StuffIt(X) is already EOL), in case someone
wants to view them in Ark, plugins/cliunarchiverplugin/CMakeLists.txt probably
needs to be edited so that Ark can use `unar` for StuffIt and StuffItX.

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

[krename] [Bug 398429] KRename process not terminating

2020-07-05 Thread Mihai Sorin Dobrescu
https://bugs.kde.org/show_bug.cgi?id=398429

Mihai Sorin Dobrescu  changed:

   What|Removed |Added

 CC||msdobre...@gmail.com

--- Comment #6 from Mihai Sorin Dobrescu  ---
Hi, My system is:

Operating System: Gentoo Linux
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.6.0-sabayon
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7 CPU 920 @ 2.67GHz
Memory: 23,5 GiB of RAM
Graphics Processor: GeForce GTX 1060 6GB/PCIe/SSE2

The bug is still present.
As effect, KRename is restored at login in many instances, when the session
restore is set.

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

[krename] [Bug 423893] New: KRename regex rule does not work correctly

2020-07-05 Thread Mihai Sorin Dobrescu
https://bugs.kde.org/show_bug.cgi?id=423893

Bug ID: 423893
   Summary: KRename regex rule does not work correctly
   Product: krename
   Version: 5.0.0
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: heire...@exherbo.org
  Reporter: msdobre...@gmail.com
  Target Milestone: ---

SUMMARY

I try to rename files using regex.

STEPS TO REPRODUCE

There are files like:

1.jpg
2.jpg
3.jpg
...

I add a "Find and replace" regex rule:

"(.*)" to be replaced by "Abstract 100-\1"

OBSERVED RESULT

The new file names proposed by KRename are:

Abstract 100-1Abstract 100-.Abstract 100-jpgAbstract 100-
Abstract 100-2Abstract 100-.Abstract 100-jpgAbstract 100-
Abstract 100-3Abstract 100-.Abstract 100-jpgAbstract 100-
...

EXPECTED RESULT

The new file names should be:

Abstract 100-1.jpg
Abstract 100-2.jpg
Abstract 100-3.jpg
...

SOFTWARE/OS VERSIONS

Operating System: Gentoo Linux
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.6.0-sabayon
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7 CPU 920 @ 2.67GHz
Memory: 23,5 GiB of RAM
Graphics Processor: GeForce GTX 1060 6GB/PCIe/SSE2

ADDITIONAL INFORMATION

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

[krename] [Bug 423893] KRename regex rule does not work correctly

2020-07-05 Thread Mihai Sorin Dobrescu
https://bugs.kde.org/show_bug.cgi?id=423893

Mihai Sorin Dobrescu  changed:

   What|Removed |Added

 CC||msdobre...@gmail.com

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

[kwin] [Bug 423862] Crash on KWin windowed mode toggle to fullscreen

2020-07-05 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=423862

--- Comment #6 from RJVB  ---
That would have to be in a VM or off a LiveCD or similar, which might be too
different to trigger the issue even with my current versions. An appimage KWin
version would not be in that (potential) situation and also be a lot easier to
test for me. But I take it then that doesn't exist?

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

[kwin] [Bug 423862] Crash on KWin windowed mode toggle to fullscreen

2020-07-05 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=423862

--- Comment #7 from RJVB  ---
BTW, does anyone have an idea why an application running under a "Kwin-dowed"
Wayland session would end up where the crash occurs when the session window is
resized?

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

[ark] [Bug 423894] New: Enable unar to extract ZIP files

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

Bug ID: 423894
   Summary: Enable unar to extract ZIP files
   Product: ark
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugins
  Assignee: rthoms...@gmail.com
  Reporter: 2wxsy5823...@opayq.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Currently, Ark uses The Unarchiver (unar) to open RAR files only, but unar can
extract ZIP files as well, and is able to handle the filename and password
encodings. This will be useful for Bug 393901, Bug 324978 and Bug 378904.

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

[frameworks-syntax-highlighting] [Bug 423680] Very high CPU load when entering a number in C++ syntax

2020-07-05 Thread Nibaldo G.
https://bugs.kde.org/show_bug.cgi?id=423680

Nibaldo G.  changed:

   What|Removed |Added

 CC||walter.von.entferndt@posteo
   ||.net
Product|kate|frameworks-syntax-highlight
   ||ing
  Component|syntax  |syntax
Version|20.04.2 |5.71.0

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

[frameworks-syntax-highlighting] [Bug 423680] Very high CPU load when entering a number in C++ syntax

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/10

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

[frameworks-syntax-highlighting] [Bug 423680] Very high CPU load when entering a number in C++ syntax

2020-07-05 Thread Nibaldo G.
https://bugs.kde.org/show_bug.cgi?id=423680

Nibaldo G.  changed:

   What|Removed |Added

   Assignee|kwrite-bugs-n...@kde.org|nibg...@gmail.com

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

[ark] [Bug 423895] New: Allow specifying filename and/or password encodings via unar

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

Bug ID: 423895
   Summary: Allow specifying filename and/or password encodings
via unar
   Product: ark
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugins
  Assignee: rthoms...@gmail.com
  Reporter: 2wxsy5823...@opayq.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

This depends on Bug 423894.

ZIP files created on Windows may have encoding problems. As a solution, we can
use unar's -e and -E parameters to specify the correct encodings. It would be
nice if we can choose the encoding via Ark's GUI, just like you can choose the
text encoding in Firefox.

Bug 393901, Bug 324978 and Bug 378904 will be benefited by this feature.

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

[plasmashell] [Bug 423896] New: Audio mutes at random

2020-07-05 Thread Bob English
https://bugs.kde.org/show_bug.cgi?id=423896

Bug ID: 423896
   Summary: Audio mutes at random
   Product: plasmashell
   Version: 5.19.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: reproducible, usability
  Severity: major
  Priority: NOR
 Component: Media Player
  Assignee: k...@privat.broulik.de
  Reporter: bobofengl...@zoho.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY


STEPS TO REPRODUCE
1. run any app playing audio
2. listen
3. Do nothing, touch nothing, just sit back and wait a minute or two

OBSERVED RESULT
Audio mutes (Visible with K-Mix open)

EXPECTED RESULT
Audio plays without interruption unless I mute it myself.

SOFTWARE/OS VERSIONS
Arch Linux/KDE Plasma: 
Operating System: EndeavourOS
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.15.0
Kernel Version: 5.7.7-arch1-1
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-2500K CPU @ 3.30GHz
Memory: 31.3 GiB of RAM
Graphics Processor: GeForce GTX 1050/PCIe/SSE2
Sound card: EMU 0404 PCIe (Soundblaster Audigy predecessor)

ADDITIONAL INFORMATION
Also happens with no audio playing at all App paused!
Thought it was firefox, tried Audacious, and it does it too.

Audio is muted on boot too. All controls to unmute work (in apps, Kmix,
keyboard), and sound resumes, only to mute a minute or two later, sometimes in
a few seconds, but no longer than a few minutes later.

I believed it started when instead of [shift] + [m], I hit [ctr] + [m], but
don't have any keys assigned to audio controls, since my keyboard has separate
audio controls (Microsoft Comfort Curve).

MIND BLOWN!!!

If you need any copies of logs or other files, just tell me where to find them,
and if you need any terminal output, just give me the commands to input, and I
will send them ASAP.

KDE ROCKS!

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

[krita] [Bug 423876] Project crashes when ever I try to open it

2020-07-05 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=423876

--- Comment #6 from Boudewijn Rempt  ---
Hm, could you also make the actual file that crashes krita available? And can
you check what happens if you don't put the file in a folder that contains
exclamation marks (!!!) ?

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

[kid3] [Bug 420914] Version 3.8.2 When selecting file after folder open Event 1000 Faulting Module libstdc++-6.dll

2020-07-05 Thread Urs Fleisch
https://bugs.kde.org/show_bug.cgi?id=420914

--- Comment #12 from Urs Fleisch  ---
@John: Could you check if it works with
kid3-linbuild-git20200615-win32-x64.zip?

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

[plasmashell] [Bug 423896] Audio mutes at random

2020-07-05 Thread Bob English
https://bugs.kde.org/show_bug.cgi?id=423896

Bob English  changed:

   What|Removed |Added

 CC||bobofengl...@zoho.com

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

[gwenview] [Bug 418612] Gwenview opens randomly the thumbnail bar as a new window

2020-07-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418612

--- Comment #10 from Postix  ---
Created attachment 129916
  --> https://bugs.kde.org/attachment.cgi?id=129916&action=edit
Problematic gwenviewrc config file

I tested it extensively again with the config. The only line which triggers it
for meis the one given above.

Interestingly the relevant(?) code is already very old:
https://invent.kde.org/graphics/gwenview/-/blame/master/lib/documentview/documentviewcontainer.cpp#L90
https://invent.kde.org/graphics/gwenview/-/blame/master/lib/documentview/documentviewcontainer.cpp#L309

Maybe this is a Qt / QGLWidget bug / regression?

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

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

2020-07-05 Thread kdedom
https://bugs.kde.org/show_bug.cgi?id=423571

--- Comment #4 from kdedom  ---
I go on magic lamp effect and i set the animation duration and it work
correctly.
Before plasma update, this behaviour was gettable also setting animation speed
in desktop behaviour.
Now , i don't know if this is a bug or a simple change desktop effect
management . If so, this bug can be close.

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

[gwenview] [Bug 418612] Gwenview opens randomly the thumbnail bar as a new window

2020-07-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418612

--- Comment #11 from Postix  ---
Just to complete this report from my side:

AnimationMethod=DocumentView::SoftwareAnimation
AnimationMethod=DocumentView::NoAnimation

don't trigger this bug. Only

AnimationMethod=DocumentView::GLAnimation

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

[Artikulate] [Bug 417244] Unable to download course material

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=417244

Avinash Sonawane  changed:

   What|Removed |Added

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

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

[Artikulate] [Bug 417244] Unable to download course material

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=417244

--- Comment #1 from Avinash Sonawane  ---
I can confirm this bug on Artikulate 1.0.0 running on Ubuntu 20.04 LTS.

Libraries in use:
KDE Frameworks 5.68.0
The xcb windowing system
Qt 5.12.8 (built against 5.12.5)

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

[systemsettings] [Bug 423897] New: impossible to put the french language

2020-07-05 Thread 7 . olivier
https://bugs.kde.org/show_bug.cgi?id=423897

Bug ID: 423897
   Summary: impossible  to put the french language
   Product: systemsettings
   Version: 5.16.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: 7.oliv...@gmail.com
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. no possibilty to get the french language 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 422957] Alt-tabbing out of Activity Switcher leaves the sidebar open and unclosable

2020-07-05 Thread Jonathan Verner
https://bugs.kde.org/show_bug.cgi?id=422957

--- Comment #7 from Jonathan Verner  ---
Thanks for the quick patch. Unfortunately, the patch doesn't seem to help, I am
still stuck with an unclosable activity switcher. 

(In reply to Yaroslav Sidlovsky from comment #6)
> Created attachment 129903 [details]
> plasma-desktop-5.19.2-cannot-read-property-of-null.patch
> 
> Patch possibly fixing this bug.
> You can edit file
> "/usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml"
> (with root privileges) and do "plasmashell --replace&" afterwards.
> Hope this helps.

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

[konsole] [Bug 423890] Konsole ignores user shell setting to fish in Wayland and always uses bash

2020-07-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=423890

--- Comment #1 from Kurt Hindenburg  ---
What does your profile Command: have in it?  That's what Konsole uses.

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

[konsole] [Bug 423890] Konsole ignores user shell setting to fish in Wayland and always uses bash

2020-07-05 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=423890

--- Comment #2 from Neal Gompa  ---
In Wayland: /bin/bash

In X11: /bin/fish

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

[konsole] [Bug 423860] New "copy location" RMB menu option is too sticky

2020-07-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=423860

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||tcanabr...@kde.org

--- Comment #2 from Kurt Hindenburg  ---
I was able to reproduce this sometimes.  If you select 'Copy Location' while
the mouse isn't over the previous link, that link is still copied.

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

[plasmashell] [Bug 423898] New: Plasma crashes when resumed from suspension

2020-07-05 Thread Samarth Hawaldar
https://bugs.kde.org/show_bug.cgi?id=423898

Bug ID: 423898
   Summary: Plasma crashes when resumed from suspension
   Product: plasmashell
   Version: 5.18.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: samarth.hawal...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)

Qt Version: 5.12.8
Frameworks Version: 5.68.0
Operating System: Linux 5.4.0-40-generic x86_64
Windowing system: X11
Distribution: Ubuntu 20.04 LTS

-- Information about the crash:
- What I was doing when the application crashed:
Firefox (the latest update) was being used with some pdf files open in it.
Then, the laptop suspended due to inactivity. On resuming, the crash had
happened.
- Custom settings of the application:
The following custom script was being run.

Contents of /etc/systemd/system/plasma-restart@.service follow:

#Start of file
[Unit]
Description=Plasma Restart Service 
After=suspend.target 
StopWhenUnneeded=yes

[Service]
User=%i
WorkingDirectory=/home/%i
Type=oneshot
Slice=user-%i.slice
RemainAfterExit=yes
ExecStart=/bin/bash -alc "sudo -Hiu %i pkill -ABRT plasmashell"

[Install]
WantedBy=suspend.target 
Alias=plasma-restart@%i.service

#End of file

After this the following command had been run :

sudo systemctl enable plasma-restart@$USER.service

Also, Network Monitor and Application dashboard widgets were on the desktop.

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#6  0x7f9b8e8e2374 in futex_wait_cancelable (private=,
expected=0, futex_word=0x556f844ad680) at ../sysdeps/nptl/futex-internal.h:183
#7  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x556f844ad630,
cond=0x556f844ad658) at pthread_cond_wait.c:508
#8  __pthread_cond_wait (cond=0x556f844ad658, mutex=0x556f844ad630) at
pthread_cond_wait.c:638
#9  0x7f9b8f43bb0f in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x556f844ad630) at thread/qwaitcondition_unix.cpp:146
#10 QWaitCondition::wait(QMutex*, QDeadlineTimer) (this=,
mutex=0x556f838ebe28, deadline=...) at thread/qwaitcondition_unix.cpp:225


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

Possible duplicates by query: bug 423865, bug 423713, bug 423330, bug 423228,
bug 423109.

Reported using DrKonqi

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

[plasmashell] [Bug 423898] Plasma crashes when resumed from suspension

2020-07-05 Thread Samarth Hawaldar
https://bugs.kde.org/show_bug.cgi?id=423898

--- Comment #1 from Samarth Hawaldar  ---
Created attachment 129917
  --> https://bugs.kde.org/attachment.cgi?id=129917&action=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[ark] [Bug 423068] ark does not open a zip with comment & extra bytes at the beginning

2020-07-05 Thread JC Cardot
https://bugs.kde.org/show_bug.cgi?id=423068

JC Cardot  changed:

   What|Removed |Added

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

--- Comment #4 from JC Cardot  ---
Thanks done, and it appears the zip file is quite corrupted (see
https://github.com/nih-at/libzip/issues/186).
changing status as RESOLVED.

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

[Artikulate] [Bug 423899] New: Segmentation fault

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=423899

Bug ID: 423899
   Summary: Segmentation fault
   Product: Artikulate
   Version: GIT (master)
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: cordlandw...@kde.org
  Reporter: root...@gmail.com
  Target Milestone: ---

Hello!

I just git cloned and compiled Artikulate on Ubuntu 20.04 LTS

$ bin/artikulate
articulate.core: Repository created from with location
QUrl("file:///home/rootkea/.local/share/artikulate/courses/")
articulate.core: Loading courses from
"/home/rootkea/.local/share/artikulate/courses"
log_liblearner: Database path: 
"/home/rootkea/.local/share/artikulate/learnerdata.db"
log_liblearner: No last active profile found, falling back to first found
profile
QObject::connect(OutputBackendInterface, OutputDeviceController): invalid null
parameter
Segmentation fault (core dumped)
$

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

[plasmashell] [Bug 422957] Alt-tabbing out of Activity Switcher leaves the sidebar open and unclosable

2020-07-05 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=422957

--- Comment #8 from Yaroslav Sidlovsky  ---
Maybe it's another bug.
I've got situation that Activity Switcher is not hiding after shown by Meta+Tab
shortcut.
It's stays open after pressing Esc or selecting activity, only way to close it
- do a "plasmashell --replace" in the console.

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

[amarok] [Bug 423181] Crash at track end

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=423181

--- Comment #3 from Christoph Feck  ---
Crashes while creating Thread 15, maybe too many threads (stack limited, etc.)?

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

[Akonadi] [Bug 423222] Akonadi crashes while importing mails into KMail

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=423222

--- Comment #1 from Christoph Feck  ---
So unfortunately, these qTerminate() issues are not yet resolved.

If this is reproducible, could you please run the akonadiserver in a terminal
and show its output? The message displayed could help understanding the issue.

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

[ark] [Bug 422964] Language issue Ark, unpacking

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422964

--- Comment #2 from Christoph Feck  ---
What type of archive is this (zip, 7z, rar, etc.)? Also, which backend does Ark
use (this depends on the distribution and user settings)? Older archive formats
didn't have options to specify the encoding of filenames; today's standard is
UTF-8, but this was only standardized 27 years ago.

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

[Akonadi] [Bug 334209] synchronizes folder contents during runtime needlessly when switching between different folders

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

bugs.kde.or...@gcth.net changed:

   What|Removed |Added

 CC||bugs.kde.or...@gcth.net

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

[neon] [Bug 376061] QtAv not available to play video (UPSTREAM problem)

2020-07-05 Thread Michal Kec
https://bugs.kde.org/show_bug.cgi?id=376061

--- Comment #13 from Michal Kec (MiK)  ---
Thank you for the info about the Flatpak package, Gilles!

I still hope in the upstream solution, though. The KDE Neon packagers might fix
this.

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

[Akonadi] [Bug 422962] Akonadi indexing agent crashes time and again

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422962

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Please add the backtrace from the crash dialog. For more information, please
see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

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

[plasmashell] [Bug 422937] Widgets are broken; Widget graphs are unintuitive; Widget legends are unaligned

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422937

Christoph Feck  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
   Assignee|zrenf...@gmail.com  |notm...@gmail.com
Product|Active Window Control   |plasmashell
Version|unspecified |5.19.0
  Component|General |System Monitor

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

[dolphin] [Bug 423187] Dolphin freezes when opening rclone or other FUSE mounts

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=423187

--- Comment #1 from Christoph Feck  ---
Dolphin believes FUSE mount points are local, because they don't use a remote
protocol. I am not sure if it is possible to ask the kernel if a local file
path is actually remote, and if KIO needs to be changed or the change needs to
be made in Dolphin.

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

[gcompris] [Bug 423900] New: Save progress

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=423900

Bug ID: 423900
   Summary: Save progress
   Product: gcompris
   Version: git master
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: bruno.coud...@gcompris.net
  Reporter: root...@gmail.com
  Target Milestone: ---

Hello!

I'm using GCompris 0.97 based on Qt 5.12.8 on Ubuntu 20.04 LTS.

GCompris has numerous activities and each activity has number of levels. It
would be really cool if GCompris saved the progress of the player for each
activity. It helps to pick up from where you left off without having to
remember/guess the last completed level.

Thanks!

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

[gcompris] [Bug 403388] Profiles in GCompris

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=403388

Avinash Sonawane  changed:

   What|Removed |Added

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

--- Comment #2 from Avinash Sonawane  ---
(In reply to Jonathan from comment #0)
> For a family with several kids, it would be interesting to have profiles

I second this proposal.

> For the customization, I was thinking of the level of difficulty and the 
> favorite activities.

Also the game progress of each child if
https://bugs.kde.org/show_bug.cgi?id=423900 gets implemented.

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

[systemsettings] [Bug 423897] impossible to put the french language

2020-07-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=423897

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Nicolas Fella  ---
We need more information to be able to help you.
What exact steps are you doing and what happens? Also the SOFTWARE/OS VERSIONS
are important

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

[kdialog] [Bug 415019] Creating a dialog with QFileDialog::setSupportedSchemes({QStringLiteral("file")}); hides all ioslaves, even those that return `file://` string

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=415019

--- Comment #6 from Christoph Feck  ---
It could show all places and use kio-fuse to return a local path to the
requesting application, unless the KIO protocol knows itself how to return a
local path, e.g. for trash:// or desktop://

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

[frameworks-baloo] [Bug 423901] New: balooctl automatically re-adds default dirs after deleting every item in the list

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

Bug ID: 423901
   Summary: balooctl automatically re-adds default dirs after
deleting every item in the list
   Product: frameworks-baloo
   Version: 5.71.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: balooctl
  Assignee: stefan.bru...@rwth-aachen.de
  Reporter: slartibar...@gmail.com
  Target Milestone: ---

i found something interesting happening when using balooctl...
Example:

balooctl config includeFolders ls

will show this on my system

/home/userName/Documents/
/home/userName/Pictures/
/home/userName/Videos/
/home/userName/Music/

I can remove those directories individually with, e.g.

balooctl config includeFolders rm /home/userName/Documents/

all is fine until i remove the last entry, then the next thing happening is
that the list is filled again with those 4 entries mentioned above. For, me,
this does not look like a sane default, especially when i try to override it...

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

[dolphin] [Bug 422927] The window to select devices to share files via bluetooth is showing with an incorrect size

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422927

--- Comment #3 from Christoph Feck  ---
Is this dialog part of bluedevil?

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

[dolphin] [Bug 422767] Dolphin segmentation fault when click "Close Session" in terminal panel.

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422767

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
   Severity|normal  |crash

--- Comment #2 from Christoph Feck  ---


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

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

[konsole] [Bug 420695] Dolphin crashes when closing terminal via "Close Session"

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=420695

Christoph Feck  changed:

   What|Removed |Added

 CC||andythe_gr...@pm.me

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

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

[yakuake] [Bug 415762] Exiting the session in a Yakuake tab sometimes crash Yakuake

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=415762

Christoph Feck  changed:

   What|Removed |Added

 CC||dark...@nearce.com

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

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

[yakuake] [Bug 422646] Crash when running script using qdbus to control terminal

2020-07-05 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422646

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[dolphin] [Bug 423902] New: Dolphin hangs when opening it from Steam

2020-07-05 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=423902

Bug ID: 423902
   Summary: Dolphin hangs when opening it from Steam
   Product: dolphin
   Version: 20.04.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: sephiroth...@hotmail.it
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Dolphin hangs when opening it from Steam by using the "browse local files"
button in the properties dialogue of games.

STEPS TO REPRODUCE
1. right click on a game in Steam and select "properties"
2. select "browse local files" from the "local files" tab

OBSERVED RESULT
Dolphin instantly hangs and stops responding. Clicking on the "close" button
results in the system asking whether to kill the application as it is not
responding. This is reproducible every time.

EXPECTED RESULT
Dolphin opens the folder and works normally.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE neon 5.19.2
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2

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

[gwenview] [Bug 418612] Gwenview opens randomly the thumbnail bar as a new window

2020-07-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=418612

--- Comment #12 from Postix  ---
Additionally, the QGLWidget object, which is created when
DocumentView::GLAnimation is used, has been marked deprecated and obsolete
since Qt5.4 and was superseded by QOpenGLWidget in 2014. [1]

Maybe porting it to the newer component helps in this case?  


[1] https://www.qt.io/blog/2014/09/10/qt-weekly-19-qopenglwidget

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

[parley] [Bug 423903] New: Using a deprecated location for the knsrc file "parley.knsrc"

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=423903

Bug ID: 423903
   Summary: Using a deprecated location for the knsrc file
"parley.knsrc"
   Product: parley
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: parley-bugs-n...@kde.org
  Reporter: root...@gmail.com
  Target Milestone: ---

Hello!

I just cloned, compiled the sources and it threw the following warning during
the run:
org.kde.knewstuff.core: Using a deprecated location for the knsrc file
"parley.knsrc"  - please contact the author of the software which provides this
file to get it updated to use the new location

Please do the needful.

Thanks!

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

[plasmashell] [Bug 423228] Crash in window creation after graphics context loss event

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

--- Comment #6 from bertil.bo...@gmail.com ---
Created attachment 129918
  --> https://bugs.kde.org/attachment.cgi?id=129918&action=edit
New crash information added by DrKonqi

plasmashell (5.19.2) using Qt 5.14.2

- What I was doing when the application crashed:


Showed tooltip. Happens after hibernation with multimonitor setup. Diffrent
siezes on monitors.

-- Backtrace (Reduced):
#4  0x7f4029fa5d74 in QScreen::handle (this=0x7f40140181d0) at
kernel/qscreen.cpp:158
#5  0x7f401cbacb18 in QXcbIntegration::createPlatformOpenGLContext
(this=, context=0x558ae4abd570) at qxcbintegration.cpp:279
#6  0x7f4029fc199f in QOpenGLContext::create (this=0x558ae4abd570) at
kernel/qopenglcontext.cpp:612
#7  0x7f402d891219 in QSGRenderThread::sync
(this=this@entry=0x558ae5fdb100, inExpose=inExpose@entry=true,
inGrab=inGrab@entry=false) at scenegraph/qsgthreadedrenderloop.cpp:615
#8  0x7f402d893522 in QSGRenderThread::syncAndRender
(this=this@entry=0x558ae5fdb100, grabImage=grabImage@entry=0x0) at
scenegraph/qsgthreadedrenderloop.cpp:764

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

[kmymoney] [Bug 423875] Can not move file from 5.0.8 to 5.0.0 without problems

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

--- Comment #4 from m...@outlook.com ---
MY MISTAKE  there was more to the error message :Node was not TRANSACTION in
file/build/kmymoney-8tblzm/kmymoney-5.0.1/kmymoney/mymoneymoneytransaction.cpp
line 53" 
The updated file in 5.0.8 that I put in 5.0.0 displays all updated assets and
liabilities correctly. When I open any payee or category for details I get this
error message. When I click on message the program closes.
I am not very familiar with how to use the command line for the output you
asked for.

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

[kmymoney] [Bug 423875] Can not move file from 5.0.8 to 5.0.0 without problems

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

--- Comment #5 from Jack  ---
OK, two things to try.  

First, open 5.0.8, and before you try to open any detailed view, select the
menu Tools/Consistency Check.  Report what it says - either no problems, or
copy/paste the error.

If there are no errors, you can open a terminal (konsole, xterm, ...) and just
type "kmymoney" to launch.  That way, you can see what the program outputs. 
Normally, it's all just information about what it's doing, but it can include
some diagnostic information if something isn't right, as is the case here.

-- 
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-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422436

--- Comment #3 from gudv...@gmail.com ---
> It's the same as our other inhibitors
> Create the lock
> fork into the process you want the lock to hold over

You're just citing what I said in first place. This behaviour is not a bug. And
nobody said that it is. But implementation of inhibitors makes d-bus controller
for Night Color completely useless for everything that isn't built-in applet.

For this to work you should implement controller either on per-application
basis (which cannot be done in case of closed source binaries as games) or by
writing application which sole purpose is forking process to work around this
behaviour just to be able to inhibit Night Color from CLI.

Solution to this may be introduction of d-bus command for changing state of
night color without needing to hold process for that.

> Where is it documented that Color Correction and Night Color use the same 
> D-Bus API?

https://github.com/KDE/kwin/blob/master/org.kde.kwin.ColorCorrect.xml

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

[ark] [Bug 423068] ark does not open a zip with comment & extra bytes at the beginning

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

--- Comment #5 from 2wxsy5823...@opayq.com ---
Regarding your comment on GitHub:
> Ark without libzip (I don't know which lib it uses in this case) sees the 
> other zip file.

If you use Ark to open that file and see PULSAR.MDL, p7zip is being used.
Otherwise (i.e. you see LOVER-LO.XM), Info-ZIP is being used.

---

You may want have a look at Bug 411074. Both p7zip and Info-ZIP warn the user
that the file is corrupted, but Ark seems to ignore the warning.

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

[kmail2] [Bug 423904] New: KMail crashes while gmail-sync

2020-07-05 Thread Peter Huyoff
https://bugs.kde.org/show_bug.cgi?id=423904

Bug ID: 423904
   Summary: KMail crashes while gmail-sync
   Product: kmail2
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: peter.huy...@gmx.de
  Target Milestone: ---

Application: kmail (5.14.2 (20.04.2))

Qt Version: 5.15.0
Frameworks Version: 5.71.0
Operating System: Linux 5.7.5-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

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

Before this crash, akonadi crashes multiple times. KMail runned then with empty
Screen and aconadictl -fsck has corrected a lot of issuses.

-- Backtrace:
Application: KMail (kmail), signal: Segmentation fault

[KCrash Handler]
#4  std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at
/usr/include/c++/10/bits/atomic_base.h:420
#5  QAtomicOps::loadRelaxed (_q_value=) at
../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:239
#6  QBasicAtomicInteger::loadRelaxed (this=) at
../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:107
#7  QtPrivate::RefCount::isShared (this=) at
../../include/QtCore/../../src/corelib/tools/qrefcount.h:101
#8  QList::append (this=0x100, t=@0x7ffe166e43a0: 0x55a57f76ff70) at
../../include/QtCore/../../src/corelib/tools/qlist.h:622
#9  0x7ff70b3aeba0 in QWidget::insertAction
(this=this@entry=0x55a57f76ff70, before=, before@entry=0x0,
action=0x55a57f6352b0) at kernel/qwidget.cpp:3130
#10 0x7ff70a12c35b in KXMLGUI::ActionList::plug (index=,
container=0x55a57f76ff70, this=0x55a57f6868a0) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory_p.cpp:45
#11 KXMLGUI::ContainerNode::plugActionList (mergingIdxIt=..., mergingIdxIt=..., state=...,
this=0x55a57f7185b0) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory_p.cpp:234
#12 KXMLGUI::ContainerNode::plugActionList (this=0x55a57f7185b0, state=...) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory_p.cpp:204
#13 0x7ff70a12c3e1 in KXMLGUI::ContainerNode::plugActionList
(this=0x55a57f640700, state=...) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory_p.cpp:208
#14 0x7ff70a12c3e1 in KXMLGUI::ContainerNode::plugActionList
(this=0x55a57f686630, state=...) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory_p.cpp:208
#15 0x7ff70a133721 in KXMLGUIFactory::plugActionList (this=0x55a57f8d8c80,
client=0x7ff6f0008110, name=..., actionList=...) at
/usr/src/debug/kxmlgui-5.71.0-1.1.x86_64/src/kxmlguifactory.cpp:574
#16 0x7ff7091ecf50 in PimCommon::PluginInterface::initializePluginActions
(this=0x7ffe166e46f0, prefix=..., guiClient=0x7ff6f0008110) at
/usr/src/debug/pimcommon-20.04.2-1.1.x86_64/src/pimcommonakonadi/genericplugins/plugininterface.cpp:168
#17 0x7ff70bb65900 in KMMainWidget::initializePluginActions
(this=0x55a5830f7b30) at
/usr/src/debug/kmail-20.04.2-1.1.x86_64/src/kmmainwidget.cpp:4217
#18 0x7ff70bb6c574 in KMMainWidget::slotShowStartupFolder
(this=0x55a5830f7b30) at
/usr/src/debug/kmail-20.04.2-1.1.x86_64/src/kmmainwidget.cpp:4121
#19 0x7ff70a84da31 in QObject::event (this=0x55a5830f7b30,
e=0x55a57f7d5220) at kernel/qobject.cpp:1314
#20 0x7ff70b3780cf in QApplicationPrivate::notify_helper (this=, receiver=0x55a5830f7b30, e=0x55a57f7d5220) at
kernel/qapplication.cpp:3671
#21 0x7ff70a821b0a in QCoreApplication::notifyInternal2
(receiver=0x55a5830f7b30, event=0x55a57f7d5220) at
../../include/QtCore/5.15.0/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:325
#22 0x7ff70a824531 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55a57ee1a510) at
kernel/qcoreapplication.cpp:1815
#23 0x7ff70a8798c3 in postEventSourceDispatch (s=0x55a57ef37e70) at
kernel/qeventdispatcher_glib.cpp:277
#24 0x7ff70755f2c7 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#25 0x7ff70755f648 in ?? () from /usr/lib64/libglib-2.0.so.0
#26 0x7ff70755f6ff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#27 0x7ff70a878f4f in QEventDispatcherGlib::processEvents
(this=0x55a57ef3f840, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#28 0x7ff70a8204cb in QEventLoop::exec (this=this@entry=0x7ffe166e4b90,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#29 0x7ff70a828730 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#30 0x55a57ec92386 in main (argc=, argv=) at
/usr/include/qt5/QtCore/qcoreapplication.h:116
[Inferior 1 (process 12275) detached]

Possible duplicates by query: bug 422092, bug 421432, bug 420495, bug 419785,
bug 418784.

Reported using DrKonqi

-- 
You are receiving this mail because:
You are watching al

[gcompris] [Bug 423878] Disabling narration voice makes 4 activities unplayable

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

anim...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from anim...@gmail.com ---
I found a way to force the audio voices in those activities that require it
independently from the config.

A little side effect is that voices for the bonus ("Good", "Check answer", ...)
are always enabled for those 4 activities and the musical activities. But at
least the intro voices are not played.

-- 
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-05 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422436

--- Comment #4 from David Edmundson  ---
>or by writing application which sole purpose is forking process to work around 
>this behaviour just to be able to inhibit Night Color from CLI.

Yes.

Which is how powermanagement and other inhibitors work too, so you already need
that wrapper.

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

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

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #5 from David Edmundson  ---
reopening

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

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

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

Nate Graham  changed:

   What|Removed |Added

Summary|Undefined Behaviour of the  |Battery icon sometimes
   |applet in displaying|indicates that battery is
   |battery |charging when laptop is
   |charging/discharging status |unplugged
   Severity|grave   |normal
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #10 from Nate Graham  ---
Just reproduced this. :/

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

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

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #6 from David Edmundson  ---
in kwinrc

[KDE]
AnimationDurationFactor=0.25


That shouldn't exist in this file.
It's kwin overriding the global setting; so obviously it won't follow it.

As a fix, just delete that line from that file.

Question then is why that exists. The compositor KCM does still write if it's
run outside the KDE environment. Or potentially the user manually figured with
it.

Do you remember altering that file?

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

[dolphin] [Bug 421294] Dolphin settings not detecting executable scripts behaviourOnLaunch "open" value

2020-07-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=421294

Elvis Angelaccio  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/7a6956da9
   ||97a39a22c1f08138674459c3c3a
   ||a32b
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||20.04.3

--- Comment #7 from Elvis Angelaccio  ---
Git commit 7a6956da997a39a22c1f08138674459c3c3aa32b by Elvis Angelaccio, on
behalf of Wolfgang Bauer.
Committed on 05/07/2020 at 15:22.
Pushed by elvisangelaccio into branch 'release/20.04'.

Write correct value for "Open in application" script execution setting

KIO actually uses "alwaysAsk", "execute", and "open" as possible values.

When reading the setting, map unknown values to "open" like KIO does.
That also provides compatibility with older dolphin versions.
FIXED-IN: 20.04.3

M  +5-5src/settings/general/confirmationssettingspage.cpp

https://invent.kde.org/system/dolphin/commit/7a6956da997a39a22c1f08138674459c3c3aa32b

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

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

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

--- Comment #11 from kesarl...@outlook.com ---
(In reply to Nate Graham from comment #10)
> Just reproduced this. :/

Great!!! Yay :P !!! Thanks tons for looking into the matter :). Hope it gets
fixed soon :D

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

[systemsettings] [Bug 421329] New Global Shortcuts KCM: shortcut to launch 3rd-party apps don't work

2020-07-05 Thread Alexander Popel
https://bugs.kde.org/show_bug.cgi?id=421329

--- Comment #20 from Alexander Popel  ---
As hinted in
https://invent.kde.org/frameworks/kglobalaccel/-/merge_requests/2
after I created a ~/.local/share/kglobalaccel directory, on my machine
everything started working fine!

So until that merge request is accepted, you can manually create the
~/.local/share/kglobalaccel directory to try to fix the issue.

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

[kdenlive] [Bug 423905] New: Rendering Finished in 00:00:00

2020-07-05 Thread Dr. Ashutosh Pradhan
https://bugs.kde.org/show_bug.cgi?id=423905

Bug ID: 423905
   Summary: Rendering Finished in 00:00:00
   Product: kdenlive
   Version: 20.04.1
  Platform: MS Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: ashut...@wellbiance.com
  Target Milestone: ---

Created attachment 129919
  --> https://bugs.kde.org/attachment.cgi?id=129919&action=edit
Screenshots of KdEnLive

SUMMARY
If I add metadata and while rendering tick more option and then export metadata
then the video does not render and immediately gives a message Rendering
Finished in 00:00:00

STEPS TO REPRODUCE
1. Go to Project >>> Project Settings
2. Open Metadata tab
3. Add metadata with additional lines to add around 8 metadata lines
4. Click Ok and Save project
5. Click render button
6. On Rendering screen in Render Project tab select More options
7. When additional screen opens on the right side select option of Export
metadata
8. Click Render to File 
9. The file rendering does not start and you see a message Rendering Finished
in 00:00:00
10. If you check the folder location - no file is rendered

OBSERVED RESULT
No file rendered with metadata

EXPECTED RESULT
File should be rendered with meradata

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

ADDITIONAL INFORMATION

-- 
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-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422436

--- Comment #5 from gudv...@gmail.com ---
> Yes.
> you already need that wrapper

The point is that writing program that will do that is beyond usable for
average Joe. On the other hand firing D-Bus event from bash script is quite
easy for anyone.

So it probably makes sense to make a tool that will work with inhibitors
available in KDE ecosystem.

It may be not so helpful in case of power management (but probably there are
cases there too) but for Night Color just to be able to play at night it annoys
quite a bit to toggle Night Color every time.

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

[kate] [Bug 423906] New: Kate: Following links in asciidoc

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

Bug ID: 423906
   Summary: Kate: Following links in asciidoc
   Product: kate
   Version: 20.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kwrite
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: m...@josequesada.com
  Target Milestone: ---

SUMMARY

It would be great for kate to Follow links in asciidoc (xref:foo.ad[]). This
should open foo.ad on kate, on a new tab.

Also clicking on http links should open them on a browser.

STEPS TO REPRODUCE
1. Create links in asciidoc (xref:foo.ad[])
2. click on them
3. hope they open

OBSERVED RESULT
nothing happens

EXPECTED RESULT
opens foo.ad on a new tab


Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 19.12.3
KDE Frameworks Version: 20.04.1
Manjaro

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

[Akonadi] [Bug 423672] org.kde.pim.imapresource: Failed to create folder on server: "Create failed, server replied: ... NO Mailbox already exists ... [ ALREADYEXISTS ]"

2020-07-05 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=423672

--- Comment #2 from Dennis Schridde  ---
Created attachment 129920
  --> https://bugs.kde.org/attachment.cgi?id=129920&action=edit
kimap-20.04.2-create-alreadyexists-is-not-an-error.patch

Attached patch fixes the issue in in KIMAP 20.04.2 by making CREATE and DELETE
idempotent.

If CREATE fails with an ALREADYEXISTS response code, that is not an error since
the intended result (the object existing at the target location) has been
achieved.

Likewise, if DELETE fails with an NONEXISTENT response code, that is not an
error since the intended result (the object being gone from the target
location) has been achieved.

Please note that for RENAME response code ALREADYEXISTS *is* an error since the
content of the source folder was not moved as intended.

cf. https://tools.ietf.org/html/rfc5530#section-3

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

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

2020-07-05 Thread kdedom
https://bugs.kde.org/show_bug.cgi?id=423571

--- Comment #7 from kdedom  ---
I'm sure , i didn't touch that file

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

[kmymoney] [Bug 423875] Can not move file from 5.0.8 to 5.0.0 without problems

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

--- Comment #6 from m...@outlook.com ---
The consistency check has found some issues in your data. Details are presented
below. Those issues that could not be corrected automatically need to be solved
by the user. I could not print the errors there are 112 entries and are the
same in both 5.0.8 and were in 5.0.0. These are old stock entries with no start
date.


print out from opening in terminal:
mwi@mwi-GA-78LMT-USB3-6-0:~$ kmymoney
qt5ct: using qt5ct plugin
WebConnect: Try to connect to WebConnect server
WebConnect: Connect to server failed
WebConnect: Running in server mode
qt5ct: D-Bus global menu: no
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/16/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/16@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/16/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/16@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/22/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/22@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/24/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/24@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/24/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/24@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/32/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/32@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/32/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/32@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/48/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/48@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/48/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/48@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/64/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/64@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/64/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/64@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/96/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/96@2x/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/128/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/128@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/256/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/256@2x/"
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Mint-Y/apps/symbolic/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Mint-Y/mimetypes/symbolic/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/16x16/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/24x24/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/32x32/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/48x48/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/64x64/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/64x64/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/96x96/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/96x96/ui/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "Legacy" line for icon theme: 
"/usr/share/icons/Adwaita/scalable/legacy/"
Invalid Context= "UI" line for icon theme: 
"/usr/share/icons/Adwaita/scalable/ui/"
Located plugin
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kmymoney/kcm_icalendarexporter.so"
Validity true
Located plugin
"/usr/lib/x86_64-linux-gnu/qt5/plugins/kmymoney/kc

[kate] [Bug 423907] New: Crash when closing the last document

2020-07-05 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=423907

Bug ID: 423907
   Summary: Crash when closing the last document
   Product: kate
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: aleix...@gmail.com
  Target Milestone: ---

Application: kate (20.07.70)
 (Compiled from sources)
Qt Version: 5.15.0
Frameworks Version: 5.72.0
Operating System: Linux 5.7.7-arch1-1 x86_64
Windowing system: Wayland
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:
When I close the last document with Ctrl+W I get a crash.

- Custom settings of the application:
It's with self-compiled Qt+KF5 with debug symbols and such. Maybe others
haven't hit it because of it.

The crash can be reproduced every time.

-- Backtrace:
Application: Kate (kate), signal: Aborted
Content of s_kcrashErrorMessage: (null)
[KCrash Handler]
#5  0x7f91436a3355 in raise () from /usr/lib/libc.so.6
#6  0x7f914368c853 in abort () from /usr/lib/libc.so.6
#7  0x7f9143c40c51 in qt_message_fatal (message=...,
context=...) at
/home/apol/devel/frameworks/qt5/qtbase/src/corelib/global/qlogging.cpp:1914
#8  QMessageLogger::fatal (this=this@entry=0x7ffcdfd214b8,
msg=msg@entry=0x7f9143f3eea0 "ASSERT: \"%s\" in file %s, line %d") at
/home/apol/devel/frameworks/qt5/qtbase/src/corelib/global/qlogging.cpp:893
#9  0x7f9143c4004a in qt_assert (assertion=, file=, line=) at
../../include/QtCore/../../../../../devel/frameworks/qt5/qtbase/src/corelib/global/qlogging.h:90
#10 0x55a1cdf9574c in KateViewSpace::removeView (this=0x55a1d026b1b0,
v=0x55a1d00952d0) at
/home/apol/devel/frameworks/kate/kate/kateviewspace.cpp:235
#11 0x55a1cdf8daf7 in KateViewManager::deleteView (this=0x55a1cff838b0,
view=0x55a1d00952d0) at
/home/apol/devel/frameworks/kate/kate/kateviewmanager.cpp:475
#12 0x55a1cdf8e7a7 in KateViewManager::documentWillBeDeleted
(this=0x55a1cff838b0, doc=0x55a1cfc320e0) at
/home/apol/devel/frameworks/kate/kate/kateviewmanager.cpp:708
#13 0x55a1cdf936d9 in QtPrivate::FunctorCall,
QtPrivate::List, void, void
(KateViewManager::*)(KTextEditor::Document*)>::call (f=(void
(KateViewManager::*)(KateViewManager * const, KTextEditor::Document *))
0x55a1cdf8e694
,
o=0x55a1cff838b0, arg=0x7ffcdfd21790) at
/home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:152
#14 0x55a1cdf9323f in QtPrivate::FunctionPointer::call,
void> (f=(void (KateViewManager::*)(KateViewManager * const,
KTextEditor::Document *)) 0x55a1cdf8e694
,
o=0x55a1cff838b0, arg=0x7ffcdfd21790) at
/home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:185
#15 0x55a1cdf92b22 in QtPrivate::QSlotObject, void>::impl (which=1,
this_=0x55a1d0253100, r=0x55a1cff838b0, a=0x7ffcdfd21790, ret=0x0) at
/home/apol/devel/kde5/include/QtCore/qobjectdefs_impl.h:418
#16 0x7f9143e93f06 in QtPrivate::QSlotObjectBase::call (a=0x7ffcdfd21790,
r=0x55a1cff838b0, this=0x55a1d0253100) at
../../include/QtCore/../../../../../devel/frameworks/qt5/qtbase/src/corelib/kernel/qobjectdefs_impl.h:398
#17 doActivate (sender=0x7ffcdfd222a8, signal_index=5,
argv=0x7ffcdfd21790) at
/home/apol/devel/frameworks/qt5/qtbase/src/corelib/kernel/qobject.cpp:3886
#18 0x55a1cdf9e960 in KateDocManager::documentWillBeDeleted
(this=0x7ffcdfd222a8, _t1=0x55a1cfc320e0) at
kate/kate-lib_autogen/EWIEGA46WW/moc_katedocmanager.cpp:359
#19 0x55a1cdf49f08 in KateDocManager::closeDocuments (this=0x7ffcdfd222a8,
documents=..., closeUrl=true) at
/home/apol/devel/frameworks/kate/kate/katedocmanager.cpp:256
#20 0x55a1cdf4a0d3 in KateDocManager::closeDocument (this=0x7ffcdfd222a8,
doc=0x55a1cfc320e0, closeUrl=true) at
/home/apol/devel/frameworks/kate/kate/katedocmanager.cpp:290
#21 0x55a1cdf8ce8d in KateViewManager::slotDocumentClose
(this=0x55a1cff838b0, document=0x55a1cfc320e0) at
/home/apol/devel/frameworks/kate/kate/kateviewmanager.cpp:276
#22 0x55a1cdf8cf18 in KateViewManager::slotDocumentClose
(this=0x55a1cff838b0) at
/home/apol/devel/frameworks/kate/kate/kateviewmanager.cpp:288
#23 0x55a1cdfa18e0 in KateViewManager::qt_static_metacall
(_o=0x55a1cff838b0, _c=QMetaObject::InvokeMetaMethod, _id=7, _a=0x7ffcdfd21ab0)
at kate/kate-lib_autogen/EWIEGA46WW/moc_kateviewmanager.cpp:242
#24 0x7f9143e93f40 in doActivate (sender=0x55a1d02a8b60,
signal_index=4, argv=argv@entry=0x7ffcdfd21ab0) at
../../include/QtCore/../../../../../devel/frameworks/qt5/qtbase/src/corelib/kernel/qobjectdefs_impl.h:395
#25 0x7f9143e8d260 in QMetaObject::activate
(sender=sender@entry=0x55a1d02a8b60, m=m@entry=0x7f9145051160
, local_signal_index=local_signal_index@entry=1,
argv=argv@entry=0x7ffcdfd21ab0) at
/home/apol/devel/frameworks/qt5/qtbase/src/corelib/kernel/qobject.cpp:3946
#26 0x7f9144b52b22 in QAction::trig

[valgrind] [Bug 423908] New: s390x false positives running make auxchecks (gsl tests)

2020-07-05 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=423908

Bug ID: 423908
   Summary: s390x false positives running make auxchecks (gsl
tests)
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: m...@klomp.org
  Target Milestone: ---

Running make auxchecks on current git will run the GNU Scientific Library
testsuite under valgrind memcheck. Currently it produces false positives on
s390x:

==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005E12: compare_complex_float_results (compare_source.c:38)
==9580==by 0x1005E12: test_complex_float_func (test_complex_source.c:108)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x100565C: compare_complex_float_results (compare_source.c:38)
==9580==by 0x100565C: test_complex_float_func (test_complex_source.c:128)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005670: compare_complex_float_results (compare_source.c:44)
==9580==by 0x1005670: test_complex_float_func (test_complex_source.c:128)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x10054A2: compare_complex_float_results (compare_source.c:38)
==9580==by 0x10054A2: test_complex_float_func (test_complex_source.c:155)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x10054B6: compare_complex_float_results (compare_source.c:44)
==9580==by 0x10054B6: test_complex_float_func (test_complex_source.c:155)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005D50: compare_complex_float_results (compare_source.c:38)
==9580==by 0x1005D50: test_complex_float_func (test_complex_source.c:181)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005CF4: compare_complex_float_results (compare_source.c:38)
==9580==by 0x1005CF4: test_complex_float_func (test_complex_source.c:196)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005B8A: compare_complex_float_results (compare_source.c:38)
==9580==by 0x1005B8A: test_complex_float_func (test_complex_source.c:213)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005A80: compare_complex_float_results (compare_source.c:44)
==9580==by 0x1005A80: test_complex_float_func (test_complex_source.c:213)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005E26: compare_complex_float_results (compare_source.c:44)
==9580==by 0x1005E26: test_complex_float_func (test_complex_source.c:108)
==9580==by 0x1000DE1: main (test.c:108)
==9580== 
==9580== Conditional jump or move depends on uninitialised value(s)
==9580==at 0x1005860: compare_complex_float_results (compare_source.c:44)
==9580==by 0x1005860: test_complex_float_func (test_complex_source.c:181)
==9580==by 0x1000DE1: main (test.c:108)
==9580==

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

[systemsettings] [Bug 421329] New Global Shortcuts KCM: shortcuts to launch 3rd-party apps don't work

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

Patrick Silva  changed:

   What|Removed |Added

Summary|New Global Shortcuts KCM:   |New Global Shortcuts KCM:
   |shortcut to launch  |shortcuts to launch
   |3rd-party apps don't work   |3rd-party apps don't work

--- Comment #21 from Patrick Silva  ---
(In reply to Alexander Popel from comment #20)
> As hinted in
> https://invent.kde.org/frameworks/kglobalaccel/-/merge_requests/2
> after I created a ~/.local/share/kglobalaccel directory, on my machine
> everything started working fine!
> 
> So until that merge request is accepted, you can manually create the
> ~/.local/share/kglobalaccel directory to try to fix the issue.

I can confirn that your workaround works on neon unstable.
Thank you.

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

[frameworks-baloo] [Bug 423901] balooctl automatically re-adds default dirs after deleting every item in the list

2020-07-05 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=423901

Stefan Brüns  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Stefan Brüns  ---
Fedora patches baloo, blame them.

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

[valgrind] [Bug 339862] v6intThumb.c does not compile when -pie options is specified

2020-07-05 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=339862

Mark Wielaard  changed:

   What|Removed |Added

 CC||m...@klomp.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Mark Wielaard  ---
I am seeing something similar on debian-armhf:

gcc -Winline -Wall -Wshadow -Wno-long-long -g -fno-stack-protector-g -O0
-mcpu=cortex-a8 -mthumb-o v6intThumb v6intThumb-v6intThumb.o  
/usr/bin/ld: v6intThumb-v6intThumb.o: relocation R_ARM_THM_MOVW_ABS_NC against
`a local symbol' can not be used when making a shared object; recompile with
-fPIC
v6intThumb-v6intThumb.o: error adding symbols: Bad value

Note that it isn't exactly the same issue, because it isn't build with -fPIC or
-pie, but using either -fPIC or -pie will produce the same issue.

The proposed patch doesn't work though. The assembler will then complain:
/tmp/ccveFwf0.s: Assembler messages:
/tmp/ccveFwf0.s:140: Error: offset out of range

It does seem to build on fedora-arm, so there are at least some configurations
that do work. But it would be nice to see if this test could be written without
relying on trying to load the address of a label.

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

[kmail2] [Bug 423909] New: KMail perceives cursor location to be vertically offset from where Wacom Bamboo graphic tablet's cursor is visible

2020-07-05 Thread Markus
https://bugs.kde.org/show_bug.cgi?id=423909

Bug ID: 423909
   Summary: KMail perceives cursor location to be vertically
offset from where Wacom Bamboo graphic tablet's cursor
is visible
   Product: kmail2
   Version: 5.14.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: no-spam-...@q.com
  Target Milestone: ---

SUMMARY
KMail perceives cursor location to be vertically offset by one inch from where
Wacom Bamboo graphic tablet's cursor is visible.


STEPS TO REPRODUCE
1. Start Kmail
2. Move the graphic tablet's cursor into the KMail window

Reproducible 100% of the time.


OBSERVED RESULT
KMail perceives cursor location to be vertically offset by one inch from where
Wacom Bamboo graphic tablet's cursor is visible.


EXPECTED RESULT
The area where KMail perceives the cursor to be should be exactly the same as
where the graphic tablet's cursor is visible.


SOFTWARE/OS VERSIONS
KMail2 Version 5.14.2 (20.04.2)
Linux Kernel Version: 5.3.18-lp152.19-default
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.12.7
xf86-input-wacom Version: 0.34.2-lp152.4.6
libwacom2 Version: 1.1-lp152.2.5
libwacom-data Version: 1.1-lp152.2.5
Distro: openSUSE Leap 15.2 for X86_64


WACOM GRAPIC TABLET DETAILS
Wacom Bamboo Pen Model MTE-450A set to Absolute Mode (problem also happens in
Relative mode)
Wacom Bamboo USB Vendor ID: 0x56a
Wacom Bamboo USB Product ID: 0x65
Wacom Bamboo USB Revision: 0.00


ADDITIONAL INFORMATION
I did a fresh install of openSUSE Leap 15.2 on 2020-Jul-04 (the latest and most
current openSUSE version as of this report) and discovered there is a problem
using a Wacom Bamboo tablet with KMail Version 5.14.2 (20.04.2).

Whenever the graphic tablet's cursor is in the KMail window, the area where
KMail perceives I am pointing is vertically offset by one inch below where the
graphic tablet's cursor is visible on my 23 inch screen.

For example, when I see my tablet's cursor hovering over the topmost message in
the Message List, KMail highlights the message 3 rows below, showing KMail
perceives I am pointing at the forth row from the top in the Message List,
instead of perceiving I am pointing at the topmost message as it should. The
same behavior presents in the Folders column. This makes KMail unusable with
the graphic tablet, as I can not select any email message higher than the forth
row. The icons in the toolbar are completely inaccessible by the graphic
tablet's pointer and can not be activated.  The menu bar is completely
inaccessible by the graphic tablet's pointer and can not be activated. The same
offset behavior happens when using the scroll bar button (thumb bar).

The graphic tablet's pointer offset behavior is not presenting in any other
application I used. This behavior was not present in any version of KMail from
openSUSE Leap 15.0 or older.

When I connect a mouse to my system, the area where KMail perceives the mouse
is pointing is the same as where the mouse cursor is visible, as it should be,
and all functionality is accessible.

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

[ark] [Bug 422964] Language issue Ark, unpacking

2020-07-05 Thread MK
https://bugs.kde.org/show_bug.cgi?id=422964

--- Comment #3 from MK  ---
Type of file is *.rar.It uses UTF-8 (Locale:LANG=sk_SK.UTF-8). Although it
might be the language issue as even if I copy a file from an external HDD KDE
Neon doesn`t recognize it. I have installed US language (as it supposed to
cause no issues) to begin with and then added Slovak language pack.

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

[kmail2] [Bug 423909] KMail perceives cursor location to be vertically offset from where Wacom Bamboo graphic tablet's cursor is visible

2020-07-05 Thread Markus
https://bugs.kde.org/show_bug.cgi?id=423909

--- Comment #1 from Markus  ---
Created attachment 129921
  --> https://bugs.kde.org/attachment.cgi?id=129921&action=edit
Screenshot of KMail offset behavior showing highlighted message NOT under Wacom
Bamboo graphic tablet cursor

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

[dolphin] [Bug 423328] cursor position in search bar gets reset when search begins

2020-07-05 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=423328

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||20.08
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/ec0343502
   ||2efa72a428a43eb106eaf31f503
   ||a9e6
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Elvis Angelaccio  ---
Git commit ec03435022efa72a428a43eb106eaf31f503a9e6 by Elvis Angelaccio, on
behalf of Ismael Asensio.
Committed on 05/07/2020 at 17:14.
Pushed by elvisangelaccio into branch 'master'.

[search] Do not update text input when it has focus

When the user is entering a search term, a delayed search will be
emmited after a few seconds. This means updating the search URL, which
in turn gets parsed and reflected back on the search input.

To avoid interrupting the user input flow and unexpectedly move the
cursor to the end, let's update the input search box only when it
doesn't have the focus.

It's still updated on other interactions such as changing the search
options or clicking a saved search on the places panel.
FIXED-IN: 20.08

M  +4-1src/search/dolphinsearchbox.cpp

https://invent.kde.org/system/dolphin/commit/ec03435022efa72a428a43eb106eaf31f503a9e6

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

[kmymoney] [Bug 423910] New: Modifying Reports and Updating Investments Do Not Trigger Save

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

Bug ID: 423910
   Summary: Modifying Reports and Updating Investments Do Not
Trigger Save
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: jmad...@usa.com
  Target Milestone: ---

SUMMARY
If you modify a report it does not trigger a change to the file and therefore
it is not possible to save. Problem also exists if investment prices are
updated via online source.


STEPS TO REPRODUCE
1. Open an existing kmymoney file;
2. Modify a report

OBSERVED RESULT
Appears like KMyMoney does not trigger that a modification has happened and
therefore it's not possible to save the file with the changed report.


EXPECTED RESULT
Should be able to save after modifying a report and/or updating investments via
online source.


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.

[Akonadi] [Bug 423672] org.kde.pim.imapresource: Failed to create folder on server: "Create failed, server replied: ... NO Mailbox already exists ... [ ALREADYEXISTS ]"

2020-07-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=423672

--- Comment #3 from Christophe Giboudeaux  ---
Please create a merge request: https://invent.kde.org/pim/kimap

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

[kmymoney] [Bug 423875] Can not move file from 5.0.8 to 5.0.0 without problems

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

--- Comment #7 from Jack  ---
Errors about not having a price on or before the opening date of a stock is not
related to your problem.  If those are the ONLY errors in the consistency
report, it doesn't help with the problem.

The icon theme problems are not likely relevant, but could be reported to your
distribution, or wherever you got the icon theme you are using.

The last error (Can not find 'kdeinit5' ) doesn't seem relevant, but does
suggest you might be missing a package or a package is misconfigured.  What
distribution are you using?

Back to the error message, we may need to wait for input from a developer. 
What I can tell is that between 5.0.1 and 5.0.8, the xml storage code was moved
into a plugin, although I don't see any reason your file would be OK in the
newer version and not the older one.

Can you opening the file in 5.0.1 and then try to "Save as" using a new name?

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

[korganizer] [Bug 423121] Adding complete task event in journal doesn't work if task completed via "completed" slider

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

gjditchfi...@acm.org changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||gjditchfi...@acm.org
 Ever confirmed|0   |1

--- Comment #2 from gjditchfi...@acm.org ---
The situation described in comment 1 is quite different from the main
description, and I'm not sure KOrganizer should generate a journal entry then.
(Who marked the to-do as complete?)  I suggest that you enter a new "wish list"
bug for the CalDAV case, if you want that behavior, so we can close this bug
report when the "slider" problem is fixed.

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

[plasma-nm] [Bug 423879] Disconnecting network (wired, or VPN) causes Plasma Desktop to freeze

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

--- Comment #1 from johan.claudebreunin...@gmail.com ---
Additional information:

this behaviour only occurs on X11 and not on Wayland.

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

[gcompris] [Bug 423878] Disabling narration voice makes 4 activities unplayable

2020-07-05 Thread Avinash Sonawane
https://bugs.kde.org/show_bug.cgi?id=423878

--- Comment #3 from Avinash Sonawane  ---
(In reply to animtim from comment #2)
> I found a way to force the audio voices in those activities that require it
> independently from the config.
> 
> A little side effect is that voices for the bonus ("Good", "Check answer",
> ...) are always enabled for those 4 activities and the musical activities.
> But at least the intro voices are not played.

Thank you!

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

[korganizer] [Bug 423121] Adding complete task event in journal doesn't work if task completed via "completed" slider

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/incidenceeditor/-/merge_requests/1

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

[kwin] [Bug 406302] window decorations colours on 30-bit colour depth (10-bit/channel) displays are wrong (garbled)

2020-07-05 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=406302

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krita] [Bug 423876] Project crashes when ever I try to open it

2020-07-05 Thread LogicMuch
https://bugs.kde.org/show_bug.cgi?id=423876

--- Comment #7 from LogicMuch  ---
Ok I put the krita file in a different folder didnt change anything. I dont
know how to make the krita file available to you since it says the file is to
big.

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

[systemsettings] [Bug 423175] krunner not invoked by global shortcut (changed from default)

2020-07-05 Thread Mark T. Kennedy
https://bugs.kde.org/show_bug.cgi?id=423175

--- Comment #5 from Mark T. Kennedy  ---
chris - what does your last comment mean?  this behavior is persistent.

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

[krita] [Bug 407301] Animation export to webm Video-Format

2020-07-05 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=407301

Ahab Greybeard  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 CC||ahab.greybe...@hotmail.co.u
   ||k

--- Comment #4 from Ahab Greybeard  ---
Can we have this in the 'stable' branch as well please? :)

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

[kwin] [Bug 423911] New: "OpenGL compositing has crashed KWin in the past"

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

Bug ID: 423911
   Summary: "OpenGL compositing has crashed KWin in the past"
   Product: kwin
   Version: 5.18.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: darkpeng...@yandex.com
  Target Milestone: ---

Pretty often (every few days), I notice tearing again, and that always means
that I have to go to system settings and "Re-enable OpenGL detection".

I had this problem on Ubuntu Bionic LTS, upgraded to Focal LTS hoping it would
be fixed there, but it is still a problem.

I have this on two systems, one with RadeonHD 5450 (radeon driver) and another
one with Radeon RX550 (AMDGPU+radeon).

The problem is, I don't even know how to catch this problem when it happens.
There is no error, I can only see that "it happened again IN THE PAST". It
might be happening more often after a reboot, or maybe after something else.

How do I catch this bug? Are there any logs to watch, or could I maybe ask it
to give me an error immediately when this happens?

Actually, I would be happy enough if I could disable OpenGL "detection" and
simply force the settings I know are correct. If it crashes, it should just
restart automatically. (I mean, the current behavior is good, but additionally
it would be nice to have a way to disable it.)



SOFTWARE/OS VERSIONS:
Kubuntu 20.04 amd64
Kernel: 5.4.0-40-generic (HD5450) / 5.7.0-6.4-liquorix-amd64 (RX550)

KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

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

[kalarm] [Bug 417108] Command line operation fails

2020-07-05 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=417108

--- Comment #18 from David Jarvie  ---
The latest KAlarm (not yet released) works on my current system, which is Neon
with Plasma 5.18.4, KDE Frameworks 5.70.0, Qt 5.14.2. I'm now updating my
system, and will check once that is complete.

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

[kmail2] [Bug 423912] New: Change email background to white when using dark mode

2020-07-05 Thread Marco Albanese
https://bugs.kde.org/show_bug.cgi?id=423912

Bug ID: 423912
   Summary: Change email background to white when using dark mode
   Product: kmail2
   Version: 5.14.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: deli...@gmail.com
  Target Milestone: ---

Created attachment 129922
  --> https://bugs.kde.org/attachment.cgi?id=129922&action=edit
Example of a background-less html email on a dark theme

It would be really helpful to have a switch per email to temporary change the
background to white when using a dark theme, since some email are designed (
wrongly ) assuming the background is white and they are difficult to read in
this way.


STEPS TO REPRODUCE
1. Set a "dark" theme
2. Open an HTML email with trasparent (or no ) background which assume a white
default background

OBSERVED RESULT
The background of the email is the one from the dark theme, but the email is
not designed for it

EXPECTED RESULT
There is an option to temporary set the email background to white ( IIRC I've
seen something similar in the gmail android app ).

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux
(available in About System)
KDE Plasma Version: 5.19.0
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0

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

  1   2   >