[Falkon] [Bug 396924] New: Falkon crashed on bug.kde.org page /sic!/

2018-07-27 Thread Tom Kijas
https://bugs.kde.org/show_bug.cgi?id=396924

Bug ID: 396924
   Summary: Falkon crashed on bug.kde.org page /sic!/
   Product: Falkon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: t.ki...@gmail.com
  Target Milestone: ---

Hi, Falkon crashed right after I opened bugs.kde.org page.
No other page was loading at the same time.
:)

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

[plasmashell] [Bug 396923] New: [regression] Plasma crashes repeatedly after login

2018-07-27 Thread Tom Kijas
https://bugs.kde.org/show_bug.cgi?id=396923

Bug ID: 396923
   Summary: [regression] Plasma crashes repeatedly after login
   Product: plasmashell
   Version: 5.13.3
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: generic-crash
  Assignee: plasma-b...@kde.org
  Reporter: t.ki...@gmail.com
  Target Milestone: 1.0

Plasma started to crash after every login, when I open it through konsole, I
can see this output: 
Plasma Shell startup completed
org.kde.plasmaquick: New Applet  "Digitální hodiny" with a weight of 0
libkcups: 0
libkcups: 0
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Both point size and pixel size set. Using pixel size.
trying to show an empty dialog
Neoprávněný přístup do paměti (SIGSEGV)

It is somehow connected to 0 size of some kind of applet. I didn't installed
nor placed any kind of applet.

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

[krita] [Bug 396922] New: Overview docker is glitched when switching between projects

2018-07-27 Thread Isaac Zuniga
https://bugs.kde.org/show_bug.cgi?id=396922

Bug ID: 396922
   Summary: Overview docker is glitched when switching between
projects
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: isaaczun...@outlook.com
  Target Milestone: ---

Here's a video of the issue:
https://drive.google.com/file/d/1Oy49BQJCh0oyCCS-VlgW3G6gbh-NFJ_v/view?usp=sharing

This does not seem to be an issue on projects that are exactly the same size.
However, on different projects of different proportions, this happens.

This was re-created on: Krita 4.2.0 pre-alpha (git 188c4b4)

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

[kmymoney] [Bug 395098] Moving around in budget amount (assignments) fields

2018-07-27 Thread Joshua Christopher
https://bugs.kde.org/show_bug.cgi?id=395098

Joshua Christopher  changed:

   What|Removed |Added

 CC||chrisjoshtop...@gmail.com

--- Comment #1 from Joshua Christopher  ---
I'm not able to reproduce this in git master. Has it been fixed?

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

[kdenlive] [Bug 396921] New: Speed Effect - Breaks when Cut with Razor Tool

2018-07-27 Thread Ben
https://bugs.kde.org/show_bug.cgi?id=396921

Bug ID: 396921
   Summary: Speed Effect - Breaks when Cut with Razor Tool
   Product: kdenlive
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: ben.wind...@gmail.com
  Target Milestone: ---

The speed effect fundamentally breaks other effects in the timeline. Including:

- Transform effect
- Position/Zoom effect

Steps to Reproduce:

1. Add a clip to timeline
2. Add 'transform' effect, with some keyframes
3. Cut this clip with razor tool
4. Apply speed effect %200 to one of the cut pieces

Expected Result:

The cut clip has transform keyframe positions scaled with the speed effect.

Result:

The cut clip has transform keyframe positions do not scale with the speed
effect. The transforms keyframes are messed up.

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

[Touchpad-KCM] [Bug 387153] libinput-backend touchpad KCM only used on Wayland

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387153

ree...@gmail.com changed:

   What|Removed |Added

 CC||ree...@gmail.com

--- Comment #9 from ree...@gmail.com ---
Is it possible to just turn off KDM's pointer handling altogether? Or at least
make it possible to run a script when configuring a device.

My problem is that I have three pointing devices: touchpad, trackpoint and
intermittent USB mouse. Every time I plug the mouse in, kcminit screws up the
settings for both touchpad and trackpoint.

Prior to recent updates my /etc configuration worked fine with no interference,
but now KDE cannot be persuaded to just let things alone. 

Here's the config I have in /etc. This works just fine without kdminit's
meddling:

# Match on all pointing devices but joysticks

Section "InputClass"
Identifier "cfr libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection

# llaw chwith : llygod = pointers *heb* touchpads & trackpoints

Section "InputClass"
Identifier "cfr libinput llygod"
MatchIsPointer "on"
MatchIsTouchpad "off"
NoMatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Left Handed Enabled" "1"
EndSection


# dim ond trackpoint
# addaswyd o https://bbs.archlinux.org/viewtopic.php?pid=1747203#p1747203

Section "InputClass"
Identifier "cfr libinput trackpoint" 
MatchIsPointer "on"
MatchIsTouchpad "off"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Accel Speed" "1"
Option "Accel Profile" "flat"
Option "Left Handed Enabled" "0"
EndSection

# dim ond touchpads

Section "InputClass"
Identifier "cfr libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "1"
Option "TappingDragLock" "1"
Option "Accel Speed" "1"
Option "Left Handed Enabled" "0"
EndSection

And here is kcminit-undo, which I must run shortly after I plug a mouse in:

#!/bin/bash -
#set -x
PATH=/usr/bin
export PATH

allan=0

usage="Usage: $0 
Ceisio dadwneud kdminit sy'n torri config llygoden, touchpad a trackpoint."
error () {
echo "$@" 1>&2
((allan++))
usage_and_exit $allan
}
warning () {
echo "$@" 1>&2
((allan++))
return 1
}
usage () {
printf %b "$usage\n"
}
usage_and_exit () {
usage
exit $1
}
try () {
xinput set-prop $1 "$2" $3 || warning "Gwall: na allaf gosod  "$2" $3
am $4."
}

tempargs=$(getopt -o h --long help -- "$@")
if [ $? != 0 ];
then
usage_and_exit
fi
eval set -- "$tempargs"

while true
do
case "$1"
in
-h | --help)
usage;
exit $allan;;
--)
shift;
break;;
*)
error Unrecognised option "$1".
esac
done


touch=$(xinput list --id-only "SynPS/2 Synaptics TouchPad")
track=$(xinput list --id-only "TPPS/2 IBM TrackPoint")
mouse=$(xinput list  | grep "Mouse" | sed
's/^.*id=\([0-9][0-9]*\)[^0-9].*$/\1/')

[[ "$mouse" != "" ]] && xinput set-prop $mouse "libinput Left Handed Enabled" 1

try $track "libinput Left Handed Enabled" 0  TrackPoint
try $track "libinput Accel Speed" 1 TrackPoint
try $track "libinput Accel Profile Enabled" "0, 1" TrackPoint
try $touch "libinput Accel Speed" 1 TouchPad
try $touch "libinput Tapping Enabled" 1 TouchPad
try $touch "libinput Tapping Drag Lock Enabled" 1 TouchPad
try $touch "libinput Left Handed Enabled" 0 TouchPad


exit $allan
# vim: set nospell: 

The module seems to have no discretion at all. It sets everything left-handed,
whereas I only want the mouse that way - not the trackpoint. And it drastically
slows pointer speed for the touchpad and, to a lesser extent, the trackpoint.

Please provide an option to disable this functionality in KDE without
uninstalling KDE altogether. I know I have a somewhat specific setup. I don't
expect a GUI to accommodate it. But the GUI needs an off switch so KDE keeps
out of the way again.

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

[latte-dock] [Bug 396896] Sportify creates a high cpu usage when dock is hidden and tries to rise

2018-07-27 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=396896

Michael  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #9 from Michael  ---
I did a bit of digging and spotify has a wrapper shell script to start it that
detects if there's a wayland socket, I think it uses gtk2 if it doesn't detect
wayland. 

I switched to plasma-wayland session and spotify and latte dock work together
better, but wayland has its own different issues.

Thanks for your help with this, I'll mark it as resolved.

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

[kdeconnect] [Bug 395749] Device pairings are lost between reboots

2018-07-27 Thread Rohit Pande
https://bugs.kde.org/show_bug.cgi?id=395749

Rohit Pande  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||pandero...@gmail.com

--- Comment #7 from Rohit Pande  ---
Same issue here. One way to replicate this is to 'Refresh' the devices on the
KDE Connect System Setting Module. The details of my phone are automatically
deleted in the trusted_devices file. Is there some way to make it permanent in
trusted_devices?

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

[digikam] [Bug 396920] New: EXIF info not written when files from some cameras (Pentax K3) are edited and saved

2018-07-27 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=396920

Bug ID: 396920
   Summary: EXIF info not written when files from some cameras
(Pentax K3) are edited and saved
   Product: digikam
   Version: 5.9.0
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Metadata-Exif
  Assignee: digikam-bugs-n...@kde.org
  Reporter: christian.louis.tho...@gmail.com
  Target Milestone: ---

Created attachment 114172
  --> https://bugs.kde.org/attachment.cgi?id=114172=edit
zip file containing original image, image after editing and saving, and config

I use a Pentax K3 and occasionally my wife's Canon point and shoot.  When the
Pentax images are edited and saved all exif information is lost.  With the
Canon it is fine.  I've been able to read and write exif info using exiv2 on
the same files so I am filing the bug in digikam.

Steps to reproduce:
1. open image in attached zip file (IMG_1587.JPG)  
2. Edit and save.  To produce the edited file I did Brightness/Contrast/Gamma
5/15/1.0

Actual Result:
Photograph Properties is missing in the Properties tab

exiv2 shows no exif data:

"File name   : IMG_1587_v1.JPG
File size   : 643327 Bytes
MIME type   : image/jpeg
Image size  : 1920 x 1280
IMG_1587_v1.JPG: No Exif data found in the file"


Expected Result:
All information from original file unless changed by edit is still in file and
is shown under Photograph Properties in Properties tab.


I am using the 5.9.0 appimage so I am only including minimal system
information.  I can provider more if needed. The attachment includes my config
file.

System Info:
OS: Ubuntu 18.04
Linux Kernel: 4.15.0-29-generic

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

[kdiff3] [Bug 395686] Kdiff3 doesn't start in wayland when using the default run command

2018-07-27 Thread michael
https://bugs.kde.org/show_bug.cgi?id=395686

michael  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from michael  ---
Be advised your distro's default version is unsupported and is no longer
maintianed. Please tell Arch to upgrade there package to use
https://anongit.kde.org/kdiff3.git. 
If rebuilding from source here does not solve the problem I will look into it.

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

[krita] [Bug 396919] New: Audio Glitching Back

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396919

Bug ID: 396919
   Summary: Audio Glitching Back
   Product: krita
   Version: 4.1.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: animator2...@gmail.com
  Target Milestone: ---

When I animate in krita and play the audio to get my timings right (like story
time and stuff) it would sometimes play back to something that already played.

(example)
the orange pineapple went over to the sea

(but sometimes it would be like...)
the orange pineapple went over orange pineapple went over to the sea

Krita is a great animation program for me and if this is fixed it would mean a
whole lot for me.

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

[krita] [Bug 396918] New: Audio Glitching Back

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396918

Bug ID: 396918
   Summary: Audio Glitching Back
   Product: krita
   Version: 4.1.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: animator2...@gmail.com
  Target Milestone: ---

When I animate in krita and play the audio to get my timings right (like story
time and stuff) it would sometimes play back to something that already played.

(example)
the orange pineapple went over to the sea

(but sometimes it would be like...)
the orange pineapple went over orange pineapple went over to the sea

Krita is a great animation program for me and if this is fixed it would mean a
whole lot for me.

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

[konsole] [Bug 396435] emoji rendering broken

2018-07-27 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=396435

--- Comment #10 from Kurt Hindenburg  ---
Git commit 9941ac6a5d6fb1c6d78121d48c6c0da1d2dfad73 by Kurt Hindenburg.
Committed on 27/07/2018 at 12:34.
Pushed by hindenburg into branch 'Applications/18.08'.

Revert "Change internal character type size to 32 bit"

This reverts commit 5128781a824c26dc2746650fea0ae9f95861b9d8.

M  +3-3src/Character.h
M  +4-4src/Emulation.cpp
M  +1-1src/Emulation.h
M  +16   -16   src/ExtendedCharTable.cpp
M  +8-8src/ExtendedCharTable.h
M  +1-1src/History.cpp
M  +1-1src/History.h
M  +10   -10   src/Screen.cpp
M  +4-4src/Screen.h
M  +5-5src/TerminalCharacterDecoder.cpp
M  +19   -21   src/TerminalDisplay.cpp
M  +2-2src/Vt102Emulation.cpp
M  +2-2src/Vt102Emulation.h
M  +24   -24   src/autotests/CharacterWidthTest.cpp
M  +7-7src/konsole_wcwidth.cpp
M  +1-1src/konsole_wcwidth.h

https://commits.kde.org/konsole/9941ac6a5d6fb1c6d78121d48c6c0da1d2dfad73

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

[kdevelop] [Bug 396917] New: Crashes on autocompletion of some weird code

2018-07-27 Thread Vitaliy
https://bugs.kde.org/show_bug.cgi?id=396917

Bug ID: 396917
   Summary: Crashes on autocompletion of some weird code
   Product: kdevelop
   Version: 5.2.1
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: silverunicorn2...@yandex.ru
  Target Milestone: ---

Created attachment 114171
  --> https://bugs.kde.org/attachment.cgi?id=114171=edit
Minimal example to reproduce the crash

When a function name is parenthesized in its declaration, it can’t be used in
autocompletion.

To reproduce, open the attached file, press Ctrl+Space inside the `main`
function, select `fn1` (not “implement fn1”), press Enter. On my system, it
crashes with SEGV reliably.

Personally, I consider such declarations weird, but they are valid C, and used
extensively in Lua.

Possibly related: #388971, #396196

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

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-07-27 Thread Vadim Barkov
https://bugs.kde.org/show_bug.cgi?id=385409

--- Comment #13 from Vadim Barkov  ---
I've made the union in s390x_dirtyhelper_vec_op volatile and the bug magically
dissapeared.

Fixed.

Now I'll rearrange all stuff into two patches (tests & code) and submit here.

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

[drkonqi] [Bug 396916] drkonqi could not parse kdbgwin output on Windows/Mingw

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396916

Ralf Habacker  changed:

   What|Removed |Added

Summary|drkonqi could not parse |drkonqi could not parse
   |kdbgwin output on   |kdbgwin output on
   ||Windows/Mingw
 Blocks||380136


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 380136] Fix KF5 issues on Windows

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=380136

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||396916


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=396916
[Bug 396916] drkonqi could not parse kdbgwin output on Windows/Mingw
-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 396916] New: drkonqi could not parse kdbgwin output on

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396916

Bug ID: 396916
   Summary: drkonqi could not parse kdbgwin output on
   Product: drkonqi
   Version: 5.13.3
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Running crash test app from drkonqi build returns:

KCrash: Application 'crashtest.exe' crashing...
org.kde.drkonqi: Executable is:
"J:/openSUSE_Leap_42.3-x86_64/usr/i686-w64-mingw32/sys-root/mingw/bin/crashtest.exe"
org.kde.drkonqi: Executable exists: true
org.kde.drkonqi: Enabling drkonqi crash catching
kf5.kwidgetsaddons: Invalid pixmap specified.
org.kde.drkonqi.parser: line "crashtest.exe!SomeStruct::foo()()
[/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp @
43] at 0x401925\n" did not match
org.kde.drkonqi.parser: "__tmainCRTStartup"
"/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c" "crashtest.exe"
org.kde.drkonqi.parser: "__tmainCRTStartup"
"/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c" "kernel32.dll"
org.kde.drkonqi.parser: "__tmainCRTStartup"
"/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c" "ntdll.dll"
org.kde.drkonqi.parser: "__tmainCRTStartup"
"/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c" "ntdll.dll"
org.kde.drkonqi.parser: line "" did not match
org.kde.drkonqi.parser: Rating: 0 out of 0 Usefulness: Useless
org.kde.drkonqi.parser: 90%: 0 70%: 0 40%: 0
org.kde.drkonqi.parser: Have seen stack base: false Lines counted: 0

How to reproduce:
Follow howto at https://bugs.kde.org/show_bug.cgi?id=396893#c0

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

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-07-27 Thread Vadim Barkov
https://bugs.kde.org/show_bug.cgi?id=385409

--- Comment #12 from Vadim Barkov  ---
Andreas, I've reproduced the bug.

This occurs only when compiling valgrind with gcc-8 (I've used "gcc (SUSE
Linux) 8.1.1 20180719") and with default optimisation flags (I guess it is
"-O2").
I've compiled with same compiler and "-O0" and the problem dissapeared. 
When I've used gcc-7 compiler optimisation flag doesn't matter (all tests
pass).

So I guess there is new wrong optimisation bug in gcc-8. I'll try to resolve
somehow this problem in code.

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

[drkonqi] [Bug 396915] New: Uncomplete backtrace from kdbgwin

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396915

Bug ID: 396915
   Summary: Uncomplete backtrace from kdbgwin
   Product: drkonqi
   Version: 5.13.3
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

Running crashtest compiled for mingw returns: 


Application: crashtest (crashtest), signal: Unknown
crashtest.exe!SomeStruct::foo()()
[/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp @
43] at 0x401925
crashtest.exe!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x4013eb
kernel32.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x7712338a
ntdll.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x77d79a02
ntdll.dll!__tmainCRTStartup()
[/home/abuild/rpmbuild/BUILD/mingw-w64-crt/crt/crtexe.c @ 336] at 0x77d799d5

Running the same application with 'gdb crashtest'

GNU gdb (GDB) 8.1
(gdb) r
Starting program:
J:\openSUSE_Leap_42.3-x86_64\usr\i686-w64-mingw32\sys-root\mingw\bin\crashtest.exe
[New Thread 4892.0xaa4]
Program received signal SIGSEGV, Segmentation fault.
level4 (t=0) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:104
104
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:
No such file or directory.
(gdb) bt
#0  level4 (t=0) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:104
#1  0x00408a55 in level3 (t=) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:109
#2  level2 (t=) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:114
#3  level1 (t=) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:119
#4  main (argc=, argv=) at
/home/abuild/rpmbuild/BUILD/drkonqi-5.13.3/src/tests/crashtest/crashtest.cpp:156
(gdb)

Comparing kdbgwin backtrace with the gdb backtrace shows that kdbgwin backtrace
seems to be imcomplete.

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

[drkonqi] [Bug 396915] Uncomplete backtrace from kdbgwin

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396915

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||80136


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=80136
[Bug 80136] Ability to have more fine grained control over layout of summary
view
-- 
You are receiving this mail because:
You are watching all bug changes.

[kontact] [Bug 80136] Ability to have more fine grained control over layout of summary view

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=80136

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||396915


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=396915
[Bug 396915] Uncomplete backtrace from kdbgwin
-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 395416] --log-file output isn't split correctly after call vgdb

2018-07-27 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=395416

Philippe Waroquiers  changed:

   What|Removed |Added

 CC||philippe.waroquiers@skynet.
   ||be

--- Comment #1 from Philippe Waroquiers  ---
I tried to reproduce it, but could not.

Can you attach a compilable small C program to reproduce it,
together with the precise commands to reproduce the problem:
* valgrind options used to start the C program
* at what time do you start vgdb

Thanks

Philippe

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

[krita] [Bug 396914] New: Can't get rid of reference image

2018-07-27 Thread Christina
https://bugs.kde.org/show_bug.cgi?id=396914

Bug ID: 396914
   Summary: Can't get rid of reference image
   Product: krita
   Version: 4.1.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tools/Reference Images
  Assignee: krita-bugs-n...@kde.org
  Reporter: bilfnat...@yahoo.com
  Target Milestone: ---

Created attachment 114170
  --> https://bugs.kde.org/attachment.cgi?id=114170=edit
All layers are hidden but the picture is still there

I copied and pasted a picture to Krita to use for reference, rather than using
the docker, but now I can't get rid of it. As you can see in the attached
photos, even when I hide each layer, it still appears; I can't move it, erase
it, etc. -- It's just always there, covering a portion of the drawing. When I
save it as a PNG it gets rid of it, but as of right now, it poses an issue for
coloring what's underneath

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

[kpat] [Bug 396882] Freecell: Can move from foundation with double click

2018-07-27 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=396882

--- Comment #6 from Shlomi Fish  ---
(In reply to Albert Astals Cid from comment #4)
> Why are you now developing in a for instead of upstream?

I don't know if I still have a git push bit to the kde.org repositories.

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

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

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373232

--- Comment #45 from lukebe...@hotmail.com ---
Created attachment 114169
  --> https://bugs.kde.org/attachment.cgi?id=114169=edit
Still repo on KDE Neon 5.13.3

With KDE neon 15.3, the issue has gotten harder to reproduce. But horizontal
lines still show up with fractional scaling, especially when the mouse is used
to highlight text and scroll.

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

[digikam] [Bug 396913] Crashing when changing the timestamp for exif creation in bulk

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396913

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
 Status|UNCONFIRMED |RESOLVED
  Component|general |Portability
 Resolution|--- |DUPLICATE

--- Comment #1 from caulier.gil...@gmail.com ---


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

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

[digikam] [Bug 388542] DNG crash when i open a .nef files

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=388542

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

   What|Removed |Added

 CC||k...@pstt.de

--- Comment #3 from caulier.gil...@gmail.com ---
*** Bug 396913 has been marked as a duplicate of this bug. ***

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

[kpat] [Bug 396882] Freecell: Can move from foundation with double click

2018-07-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=396882

--- Comment #5 from Albert Astals Cid  ---
s/for/fork

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

[kpat] [Bug 396882] Freecell: Can move from foundation with double click

2018-07-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=396882

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #4 from Albert Astals Cid  ---
Why are you now developing in a for instead of upstream?

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

[digikam] [Bug 396913] New: Crashing when changing the timestamp for exif creation in bulk

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396913

Bug ID: 396913
   Summary: Crashing when changing the timestamp for exif creation
in bulk
   Product: digikam
   Version: 4.12.0
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: k...@pstt.de
  Target Milestone: ---

Application: digikam (4.12.0)
KDE Platform Version: 4.14.16
Qt Version: 4.8.7
Operating System: Linux 4.15.0-29-generic x86_64
Distribution: Linux Mint 18.3 Sylvia

-- Information about the crash:
- What I was doing when the application crashed:
I select 8 pictures and added 493 days and 22:44:00 Time. The preview was
correct, but when I press the apply button digikam crashed.

The crash can be reproduced sometimes.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f6477e77b80 (LWP 10957))]

Thread 10 (Thread 0x7f6411ffb700 (LWP 11101)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6474bcbc9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7f6474bce993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7f6474bcd4ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7f6471c2ae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f646e5bc6ba in start_thread (arg=0x7f6411ffb700) at
pthread_create.c:333
#7  0x7f64710d241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 9 (Thread 0x7f63c97fa700 (LWP 11100)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6474bcbc9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7f6474bce993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7f6474bcd4ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7f6471c2ae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f646e5bc6ba in start_thread (arg=0x7f63c97fa700) at
pthread_create.c:333
#7  0x7f64710d241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7f64127fc700 (LWP 11099)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6474bcbc9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7f6474bce993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7f6474bcd4ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7f6471c2ae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f646e5bc6ba in start_thread (arg=0x7f64127fc700) at
pthread_create.c:333
#7  0x7f64710d241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7f64137fe700 (LWP 11098)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6474bcbc9c in ?? () from /usr/lib/libthreadweaver.so.4
#3  0x7f6474bce993 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7f6474bcd4ef in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#5  0x7f6471c2ae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f646e5bc6ba in start_thread (arg=0x7f64137fe700) at
pthread_create.c:333
#7  0x7f64710d241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7f6413fff700 (LWP 11097)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f647741fa14 in KDcrawIface::RActionThreadBase::run() () from
/usr/lib/libkdcraw.so.23
#3  0x7f6471c2ae3c in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x7f646e5bc6ba in start_thread (arg=0x7f6413fff700) at
pthread_create.c:333
#5  0x7f64710d241d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7f6410ff9700 (LWP 11078)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6471c2b3a6 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  

[okular] [Bug 365152] Okular error

2018-07-27 Thread Marcos
https://bugs.kde.org/show_bug.cgi?id=365152

--- Comment #5 from Marcos  ---
I didn't get this error since I upgraded my Kubuntu... Now using Kubuntu 18.04
LTS. Thank you all.

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

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

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391322

--- Comment #4 from felipesabra...@gmail.com ---
Created attachment 114168
  --> https://bugs.kde.org/attachment.cgi?id=114168=edit
Hardware Information

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

[Akonadi] [Bug 396781] kmail no longer shows new mails

2018-07-27 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=396781

Daniel Vrátil  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.9
  Latest Commit||https://commits.kde.org/ako
   ||nadi/a9af352959abf95c25c6bc
   ||6e42df34a192d14ee8
 Resolution|--- |FIXED

--- Comment #5 from Daniel Vrátil  ---
Git commit a9af352959abf95c25c6bc6e42df34a192d14ee8 by Daniel Vrátil.
Committed on 27/07/2018 at 18:59.
Pushed by dvratil into branch 'Applications/18.08'.

Server: fix Item notifications being rejected on mimetype filters
FIXED-IN: 5.9

M  +2-0src/server/storage/notificationcollector.cpp

https://commits.kde.org/akonadi/a9af352959abf95c25c6bc6e42df34a192d14ee8

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

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

2018-07-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391322

felipesabra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from felipesabra...@gmail.com ---
Also reproducible on openSUSE Leap 15

KDE Plasma: 5.12.5
Qt Version: 5.9.4
Frameworks Version: 5.45.0
XOrg: Mesa 18.0.2 and xorg-x11-server 1.19.6
Kernel: 4.14.56

-- Reproducible:
- Always: After unfolding my 2-in-1 laptop from its tablet mode (completely
flipped) into laptop mode again. Also note that  keyboard and touchpad are
disabled automatically on tablet mode.

-- Workaround:
I use ksuperkey

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-07-27 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #39 from Eugene Shalygin  
---
(In reply to Milian Wolff from comment #38)
> current master now uses cpuid.h, does this work on gentoo?

What should have changed? 

kdevplatform.shell: Could not load plugin "kdevclangsupport" , it reported the
error: "The clang builtin include path
\"/usr/lib64/llvm/6/lib64/clang/6.0.1/include\" is invalid (missing varargs.h
header).\nTry setting the KDEV_CLANG_BUILTIN_DIR environment variable manually
to fix this.\nSee also: https://bugs.kde.org/show_bug.cgi?id=393779; Disabling
the plugin now.

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-07-27 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #38 from Milian Wolff  ---
current master now uses cpuid.h, does this work on gentoo?

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

[gwenview] [Bug 326273] When run from konsole, gwenview prints many useless logs

2018-07-27 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=326273

--- Comment #6 from Luca Carlon  ---
Version 17.12.3. Perfect then! Thanks.

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

[gwenview] [Bug 326273] When run from konsole, gwenview prints many useless logs

2018-07-27 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=326273

--- Comment #5 from Henrik Fehlauer  ---
What version is that? I remember we recently touched exactly this, so perhaps
in 18.04 or in 18.08 this should be fixed.

For me, current master and a clean config is absolutely silent on first
startup.

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

[gwenview] [Bug 326273] When run from konsole, gwenview prints many useless logs

2018-07-27 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=326273

--- Comment #4 from Luca Carlon  ---
Much better now. But still I see this:

mCurrentMainPageId == 'StartMainPageId'

when running it without arguments and closing it.

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

[kwin] [Bug 395632] On RX Vega 64, KDE compositor does not run at 144Hz even though monitor refresh rate is set to 144Hz

2018-07-27 Thread Benjamin Xiao
https://bugs.kde.org/show_bug.cgi?id=395632

--- Comment #39 from Benjamin Xiao  ---
After a brief period of using KWIN_TRIPLE_BUFFER=0 to get proper FPS in Kwin,
I've noticed increased micro stuttering in a lot of apps particularly scrolling
in web browsers, which I guess makes sense since we're only double buffering.

So unfortunately it isn't a valid workaround compared to setting MaxFPS=144 in
kwinrc.

Do we know why KWIN_TRIPLE_BUFFER would cause "Painting blocks for vertical
retrace" to be no? My vsync setting in System Settings -> Display and Monitor
-> Compositor is for sure set to Automatic.

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

[kpat] [Bug 396882] Freecell: Can move from foundation with double click

2018-07-27 Thread Shlomi Fish
https://bugs.kde.org/show_bug.cgi?id=396882

--- Comment #3 from Shlomi Fish  ---
(In reply to Parker Coates from comment #2)
> Created attachment 114153 [details]
> Potential fix
> 
> I no longer have a kde-games development enviroment set up, so I can't
> actually test that this compiles and works, but I believe the fix should be
> as simple as this.

I tested this patch and it seems to fix the problem. Thanks! Also see
https://github.com/shlomif/kpat/tree/fixes .

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

[krita] [Bug 396911] Cannot fill text with Gradient

2018-07-27 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=396911

--- Comment #1 from Boudewijn Rempt  ---
*** Bug 396910 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 396910] Fill Gradient for Text

2018-07-27 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=396910

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Boudewijn Rempt  ---


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

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

[plasmashell] [Bug 385824] Desktop icons move when you use several displays

2018-07-27 Thread olivier
https://bugs.kde.org/show_bug.cgi?id=385824

--- Comment #5 from olivier  ---
Yes it happened after i disconnect the second screen

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

[plasmashell] [Bug 396912] New: Infinite notifications 'An application needs additional multimedia codecs'

2018-07-27 Thread Antonio Larrosa
https://bugs.kde.org/show_bug.cgi?id=396912

Bug ID: 396912
   Summary: Infinite notifications 'An application needs
additional multimedia codecs'
   Product: plasmashell
   Version: 5.13.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: k...@privat.broulik.de
  Reporter: larr...@kde.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

I'm getting infinite notifications in plasma saying "An application needs
additional multimedia codecs" and a button to install ogg vorbis decoders
(which I had installed). If I open the notification applet in plasma and clear
the whole notifications history, it's filled again with the same messages
instantaneously (at least 10 notifications/second, but it happens so fast it's
difficult to count).

This notification is the same that is shown when running 


After some debugging, I found that this notification is run by phonon
executing:

/usr/lib/gst-install-plugins-helper "gstreamer|1.0|plasmashell|decodificador
Vorbis|decoder-audio/x-vorbis"

(this can be run manually to reproduce the message)

That command is run by PluginInstaller::addPlugin in phonon-gstreamer, when
calling gst_install_plugins_async . 
It seems gstreamer has an internal loop that at some point calls the
Phonon::Gstreamer::Pipeline::cb_error callback. This calls
PluginInstaller::checkInstalledPlugins [see backtrace 1 below] and at this
poing, PluginInstaller's m_state is Idle, m_pluginList is empty and m_descList
is a list containing one string: "gstreamer|1.0|plasmashell|decodificador
Vorbis|decoder-audio/x-vorbis", so the condition (!allFound ||
m_descList.size() > 0) is true and so it tries to install the codec by running
the above command.

I set a breakpoint in
Phonon::Gstreamer::PluginInstaller::pluginInstallationResult and noticed that
the result is always GST_INSTALL_PLUGINS_SUCCESS. This makes sense, since I
checked gst-install-plugins-helper is trying to using packagekit to install
something that provides "gstreamer1(decoder-audio/x-vorbis)()(64bit)" and I
have the gstreamer-plugins-base package installed, which provides that
capability.

I tried replacing the binary /usr/lib/gst-install-plugins-helper with a symlink
to /bin/true to check if maybe each notification was somehow generating the
next one (for example, because plasma tried to play a sound and this would
fail, generate a new notification, which would try to play another sound...),
but no. Replacing the command with 'true' stopped the notifications, but I
could still see in gdb that it's executing it continuously as fast as the cpu
allows.

I was tempted to try to fix this by making Phonon:Gstreamer::PluginInstaller
have a check that doesn't try to install the same plugin more than once per
minute, or something like that, but the above test shows that this is not a
valid fix.

Btw, while trying to understand phonon's code I noticed that PluginInstaller's
m_pluginList is always empty as PluginInstaller::addPlugin(GstMessage
*gstMessage) is called in each iteration, but PluginInstaller::addPlugin(const
QString , PluginType type) is never called (which is the only method that
inserts anything into m_pluginList.

I wondered if maybe filing this bug entry for phonon, but I'm not sure and
since it's plasmashell the process trying to play sound I thought I'd start
here, and maybe later we can move it to phonon.

Any idea of what else to try? I'll leave plasmashell stopped in gdb as long as
I can in order to continue testing this, as this problem happened to me other
times and it's difficult to reproduce.

This all happens in openSUSE Tumbleweed with plasma 5.13.3, phonon4qt5-4.10.1,
phonon4qt5-backend-gstreamer 4.9.0, gstreamer 1.14.1, pulseaudio 12.0,
Frameworks 5.47.0 and Qt 5.11.1, but I've seen the problem with older versions
too (I can't recall the first time I had this problem, but it was many months
ago).

[backtrace 1]

#0  0x7f9f2e956f95 in
Phonon::Gstreamer::PluginInstaller::checkInstalledPlugins()
(this=0x555ad29b5060) at
/usr/src/debug/phonon4qt5-backend-gstreamer-4.9.0-1.8.x86_64/gstreamer/plugininstaller.cpp:253
#1  0x7f9f2e94deee in Phonon::Gstreamer::Pipeline::cb_error(_GstBus*,
_GstMessage*, void*) (bus=, gstMessage=0x555b21f44310,
data=0x555ad2731800)
at
/usr/src/debug/phonon4qt5-backend-gstreamer-4.9.0-1.8.x86_64/gstreamer/pipeline.cpp:500
#2  0x7fa0114826c5 in ffi_call_unix64 () at ../src/x86/unix64.S:101
#3  0x7fa011481bd7 in ffi_call_int (cif=, fn=, rvalue=, avalue=, closure=)
at ../src/x86/ffi64.c:662
#4  0x7f9f61f78565 in g_cclosure_marshal_generic () at
/usr/lib64/libgobject-2.0.so.0
#5  0x7f9f61f77aed in g_closure_invoke () at /usr/lib64/libgobject-2.0.so.0
#6  0x7f9f61f8ab13 in  () at /usr/lib64/libgobject-2.0.so.0
#7  0x7f9f61f93b4a in 

[plasmashell] [Bug 396865] The Amarok media controls are missed in the "Task Manager" or "Icons-only Task Manager" applet window thumbnail

2018-07-27 Thread uRohan
https://bugs.kde.org/show_bug.cgi?id=396865

--- Comment #9 from uRohan  ---
Created attachment 114167
  --> https://bugs.kde.org/attachment.cgi?id=114167=edit
org.kde.amarok.desktop

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

[valgrind] [Bug 382563] MIPS MSA ASE support

2018-07-27 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=382563

Petar Jovanovic  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #21 from Petar Jovanovic  ---
(In reply to Julian Seward from comment #20)
> Petar, can this be closed now?

Yes, it can.

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

[krita] [Bug 396911] New: Cannot fill text with Gradient

2018-07-27 Thread Sonya Denney
https://bugs.kde.org/show_bug.cgi?id=396911

Bug ID: 396911
   Summary: Cannot fill text with Gradient
   Product: krita
   Version: 4.1.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: sonyalden...@gmail.com
  Target Milestone: ---

Created attachment 114166
  --> https://bugs.kde.org/attachment.cgi?id=114166=edit
Attempting to add gradient to text fill

When trying to add gradient to a text, it turns red and cannot be changed back.

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

[krita] [Bug 396910] New: Fill Gradient for Text

2018-07-27 Thread Sonya Denney
https://bugs.kde.org/show_bug.cgi?id=396910

Bug ID: 396910
   Summary: Fill Gradient for Text
   Product: krita
   Version: 4.1.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tool/Text
  Assignee: krita-bugs-n...@kde.org
  Reporter: sonyalden...@gmail.com
  Target Milestone: ---

Created attachment 114165
  --> https://bugs.kde.org/attachment.cgi?id=114165=edit
Attempting to add gradient to text fill

When filling text with a gradient, the text turns red and cannot be changed.

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

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread 3ndymion
https://bugs.kde.org/show_bug.cgi?id=363771

--- Comment #6 from 3ndymion <3ndymio...@gmail.com> ---
I have this problem in Arch Linux with KDE as well.  I don't know if this would
be helpful info or not, but when I choose to disable the popup, another popup
message appears, but it stays minimized down in the taskbar.  It does not ever
pop up, or maximize, or come into focus on its own.  You have to maximize it
manually to see it, if you even noticed that it appeared.

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

[plasmashell] [Bug 396441] Icons turn into black figures

2018-07-27 Thread David
https://bugs.kde.org/show_bug.cgi?id=396441

--- Comment #2 from David  ---
(In reply to Roman Gilg from comment #1)
> Happens on Wayland as well?
> 
> What icons all? For example in task manager, launcher/menu, desktop?

No idea if it happens on wayland, and don't have the necessary setup to try it
either, sorry. Happens with all icons in the task manager and system tray. Not
sure about desktop ones as I haven't really checked, but will try to provide
more info when it happens again.

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

[plasmashell] [Bug 396210] Disable This Popup option causes plasma to crash.

2018-07-27 Thread 3ndymion
https://bugs.kde.org/show_bug.cgi?id=396210

--- Comment #6 from 3ndymion <3ndymio...@gmail.com> ---
(In reply to Roman Gilg from comment #5)
> Check the bug report Kai referenced as duplicate. There is more information
> and you can provide more there instead of this one here.

OK, I'll head over there.  Thanks.

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

[plasmashell] [Bug 396210] Disable This Popup option causes plasma to crash.

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396210

--- Comment #5 from Roman Gilg  ---
(In reply to 3ndymion from comment #4)
> (In reply to Roman Gilg from comment #2)
> > I have never seen this popup before as well. How did you open Dolphin? Is it
> > somehow embedded into a widget? Or did you open it just from Launcher/
> > command line?
> > 
> > The seg fault itself seems to be a problem in Qt.
> 
> Hi.  I just double click on the icon to open Dolphin.  I haven't done
> anything special.  I've been using Arch Linux with KDE for a couple of
> months, & then, it just all of a sudden started happening one day.  I have
> no idea why.  It still happens regularly.
> 
> A strange thing is that, when you click the option to disable it, a popup
> message appears, but it doesn't actually pop up.  The popup message stays
> closed down in the taskbar & out of focus.  You have to maximize it manually
> to ever see it.  You might not even know that it appeared.

Check the bug report Kai referenced as duplicate. There is more information and
you can provide more there instead of this one here.

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

[plasmashell] [Bug 395229] Plasmashell crashed as i browsed "Application Menu" entries.

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=395229

Roman Gilg  changed:

   What|Removed |Added

  Component|general |Application Menu (Kicker)
   Assignee|k...@davidedmundson.co.uk|h...@kde.org
 CC||subd...@gmail.com

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

[plasmashell] [Bug 396493] Plasmashell sometimes starts with 3/4ths of the screen black

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396493

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #1 from Roman Gilg  ---
Pls issue

qdbus org.kde.KWin /KWin supportInformation

and paste output here.

Also gather plasma startup log from $HOME/.local/share/sddm/

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

[plasmashell] [Bug 396210] Disable This Popup option causes plasma to crash.

2018-07-27 Thread 3ndymion
https://bugs.kde.org/show_bug.cgi?id=396210

--- Comment #4 from 3ndymion <3ndymio...@gmail.com> ---
(In reply to Roman Gilg from comment #2)
> I have never seen this popup before as well. How did you open Dolphin? Is it
> somehow embedded into a widget? Or did you open it just from Launcher/
> command line?
> 
> The seg fault itself seems to be a problem in Qt.

Hi.  I just double click on the icon to open Dolphin.  I haven't done anything
special.  I've been using Arch Linux with KDE for a couple of months, & then,
it just all of a sudden started happening one day.  I have no idea why.  It
still happens regularly.

A strange thing is that, when you click the option to disable it, a popup
message appears, but it doesn't actually pop up.  The popup message stays
closed down in the taskbar & out of focus.  You have to maximize it manually to
ever see it.  You might not even know that it appeared.

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

[plasmashell] [Bug 396441] Icons turn into black figures

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396441

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Roman Gilg  ---
Happens on Wayland as well?

What icons all? For example in task manager, launcher/menu, desktop?

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

[umbrello] [Bug 380136] Fix KF5 issues on Windows

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=380136

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||396909


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=396909
[Bug 396909] On Windows there is no support for installing debug packages
-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 396517] plasma crashes again for no freaking reason

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396517

Roman Gilg  changed:

   What|Removed |Added

Version|5.12.6  |unspecified
  Component|general |libplasma
Product|plasmashell |frameworks-plasma
 CC||subd...@gmail.com
   Assignee|k...@davidedmundson.co.uk|notm...@gmail.com
   Target Milestone|1.0 |---

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

[drkonqi] [Bug 396909] On Windows there is no support for installing debug packages

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396909

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||380136


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 396893] drkonqi does not find kdbgwin located in the same directory

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396893

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||380136


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=380136
[Bug 380136] Fix KF5 issues on Windows
-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 380136] Fix KF5 issues on Windows

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=380136

Ralf Habacker  changed:

   What|Removed |Added

 Depends on||396893


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=396893
[Bug 396893] drkonqi does not find kdbgwin located in the same directory
-- 
You are receiving this mail because:
You are watching all bug changes.

[drkonqi] [Bug 396909] New: On Windows there is no support for installing debug packages

2018-07-27 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=396909

Bug ID: 396909
   Summary: On Windows there is no support for installing debug
packages
   Product: drkonqi
   Version: 5.13.3
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

drkonqi has support for installing debug packages if the generated backtrace is
incomplete caused by missing symbols.

On linux this support is provided by a shell script, which runs a distribution
specific package manager, which is called to install missing debug packages.

On windows there is currently no support to install debug packages.

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

[plasmashell] [Bug 396520] Crash when dropping a file/folder outside of the "folder-view" of the desktop

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396520

Roman Gilg  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|h...@kde.org
 CC||subd...@gmail.com
  Component|general |Folder

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

[plasmashell] [Bug 396524] Usability issue: Change context menu default behavior

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396524

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman Gilg  ---
Could this be done in theory on Wayland via KWin? This would need greater
changes though in order to not regress in usability. Foremost all pointer
events would need to be sent to other surfaces besides the context menu one.

In general allowing clicks outside of context menus would be a massive
usability change.

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

[plasmashell] [Bug 380250] plasmashell often freeze in various IO action.

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=380250

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Roman Gilg  ---
Sorry Tom, but this bug report is in general too vague to really pin point the
issue at hand. If you find a reliable way to reproduce the issues you
experience and can better narrow them down, pls reopen.

For example if plasmashell freezes, try to get a backtrace as David mentioned.
Closing for now.

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

[valgrind] [Bug 385409] s390x: z13 vector integer instructions not implemented

2018-07-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=385409

--- Comment #11 from Julian Seward  ---
Vadim, Andreas, please can you split this into two patches:
* one with all the tests
* one with the final bug-fixed implementation
so it's easier to review.

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

[kde-gtk-config] [Bug 396908] New: cgctheme.knsrc kde error connection

2018-07-27 Thread Evgeniy
https://bugs.kde.org/show_bug.cgi?id=396908

Bug ID: 396908
   Summary: cgctheme.knsrc kde error connection
   Product: kde-gtk-config
   Version: 5.13.3
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: manutort...@chakra-project.org
  Reporter: evgenijmala...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 114164
  --> https://bugs.kde.org/attachment.cgi?id=114164=edit
image containing error

when open discover viewed error

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

[amarok] [Bug 396907] New: Amarok crashes when user clicks on Help ---> Diagnostics, while running under Wayland

2018-07-27 Thread Sandeep
https://bugs.kde.org/show_bug.cgi?id=396907

Bug ID: 396907
   Summary: Amarok crashes when user clicks on Help --->
Diagnostics, while running under Wayland
   Product: amarok
   Version: kf5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: sandy.8...@gmail.com
  Target Milestone: kf5

Happens on Amarok master branch, atleast at commit
453aa79e03fc512abcca5b2109a2aecce6dab314 (and most likely older).

I did a little digging, and found that it crashes specifically at this line.

DiagnosticDialog.cpp  - Line 127

aPhononBackend->property( "X-KDE-PhononBackendInfo-Version", QVariant::String
).toString(), // & Backend

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

[amarok] [Bug 396907] Amarok crashes when user clicks on Help ---> Diagnostics, while running under Wayland

2018-07-27 Thread Sandeep
https://bugs.kde.org/show_bug.cgi?id=396907

Sandeep  changed:

   What|Removed |Added

 CC||sandy.8...@gmail.com

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

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

--- Comment #5 from Kai Uwe Broulik  ---
This ends up calling Klipper::disableURLGrabber() which creates a KMessageBox
resulting in a nested event loop which typically causes crashes when used in
QML

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

[plasmashell] [Bug 363771] deactivate "Aufklappmenue"

2018-07-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=363771

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||3ndymio...@gmail.com

--- Comment #4 from Kai Uwe Broulik  ---
*** Bug 396210 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 396210] Disable This Popup option causes plasma to crash.

2018-07-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=396210

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||k...@privat.broulik.de

--- Comment #3 from Kai Uwe Broulik  ---


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

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

[kwin] [Bug 381486] Switching activity don't change focus

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=381486

Roman Gilg  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|kwin-bugs-n...@kde.org
 CC||subd...@gmail.com
   Target Milestone|1.0 |---
Product|plasmashell |kwin
  Component|general |activities
Version|5.8.6   |5.8.9

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

[plasmashell] [Bug 396210] Disable This Popup option causes plasma to crash.

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396210

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #2 from Roman Gilg  ---
I have never seen this popup before as well. How did you open Dolphin? Is it
somehow embedded into a widget? Or did you open it just from Launcher/ command
line?

The seg fault itself seems to be a problem in Qt.

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

[clazy] [Bug 396904] Clazy needs a logo/icon, e.g. for usage in GUI IDE integration

2018-07-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=396904

Sergio Martins  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |smart...@kde.org

--- Comment #1 from Sergio Martins  ---
I have a logo for it somewhere, will ask the designer were he put it :)

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

[clazy] [Bug 396904] Clazy needs a logo/icon, e.g. for usage in GUI IDE integration

2018-07-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=396904

Sergio Martins  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

 CC||hongxu@windriver.com

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

[valgrind] [Bug 396906] compile tests failure on mips32-linux: broken inline asm in tests on mips32-linux

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396906

Hongxu Jia  changed:

   What|Removed |Added

 CC||hongxu@windriver.com

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

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

--- Comment #1 from Hongxu Jia  ---
Created attachment 114163
  --> https://bugs.kde.org/attachment.cgi?id=114163=edit
fix opcode not supported on mips32-linux

Since the following commit applied, it defines CLFAGS for mips32,
but missed to pass them to tests which caused the failure
...
3e344c57f Merge in a port for mips32-linux
...

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

[valgrind] [Bug 396906] compile tests failure on mips32-linux: broken inline asm in tests on mips32-linux

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396906

--- Comment #1 from Hongxu Jia  ---
Created attachment 114162
  --> https://bugs.kde.org/attachment.cgi?id=114162=edit
fix broken inline asm in tests on mips32-linux

Remove the duplicated L1xyzzy1main, and use local symbol to replace.
http://tigcc.ticalc.org/doc/gnuasm.html#SEC46

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

[valgrind] [Bug 396906] compile tests failure on mips32-linux: broken inline asm in tests on mips32-linux

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396906

Hongxu Jia  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |hongxu@windriver.com

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

[valgrind] [Bug 396906] New: compile tests failure on mips32-linux: broken inline asm in tests on mips32-linux

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396906

Bug ID: 396906
   Summary: compile tests failure on mips32-linux: broken inline
asm in tests on mips32-linux
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: helgrind
  Assignee: jsew...@acm.org
  Reporter: hongxu@windriver.com
  Target Milestone: ---

While build tests(`make check') with gcc 8.1.0 on mips32-linux,
there is a failure
[snip]
|mips-wrsmllib32-linux-gcc  -meb -mabi=32 -mhard-float -march=mips32
-c -o tc08_hbl2-tc08_hbl2.o `test -f 'tc08_hbl2.c' || echo '../../../
valgrind-3.13.0/helgrind/tests/'`tc08_hbl2.c
|/tmp/cc37aJxQ.s: Assembler messages:
|/tmp/cc37aJxQ.s:275: Error: symbol `L1xyzzy1main' is already defined
|Makefile:1323: recipe for target 'tc08_hbl2-tc08_hbl2.o' failed
[snip]

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

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Platform|Other   |Compiled Sources

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

[valgrind] [Bug 396905] compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Hongxu Jia  changed:

   What|Removed |Added

   Assignee|jsew...@acm.org |hongxu@windriver.com

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

[valgrind] [Bug 396905] New: compile tests failure on mips32-linux: Error: opcode not supported on this processor: mips1 (mips1)

2018-07-27 Thread Hongxu Jia
https://bugs.kde.org/show_bug.cgi?id=396905

Bug ID: 396905
   Summary: compile tests failure on mips32-linux: Error: opcode
not supported on this processor: mips1 (mips1)
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: hongxu@windriver.com
  Target Milestone: ---

While build tests(`make check') on mips32-linux, there are
serial failures such as:
[snip]
| mips-wrsmllib32-linux-gcc  -meb -mabi=32 -mhard-float -c
-o atomic_incs-atomic_incs.o `test -f 'atomic_incs.c' || echo
'../../../valgrind-3.13.0/memcheck/tests/'`atomic_incs.c
| /tmp/ccqrmINN.s: Assembler messages:
| /tmp/ccqrmINN.s:247: Error: opcode not supported on this
processor: mips1 (mips1) `ll $t3,0($t1)'
| /tmp/ccqrmINN.s:249: Error: opcode not supported on this
processor: mips1 (mips1) `sc $t3,0($t1)'
[snip]

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

[Akonadi] [Bug 396781] kmail no longer shows new mails

2018-07-27 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=396781

Laurent Montel  changed:

   What|Removed |Added

 CC||dvra...@kde.org

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

[frameworks-kxmlgui] [Bug 347220] There is no local language in systemsetting's Switch application language list

2018-07-27 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=347220

David Edmundson  changed:

   What|Removed |Added

Product|systemsettings  |frameworks-kxmlgui
 CC||k...@davidedmundson.co.uk
   Assignee|plasma-b...@kde.org |kdelibs-b...@kde.org
Version|5.4.1   |unspecified
  Component|general |general

--- Comment #11 from David Edmundson  ---
kxmlgui/src/kswitchlanguagedialog_p.cpp

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

[Akonadi] [Bug 396781] kmail no longer shows new mails

2018-07-27 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=396781

Laurent Montel  changed:

   What|Removed |Added

  Component|message list|general
Version|Git (master)|GIT (master)
Product|kmail2  |Akonadi

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

[clazy] [Bug 396904] New: Clazy needs a logo/icon, e.g. for usage in GUI IDE integration

2018-07-27 Thread Friedrich W . H . Kossebau
https://bugs.kde.org/show_bug.cgi?id=396904

Bug ID: 396904
   Summary: Clazy needs a logo/icon, e.g. for usage in GUI IDE
integration
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: kosse...@kde.org
CC: smart...@kde.org
  Target Milestone: ---

When integrating clazy as tool into an IDE with GUI, it would be nice to have
an official visual identifier to use for the respective functionality provided
by the clazy-driven backend.

See e.g. integration of clazy into KDevelop (currently at review request state
at https://phabricator.kde.org/D14288)

Having a clazy icon to use for the plugin and the respective menu
entries/toolbar entries would improve things :)

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

[kmail2] [Bug 396781] kmail no longer shows new mails

2018-07-27 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=396781

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Laurent Montel  ---
I confirm that I have this problem too.
I rebuild kdepim

I need to restart kmail after receiving emails...

It seems that it's an akonadi problem.

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

[plasmashell] [Bug 396843] GIMP 2.10 icon displayed incorrectly

2018-07-27 Thread Jan Neumann
https://bugs.kde.org/show_bug.cgi?id=396843

Jan Neumann  changed:

   What|Removed |Added

 Attachment #114161|gimp.desktop|gimp.desktop (containing
description||appropriate StartupWMClass
   ||which fixes the issue)

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

[plasmashell] [Bug 396843] GIMP 2.10 icon displayed incorrectly

2018-07-27 Thread Jan Neumann
https://bugs.kde.org/show_bug.cgi?id=396843

--- Comment #16 from Jan Neumann  ---
Created attachment 114161
  --> https://bugs.kde.org/attachment.cgi?id=114161=edit
gimp.desktop

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

[plasmashell] [Bug 394981] Icons for JetBrains products are now only displayed in search

2018-07-27 Thread Jan Neumann
https://bugs.kde.org/show_bug.cgi?id=394981

Jan Neumann  changed:

   What|Removed |Added

 CC||koglim...@gmail.com

--- Comment #7 from Jan Neumann  ---
I'm having the exact same issue.

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

[plasmashell] [Bug 396843] GIMP 2.10 icon displayed incorrectly

2018-07-27 Thread Jan Neumann
https://bugs.kde.org/show_bug.cgi?id=396843

--- Comment #15 from Jan Neumann  ---
Created attachment 114160
  --> https://bugs.kde.org/attachment.cgi?id=114160=edit
GIMP window xprop

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

[plasmashell] [Bug 396843] GIMP 2.10 icon displayed incorrectly

2018-07-27 Thread Jan Neumann
https://bugs.kde.org/show_bug.cgi?id=396843

--- Comment #14 from Jan Neumann  ---
I apologize for being unresponsive for the last couple of days. I was not
expecting you to respond in such a quick and serious manner and I'm pleasantly
surprised that you did! I guess I'm too used to proprietary software support
being oblivious to my issues and therefore I tend to forget how awesome the
FOSS community is.

Modifying taskmanagerrulesrc did not work for me, I don't know why. I even
tried `gimp-2.10=GNU Image Manipulation Program`, to no avail. I'd also like to
add that my gimp.desktop file does not contain any StartupWMClass entry by
default at all. I'm on Manjaro Linux - Arch based. The xprop output is included
in an attachment.

However, the temporary fix suggested by Michail (adding
`StartupWMClass=gimp-2.10` to gimp.desktop) did work.

Btw, thanks for pointing me to an existing issue regarding JetBrains
applications. Also, thanks for explaining how libtaskmanager operates. I was
unaware of both taskmanagerrulesrc and StartupWMClass up until now.

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

[kwin] [Bug 396902] Kwin Crash on Task Switching (ALT+TAB)

2018-07-27 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=396902

Thomas  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #2 from Thomas  ---
(In reply to David Edmundson from comment #1)
> We can't do anything with crash reports without backtraces, sorry.
> 
> You should see a sad face icon in the system tray after it crashes which can
> be used to report the bug.

I didn't actually get a crash notification as I normally would for other
programs.  What I can give is the output from console crashing while running
kwin.  Not sure how to give much more.

$ kwin
QXcbConnection: XCB error: 3 (BadWindow), sequence: 178, resource id: 39845894,
major code: 20 (GetProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 191, resource id: 39845894,
major code: 20 (GetProperty), minor code: 0
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setWindow: Painter not active
QPainter::setClipRect: Painter not active
QPainter::save: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::setClipRect: Painter not active
QPainter::drawRects: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setWindow: Painter not active
QPainter::setClipRect: Painter not active
QPainter::save: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::setClipRect: Painter not active
QPainter::drawRects: Painter not active
QPainter::restore: Unbalanced save/restore
kwin_core: Compositing is not possible
The X11 connection broke: No error (code 0)
XIO:  fatal IO error 39 (Directory not empty) on X server ":0"
  after 3293 requests (3293 known processed) with 0 events remaining.
QObject::~QObject: Timers cannot be stopped from another thread
QtDBus: cannot relay signals from parent QObject(0x555ae49fdcc0 "") unless they
are emitted in the object's thread QThread(0x555ae4977db0 ""). Current thread
is QSGRenderThread(0x7f4ff80154f0 "").

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

[plasmashell] [Bug 396524] Usability issue: Change context menu default behavior

2018-07-27 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396524

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from David Edmundson  ---
Might be nice, but it's simply not feasible.

Under X the first menu grabs all mouse events. Our plasma window literally
never gets the second right click.

Even if we did manage to work round it in plasma, it would then be out of place
with every other toolkit. Sorry.

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

[plasmashell] [Bug 396246] Plasma crashed in Wayland session after some inaction

2018-07-27 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=396246

Roman Gilg  changed:

   What|Removed |Added

 CC||subd...@gmail.com
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
  Component|general |generic-crash

--- Comment #1 from Roman Gilg  ---
Is this crash somehow reproducible?

Might be an upstream Qt bug. Changing component therefore.

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

  1   2   >