[korganizer] [Bug 361419] Unaccepted Google calendar events not shown

2016-10-19 Thread Eduard Valiauka via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361419

Eduard Valiauka  changed:

   What|Removed |Added

 CC||nsbm.abb...@gmail.com

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


[kdevelop] [Bug 371018] CPP parser responds very slow after user action

2016-10-19 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371018

--- Comment #10 from Sven Brauch  ---
When you change the code, a background process is started with a certain delay,
which updates the code model (highlighting, ...).
_While_ this process is running, the clang-based cpp support cannot generate
completion lists, it has to wait. Before it is started and after it is finished
all is fine. This is an unfortunate limitation of libclang, the old kdevelop
cpp parser didn't have that. Thus, we added this "long" delay as a workaround,
and thus it doesn't help to scale this delay with CPU speed either. I know this
is unfortunate, but I'm not capable of improving the situation in
clang/libclang, and I don't have the time to work into that either. Maybe
Milian has an idea.

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


[kwin] [Bug 371199] Dragging windows on my left screen causes them to jump down to the bottom

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371199

--- Comment #3 from mitch...@ferguson.geek.nz ---
Whoa, that fixed it! Crazy stuff. Readding the panel causes the problem to
reappear.

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


[kdevelop] [Bug 371197] Running certain unit tests freezes KDevelop and Plasma panels

2016-10-19 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371197

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Kevin Funk  ---
When KDevelop freezes, can you attach GDB and get us a backtrace?

See more here:
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/Debugging_with_GDB#Attaching_gdb_to_already_running_applications

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


[kwin] [Bug 371204] New: Activity gets ignored after restart

2016-10-19 Thread Christian Muehlhaeuser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371204

Bug ID: 371204
   Summary: Activity gets ignored after restart
   Product: kwin
   Version: 5.8.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: activities
  Assignee: kwin-bugs-n...@kde.org
  Reporter: mue...@gmail.com

A newly created activity gets ignored evrywhere (but the system settings) after
a restart.

Reproducible: Always

Steps to Reproduce:
1. Created a new activity, gave it a name, description and icon
2. Used that activity a bunch
3. Rebooted
4. The new Activity is now missing from activity-switcher and context-menus
5. The new Activity is still showing up in the system settings.
6. Adding another new activity in the settings now, only my Default activity
and the newest activity are showing up. The activity created during #1 is still
ignored everywhere except for the settings.

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


[kdevelop] [Bug 369374] Background parser slows down the GUI thread for large projects

2016-10-19 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369374

--- Comment #8 from Kevin Funk  ---
@Wei-Cheng: Want to get started hacking on KDevelop? Looks like you're almost
there. :)

Patches welcome! See https://www.kdevelop.org/contribute-kdevelop

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


[kwin] [Bug 371199] Dragging windows on my left screen causes them to jump down to the bottom

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371199

--- Comment #4 from Martin Gräßlin  ---
Thanks for testing! Now we know where the problem is.

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

[kactivitymanagerd] [Bug 371204] Activity gets ignored after restart

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371204

Martin Gräßlin  changed:

   What|Removed |Added

 CC||plasma-b...@kde.org
Product|kwin|kactivitymanagerd
   Assignee|kwin-bugs-n...@kde.org  |ivan.cu...@kde.org
  Component|activities  |general

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

[Akonadi] [Bug 367638] DATABASE ERROR: 1452

2016-10-19 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367638

RJVB  changed:

   What|Removed |Added

 CC||rjvber...@gmail.com

--- Comment #2 from RJVB  ---
I wouldn't be so sure that this error only occurs when 2 mysql daemons are
running. I've been seeing this for ages with 14.3.3 and 14.4 (git/head) with
the latest akonadi 1.13.1. For a while now my Linux rig (4.13.3) has been
immune to it and only my OS X system gave the errors. They disappeared from
(and now reappeared on) the Linux system after some combination of fsck and
vacuum, and I think the same may have happened on OS X.

just for kicks, this is what I currently see on my akonadi terminal after each
complete sync (Ctrl-L). I must assume there's potentially a single folder in my
list which is the culprit, but I have a bit too many of them to do manual
refreshes one by one to find the trouble folder(s).

DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: Unable to
execute statement"
Query: "INSERT INTO CollectionPimItemRelation (Collection_id, PimItem_id)
VALUES (:0, :1)"
DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: Unable to
execute statement"
Query: "INSERT INTO CollectionPimItemRelation (Collection_id, PimItem_id)
VALUES (:0, :1)"
DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: Unable to
execute statement"
Query: "INSERT INTO CollectionPimItemRelation (Collection_id, PimItem_id)
VALUES (:0, :1)"
DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: Unable to
execute statement"
Query: "INSERT INTO CollectionPimItemRelation (Collection_id, PimItem_id)
VALUES (:0, :1)"
DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: Unable to
execute statement"
Query: "INSERT INTO CollectionPimItemRelation (Collection_id, PimItem_id)
VALUES (:0, :1)"
DATABASE ERROR:
Error code: 1452
DB error:  "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
Error text: "Cannot add or update a child row: a foreign key constraint fails
(`akonadi`.`collectionpimitemrelation`, CONSTRAINT
`collectionpimitemrelation_ibfk_2` FOREIGN KEY (`PimItem_id`) REFERENCES
`pimitemtable` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) QMYSQL3: U

[konsole] [Bug 343803] Konsole keeps running in background after closing window with nvidia drivers

2016-10-19 Thread Sergio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343803

Sergio  changed:

   What|Removed |Added

 CC||sergio.calleg...@gmail.com

--- Comment #79 from Sergio  ---
I have started to see the issue on a Kubuntu Yakkety (16.10) machine that uses
Nvidia Quadro FX 570 graphics. The graphics card is supported by the Nvidia 340
legacy driver. The software included in Yakkety is plasma 5.7.5, framework
5.26.0, konsole 16.04.3, QT 5.6.1.

The symptoms seem to be exactly those described here. Closing the konsole a
process is left behind, in my case using 100% cpu. Furthermore, there are
occasional crashes of the konsole on exit due to issues with corrupted double
linked lists.

Moving to the noveau driver resolves both the issues (but brings in other
problems on its own).

The interesting part is that the same machine with exactly the same hardware,
was not showing this issue with ubuntu Xenial, while others report the issue
also on Xenial.

I thus wonder if the bug may be triggered by some sort of race or
ordering/timings in which events occur, that may be influenced by both the
hardware and the software stack. If this is the case, the fixing of the issue
in the most recent Nvidia drivers could be just luck. For sure, the issue is
still present with the latest Nvidia 340 drivers, so please reopen.

Even if this is a bug with the Nvidia legacy opengl implementation, avoiding
triggering the issue in the beginning in the konsole would be the best. This
should be possible as the Qt terminal is reported not to have any issue.

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


[Akonadi] [Bug 255388] Kmail filters dont work in incoming mail

2016-10-19 Thread quazgar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=255388

quazgar  changed:

   What|Removed |Added

 CC||quaz...@posteo.de

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


[KScreen] [Bug 359542] Waking up notebook from sleep after undocking leaves display turned off

2016-10-19 Thread OlafLostViking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359542

--- Comment #22 from OlafLostViking  ---
Sometimes. (I know, very helpfui. It happened once or twice this week, if I
remember correctly.)

Just now after docking the internal screen was shut off (which took two or
three seconds), the secondary external monitor was showing the lockscreen, the
primary was not (albeit it was powered on). After logging in, both were active.
Undocking worked, redocking it (taking again a few seconds) messed Plasma up
(panel on the wrong screen, far too small, wallpaper replaced by default
wallpaper, windows all on different screens with random sizes). Doing the cycle
again led to the panel being on the correct screen, the wallpaper on the
secondary screen is still the default wallpaper. After changing the wallpaper
on the secondary screen, I retried: The third try took over six or seven
seconds to shut off the LVDS (I first thought it hangs). The wallpapers of both
external screens are fine, the windows messed up and the panel again shifted
(and shrinked) to the secondary screen. To not make it an endless loop: The
fourth and last try reset the wallpaper again, but the panel was fine.

I will now delete the kscreen files again and re-start with a clean config as I
am now using 5.8.1.

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


[plasmashell] [Bug 371205] New: System settings / Multimedia / Volume / Input devices - can not save the default input device option after reboot

2016-10-19 Thread Viacheslav via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371205

Bug ID: 371205
   Summary: System settings / Multimedia / Volume / Input devices
- can not save the default input device option after
reboot
   Product: plasmashell
   Version: 5.8.0
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: papam...@mail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

System settings / Multimedia / Volume / Input devices - can not save the
default input device option after reboot (KDE 5.8.0)
System settings / Multimedia / Sound and video / Device priority / Sound
recording - doesnt't show device list and not allows to select them or move up
and down in list

Reproducible: Always

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


[Akonadi] [Bug 340813] sometimes two copies of mysqld are running with Akonadi

2016-10-19 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340813

RJVB  changed:

   What|Removed |Added

 CC||rjvber...@gmail.com

--- Comment #13 from RJVB  ---
So here's an additional observation, from 4.13.3/ akonadi 1.13.1 but maybe
still useful.
As I just reported in a duplicate (https://bugs.kde.org/show_bug.cgi?id=367638)
I get the 1452 error even when I don't have 2 mysql daemons running. Not
continuously at least.

Looking at it today I first thought that they were generated only after a full
sync (Ctrl-L) but then I noticed the error messages also appeared while I was
browsing an email and no sync activity was occurring.
I then made the link with the search folder I created yesterday, which was
designed to combine the entries from several folders in a virtual folder. For
that, I defined a search working on the folders of interest and returning all
items with a total size >= 0kb. I left the 2nd field empty.

When I deleted that search folder the error messages disappeared, but the
unread email in one of the target folders disappeared too. From kmail; Claws
shows they're still there, fortunately.

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


[systemsettings] [Bug 371206] New: Artifacts on wayland session

2016-10-19 Thread Mikola via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371206

Bug ID: 371206
   Summary: Artifacts on wayland session
   Product: systemsettings
   Version: 5.8.2
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_desktopthemedetails
  Assignee: jamboar...@gmail.com
  Reporter: mikolabr...@ukr.net
CC: plasma-b...@kde.org

OS: KDE Neon Dev Stable with updates from 19 Oct 2016 9:00 UTC.

When I open System Settings (Системні параметри) and then go to Desktop themes
(Тема робочого простору) window gets distorted. This happens only on wayland
session.

Reproducible: Always

Steps to Reproduce:
1. Switch to wayland session
2. open System Settings
3. go to Desktop themes

Actual Results:  
window gets distorted

Expected Results:  
window normal

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

[Akonadi] [Bug 371112] Handle akonadi_control and akonadiserver crash gracefully

2016-10-19 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371112

Daniel Vrátil  changed:

   What|Removed |Added

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

--- Comment #1 from Daniel Vrátil  ---
To clarify: the akonadiserver process is managed by akonadi_control too (and
will be restarted by akonadi_control if it crashes) so the only case when
agents should self-terminate is when akonadi_control crashes ( ==
org.freedesktop.Akonadi.Control service disappears from DBus)

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

[konsole] [Bug 343803] Konsole keeps running in background after closing window with nvidia drivers

2016-10-19 Thread Sergio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343803

--- Comment #80 from Sergio  ---
Note that a comment in the bug thread on the nvidia bug tracker states: "From
what I've seen it may not be the nVidia driver which is at fault. There seems
to be a complicated threading issue which might or might not be caused by the
driver...it may just be this driver exposes the issue differently."

The fact that some people saw the issue even in Xenial with Nvidia 340 and I
did not, as well as the fact that some report that on more modern graphics
cards the issue disappeared with nvidia 361.18 and reappeared in 361.28 seems
to confirm that this may just be a race somewhere (Qt?) and not a bug in the
nvidia drivers.

Is there a Qt bug open on this?

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


[partitionmanager] [Bug 370384] KDE Partition Manager crashes while starting up

2016-10-19 Thread Vishal Rao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370384

Vishal Rao  changed:

   What|Removed |Added

 CC||vishal...@gmail.com

--- Comment #2 from Vishal Rao  ---
Created attachment 101641
  --> https://bugs.kde.org/attachment.cgi?id=101641&action=edit
output of lsblk command

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


[partitionmanager] [Bug 370384] KDE Partition Manager crashes while starting up

2016-10-19 Thread Vishal Rao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370384

--- Comment #3 from Vishal Rao  ---
I faced the same issue. I have Neon 5.8 dev unstable edition, same backtrace as
original reporter's. I have a SATA SSD, an NVMe m.2 SSD, an HDD, an external
USB HDD, and a USB pen drive plugged in, was trying to format the pen drive
when came across this issue.

Attaching output of my lsblk command, let me know if anything further required.

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


[krita] [Bug 369643] Transparency Mask not updating correctly on canvas

2016-10-19 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369643

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/9cf0a76bfb77ec014f0a29688
   ||b00475de6934b1f
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Dmitry Kazakov  ---
Git commit 9cf0a76bfb77ec014f0a29688b00475de6934b1f by Dmitry Kazakov.
Committed on 19/10/2016 at 08:45.
Pushed by dkazakov into branch 'master'.

Fix Wash Mode painting on masks

We told Krita that the masks support indirect painting but
we never implemented the indirect painting itself! :(

Fixes T3922

M  +38   -18   libs/image/kis_indirect_painting_support.h
M  +34   -3libs/image/kis_mask.cc
M  +1-2libs/image/kis_paint_layer.cc
M  +1-3libs/image/kis_selection_based_layer.cpp
M  +6-12   libs/image/lazybrush/kis_colorize_mask.cpp

http://commits.kde.org/krita/9cf0a76bfb77ec014f0a29688b00475de6934b1f

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


[plasmashell] [Bug 368885] The plasma panel has no shadow on Wayland

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368885

--- Comment #3 from Martin Gräßlin  ---
Possible patch at https://phabricator.kde.org/D3109

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

[kwin] [Bug 340225] registerShortcut is undefined in declarativescript

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340225

--- Comment #13 from kdeb...@chilon.net ---
I'd like to be able to but I need a bit more info about why the existing
binding code doesn't work and a sentence or two describing what's needed. I
assumed from Martin's terse response that he's too busy to be able to help me
so don't get your hopes up. I do have the skills to fix this though, just need
a bit more knowledge.

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


[krita] [Bug 370457] A specific .kra file will not open when I try to in any way.

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370457

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
I recovered the file.

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


[krita] [Bug 369601] the pressure doesn't work, it's full lines

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369601

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Boudewijn Rempt  ---
This is likely a mis-configuration on your system, I'm afraid. The next beta
release will add even more debug information to the tablet log. If after
removing all drivers and then reinstalling the correct driver (and only that
one; you cannot have more than one tablet driver installed on Windows), the
issue is not solved, please make a tablet log and reopen the bug.

https://docs.krita.org/KritaFAQ#What_if_your_tablet_is_not_recognized_by_Krita.3F

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


[krita] [Bug 364386] The freehand tool doesn't work when I am trying to finger paint on the touch screen

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364386

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||stillo...@gmail.com

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

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


[KScreen] [Bug 371207] New: Every login mangles by dual monitor config! Primary monitor unusable on login (black screen unable to right click on it until I disable/renable)

2016-10-19 Thread Morgan Cox via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371207

Bug ID: 371207
   Summary: Every login mangles by dual monitor config! Primary
monitor unusable on login (black screen unable to
right click on it until I disable/renable)
   Product: KScreen
   Version: 5.7.5
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: se...@kde.org
  Reporter: morganco...@gmail.com

I have a laptop (primary screen) and a HDMI monitor, i'm using Nvidia (370)
drivers - my laptop screen (primary) is on the right side and HDMI monitor on
the left..

When I initially set it like that is was fine, however on reboot my primary
display is just a black screen (no wallpaper and no ability to right click on
it) - to 'fix' it I have to disable the monitor from system-settings, then
re-enable it to get the display back - when I do I see my wallpaper again.

The monitor settings  works fine until I restart and it happens again.

Reproducible: Always

Steps to Reproduce:
1. Setup monitors
2. Reboot

Actual Results:  
Unable black desktop, no wall paper, no way of interacting with it (right click
to open menu does nothing)

Expected Results:  
I expected my desktop to be as it was before rebooting/logging out.

I am running Nvidia-370 driver, it works perfectly in KDE neon/plasma 5.8

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


[krita] [Bug 369447] The reload button stopped working.

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369447

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Hi Wolthera,

I also can no longer reproduce; if this still happens to you, please reopen the
bug. Maybe it's a particular tweak that doesn't get restored -- I tried the
mask size of a brush tip.

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


[kwin] [Bug 340225] registerShortcut is undefined in declarativescript

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340225

--- Comment #14 from Martin Gräßlin  ---
if you have any specific questions please ask. I thought that this would be
sufficient as a starter.

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

[krita] [Bug 371124] Frequent crash without apparent common cause, I have the reports from drmingw

2016-10-19 Thread María via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371124

--- Comment #4 from María  ---
Created attachment 101640
  --> https://bugs.kde.org/attachment.cgi?id=101640&action=edit
Dr.Ming report crash 2016-10-19 Copy and paste a layer from other tab

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

[krita] [Bug 369205] Krita crashes when exporting to various formats

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369205

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Boudewijn Rempt  ---
We need more information to be able to investigate what's up: the export
options work fine for me on all operating systems. Please try the latest latest
beta (3.0.1.90, but 3.0.91 will be released today or tomorrow). If you can
reproduce the issue, please reopen the bug and attach a .kra file that will not
export to the formats you have tried.

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


[krita] [Bug 369161] ext_qt (5.7) build fails with Xcode 8 + macOS Sierra

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369161

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #12 from Boudewijn Rempt  ---
Closing then.

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


[kipiplugins] [Bug 371208] New: resizing and renaming files

2016-10-19 Thread Peer Frank via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371208

Bug ID: 371208
   Summary: resizing and renaming files
   Product: kipiplugins
   Version: 5.2.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-imag...@kde.org
  Reporter: peer.fr...@web.de

plugin for resizing and renaming selected files is missing (for Gwenview
(16.08.1) KDE framework 5 (5.26.0))

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


[krita] [Bug 318882] implement indirect painting mode for masks

2016-10-19 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=318882

Dmitry Kazakov  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #13 from Dmitry Kazakov  ---
Fixed now in
http://commits.kde.org/krita/9cf0a76bfb77ec014f0a29688b00475de6934b1f

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


[krita] [Bug 369675] Waiting for image operation to complete

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369675

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Boudewijn Rempt  ---
We've had other reports about Krita hanging when switching workspaces, too, but
we found a workaround which is in 3.0.1.90. Please try that version or the
latest beta which we'll release today or tomorrow. If you can still reproduce
the issue with those releases, please re-open the bug.

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


[kwin] [Bug 340225] registerShortcut is undefined in declarativescript

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340225

--- Comment #15 from Martin Gräßlin  ---
> we need this for kwin-tiling

why does kwin-tiling need the declarative script? Does it do any user
interface? If not it should use the qscript based scripting where this is still
available.

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

[krita] [Bug 370519] Only opening once during a computer session

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370519

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Without more information, I cannot investigate what's going on. There can
always only be one krita process running at the same time, so if a closed Krita
process is hanging around, starting a new one won't work. But you should be
able to see that process in the task manager and if so, kill it. If that
happens, it's interesting to try to figure out why Krita doesn't close
correctly on your system, of course.

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


[kdeconnect] [Bug 371209] New: Android keyboard doesn't type on kde

2016-10-19 Thread valerio pachera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371209

Bug ID: 371209
   Summary: Android keyboard doesn't type on kde
   Product: kdeconnect
   Version: 0.7.2
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: siri...@gmail.com

Debian jessie 64 bit kde 4.14.2.
kdeconnect 0.7.2.
Andoid 6.0 (LG G4s)
Kdeconnect 1.4.4.



Reproducible: Always

Steps to Reproduce:
The function remote impulse works but when I type on the virtual keyboard on my
phone, nothing appears on kde.

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


[krita] [Bug 344533] Vector layer duplication is broken (produces distorted paths)

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344533

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |DOWNSTREAM

--- Comment #2 from Boudewijn Rempt  ---
We still need a kra file that shows the issue.

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


[www.kde.org] [Bug 354585] IPv6 connections to https://dot.kde.org fail

2016-10-19 Thread Ben Cooksley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354585

Ben Cooksley  changed:

   What|Removed |Added

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

--- Comment #12 from Ben Cooksley  ---
Thanks Chris.

Based on another response I received via another channel which also indicated
the access problems were fixed, combined with this one, i'm going to consider
the issue resolved.

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


[krita] [Bug 371135] Active Local Selection doesn't actually limit drawing.

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371135

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||b...@valdyas.org
 Ever confirmed|0   |1

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


[krita] [Bug 344533] Vector layer duplication is broken (produces distorted paths)

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344533

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|DOWNSTREAM  |WAITINGFORINFO

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


[kdeconnect] [Bug 371209] Android keyboard doesn't type on kde

2016-10-19 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371209

--- Comment #1 from Albert Vaca  ---
Version 0.7.2 is two years old. Upgrade to 1.0.

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


[kipiplugins] [Bug 371208] resizing and renaming files

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371208

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
This plugin have been dropped as is not maintained since a long time.

Gilles Caulier

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


[krita] [Bug 369544] TouchScreen Problem

2016-10-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369544

Boudewijn Rempt  changed:

   What|Removed |Added

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

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


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

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


[krita] [Bug 369675] Waiting for image operation to complete

2016-10-19 Thread David via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369675

--- Comment #3 from David  ---
Have been trying 3.0.1.90 and have not had this issue with that version. 
Thank you!

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


[Akonadi] [Bug 320529] maildir resource not working

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320529

g.s...@tiscali.it changed:

   What|Removed |Added

 CC||g.s...@tiscali.it

--- Comment #8 from g.s...@tiscali.it ---
Hi, same annoying problem. I am using OpenSuSE Tumbleweed, Kmail 5.3.0, Akonadi
16.08.1-1.4
akonadictl stats that akonadi is running, but kmail stop itself saying akonadi
is not running.
Messages are the same as the ones from the previous comments.

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


[Phonon] [Bug 362476] No device listed in KCM Phonon, when Pulseaudio is disabled

2016-10-19 Thread Ralph Moenchmeyer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362476

Ralph Moenchmeyer  changed:

   What|Removed |Added

 CC||r...@anracon.de

--- Comment #5 from Ralph Moenchmeyer  ---
I do have exactly the same problem and confirm the basic findings of mathojojo. 

I am using Opensuse Leap 42.1 - fully updated. I have deactivated Pulseaudio
(because it still is a mess for many multichannel cards). 

I use various .asoundrc-files for different purposes - they contain definitions
of virtual PCM devices - which by the "hint"-directive should be displayed
aside the hardware devices in KDE's  phonon overview/setup dialog:  

Using KDE's "systemsettings -> multimedia" you should get a full overview over
all available sound devices - which in my case are quite many. But I just get
one lonely entry: "Default" (with a small icon indicating an Alsa device). 

Actually, with KDE 4 all my devices were/are fully displayed. The most
confusing thing is: 

Both the present VLC and Amarok versions under Opensuse Leap do deliver a
complete list of all available Alsa sound devices (real and virtual)! See the
attachment for Amarok. There is a ALSA  device ALSADEF listed which was defined
as a plug-device in the .asoundrc.  

However, KDE's systemsettings leads to the almost empty list => So KDE 5 (at
least in Opensuse Leap) in fact obstructs the opportunity for the user to
select and test both defined HW sound devices and virtual Alsa PCM plug
devices. Just, as mathojojo has described it ... 

In may opinion this is a major bug - KDE's Phonon GUI interface should support
and display all Alsa devices. With Pulseaudio (PA) active or not ! 
With Pulseaudio (PA) activated  I - in complete agreement with mathojojo  - at
least see most of the HW devices - but not with PA deactivated. 

So, there is something wrong - and our findings somehow indicate that the
present KDE/systemsettings/Phonon GUI-interface relies on some parts of PA
being active.

As I find the bug for a different distribution than  mathojojo I think that
this bug is distribution independent. 

And it leads to a major problem for users which want to work with pure Alsa. 

Dear KDE developers: Please be aware of the fact that there are still users
which for good reasons do not use Pulseaudio. 

I want to kindly ask you to investigate this problem a bit deeper. Believe me :
This bug has been around for almost a year now. From my side I shall deliver
all data required to find the origin of this strange behavior of KDE's  user
interface to Phonon - when PA is deactivated. 

Please tell us, what information you need.

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


[Phonon] [Bug 362476] No device listed in KCM Phonon, when Pulseaudio is disabled

2016-10-19 Thread Ralph Moenchmeyer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362476

--- Comment #6 from Ralph Moenchmeyer  ---
Created attachment 101642
  --> https://bugs.kde.org/attachment.cgi?id=101642&action=edit
Amarok under Opensuse Leap 42.1 displays all available Alsa devices

See the list of all available HW sound devices and one defined virtual Alsa PCM
device of type "plug" defined in the .asoundrc.

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


[k3b] [Bug 344818] Blank failed

2016-10-19 Thread Germano Massullo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344818

--- Comment #4 from Germano Massullo  ---
The strange thing is that even if, during a disk burning, k3b complains about
not being able to erase the disk, it actually erases it, because once you put
the disk again in the dvd writer, k3b is able to burn it and write data on it

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


[Phonon] [Bug 362476] No device listed in KCM Phonon, when Pulseaudio is disabled

2016-10-19 Thread Ralph Moenchmeyer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362476

--- Comment #7 from Ralph Moenchmeyer  ---
Created attachment 101643
  --> https://bugs.kde.org/attachment.cgi?id=101643&action=edit
KDE's systemsettings/multimedia shows only one device

KDE's systemsettings (KCM) interface for Phonon displays just one device under
KDE 5.

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


[plasmashell] [Bug 371163] Add support for animated GIFs to kscreenlocker

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371163

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
>. In Plasma 5.8, KDE implemented videos on the lockscreen. 

No it didn't.

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


[plasmashell] [Bug 349785] Add an option auto-hide intelligently if and only if some window is near it, or maximized. As seen on Cinnamon Panels.

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349785

David Edmundson  changed:

   What|Removed |Added

 CC||kentallend...@gmail.com

--- Comment #8 from David Edmundson  ---
*** Bug 371174 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 371174] Add intelli-hide behavior to Plasma panels

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371174

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[Phonon] [Bug 362476] No device listed in KCM Phonon, when Pulseaudio is disabled

2016-10-19 Thread Ralph Moenchmeyer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362476

--- Comment #8 from Ralph Moenchmeyer  ---
(In reply to Harald Sitter from comment #2)
> Created attachment 99438 [details]
> works just fine
> 
> you might want to make sure you are using phonon 4.9. I am reasonably
> certain the relevant code hasn't changed in years though.

I had a look at this attachment. In my opinion the hampered and reduced list
there just proves what mathojojo and I claim - the phonon GUI works wrongly.

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


[kdevplatform] [Bug 371210] New: patch review shouldn't add files it opens to the recent files menu

2016-10-19 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371210

Bug ID: 371210
   Summary: patch review shouldn't add files it opens to the
recent files menu
   Product: kdevplatform
   Version: unspecified
  Platform: Compiled Sources
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: patchreview
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rjvber...@gmail.com
CC: david.nolden@art-master.de

The patch review plugin can open quite a few files, which aren't always files
you have been editing - for instance when you rename a directory and commit the
resulting change (which KDevelop sadly records as separate delete/create events
rather than renames which git does support).

When you commit or review changes to a file you've been editing that file will
most likely already be in the recent files menu, or at least it won't surprise
appearing there. If however that change has been pending for some time there
still isn't much of a reason to add the file to the list of recent documents.

Reproducible: Always

Steps to Reproduce:
1. commit or review changes that include files you haven't touched for a while
or at all (other than renaming them or the directory they live in)
2. close the review toolview
3. try to open a file from the recent files menu

Actual Results:  
If the patch review concerned enough files, the whole recent files menu will be
populated with the reviewed files. This just happened to me, and it took me a
while to understand why the list contained only unfamiliar files all of a
sudden.

Expected Results:  
Ideally the recent files menu would only contain files you have actually opened
yourself

Supposing it is not trivial to decide on the fly whether or not a file being
opened should be added to the recent files menu, this could be achieved more or
less easily by (order of personal preference):

- opening only the patchfile in review mode and letting the user open any
modified file s/he is interested in by double-clicking in the list of modified
files (which is an existing functionality)
- maintaining separate lists of recent files for the review and other modes.

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


[plasmashell] [Bug 371181] Add Unity-like HUD into KDE

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371181

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
Change your application launcher to "Application Dashboard"

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


[gwenview] [Bug 371211] New: gwenview - no metadata editing offered anymore

2016-10-19 Thread Knut Hildebrandt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371211

Bug ID: 371211
   Summary: gwenview - no metadata editing offered anymore
   Product: gwenview
   Version: 5.0.0
  Platform: Chakra
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: knut.hildebra...@gmx.de
CC: myr...@kde.org

After the update to plasma 5 metadata editing vanished from Plugin/Images menu.

Already have reported this here https://bugs.kde.org/show_bug.cgi?id=367518 and
https://bugs.kde.org/show_bug.cgi?id=344675. But nobody confirmed it yet.

Reproducible: Always




I'm on Chakra Linux.

kipi-plugins: 5.2.0
libkipi: 16.08.1
gwenview: 16.08.1

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


[plasmashell] [Bug 371181] Add Unity-like HUD into KDE

2016-10-19 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371181

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
The Unity HUD actually searches through the app menu (like the AppMenu runner).
It will be implemented in one form or another once I figure out the global menu
stuff. (I even have a working prototype)

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


[plasmashell] [Bug 371163] Add support for animated GIFs to kscreenlocker

2016-10-19 Thread kentallenduke via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371163

--- Comment #3 from kentallenduke  ---
(In reply to David Edmundson from comment #2)
> >. In Plasma 5.8, KDE implemented videos on the lockscreen. 
> 
> No it didn't.

You're right. I meant the new locker can play  "animated wallpapers", but not
GIFs.

I wish I can correct the original post, but I can't.

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


[valgrind] [Bug 360571] Error about the Android Runtime reading below the stack pointer on ARM

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360571

Julian Seward  changed:

   What|Removed |Added

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

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


[plasmashell] [Bug 371163] Add support for animated GIFs to kscreenlocker

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371163

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
I had a look, there's a different QML type for dispaying animated images:
AnimatedImage. 

Following the tutorial here,
https://www.kubuntuforums.net/showthread.php?67703-Kubuntu-video-wallpaper it
would be easy enough to add as a wallpaper type.

However, this is the sort of feature that belongs in a different wallpaper
plugin on store.kde.org, not in core Plasma.

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


[frameworks-baloo] [Bug 366807] Crash in mdb_txn_begin

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366807

--- Comment #13 from David Edmundson  ---
*** Bug 371191 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 371191] Crash after click on application finded in search menu

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371191

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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


[krita] [Bug 371135] Active Local Selection doesn't actually limit drawing.

2016-10-19 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371135

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/773b8bf82f4a011da95b0e64f
   ||8929005b65dd1e6
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Dmitry Kazakov  ---
Git commit 773b8bf82f4a011da95b0e64f8929005b65dd1e6 by Dmitry Kazakov.
Committed on 19/10/2016 at 10:27.
Pushed by dkazakov into branch 'master'.

Fix local selections to work again

This patch just correctly implements the overriding of a selection
in the resources snapshot

Fixes T4089
CC:djka...@yandex.ru

M  +10   -14   libs/ui/tool/kis_resources_snapshot.cpp

http://commits.kde.org/krita/773b8bf82f4a011da95b0e64f8929005b65dd1e6

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


Betriebshaftpflicht-Test: Jetzt Testsieger schon ab 6,49 € monatlich versichern

2016-10-19 Thread Monika Kastner
Liebe Leserinnen und Leser, 

eine Betriebshaftpflicht stellt eine spezielle Form
der Haftpflichtversicherung für Unternehmen dar.
Durch eine Betriebshaftpflicht werden Ansprüche
gegen das Unternehmen / den Unternehmer
abgewehrt. Das schützt vor dem finanziellen Ruin.
 
Hier können Sie bereits ab 6,49 € monatlich das
Risiko versichern: 

http://optimal-versichert.co/track/?id=0FE94B21EB&e=9E19B13974&u=ABA03F1BCB

TIPP: Als Unternehmer können Sie Ihr Unternehmen
und Ihre Mitarbeiter etwa durch eine Betriebshaftpflicht
absichern. Wenn Sie als Geschäftsführer fungieren, sind
Sie auch selbst haftbar. 

Unsere Experten beraten Sie gern kostenlos, anonym
und unverbindlich über eine mögliche Absicherung
Ihrer Unternehmung. 

Ihre

Monika Kastner
Redaktion 
Buelowstrasse 82
56479 Neustadt/ Westerwald

Kommende Meldungen abbestellen:
http://optimal-versichert.co/unsubscribe/?id=0FE94B21EB&u=ABA03F1BCB&p=2193EBF99C&m=3zz0DfttF6_cZmocep0Gm0mGSGGzo3Wn73aU6cpmg_vV1yjshFeUB5bFi08pzuxw




[plasmashell] [Bug 371015] wayland : X applications have default X icon.

2016-10-19 Thread Martin Bednar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371015

--- Comment #2 from Martin Bednar  ---
I just read the blog post :) you guys are awesome. I suppose this could be
closed...
I'd suggest linking to this errata page directly from the desktop of the Neon
liveCD. And I don't know which channel to go through for that to happen...

Thanks.

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


[kwin] [Bug 317343] KWin declarative script: set the hot corner for the script from the relevant KCM

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317343

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from David Edmundson  ---
Fixed in 5.9

Just add X-KWin-Border-Activate=true to your metadata file and your script will
appear in the KCM.

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


[valgrind] [Bug 369723] __builtin_longjmp not supported in clang/llvm on Android arm64 target

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369723

--- Comment #2 from Julian Seward  ---
(In reply to chh from comment #0)
> Suggested fix, to add VG_MINIMAL_SETJMP and VG_MINIMAL_LONGJMP for
> VGP_arm64_linux:
> [..patch follows..]

Thank you for looking into this.  This looks like a good solution to
me.  But I did not understand the patch.  All the other
implementations of VG_MINIMAL_{SET,LONG}JMP save and restore all the
integer registers.  This patch definitely does not do that.  Can you
fix it?  A good place to start is by copying the ppc32_linux case.

Also .. when attaching patches, please attach them as a separate
file, not as an in-line comment.  Getting a usable patch out of an
in-line comment is very difficult (try it!)

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


[neon] [Bug 367948] kipi-plugins not packaged

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367948

Jonathan Riddell  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Jonathan Riddell  ---
Closing this, kipi-plugins is packaged along with Digikam.  We don't install by
default because it depends on a lot of extra bits but Gwenview now has some
code to install it.

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


[neon] [Bug 370358] GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

Jonathan Riddell  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INVALID

--- Comment #8 from Jonathan Riddell  ---
closing, seems to be an SDDM issue

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


[neon] [Bug 365301] QtCreator installation fails

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365301

--- Comment #5 from Jonathan Riddell  ---
waiting on archive rebuilder feature to add it to our archives

in the mean time use binaries from Qt

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


[gwenview] [Bug 368001] plugins menu entry empty without kipi-plugins

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368001

Jonathan Riddell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||j...@jriddell.org

--- Comment #1 from Jonathan Riddell  ---
code added which offers to install kipi-plugins
https://git.reviewboard.kde.org/r/129072/

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


[neon] [Bug 368002] gwenview built with libkipi but not installing plugins

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368002

Jonathan Riddell  changed:

   What|Removed |Added

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

--- Comment #2 from Jonathan Riddell  ---
code added which offers to install kipi-plugins
https://git.reviewboard.kde.org/r/129072/

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


[neon] [Bug 370358] GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-19 Thread Pranav Sharma via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

--- Comment #9 from Pranav Sharma  ---
What we could do is patch sddm like arch does untill the new sddm release is
out.

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


[neon] [Bug 370358] GIve sddm user home folder and .face.icon ACL rights in order to load the avatar

2016-10-19 Thread Pranav Sharma via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370358

--- Comment #10 from Pranav Sharma  ---
Arch uses https://github.com/sddm/sddm/commit/ecb903e4.patch, which is already
merged into sddm 0.14.1.

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


[plasmashell] [Bug 368885] The plasma panel has no shadow on Wayland

2016-10-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368885

Martin Gräßlin  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/59733c21a4bb0d
   ||04bb76367995aa611e66f5f3e5
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Martin Gräßlin  ---
Git commit 59733c21a4bb0d04bb76367995aa611e66f5f3e5 by Martin Gräßlin.
Committed on 19/10/2016 at 11:04.
Pushed by graesslin into branch 'master'.

[shell] Create panelshadow in surfacecreated event instead of show event

Summary:
In the show event the Wayland implementation does not pick up the shadow
at all.

Test Plan: Shadow on Wayland, not tested on X11

Reviewers: #plasma, mart

Subscribers: plasma-devel

Tags: #plasma

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

M  +1-1shell/panelview.cpp

http://commits.kde.org/plasma-workspace/59733c21a4bb0d04bb76367995aa611e66f5f3e5

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

[gwenview] [Bug 362199] KIPI plugins do not work in Gwenview

2016-10-19 Thread Alex Loes via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362199

Alex Loes  changed:

   What|Removed |Added

 CC||kitebu...@loes.org.lu

--- Comment #2 from Alex Loes  ---
Can confirm this in Linux Mint 18 (which is based on ubuntu 16.04)

Al

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


[Touchpad-KCM] [Bug 363109] systemsettings crash when selecting touchpad when run in a wayland session

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363109

Alivema4ever  changed:

   What|Removed |Added

 CC||alivema4e...@gmail.com

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

Alivema4ever  changed:

   What|Removed |Added

 CC||alivema4e...@gmail.com

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


[kwin] [Bug 366605] Tap-to-click missing on Wayland

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366605

--- Comment #6 from Alivema4ever  ---
@Roman, thanks for the workaround. Will try it later when starting plasma
compositor.

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


[neon] [Bug 370353] Discover uses wrong KDE packages

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370353

Jonathan Riddell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Riddell  ---
needs appstream data updated which needs new appstream tools installed which
needs lots of dependencies, work in progress, soon hopefully

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


[plasmashell] [Bug 371212] New: High CPU usage on fast mouse movement

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371212

Bug ID: 371212
   Summary: High CPU usage on fast mouse movement
   Product: plasmashell
   Version: 5.8.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: andrei@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Moving the mouse in random pattern around the screen causes high CPU usage.

Reproducible: Always

Steps to Reproduce:
1.Open Konsole
2.Open Htop
3.Move mouse fast in random patterns around the screen

Actual Results:  
Effect:
All CPU Cores are going up to around 20%. Every opened GUI component seems to
spike the CPU. Konsole, plasma, chrome, dophin, etc. 

RealTime effect:
Can cause short mouse freeze when working with applications that are CPU
intensive.

Expected Results:  
Insignificant CPU spike or none.

ArchLinux - Plasma 5.8.2

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


[neon] [Bug 370208] KDE Neon updated to 5.8 - now can't log in (blank screen after splash)

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370208

--- Comment #4 from Jonathan Riddell  ---
Does it work after  apt install neon-desktop ?

Do you have nvidia-prime dual graphics?

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


[amarok] [Bug 370957] Genre/ album artist view hides tracks from more than 1 album.

2016-10-19 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370957

Myriam Schweingruber  changed:

   What|Removed |Added

 Resolution|--- |LATER
 Status|UNCONFIRMED |RESOLVED
   Severity|normal  |wishlist

--- Comment #1 from Myriam Schweingruber  ---
You do realise you can change the display order yourself, do you? The default
display order is just a suggestion, it's up to the user to choose what suits
them best.
FWIW, I rarely sort by genre, for example, so this is your specific use case
FWIW2: since the upcoming Amarok 2.9 is more than 500 commits ahead of the
version you use, I wouldn't be astonished if that were already fixed anyway.

I set this to wishlist and to be resolved later, as we do not work on the
Qt4-based version anymore after the 2.9 release.

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


[neon] [Bug 370022] Dependency "qtbase-api" can not be satisfied for input method.

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370022

--- Comment #1 from Jonathan Riddell  ---
needs archive rebuilder added to our build system to rebuild some of these
packages, work in progress..

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


[neon] [Bug 369490] 40_kde_neon_allyourprocessarebelongtous.conf and "KillUserProcesses=0"

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369490

Jonathan Riddell  changed:

   What|Removed |Added

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

--- Comment #1 from Jonathan Riddell  ---
It's a neon feature to allow shutdown to work

if you want to override it set it in /etc/systemd/logind.conf

see  man logind.conf

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


[krita] [Bug 371124] Frequent crash without apparent common cause, I have the reports from drmingw

2016-10-19 Thread María via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371124

María  changed:

   What|Removed |Added

 Attachment #101640|Dr.Ming report crash|Dr.Mingw crash report  -
description|2016-10-19 Copy and paste a |Copy and paste a layer from
   |layer from other tab|other tab

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

[amarok] [Bug 371192] Export podcasts to OPML option missing in 2.8

2016-10-19 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371192

Myriam Schweingruber  changed:

   What|Removed |Added

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

--- Comment #1 from Myriam Schweingruber  ---
Are you sure there was an export function for podcasts? I don't recall any of
that, the only existing one was to import from OPML

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


[kwin] [Bug 371213] New: Implement xdg_shell_v6 support

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371213

Bug ID: 371213
   Summary: Implement xdg_shell_v6 support
   Product: kwin
   Version: 5.8.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: alivema4e...@gmail.com

Since the release of wayland-protocols 1.7, a new xdg_shell v6 is
introduced[1]. This breaks backward-compatibility with older xdg_shell
implementation.

[1]
https://lists.freedesktop.org/archives/wayland-devel/2016-August/030606.html

Reproducible: Always

Steps to Reproduce:
1. Wayland-protocols 1.7, wayland 1.12, and weston 1.12 need to be installed.
2. Launch weston-terminal app on plasma wayland session or kwin_wayland

Actual Results:  
Notice that weston-terminal can't be launched, with the following message

weston-terminal: clients/window.c:5118: window_create_internal: Assertion
`custom || display->xdg_shell || display->ivi_application' failed.

Expected Results:  
Kwin_wayland is able to launch weston-terminal and other weston apps.

This issue doesn't occur on Gnome 3.22.1, since weston-terminal and other
weston apps run fine on Gnome 3.22.1

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


[neon] [Bug 369077] Issues with UEFI dual booting with other Ubuntu OS's

2016-10-19 Thread Jonathan Riddell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369077

Jonathan Riddell  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Jonathan Riddell  ---
Yes unfortunately we are using the ubuntu EFI builds and they have some
hardcoded paths in them giving some limitations.  Editing this needs
certification by Microsoft which is future work.

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


[valgrind] [Bug 356112] mips: replace addi with addiu

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356112

Julian Seward  changed:

   What|Removed |Added

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

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


[valgrind] [Bug 366079] FPXX Support for MIPS32 Valgrind

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366079

Julian Seward  changed:

   What|Removed |Added

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

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


[krita] [Bug 371124] Frequent crash without apparent common cause, I have the reports from drmingw

2016-10-19 Thread María via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371124

María  changed:

   What|Removed |Added

 Attachment #101640|Dr.Mingw crash report  -|Dr.Mingw crash report K
description|Copy and paste a layer from |3.0.1.1 -Copy and paste a
   |other tab   |layer from other tab

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

[kdevelop] [Bug 371197] Running certain unit tests freezes KDevelop and Plasma panels

2016-10-19 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371197

--- Comment #2 from Janek Bevendorff  ---
I'm not sure if this stacktrace is really helpful. There is no stack trace
until I try to send it a SIGINT which kdevelop ignores. I can only kill it with
SIGKILL.
BTW I realized that not only Plasma panels are frozen, but also, e.g., Dolphin.

Here's the stacktrace:

Thread 1 "kdevelop" received signal SIGINT, Interrupt.
0x703800b3 in select () from /usr/lib/libc.so.6
#0  0x703800b3 in select () at /usr/lib/libc.so.6
#1  0x7fffd982a351 in  () at /usr/lib/libQt5XcbQpa.so.5
#2  0x7fffd982a96f in  () at /usr/lib/libQt5XcbQpa.so.5
#3  0x7fffd982c438 in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x716c66ab in QInternalMimeData::formats() const () at
/usr/lib/libQt5Gui.so.5
#5  0x7fffd982c8e0 in  () at /usr/lib/libQt5XcbQpa.so.5
#6  0x716c6936 in QInternalMimeData::retrieveData(QString const&,
QVariant::Type) const () at /usr/lib/libQt5Gui.so.5
#7  0x7118d02b in  () at /usr/lib/libQt5Core.so.5
#8  0x7118e16d in QMimeData::data(QString const&) const () at
/usr/lib/libQt5Core.so.5
#9  0x75346a71 in KIO::isClipboardDataCut(QMimeData const*) () at
/usr/lib/libKF5KIOWidgets.so.5
#10 0x70041f5b in
KFilePreviewGenerator::Private::applyCutItemEffect(KFileItemList const&) () at
/usr/lib/libKF5KIOFileWidgets.so.5
#11 0x70044de8 in KFilePreviewGenerator::Private::updateCutItems() ()
at /usr/lib/libKF5KIOFileWidgets.so.5
#12 0x71192659 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#13 0x716c28e9 in QClipboard::emitChanged(QClipboard::Mode) () at
/usr/lib/libQt5Gui.so.5
#14 0x7fffd982abb0 in  () at /usr/lib/libQt5XcbQpa.so.5
#15 0x7fffd9830d98 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*)
() at /usr/lib/libQt5XcbQpa.so.5
#16 0x7fffd98318a5 in QXcbConnection::processXcbEvents() () at
/usr/lib/libQt5XcbQpa.so.5
#17 0x711934b9 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#18 0x71e46e0c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#19 0x71e4e581 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#20 0x71166de0 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#21 0x7116956d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#22 0x711bb303 in  () at /usr/lib/libQt5Core.so.5
#23 0x7fffe849b587 in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#24 0x7fffe849b7f0 in  () at /usr/lib/libglib-2.0.so.0
#25 0x7fffe849b89c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#26 0x711bb70f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#27 0x7116523a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#28 0x7116d73c in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#29 0x0040f1f5 in main ()

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


[valgrind] [Bug 352767] Wine/valgrind: Warning: noted but unhandled ioctl 0x5307 with no size/direction hints. (CDROMSTOP)

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352767

--- Comment #3 from Julian Seward  ---
(In reply to austinengl...@gmail.com from comment #2)
> Not currently, but I took a quick look. There are several more syscalls that
> wine uses in the source that are bsd/osx specific, but I can't easily test.
> Should I stub those / put fixme's, or just fix linux/generic? Or only fix
> the two that currently have bugs?

Sorry for slow response.  I'd suggest you only fix the cases you can
actually test, since I prefer not to have unverified code in the tree.

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


[valgrind] [Bug 355803] Add Lustre's IOC_MDC_GETFILESTRIPE ioctl

2016-10-19 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355803

--- Comment #8 from Julian Seward  ---
Frank, ping me when this hits the mainline kernel.  Then we can take
the patch in V.

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


[plasmashell] [Bug 371212] High CPU usage on fast mouse movement

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371212

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
If chrome also spikes, then it isn't a Plasma issue.

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


[plasmashell] [Bug 370434] Multi screen support broken in Plasma 5.8.0

2016-10-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370434

--- Comment #11 from johan.claudebreunin...@gmail.com ---
This bug is still present in 5.8.2

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


[Phonon] [Bug 371205] System settings / Multimedia / Volume / Input devices - can not save the default input device option after reboot

2016-10-19 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371205

David Edmundson  changed:

   What|Removed |Added

 CC||myr...@kde.org,
   ||romain.per...@gmail.com
   Target Milestone|1.0 |4.8
Version|5.8.0   |unspecified
Product|plasmashell |Phonon
   Assignee|k...@davidedmundson.co.uk|sit...@kde.org
  Component|general |general

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


[Touchpad-KCM] [Bug 363109] systemsettings crash when selecting touchpad when run in a wayland session

2016-10-19 Thread Alivema4ever via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363109

--- Comment #10 from Alivema4ever  ---
Let me know when this bug is fixed.

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


  1   2   3   4   >