[krita] [Bug 359104] Import PNG cannot save to .KRA

2016-02-08 Thread Glenn S via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359104

--- Comment #6 from Glenn S  ---
Thanks, Boudewijn, I fully appreciate that the PNG dialog box should alert
people (i.e. me!) however, in lax moments (it's late, tired, not attentive,
etc) verifying the Krita extension and then hitting save when the PNG dialog
box pops up is an easy thing to do. In any event, I learned my lesson and if
this is not an easy fix then so be it - I don't speak coder, so I'll take your
word for it :)

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


[plasmashell] [Bug 359139] New: I have a empty space/icon in the system tray

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359139

Bug ID: 359139
   Summary: I have a empty space/icon in the system tray
   Product: plasmashell
   Version: 5.5.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: mato...@arcor.de

since a month i think i have a unfilled space in my system tray.
bevor the last update if i clicked it it dissapeared togather with the skype
icon (guess sime internal library crashed)
Now it doesn't dissapear anymore when i click it.
If i go to the config for the system tray -> entrys, i see a empty entry in the
list too

Reproducible: Always

Steps to Reproduce:
1. start computer and login

Actual Results:  
between the icons in my system tray a empty space with the size of another icon
appears

Expected Results:  
all system tray icons should be next to each other

I'm using manjaro so i have octopi and manjaro settings in the autostart
also caffeine konversation skype and steam which all show up correctly in the
tray
i also start 2 non tray applications being xboxdrv and yakuake

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


[klickety] [Bug 351544] Samegame 2.0 sometimes gives score of zero when you remove all balls

2016-02-08 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351544

Frederik Schwarzer  changed:

   What|Removed |Added

 CC||schwar...@kde.org

--- Comment #1 from Frederik Schwarzer  ---
I played around 30 rounds today, won 10 of them and all the times, the scoring
was alright.

Unfortunately I cannot test the old version. Are you able to test with 2.1
(Application 15.12)

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


[krita] [Bug 359014] Top most text-menu (File, edit, view...) gets unresponsive when in fullscreen mode on windows 10.

2016-02-08 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359014

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #5 from Boudewijn Rempt  ---
I tested that, too, on a Windows 10 laptop and I still couldn't reproduce the
issue :-(

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


[plasmashell] [Bug 358351] plasma crashes when manipulating with systray

2016-02-08 Thread Heiko Tietze via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358351

Heiko Tietze  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #1 from Heiko Tietze  ---
Why do you flag VisualDesign? Sounds like an ordinary bug.

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


[kdevelop] [Bug 358521] Completion only offers to implement a method when under a '}'

2016-02-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358521

--- Comment #2 from Milian Wolff  ---
Git commit 83fb88ec7b14b0f128db6c86b7078f3f51646aa1 by Milian Wolff.
Committed on 07/02/2016 at 21:37.
Pushed by mwolff into branch '5.0'.

Also offer to implement function when in line of next function.

This fixes a bug where putting the cursor at the start of a line
where another function is defined, no implementations are offered.

This also workarounds the common case for bug 358521, where the
real cause is that the TU is not properly updated. Thus the
cursor will point to the old position where a function was and
then no offers where given.

M  +2-0languages/clang/codecompletion/completionhelper.cpp
M  +4-0languages/clang/tests/test_codecompletion.cpp

http://commits.kde.org/kdevelop/83fb88ec7b14b0f128db6c86b7078f3f51646aa1

--- Comment #3 from Milian Wolff  ---
Git commit a034f76041aea5f1ade48759a17e42959833b62e by Milian Wolff.
Committed on 08/02/2016 at 08:05.
Pushed by mwolff into branch '5.0'.

Add test case for broken implementation helper after edit operation.

M  +32   -1languages/clang/tests/test_codecompletion.cpp
M  +1-0languages/clang/tests/test_codecompletion.h

http://commits.kde.org/kdevelop/a034f76041aea5f1ade48759a17e42959833b62e

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


[kdevelop] [Bug 358521] Completion only offers to implement a method when under a '}'

2016-02-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358521

--- Comment #2 from Milian Wolff  ---
Git commit 83fb88ec7b14b0f128db6c86b7078f3f51646aa1 by Milian Wolff.
Committed on 07/02/2016 at 21:37.
Pushed by mwolff into branch '5.0'.

Also offer to implement function when in line of next function.

This fixes a bug where putting the cursor at the start of a line
where another function is defined, no implementations are offered.

This also workarounds the common case for bug 358521, where the
real cause is that the TU is not properly updated. Thus the
cursor will point to the old position where a function was and
then no offers where given.

M  +2-0languages/clang/codecompletion/completionhelper.cpp
M  +4-0languages/clang/tests/test_codecompletion.cpp

http://commits.kde.org/kdevelop/83fb88ec7b14b0f128db6c86b7078f3f51646aa1

--- Comment #3 from Milian Wolff  ---
Git commit a034f76041aea5f1ade48759a17e42959833b62e by Milian Wolff.
Committed on 08/02/2016 at 08:05.
Pushed by mwolff into branch '5.0'.

Add test case for broken implementation helper after edit operation.

M  +32   -1languages/clang/tests/test_codecompletion.cpp
M  +1-0languages/clang/tests/test_codecompletion.h

http://commits.kde.org/kdevelop/a034f76041aea5f1ade48759a17e42959833b62e

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


[klickety] [Bug 359045] Unable to set a color background

2016-02-08 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359045

--- Comment #1 from Frederik Schwarzer  ---
*** Bug 359044 has been marked as a duplicate of this bug. ***

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


[klickety] [Bug 359044] Unable to set a background image

2016-02-08 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359044

Frederik Schwarzer  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||schwar...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Frederik Schwarzer  ---
I will merge this with the other report, since they are related to the same
issue.

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

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


[klickety] [Bug 271390] Klickety crashes when entering high score

2016-02-08 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=271390

Frederik Schwarzer  changed:

   What|Removed |Added

 CC||schwar...@kde.org
 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Frederik Schwarzer  ---
Klickety does not have a dedicated maintainer, so reports to it are laying
stale. Sorry for that.

Since this crash does not have any information pointing to Klickety (crahing
way deep in Qt code), I think it's not of any value to future maintainer. Less
so since Klickety has now been ported to Kf5 and as such sits on top of a new
foundation.

If you can still reproduce this, please reopen with a new backtrace. Thanks.

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


[kdelibs] [Bug 359140] New: KNotify Crash

2016-02-08 Thread EMR_Kde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359140

Bug ID: 359140
   Summary: KNotify Crash
   Product: kdelibs
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: knotify
  Assignee: ogoff...@kde.org
  Reporter: emre...@gmail.com

Application: knotify4 (4.14.9)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-32-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
Once again, knotify crashed when an unrelated "warning" dialog box of Gwenview
came up. It seems to happen whenever there's a sound associated? 

It just happened again, when "Warning - Window Manager" (KWin?) dialog popped
up stating that "Application ... not responding"

-- Backtrace:
Application: KNotify (knotify4), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff90d41f800 (LWP 31427))]

Thread 2 (Thread 0x7ff8fa2e2700 (LWP 31429)):
#0  0x7ff90a606c5d in poll () at /lib64/libc.so.6
#1  0x7ff907c70be4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7ff907c70cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7ff90ad890de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7ff90ad5ae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7ff90ad5b165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7ff90ac580bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7ff90ad3c783 in  () at /usr/lib64/libQtCore.so.4
#8  0x7ff90ac5a79f in  () at /usr/lib64/libQtCore.so.4
#9  0x7ff90868d0a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7ff90a60f08d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7ff90d41f800 (LWP 31427)):
[KCrash Handler]
#5  0x7ff90a64dfe6 in __strcmp_ssse3 () at /lib64/libc.so.6
#6  0x7ff8eea3afee in QMetaType::registerNormalizedType(QByteArray const&,
void (*)(void*), void* (*)(void const*), void (*)(void*), void* (*)(void*, void
const*), int, QFlags, QMetaObject const*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7ff8eef3af57 in  () at /usr/lib64/libQt5Gui.so.5
#8  0x7ff90d2a48ea in call_init.part () at /lib64/ld-linux-x86-64.so.2
#9  0x7ff90d2a49d3 in _dl_init_internal () at /lib64/ld-linux-x86-64.so.2
#10 0x7ff90d2a8b08 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#11 0x7ff90d2a47a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#12 0x7ff90d2a82fb in _dl_open () at /lib64/ld-linux-x86-64.so.2
#13 0x7ff905de702b in dlopen_doit () at /lib64/libdl.so.2
#14 0x7ff90d2a47a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#15 0x7ff905de75dd in _dlerror_run () at /lib64/libdl.so.2
#16 0x7ff905de70c1 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#17 0x7ff8f915759f in  () at /usr/lib64/libvlccore.so.7
#18 0x7ff8f9140d5d in  () at /usr/lib64/libvlccore.so.7
#19 0x7ff8f9141057 in  () at /usr/lib64/libvlccore.so.7
#20 0x7ff8f91412c9 in  () at /usr/lib64/libvlccore.so.7
#21 0x7ff8f9141534 in  () at /usr/lib64/libvlccore.so.7
#22 0x7ff8f9141a87 in  () at /usr/lib64/libvlccore.so.7
#23 0x7ff8f90d949d in libvlc_InternalInit () at /usr/lib64/libvlccore.so.7
#24 0x7ff8f8eaa623 in libvlc_new () at /usr/lib64/libvlc.so.5
#25 0x7ff8f93dbec9 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#26 0x7ff8f93c1728 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7ff8f93c21eb in qt_plugin_instance () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7ff90ad40641 in QPluginLoader::instance() () at
/usr/lib64/libQtCore.so.4
#29 0x7ff8f98d8f8b in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#30 0x7ff8f98d9773 in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#31 0x7ff90c9fbc76 in  () at /usr/lib64/libphonon.so.4
#32 0x7ff90c9fc317 in Phonon::Factory::backend(bool) () at
/usr/lib64/libphonon.so.4
#33 0x7ff90c9fc8e3 in  () at /usr/lib64/libphonon.so.4
#34 0x7ff90c9f49b9 in  () at /usr/lib64/libphonon.so.4
#35 0x7ff90c9f2896 in  () at /usr/lib64/libphonon.so.4
#36 0x0040e771 in _start ()

Reported using DrKonqi

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


[muon] [Bug 359120] Muon update removed Kubuntu desktop

2016-02-08 Thread EllisIsPfroh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359120

--- Comment #3 from EllisIsPfroh  ---
Found logs :-)

On 5.2.16 11:20 some packages were (for whatever reason - cleanup?) removed
that are need for the function of Kubuntu.

Muon won't give a feedback on removing these packages - it has a buitlin
preview/simulation in case one is not sure what effects the removal of packages
has. At this stage it's still possible to disregard the proceeding.

Reproducibility: Yes - from knowledge of helping in a Forum - there was once a
person thinking she may not need Thai-Fonts and didnt check before. Was then
only possible to repair system by analysis of apt-log in text-mode and
reinstall teared-away packages.
===
  From personal exerience stepping into every pitfall linux can offer -
there's no need to clean up the system as it comes. When it comes to
experiments it's much more reliable to do this in a testing environment like
e.g. Virtualbox. It accelerates the curve of learning & doesn't endanger the
stable working environment. Knowledge doesn't come from itself, but practice &
experience. 

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


[kwin] [Bug 359141] New: Custom Alt+` shortcut brings up task switcher, but does not walk through applications

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359141

Bug ID: 359141
   Summary: Custom Alt+` shortcut brings up task switcher, but
does not walk through applications
   Product: kwin
   Version: 5.5.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: jat...@gmail.com

After changing the task switcher to use a custom shortcut, the shortcut works
to bring up the task switcher, but does not work to cycle through the tasks.
Instead, Alt+Tab will cycle through tasks (once the switcher is open), even
though it is not defined as a shortcut.

Reproducible: Always

Steps to Reproduce:
1. kcmshell5 kwintabbox
2. Set Shortcuts for 'All windows' to Forward: "Alt+`" and Reverse: "Alt+~"
3. Press Alt+` or Alt+~

Actual Results:  
Task switcher will open and switch by one application, but further presses will
not work. Once the task switcher is open, pressing Alt+Tab or Alt+Shift+Tab
will cycle through the applications, even though there are no shortcuts defined
that specify these commands.

Expected Results:  
I would expect that after the task switcher opens, the custom shortcuts of
Alt+` and Alt+~ would continue to work to cycle through the applications.

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


[Powerdevil] [Bug 359142] New: powerdevil ignores "even when external monitor connected" option

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359142

Bug ID: 359142
   Summary: powerdevil ignores "even when external monitor
connected" option
   Product: Powerdevil
   Version: 5.5.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-de...@kde.org
  Reporter: gajdos.mi...@gmail.com

When closing laptop lid, switching activities with closed lid or applying power
settings with apply button, powerdevil locks screen (regardless mentioned
option in settings dialog).

Reproducible: Always

Steps to Reproduce:
1. have external monitor connected
2. set "lock screen" after closing lid && disable "even when external monitor
connected" option
3. close lid

Actual Results:  
locked screen

Expected Results:  
not locked screen

version 5.5.3-1 (arch package) not affected

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


[kmail2] [Bug 148407] Specify custom headers in templates

2016-02-08 Thread kolAflash via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=148407

--- Comment #7 from kolAflash  ---
One more reason to solve this:
https://bugs.kde.org/show_bug.cgi?id=359138

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


[kmail2] [Bug 359138] New: KMail doesn't set "In-Reply-To" and "References" headers when forwarding

2016-02-08 Thread kolAflash via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359138

Bug ID: 359138
   Summary: KMail doesn't set "In-Reply-To" and "References"
headers when forwarding
   Product: kmail2
   Version: 4.14.7
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-b...@kde.org
  Reporter: kolafl...@kolahilft.de

KMail version 4.14.9

When forwarding a message, KMail doesn't set the "In-Reply-To" and the
"References" headers.

Could anyone check this for the current KMail version? (4.15.x)

One workaround would be, to specify custom headers in the forward template. But
this would require this bug to be solved first.
https://bugs.kde.org/show_bug.cgi?id=148407

Then you could do something like:
References: %OHEADER="References" %OHEADER="Message-ID"
In-Reply-To: %OHEADER="Message-ID"

Reproducible: Always

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


[muon] [Bug 359120] Muon update removed Kubuntu desktop

2016-02-08 Thread mohan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359120

--- Comment #2 from mohan  ---
(In reply to EllisIsPfroh from comment #1)
> hi!
> Can't see no logs?

It's in the URL field.
http://paste.ubuntu.com/14991431/

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


[klickety] [Bug 327200] 'game finished' does not start in caps

2016-02-08 Thread Frederik Schwarzer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=327200

Frederik Schwarzer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/klic
   ||kety/6fd6ef5574161e93af152a
   ||39296256bd6c08f7df
 Resolution|--- |FIXED

--- Comment #1 from Frederik Schwarzer  ---
Git commit 6fd6ef5574161e93af152a39296256bd6c08f7df by Frederik Schwarzer.
Committed on 08/02/2016 at 16:56.
Pushed by schwarzer into branch 'master'.

Uppercase Message.

M  +1-1gamescene.cpp

http://commits.kde.org/klickety/6fd6ef5574161e93af152a39296256bd6c08f7df

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


[umbrello] [Bug 342207] Wish for a bird's-eye overview dock window.

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342207
Bug 342207 depends on bug 359055, which changed state.

Bug 359055 Summary: Broken use case clipboard import from another instance
https://bugs.kde.org/show_bug.cgi?id=359055

   What|Removed |Added

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

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


[umbrello] [Bug 342207] Wish for a bird's-eye overview dock window.

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342207

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Version Fixed In||2.18.80 (KDE Applications
   ||16.03.80)
  Latest Commit||http://commits.kde.org/umbr
   ||ello/3aa56389b29c8ce913edde
   ||6624a893c4f710deec

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


[kwin] [Bug 359100] desktop freeze when plug-in an external monitor

2016-02-08 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359100

--- Comment #6 from Thomas Lübking  ---
ok, outputs of "xrandr -q" with dualscreen setup and "glxinfo -l" as well,
please.

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

[umbrello] [Bug 342207] Wish for a bird's-eye overview dock window.

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342207

--- Comment #11 from Ralf Habacker  ---
Git commit 188fc961c7103e8164e31fcbe90972c4057dc13b by Ralf Habacker.
Committed on 08/02/2016 at 11:26.
Pushed by habacker into branch 'master'.

Add uses case diagram with events to test to bird view test file.

M  +202  -35   test/test-BVW.xmi

http://commits.kde.org/umbrello/188fc961c7103e8164e31fcbe90972c4057dc13b

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


[umbrello] [Bug 359055] Broken use case clipboard import from another instance

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359055

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/umbr |http://commits.kde.org/umbr
   |ello/a9e964db96ce17d2807d71 |ello/5b3ff959e82367124e873b
   |3e25bf5d97b88d7188  |a54e8a3873e56b39bc
   Version Fixed In|2.18.80 (KDE Applications   |2.18.2 (KDE Applications
   |16.03.80)   |15.12.2)

--- Comment #3 from Ralf Habacker  ---
Git commit 5b3ff959e82367124e873ba54e8a3873e56b39bc by Ralf Habacker.
Committed on 08/02/2016 at 11:33.
Pushed by habacker into branch 'Applications/15.12'.

Fix 'Broken use case clipboard import from another instance'.

For the stable branch the fix is to avoid adding associations to the tree view.
FIXED-IN:2.18.2 (KDE Applications 15.12.2)

M  +4-0umbrello/umllistview.cpp

http://commits.kde.org/umbrello/5b3ff959e82367124e873ba54e8a3873e56b39bc

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


[cantor] [Bug 348128] The sage backend does not starts with sage 6.7

2016-02-08 Thread russell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348128

russell  changed:

   What|Removed |Added

 CC||jackdyso...@gmail.com

--- Comment #7 from russell  ---
Hi Fillipe and Fernando,

Thank you so much for sorting this out - I have just one ask :

I use Ubuntu LTS 14.04 running the excellent KDE desktop. I have (and am locked
at) Cantor 0.5. Would be possible to rebuild Cantor 0.5 with this small change
and post it as a legacy update for LTS 14.04 ? - it would make a BIG BIG
difference to so many of us who use it (I can't upgrade without spending days
reorganizing).

Cantor makes open mathematics a professional tool for researchwork, so thanks a
lot for this great piece of software,

Jack

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


[plasmashell] [Bug 359127] New: Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread FBrown via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

Bug ID: 359127
   Summary: Desktop theme KCM 'details' and editing tab no longer
present/functional
   Product: plasmashell
   Version: master
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: francisbr...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

In systemsettings > Desktop Theme KCM it is longer possible to view or use the
details tab, and as such no longer possible to customise/edit/save/backup
desktop themes.

This is an important feature, as default theme elements may not suit the use
requirements everyone, so the ability to mix and match with a customised theme
via a user friendly interface is important. For example here it's found that
the default breeze systray icons are not very representative of their function
and are visually unpleasant, so it is useful to be able to switch them for the
default oxygen ones without having to apply the whole of that theme. Likewise
can choose a truly transparent panel background from a downloaded theme, again
without switching the whole theme.

Reproducible: Always

Steps to Reproduce:
1. Open KCM Desktop Theme module
2. 
3.

Actual Results:  
Details tab is missing

Expected Results:  
Should be a details tab allowing customisation

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


[plasmashell] [Bug 359127] Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

--- Comment #3 from Kai Uwe Broulik  ---
Sorry, I didn't fully read your comment. :)

Rather than allowing the user to mix and match random parts of random themes, I
suggest we rather have a dedicated setting for the transparency/background
contrast. Also, I think there's plans to make Plasma follow the regular icon
theme. Furthermore, I have a patch locally to allow Analog Clock to choose a
clock face from any installed theme.

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


[kscreenlocker] [Bug 359023] Unlock screen without loginctrl / logind

2016-02-08 Thread Marcus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359023

--- Comment #2 from Marcus  ---
Hi Martin,

thanks for the reply. I didn't know that you could use ConsoleKit for this. I
though you could enforce that the unlock method would only be callable by
privileged users. So my mistake. Thanks for clearing that up.

For everyone who runs into the same issue and stumbles upon this bug, the
following commandline will unlock *all* sessions and must be run as root:

for i in `qdbus --system org.freedesktop.ConsoleKit | grep Session`; do 
 echo "Unlocking $i"
 qdbus --system org.freedesktop.ConsoleKit $i
org.freedesktop.ConsoleKit.Session.Unlock
done

Again, thanks for your help.

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


[plasmashell] [Bug 359001] After login post suspend, external screens do not activate. Changing the primary display causes Plasma crash

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359001

Marco Martin  changed:

   What|Removed |Added

 CC||k...@davidedmudnson.co.uk,
   ||notm...@gmail.com

--- Comment #2 from Marco Martin  ---
David, to me this looks very like the one you fixed with two panels having the
same view set as context property?

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


[kwin] [Bug 358646] Rendering breaks if Triple Buffer detection gives NOT available

2016-02-08 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358646

--- Comment #18 from Martin Gräßlin  ---
(In reply to Thomas Lübking from comment #17)
> Do you have GL_ARB_sync and GL_ARB_buffer_storage extensions?

According to glxinfo: yes

> 
> This forces the broken path, but disables the ringbuffer:
> KWIN_TRIPLE_BUFFER=0 KWIN_PERSISTENT_VBO=0 kwin_x11 --replace &

nope, still broken

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

[plasmashell] [Bug 359127] Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread FBrown via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

--- Comment #5 from FBrown  ---
> Rather than allowing the user to mix and match random parts of random themes, 
> I suggest we rather have a dedicated setting for the transparency/background 
> contrast. Also, I think there's plans to make Plasma follow the regular icon 
> theme. Furthermore, I have a patch locally to allow Analog Clock to choose a 
> clock face from any installed theme.

That would be great, but I still want to be able to mix/match theme element to
get something that works better for me.

Otherwise I'm going to have to hack together the svg elements from several
different themes manually, rather than the simple process of just selecting
different ones via KCM.

If I wanted my desktop to constantly remove useful features and make my life
difficult, I would use Gnome. :P

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


[plasmashell] [Bug 359080] plasma crashes on remote login

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359080

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Marco Martin  ---
backtrace seems to not be really complete.
moreover, being an abort, shell output could be useful as well

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


[kdenlive] [Bug 358439] 15.13 git master: proposal for better "unlocked track" icon

2016-02-08 Thread Sam Muirhead via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358439

--- Comment #14 from Sam Muirhead  ---
no objections from my side!

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


[kdenlive] [Bug 358503] some timecode is not displayed in monospace font

2016-02-08 Thread Sam Muirhead via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358503

--- Comment #2 from Sam Muirhead  ---
ok, thanks!

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


[krita] [Bug 359128] Perspective transformation causes blurry image

2016-02-08 Thread Odysseas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359128

Odysseas  changed:

   What|Removed |Added

 CC||xb_creati...@yahoo.com

--- Comment #1 from Odysseas  ---
Created attachment 97083
  --> https://bugs.kde.org/attachment.cgi?id=97083=edit
Distort results comparison Krita - Ps

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


[i18n] [Bug 359130] New: Error on French translation in KTouch

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359130

Bug ID: 359130
   Summary: Error on French translation in KTouch
   Product: i18n
   Version: 4.13.0
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: fr
  Assignee: kde-francoph...@kde.org
  Reporter: kl...@web.de
CC: an...@kde.org

In the options of KTouch, the English word "strokes" was translated in French
as "mots" (="words"), while it should be translated as "frappes" or
"caractères" (="characters").
This causes the typing speed scale to appear wrong by a factor of 5, if one
consider that 1 word = 5 characters.

Reproducible: Always

Steps to Reproduce:
1.Start KTouch
2.Open the Options window
3.Look at the sentence left of the typing speed scale (the one ranging from 0
to 360)

Actual Results:  
The sentence displayed is: "Nombre minimum de mots par minute".

Expected Results:  
The sentence should be: "Nombre minimum de frappes par minute" or,
alternatively: "Nombre minimum de caractères par minute".

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

[plasmashell] [Bug 345888] Task's tooltips could be more compact.

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345888

--- Comment #5 from Eike Hein  ---
I have to see the effect in action first (if it's like the animated window
resize I'm not a fan).

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


[plasmashell] [Bug 358941] Selected files, if they appear deselected, will still open if Enter pressed

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358941

Eike Hein  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/d7cc4b9313d4e289
   ||f3e2669c9861f6d19ba764a3
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Eike Hein  ---
Git commit d7cc4b9313d4e289f3e2669c9861f6d19ba764a3 by Eike Hein.
Committed on 08/02/2016 at 09:59.
Pushed by hein into branch 'master'.

Check for selection before handling Return/Menu.

M  +2-2containments/desktop/package/contents/ui/FolderView.qml

http://commits.kde.org/plasma-desktop/d7cc4b9313d4e289f3e2669c9861f6d19ba764a3

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


[plasmashell] [Bug 359001] After login post suspend, external screens do not activate. Changing the primary display causes Plasma crash

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359001

Marco Martin  changed:

   What|Removed |Added

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

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


[kdenlive] [Bug 359129] New: Git Master 2016-02-08 - Adding keyframes crashes UI

2016-02-08 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359129

Bug ID: 359129
   Summary: Git Master 2016-02-08 - Adding keyframes crashes UI
   Product: kdenlive
   Version: unspecified
  Platform: Archlinux Packages
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: evert.vors...@yandex.com

So, I rebuilt kdenlive to try out the new keyframe features. 
I added keyframeable audio correction to my clip, but after adding one or two
keyframes the UI segfaults. A backtrace is attached. 
I have been adding the keyframes by clicking on the "+" sign, and then just
scrolling to the next place to add a keyframe, and added the next and so on. 
Audio is automatically split from video on my timeline, and I am using proxy
clips. 

Reproducible: Always

Steps to Reproduce:
1.Load clip on to the timeline
2.Add keyframeable gain
3.Add keyframes to the effect

Actual Results:  
UI Segfaults

Expected Results:  
Unlimited keyframes :P

(gdb) run
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe302b700 (LWP 4836)]
pci id for fd 8: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
[New Thread 0x7fffd8773700 (LWP 4839)]
[New Thread 0x7fffd7f72700 (LWP 4840)]
mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsox.so
  (libsox.so.3: cannot open shared object file: No such file or directory)
[New Thread 0x7fffc26b8700 (LWP 4841)]
[New Thread 0x7fffbc960700 (LWP 4842)]
begin true
end
[New Thread 0x7fffb77ff700 (LWP 4843)]
[New Thread 0x7fffb6ffe700 (LWP 4844)]
begin true
end
begin true
end
Trying to convert empty KLocalizedString to QString.
[New Thread 0x7fffa700 (LWP 4845)]
[Thread 0x7fffa700 (LWP 4845) exited]
[New Thread 0x7fffa700 (LWP 4846)]
[Thread 0x7fffa700 (LWP 4846) exited]
[New Thread 0x7fffa700 (LWP 4847)]
[New Thread 0x7fffae90b700 (LWP 4848)]
[New Thread 0x7fffad30a700 (LWP 4850)]
[New Thread 0x7fffacb09700 (LWP 4851)]
[New Thread 0x7fff9fffd700 (LWP 4852)]
[New Thread 0x7fff9f7fc700 (LWP 4853)]
[New Thread 0x7fff9effb700 (LWP 4854)]
[New Thread 0x7fff9e7fa700 (LWP 4855)]
[New Thread 0x7fff9dff9700 (LWP 4856)]
[New Thread 0x7fff9d7f8700 (LWP 4857)]
[Thread 0x7fffa700 (LWP 4847) exited]
[Thread 0x7fff9effb700 (LWP 4854) exited]
[Thread 0x7fff9f7fc700 (LWP 4853) exited]
[Thread 0x7fff9fffd700 (LWP 4852) exited]
[Thread 0x7fffacb09700 (LWP 4851) exited]
[Thread 0x7fffad30a700 (LWP 4850) exited]
[Thread 0x7fffae90b700 (LWP 4848) exited]
Removing cache at "/home/evert/.cache/kdenlive-thumbs.kcache"
 // / processing file open
 // / processing file open: validate
Opening a document with version  0.93  /  0.93
 // / processing file validate ok
***
FOUND GUIDES:  0 
**
[New Thread 0x7fffae90b700 (LWP 4858)]
[New Thread 0x7fffad30a700 (LWP 4859)]
[New Thread 0x7fffacb09700 (LWP 4860)]
[New Thread 0x7fff9effb700 (LWP 4861)]
[New Thread 0x7fff97fff700 (LWP 4862)]
[Thread 0x7fff97fff700 (LWP 4862) exited]
[New Thread 0x7fff97fff700 (LWP 4863)]
[New Thread 0x7fffa3665700 (LWP 4864)]
[New Thread 0x7fffa2e64700 (LWP 4865)]
[New Thread 0x7fffa2663700 (LWP 4866)]
[New Thread 0x7fffa1e62700 (LWP 4867)]
[New Thread 0x7fffa1661700 (LWP 4868)]
[New Thread 0x7fffa0e60700 (LWP 4869)]
// Param:  "in"  NOT FOUND
// Param:  "out"  NOT FOUND

Program received signal SIGSEGV, Segmentation fault.
0x76d96ed0 in mlt_property_interpolate () from /usr/lib/libmlt.so.6
(gdb) thread apply all bt

Thread 32 (Thread 0x7fffa0e60700 (LWP 4869)):
#0  0x7fffefaba07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fffcc11450d in ?? () from /usr/lib/mlt/libmltsdl.so
#2  0x7fffefab44a4 in start_thread () from /usr/lib/libpthread.so.0
#3  0x7110513d in clone () from /usr/lib/libc.so.6

Thread 31 (Thread 0x7fffa1661700 (LWP 4868)):
#0  0x710fc251 in ppoll () from /usr/lib/libc.so.6
#1  0x7fffebe348ad in pa_mainloop_poll () from /usr/lib/libpulse.so.0
#2  0x7fffebe34e9e in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
#3  0x7fffce3b9eed in ?? () from /usr/lib/libSDL-1.2.so.0
#4  0x7fffce38d800 in ?? () from /usr/lib/libSDL-1.2.so.0
#5  0x7fffce395fe8 in ?? () from /usr/lib/libSDL-1.2.so.0
#6  0x7fffce3d78a9 in ?? () from /usr/lib/libSDL-1.2.so.0
#7  0x7fffefab44a4 in start_thread () from /usr/lib/libpthread.so.0
#8  0x7110513d in clone () from /usr/lib/libc.so.6

Thread 30 (Thread 0x7fffa1e62700 (LWP 4867)):
#0  0x7fffefaba07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/usr/lib/libpthread.so.0
#1  0x7fffd4813eae in ?? () from /usr/lib/libavcodec.so.56
#2  0x7fffefab44a4 in start_thread () from /usr/lib/libpthread.so.0
#3  0x7110513d in clone 

[muon] [Bug 359042] Plugins are displayed as "full" applications.

2016-02-08 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359042

Aleix Pol  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[kdenlive] [Bug 359129] Git Master 2016-02-08 - Adding keyframes crashes UI

2016-02-08 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359129

Evert Vorster  changed:

   What|Removed |Added

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

--- Comment #3 from Evert Vorster  ---
Thanks for the quick response. 
Using mlt from git does cure the problem. 

>From what I can see, changing the type of the interpolation type of the
keyframes only changes the type on the segment between that keyframe and the
next keyframe, and I am able to mix all three types on one timeline. 

Besier curves are much better curves in my humble opinion, as they add more
flexibility to the shape of the curve.

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


[plasmashell] [Bug 358892] FolderView subdirectory popup slightly too narrow to accomodate for third column

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358892

Eike Hein  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/6ecb70d9980b0171
   ||8aa6c7fc658dd6b74e1325d5
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Eike Hein  ---
Git commit 6ecb70d9980b01718aa6c7fc658dd6b74e1325d5 by Eike Hein.
Committed on 08/02/2016 at 09:40.
Pushed by hein into branch 'Plasma/5.5'.

Scale by device pixel ratio.

M  +1-1containments/desktop/package/contents/ui/FolderViewDialog.qml

http://commits.kde.org/plasma-desktop/6ecb70d9980b01718aa6c7fc658dd6b74e1325d5

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


[plasmashell] [Bug 358896] Folder size listed as 4KiB

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358896

Eike Hein  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/b90b4b74dfc0d394
   ||f655db095fd3ef581ede4b85

--- Comment #1 from Eike Hein  ---
Git commit b90b4b74dfc0d394f655db095fd3ef581ede4b85 by Eike Hein.
Committed on 08/02/2016 at 09:53.
Pushed by hein into branch 'Plasma/5.5'.

Hide folder size from tooltips.

M  +7-1containments/desktop/package/contents/ui/FolderItemDelegate.qml
M  +5-1containments/desktop/plugins/folder/foldermodel.cpp

http://commits.kde.org/plasma-desktop/b90b4b74dfc0d394f655db095fd3ef581ede4b85

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


[umbrello] [Bug 359055] Broken use case clipboard import from another instance

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359055

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||2.18.80 (KDE Applications
   ||16.03.80)
  Latest Commit||http://commits.kde.org/umbr
   ||ello/a9e964db96ce17d2807d71
   ||3e25bf5d97b88d7188
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Ralf Habacker  ---
Git commit a9e964db96ce17d2807d713e25bf5d97b88d7188 by Ralf Habacker.
Committed on 08/02/2016 at 10:06.
Pushed by habacker into branch 'master'.

Fix 'Broken use case clipboard import from another instance'.

The bug has been caused by tree view not supporting associations.
Associations in the tree view are saved with type=-1, which prevents
loading diagram entries on xmi file load.
FIXED-IN:2.18.80 (KDE Applications 16.03.80)

M  +6-0umbrello/model_utils.cpp
M  +6-0umbrello/umllistviewitem.cpp
M  +1-0umbrello/umllistviewitem.h
M  +3-0umbrello/umlmodel/umlobject.cpp

http://commits.kde.org/umbrello/a9e964db96ce17d2807d713e25bf5d97b88d7188

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


[kdenlive] [Bug 359129] Git Master 2016-02-08 - Adding keyframes crashes UI

2016-02-08 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359129

--- Comment #2 from Jean-Baptiste Mardelle  ---
the crash happens in MLT, a patch was integrated to MLT last week, son in fact
you need recent git version to avoid the crash. A new MLT release should be out
soon.

About the UI: MLT does not use Bezier curves, but another type of curve. There
is no control point, it just creates a curve going through all keyframe values.
So there won't be control points for Kdenlive. However improvement ideas are
welcome

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


[korganizer] [Bug 223626] New ICal calendar files are not checked by default

2016-02-08 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=223626

--- Comment #3 from Sergio Martins  ---
Git commit 0af2c20ba1f91399c130efab3e5ad6b5d2be67fa by Sergio Martins.
Committed on 08/02/2016 at 12:14.
Pushed by smartins into branch 'vendor/intevation/4.14'.

korg: Fix checking new calendars when they are created.

This wasn't working properly for collections with children.
When a new row+children is inserted we only get the row insertion
signal for the parent, not for the children, which must me iterated manually.

M  +6-0korganizer/akonadicollectionview.cpp

http://commits.kde.org/kdepim/0af2c20ba1f91399c130efab3e5ad6b5d2be67fa

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


[yakuake] [Bug 359126] New: Yakuake sometimes crashes when exiting shell with ctrl-d

2016-02-08 Thread Nikola Kovacs via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359126

Bug ID: 359126
   Summary: Yakuake sometimes crashes when exiting shell with
ctrl-d
   Product: yakuake
   Version: 2.9.9
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: nx.devn...@gmail.com

Application: yakuake (2.9.9)
KDE Platform Version: 4.14.14
Qt Version: 4.8.6
Operating System: Linux 4.2.0-25-generic x86_64
Distribution: Ubuntu 15.10

-- Information about the crash:
Sometimes when I exit a shell with ctrl-d in yakuake, it crashes.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Yakuake (yakuake), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f07472c2840 (LWP 5165))]

Thread 2 (Thread 0x7f0723295700 (LWP 5407)):
#0  0x7f0743ca58dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f07404111ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f07404112fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f074542520e in QEventDispatcherGlib::processEvents
(this=0x7f071c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:452
#4  0x7f07453f30d1 in QEventLoop::processEvents
(this=this@entry=0x7f0723294d40, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f07453f3445 in QEventLoop::exec (this=this@entry=0x7f0723294d40,
flags=...) at kernel/qeventloop.cpp:204
#6  0x7f07452e24f9 in QThread::exec (this=this@entry=0x17f02e0) at
thread/qthread.cpp:538
#7  0x7f07453d3133 in QInotifyFileSystemWatcherEngine::run (this=0x17f02e0)
at io/qfilesystemwatcher_inotify.cpp:265
#8  0x7f07452e4d1c in QThreadPrivate::start (arg=0x17f02e0) at
thread/qthread_unix.cpp:349
#9  0x7f0740af96aa in start_thread (arg=0x7f0723295700) at
pthread_create.c:333
#10 0x7f0743cb0eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f07472c2840 (LWP 5165)):
[KCrash Handler]
#6  0x7f0745756a00 in typeinfo for QSingleShotTimer () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7f074453b140 in QApplication::x11ProcessEvent (this=0x7ffcf4dc3170,
event=event@entry=0x7ffcf4dc2cb0) at kernel/qapplication_x11.cpp:3528
#8  0x7f0744565b52 in x11EventSourceDispatch (s=0xfab070, callback=0x0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#9  0x7f0740410ff7 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x7f0740411250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x7f07404112fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x7f07454251ee in QEventDispatcherGlib::processEvents (this=0xf97f20,
flags=...) at kernel/qeventdispatcher_glib.cpp:450
#13 0x7f0744565c26 in QGuiEventDispatcherGlib::processEvents
(this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#14 0x7f07453f30d1 in QEventLoop::processEvents
(this=this@entry=0x7ffcf4dc3090, flags=...) at kernel/qeventloop.cpp:149
#15 0x7f07453f3445 in QEventLoop::exec (this=this@entry=0x7ffcf4dc3090,
flags=...) at kernel/qeventloop.cpp:204
#16 0x7f07453f9429 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1227
#17 0x7f07444b8f2c in QApplication::exec () at kernel/qapplication.cpp:3828
#18 0x00413441 in main (argc=1, argv=0x7ffcf4dc32b8) at
/build/yakuake-31ReWF/yakuake-2.9.9/app/main.cpp:72

Reported using DrKonqi

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


[plasmashell] [Bug 359127] Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread FBrown via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

--- Comment #4 from FBrown  ---
The feature to apply a customised theme with elements chosen from several
different ones works, is not obsolete and is certainly not superfluous.

e.g. example here where the default Breeze dark elements for icons, panel
background, task items etc have been switched for more visually useful ones
which work better in my user case.

http://i.imgur.com/rAbxYuk.png

The ability to customise things such as this and get your desktop working for
you is one of KDE/plasma's biggest + points and is a major reason why I use use
it. Unnecessarily removing useful customisation features is a very backward
step.

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


[digikam] [Bug 359116] Video preview not scaling and slider not working

2016-02-08 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359116

--- Comment #2 from Evert Vorster  ---
All Good Questions...
Output from Components information:
---
digikam version 5.0.0-beta4
CPU cores: 2
Eigen: 3.2.7
Exiv2: 0.25
Exiv2 can write to Jp2: Yes
Exiv2 can write to Jpeg: Yes
Exiv2 can write to Pgf: Yes
Exiv2 can write to Png: Yes
Exiv2 can write to Tiff: Yes
Exiv2 supports XMP metadata: Yes
KDE: 5.18.0
LensFun: 0.3.1-0
LibCImg: 130
LibJPEG: 80
LibJasper: 1.900.1
LibLCMS: 2070
LibLqr support: Yes
LibPGF: 6.14.12
LibPNG: 1.6.21
LibRaw: 0.17.0
LibTIFF: LIBTIFF, Version 4.0.6 Copyright (c) 1988-1996 Sam Leffler Copyright
(c) 1991-1996 Silicon Graphics, Inc.
Marble: 0.22.20 (0.23 development version)
Parallelized demosaicing: Yes
Qt: 5.5.1
RawSpeed codec support: Yes
AkonadiContact support: Yes
Baloo support: Yes
Database backend: QSQLITE
Kipi-Plugins: 
LibGphoto2: 2.5.9
LibKipi: 5.0.0
LibOpenCV: 2.4.12.2
QtMultimedia support: Yes
-
Everything gstreamer installed on my system:

-
[evert@ArchiveMobile ~]$ pacman -Qs gstreamer
local/gst-libav 1.6.3-1
Gstreamer libav Plugin
local/gst-plugins-bad 1.6.3-3
GStreamer Multimedia Framework Bad Plugins
local/gst-plugins-base 1.6.3-1
GStreamer Multimedia Framework Base Plugins
local/gst-plugins-base-libs 1.6.3-1
GStreamer Multimedia Framework Base Plugin libraries
local/gst-plugins-good 1.6.3-1
GStreamer Multimedia Framework Good Plugins
local/gst-plugins-ugly 1.6.3-1
GStreamer Multimedia Framework Ugly Plugins
local/gstreamer 1.6.3-1
GStreamer Multimedia Framework
local/gstreamer0.10 0.10.36-4
GStreamer Multimedia Framework
local/gstreamer0.10-bad 0.10.23-12
GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad)
local/gstreamer0.10-bad-plugins 0.10.23-12 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)
local/gstreamer0.10-base 0.10.36-3
GStreamer Multimedia Framework Base plugin libraries
local/gstreamer0.10-base-plugins 0.10.36-3 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
local/gstreamer0.10-ffmpeg 0.10.13-2 (gstreamer0.10-plugins)
Gstreamer FFMpeg Plugin
local/gstreamer0.10-good 0.10.31-10
GStreamer Multimedia Framework Good plugin libraries
local/gstreamer0.10-good-plugins 0.10.31-10 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
local/gstreamer0.10-ugly 0.10.19-16
GStreamer Multimedia Framework Ugly plugin libraries
local/gstreamer0.10-ugly-plugins 0.10.19-16 (gstreamer0.10-plugins)
GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
local/phonon-qt4-gstreamer 4.8.2-4
Phonon GStreamer backend for Qt4
local/phonon-qt5-gstreamer 4.8.2-4
Phonon GStreamer backend for Qt5
local/qt4-gstreamer 1.2.0-2
Qt4 bindings for GStreamer  
local/qt5-gstreamer 1.2.0-2 
Qt5 bindings for GStreamer   
-
Console Output from DigiKam start:

-
[evert@ArchiveMobile ~]$ digikam
digikam.general: AlbumWatch use QFileSystemWatcher
digikam.general: Database Parameters:
   Type: "QSQLITE"
   DB Core Name: "/data/DigiKam/digikam4.db"
   DB Thumbs Name:   "/data/DigiKam/thumbnails-digikam.db"
   DB Face Name: "/data/DigiKam/recognition.db"
   Connect Options:  ""
   Host Name:""
   Host port:-1
   Internal Server:  false
   Internal Server Path: ""
   Username: ""
   Password: ""

digikam.dbengine: Loading SQL code from config file
"/usr/share/digikam/database/dbconfig.xml"
digikam.dbengine: Checking XML version ID => expected:  3  found:  3
digikam.coredb: Core database: running schema update
digikam.coredb: Core database: have a structure version  7
digikam.coredb: Core database: makeUpdates  7  to  7
digikam.database: Creating new Location  "/DigiKam"  uuid 
"volumeid:?uuid=72e99096-2455-4d31-b771-cc3c63c2b69b"
digikam.database: location for  "/data/DigiKam"  is available  true
KMemoryInfo: Platform identified :  "LINUX"
KMemoryInfo: TotalRam:  5302620160
digikam.general: Allowing a cache size of 200 MB
digikam.thumbsdb: Thumbs database: have a structure version  "3"
digikam.general: Thumbnails database ready for use
pci id for fd 25: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
digikam.database: Complete scan (file scanning deferred) took: 13320 msecs.
digikam.dimg: ("/usr/share/color/icc")
digikam.dimg: No 

[krita] [Bug 359128] New: Perspective transformation causes blurry image

2016-02-08 Thread Odysseas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359128

Bug ID: 359128
   Summary: Perspective transformation causes blurry image
   Product: krita
   Version: 2.9.10
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: transform
  Assignee: krita-bugs-n...@kde.org
  Reporter: xb_creati...@yahoo.com

Transforming in perspective mode, or using the ctrl+alt shortcut while in free
transform, results in a blurry image. Even when the distortion of the
transformation is not extreme, and the layer is scaled down during the
transform, the quality suffers a great deal.



Reproducible: Always

Steps to Reproduce:
1. Select a layer and go to free transform mode
2. Use the ctr+alt or the perspective mode to distort the image
3.apply

Actual Results:  
The details are blurry even when the layer is smaller than it originally was.

Expected Results:  
The details are preserved more.

Please see the attached image where this action is demonstrated in comparison
to the photoshop's distort function.

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


[plasmashell] [Bug 358245] plasmashell unresponsive/freezes after resuming from suspend to RAM

2016-02-08 Thread Jürgen Scholz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358245

--- Comment #3 from Jürgen Scholz  ---
After further testing I found, that the presence of redshift does not change
the behavior of plasmashell on resume (at least on my machine).

There seems to be a possibility to circumvent the crash I am experiencing:
1. Log in normally on boot (Terminal 7)
2. Use the session manager (krunner -> sessions) to create a second session for
another user
3. Log in on second session (Terminal 8) and stay on that terminal
4. Suspend system
5. Resume system
6. Switch from Terminal 8 to Terminal 7 with the original session and find the
screen locked and plasmashell not crashed.

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

[plasmashell] [Bug 357803] System tray + kf 5.18 = ugly clipper icon

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357803

Anthony  changed:

   What|Removed |Added

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

--- Comment #12 from Anthony  ---
In 5.19, released last saturday, the issue still present

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


[kdevelop] [Bug 358945] KDevelop crashesh while having a nodejs project loaded

2016-02-08 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358945

Kevin Funk  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WAITINGFORINFO

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


[plasmashell] [Bug 358968] Add screen settings to context menu of the plasma desktop

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358968

Marco Martin  changed:

   What|Removed |Added

   Assignee|notm...@gmail.com   |aleix...@kde.org
  Component|libplasma   |Multi-screen support
Version|5.1.0   |5.5.4
Product|frameworks-plasma   |plasmashell
   Target Milestone|--- |1.0
 CC||plasma-b...@kde.org

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


[umbrello] [Bug 358358] No change of association symbol line colour and width possible

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358358

--- Comment #3 from Ralf Habacker  ---
Git commit 8909fe46197efb45fd0a9263bf6afdf7b4a5fd34 by Ralf Habacker.
Committed on 05/02/2016 at 08:35.
Pushed by habacker into branch 'Applications/15.12'.

Fix initial setting of line color of an association widget.

Because assocation line color is now setable an additional
bug has been raised on initialisation.
The initial setting of association line colors needs to be
finished in the derived constructors because virtual methods
of a derived class are not possible in WidgetBase constructor.

M  +3-0umbrello/umlwidgets/associationwidget.cpp
M  +4-0umbrello/umlwidgets/umlwidget.cpp
M  +2-0umbrello/umlwidgets/widgetbase.cpp

http://commits.kde.org/umbrello/8909fe46197efb45fd0a9263bf6afdf7b4a5fd34

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


[telepathy] [Bug 354949] Can't connect to gtalk account (Authentication failed: invalid-authzid)

2016-02-08 Thread Nico Kruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354949

Nico Kruber  changed:

   What|Removed |Added

 CC||nico.kru...@gmail.com

--- Comment #30 from Nico Kruber  ---
actually, I still cannot connect to my gtalk account although I am on 15.12.1
using openSUSE Leap 42.1 with KDE:Applications repo (amongst others).

Maybe I'm using a wrong configuration? (the same I was using with Kopete)
I configured my account as Jabber/XMPP with Jabber ID x...@gmail.com, Server
talk.google.com, Port 5223, "Require encrypted connection" and "Use old-style
SSL" both ticked.
FYI: I do not have the 2-phase verification enabled and have "Allow less secure
apps ON"

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


[amarok] [Bug 358747] Amarok doesn't allow podcast scroll

2016-02-08 Thread Daniil Vasin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358747

--- Comment #5 from Daniil Vasin  ---
The podcast was imported via an OPML file

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


[plasmashell] [Bug 359127] Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread FBrown via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

--- Comment #1 from FBrown  ---
Responsible commit

https://quickgit.kde.org/?p=plasma-desktop.git=commit=35bfaf2978ce4e24c07238b0230dd48b2ac6b566

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


[plasmashell] [Bug 358892] FolderView subdirectory popup slightly too narrow to accomodate for third column

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358892

--- Comment #3 from Eike Hein  ---
Yeah, I've told Marco a bunch of times I want an API for getting theme element
sizes for precalc use cases ...

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


[plasmashell] [Bug 358629] Notification popup not shown with 2 screen extended desktop

2016-02-08 Thread Ian Newton via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358629

Ian Newton  changed:

   What|Removed |Added

 CC||i.new...@content-org.com

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


[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2016-02-08 Thread Kristjan Stefansson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341143

Kristjan Stefansson  changed:

   What|Removed |Added

 CC||hk.stefans...@gmail.com

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


[kdelibs] [Bug 359131] New: KNotify keeps crashing

2016-02-08 Thread EMR_Kde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359131

Bug ID: 359131
   Summary: KNotify keeps crashing
   Product: kdelibs
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: knotify
  Assignee: ogoff...@kde.org
  Reporter: emre...@gmail.com

Application: knotify4 (4.14.9)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-32-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
System sound/notification went off. Has been happening since the install of the
OS. Did not happen under other OS'es with same hardware.

-- Backtrace:
Application: KNotify (knotify4), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd9df99c800 (LWP 2018))]

Thread 2 (Thread 0x7fd9cc85f700 (LWP 2028)):
#0  0x7fd9dcb83c5d in poll () at /lib64/libc.so.6
#1  0x7fd9da1edbe4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fd9da1edcec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fd9dd3060de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7fd9dd2d7e6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7fd9dd2d8165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7fd9dd1d50bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7fd9dd2b9783 in  () at /usr/lib64/libQtCore.so.4
#8  0x7fd9dd1d779f in  () at /usr/lib64/libQtCore.so.4
#9  0x7fd9dac0a0a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7fd9dcb8c08d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fd9df99c800 (LWP 2018)):
[KCrash Handler]
#5  0x7fd9dcbcafe6 in __strcmp_ssse3 () at /lib64/libc.so.6
#6  0x7fd9c0fadfee in QMetaType::registerNormalizedType(QByteArray const&,
void (*)(void*), void* (*)(void const*), void (*)(void*), void* (*)(void*, void
const*), int, QFlags, QMetaObject const*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fd9c14adf57 in  () at /usr/lib64/libQt5Gui.so.5
#8  0x7fd9df8218ea in call_init.part () at /lib64/ld-linux-x86-64.so.2
#9  0x7fd9df8219d3 in _dl_init_internal () at /lib64/ld-linux-x86-64.so.2
#10 0x7fd9df825b08 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#11 0x7fd9df8217a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#12 0x7fd9df8252fb in _dl_open () at /lib64/ld-linux-x86-64.so.2
#13 0x7fd9d836402b in dlopen_doit () at /lib64/libdl.so.2
#14 0x7fd9df8217a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#15 0x7fd9d83645dd in _dlerror_run () at /lib64/libdl.so.2
#16 0x7fd9d83640c1 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#17 0x7fd9c762559f in  () at /usr/lib64/libvlccore.so.7
#18 0x7fd9c760ed5d in  () at /usr/lib64/libvlccore.so.7
#19 0x7fd9c760f057 in  () at /usr/lib64/libvlccore.so.7
#20 0x7fd9c760f2c9 in  () at /usr/lib64/libvlccore.so.7
#21 0x7fd9c760f534 in  () at /usr/lib64/libvlccore.so.7
#22 0x7fd9c760fa87 in  () at /usr/lib64/libvlccore.so.7
#23 0x7fd9c75a749d in libvlc_InternalInit () at /usr/lib64/libvlccore.so.7
#24 0x7fd9c7378623 in libvlc_new () at /usr/lib64/libvlc.so.5
#25 0x7fd9c78a9ec9 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#26 0x7fd9c788f728 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7fd9c78901eb in qt_plugin_instance () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7fd9dd2bd641 in QPluginLoader::instance() () at
/usr/lib64/libQtCore.so.4
#29 0x7fd9cc8b7f8b in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#30 0x7fd9cc8b8773 in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#31 0x7fd9def78c76 in  () at /usr/lib64/libphonon.so.4
#32 0x7fd9def79317 in Phonon::Factory::backend(bool) () at
/usr/lib64/libphonon.so.4
#33 0x7fd9def798e3 in  () at /usr/lib64/libphonon.so.4
#34 0x7fd9def719b9 in  () at /usr/lib64/libphonon.so.4
#35 0x7fd9def6f896 in  () at /usr/lib64/libphonon.so.4
#36 0x0040e771 in _start ()

Reported using DrKonqi

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


[krita] [Bug 358882] Fileexport to photoshop

2016-02-08 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358882

--- Comment #7 from Boudewijn Rempt  ---
Dmitry has started a phabricator task for this issue:

https://phabricator.kde.org/T1516

If we find a fix, I think it will warrant another 2.9 release.

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


[krunner] [Bug 354546] krunner window appears outside of visible area after reconnecting a screen

2016-02-08 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354546

--- Comment #3 from Martin Steigerwald  ---
Created attachment 97081
  --> https://bugs.kde.org/attachment.cgi?id=97081=edit
krunner attempting to open on wrong screen in the edge

In a different display setup at work I know had a variant of this one. This
time krunner tried to open in visible space, but only some border was drawn.
See attached screenshots.

krunner tries to open at "a", while its supposed to open at "b".

+---+++
|a  || b  |
|   Laptop  ||  external display  |
|   |||
+---+++

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


[plasmashell] [Bug 359127] Desktop theme KCM 'details' and editing tab no longer present/functional

2016-02-08 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359127

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #2 from Kai Uwe Broulik  ---
I'm sorry but most of the settings in there are broken, obsolete or
superfluous. Can you elaborate which settings you need, so we could come up
with a sufficient solution?

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


[umbrello] [Bug 342207] Wish for a bird's-eye overview dock window.

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342207

--- Comment #10 from Ralf Habacker  ---
Git commit 4308b529654e70ffed9f5cf3fdae41df2a17930d by Ralf Habacker.
Committed on 08/02/2016 at 09:26.
Pushed by habacker into branch 'master'.

Improve mapping of visible scene to bird view frame.

Use QGraphicsView to GraphicsScene mapping to get
the extend and position of the visible scene instead
using slider values, which are partly incorrect.
Also increase resolution in UMLApp::slotBirdViewChanged()
by using QPointF as parameter type.

M  +13   -150  umbrello/birdview.cpp
M  +1-1umbrello/birdview.h
M  +5-12   umbrello/uml.cpp
M  +1-1umbrello/uml.h

http://commits.kde.org/umbrello/4308b529654e70ffed9f5cf3fdae41df2a17930d

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


[plasmashell] [Bug 358941] Selected files, if they appear deselected, will still open if Enter pressed

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358941

Eike Hein  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-desktop/d7cc4b9313d4e289 |ma-desktop/ac9aa83a13968181
   |f3e2669c9861f6d19ba764a3|d7440563d603e9c39887767b

--- Comment #2 from Eike Hein  ---
Git commit ac9aa83a13968181d7440563d603e9c39887767b by Eike Hein.
Committed on 08/02/2016 at 10:01.
Pushed by hein into branch 'Plasma/5.5'.

Check for selection before handling Return/Menu.

M  +2-2containments/desktop/package/contents/ui/FolderView.qml

http://commits.kde.org/plasma-desktop/ac9aa83a13968181d7440563d603e9c39887767b

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


[kwin] [Bug 359100] desktop freeze when plug-in an external monitor

2016-02-08 Thread Bruno Coudoin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359100

--- Comment #5 from Bruno Coudoin  ---
Created attachment 97082
  --> https://bugs.kde.org/attachment.cgi?id=97082=edit
support information

Attached is the support information. And yes disabling the compositor makes
dual screen working.

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


[plasmashell] [Bug 358969] Plasma crashes when going for restart

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358969

Marco Martin  changed:

   What|Removed |Added

 CC||ber...@codewiz.org

--- Comment #2 from Marco Martin  ---
*** Bug 359123 has been marked as a duplicate of this bug. ***

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


[telepathy] [Bug 359125] plasma crashes on pressing "Configure" button on accounts settings

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359125

Marco Martin  changed:

   What|Removed |Added

Product|plasmashell |telepathy
Version|5.5.3   |git-latest
   Target Milestone|1.0 |Future
 CC||notm...@gmail.com
   Assignee|k...@davidedmundson.co.uk|kde-telepathy-b...@kde.org
  Component|general |contact-applet

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


[plasmashell] [Bug 359123] Plasma crashed as soon as I clicked on the Applications Menu

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359123

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Marco Martin  ---


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

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


[frameworks-plasma] [Bug 359026] ConfigViewPrivate::init() calls Corona::package() with this==NULL

2016-02-08 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359026

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/1b2c1caf392dba
   ||833684f6156bbe0ad357e060e0

--- Comment #2 from Marco Martin  ---
Git commit 1b2c1caf392dba833684f6156bbe0ad357e060e0 by Marco Martin.
Committed on 08/02/2016 at 10:59.
Pushed by mart into branch 'master'.

don't assume we find a corona
Change-Id: Idfb18a02f6e1ae35b0b1722c24a784345438003d

M  +4-0src/plasmaquick/configview.cpp

http://commits.kde.org/plasma-framework/1b2c1caf392dba833684f6156bbe0ad357e060e0

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


[umbrello] [Bug 359055] Broken use case clipboard import from another instance

2016-02-08 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359055

--- Comment #2 from Ralf Habacker  ---
Git commit 4d9ed9bfa02390f1725748409bf0889303d22580 by Ralf Habacker.
Committed on 08/02/2016 at 11:08.
Pushed by habacker into branch 'master'.

Add uses case diagram with events to test to bird view test file.

M  +202  -35   test/test-BVW.xmi

http://commits.kde.org/umbrello/4d9ed9bfa02390f1725748409bf0889303d22580

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


[kdenlive] [Bug 359129] Git Master 2016-02-08 - Adding keyframes crashes UI

2016-02-08 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359129

--- Comment #1 from Evert Vorster  ---
I know you put a lot of work into this smooth keyframes. A long time ago I
remember this being a feature request.

However, the implementation is a little strange to me. 
I am used to holding down Shift, and then pulling out a handle from a node to
make a Besier curve. Both SlowmoVideo and InkScape uses this sort of thing to
make points on a line into curves, and it gives a lot more flexibility.

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


[krita] [Bug 347084] Untranslatable spinbox suffixes " %" and " px"

2016-02-08 Thread Scott Petrovic via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347084

--- Comment #3 from Scott Petrovic  ---
I changed all of the suffixes in this file. There are more suffixes in the
krita code base though that do not have this i18n surrrounding it. I will go
through and make these updates as well for PX and %.

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


[basket] [Bug 359164] New: Basket Got Hang When paste linked text

2016-02-08 Thread Dhaval Dhrangadhariya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359164

Bug ID: 359164
   Summary: Basket Got Hang When paste linked text
   Product: basket
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kel...@ieee.org
  Reporter: dhaval_soni9...@yahoo.in

Basket is got hanged when i copy paste linked text like

ALTER TABLE `SalesBoard` DROP `ReceiptNo` ;

This text will copy paste into basket then the basket is got hanged and need to
do close.

This is a bug in basket.

Reproducible: Always


Actual Results:  
Basket Got hanged and close.

Expected Results:  
Paste copied text.

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


[telepathy] [Bug 347219] files overlap with gnome account

2016-02-08 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347219

--- Comment #18 from Martin Klapetek  ---
As Matt correctly points out above, it is /only/ problem with
Ubuntu (Unity, to be more exact). But there is exactly zero
willingness from Ubuntu packagers/developers to sort this
out other than "this is KDE's problem" and "we'll ask to pull
Telepathy from Kubuntu", as you can read in comment #6.

Now, as you can infer from comments #7 and #8, as well as
from the state of this bug, I /did/ actually fix this in a way that
was recommended by Alberto, the upstream accounts-sso guy,
who is the only helpful human in this issue.

If Ubuntu's bug is still at critical level, what am I supposed to do?
That is not our problem, we did fix this on our side as per
recommendations. Telling us that some random Ubuntu bug
is critical is just pointless.

This fix however brought up different issues, which again are present
mostly in Ubuntu-only with their AppArmor profile for Telepathy.

Now this is, again, not our problem, but if you would read the report
linked by Matt, I did propose an alternate solution which would work
for everyone.

I don't know what else you want me to do to make your distro happy.

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


[krita] [Bug 347084] Untranslatable spinbox suffixes " %" and " px"

2016-02-08 Thread Scott Petrovic via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347084

Scott Petrovic  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit
   |a/685346673084e151f9f9cf875 |a/cbbaab67690f4aaba541a2374
   |4f245270d3b465c |338da0ec759a930

--- Comment #4 from Scott Petrovic  ---
Git commit cbbaab67690f4aaba541a2374338da0ec759a930 by Scott Petrovic.
Committed on 09/02/2016 at 02:13.
Pushed by scottpetrovic into branch 'master'.
Related: bug 18

M  +7-7libs/ui/dialogs/kis_dlg_preferences.cc
M  +2-2libs/ui/kis_autogradient.cc
M  +1-1libs/ui/kis_paintop_box.cc
M  +2-2plugins/filters/blur/kis_wdg_gaussian_blur.cpp
M  +1-1plugins/paintops/chalk/kis_chalkop_option.cpp
M  +1-1plugins/paintops/curvebrush/kis_curve_line_option.cpp
M  +2-2plugins/paintops/gridbrush/kis_gridop_option.cpp
M  +1-1plugins/paintops/hatching/kis_hatching_options.cpp
M  +1-1plugins/paintops/libpaintop/kis_auto_brush_widget.cpp
M  +1-1plugins/paintops/libpaintop/kis_brush_chooser.cpp
M  +1-1plugins/paintops/libpaintop/kis_brush_size_option.cpp
M  +2-2plugins/paintops/libpaintop/kis_texture_option.cpp
M  +1-1plugins/paintops/sketch/kis_sketchop_option.cpp
M  +4-4plugins/paintops/spray/kis_spray_shape_option.cpp
M  +1-1plugins/paintops/spray/kis_sprayop_option.cpp
M  +2-2plugins/tools/basictools/kis_tool_fill.cc
M  +1-1plugins/tools/basictools/kis_tool_multihand.cpp
M  +2-2plugins/tools/selectiontools/kis_tool_select_contiguous.cc
M  +4-4   
plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp

http://commits.kde.org/krita/cbbaab67690f4aaba541a2374338da0ec759a930

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


[frameworks-plasma] [Bug 359165] Config dialog icons are white on white

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359165

Anthony  changed:

   What|Removed |Added

URL||http://oi64.tinypic.com/e7c
   ||cav.jpg

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


[telepathy] [Bug 347219] files overlap with gnome account

2016-02-08 Thread Damon Lynch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347219

Damon Lynch  changed:

   What|Removed |Added

 CC||damonly...@gmail.com

--- Comment #17 from Damon Lynch  ---
Martin, I reported this bug May last year. I don't know what is more of an
eye-opener -- the fact that it came up at all (indicating developers and even
packagers don't install more than one desktop), or your "not our problem"
response to the news that the bug is critical (which it is).

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


[frameworks-plasma] [Bug 359165] New: Config dialog icons are white on white

2016-02-08 Thread Anthony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359165

Bug ID: 359165
   Summary: Config dialog icons are white on white
   Product: frameworks-plasma
   Version: 5.1.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: bvb...@abv.bg

Don't show white on white svg

Reproducible: Always

Steps to Reproduce:
1. System tray settings
2. General (audio volume and networks)
3. Entries

Actual Results:  
Since in config dialog are white on white, in task manager are dark on dark.

Expected Results:  
Dark on white in config, white on dark in taksmanager.
I clear words:
In config dialog must depend on application style (mine breeze)
in taskmanager must depend on plasma theme (mine breeze dark)

See screenshot

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


[cantor] [Bug 348128] The sage backend does not starts with sage 6.7

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348128

--- Comment #12 from mat...@dnet.it ---
Hi Jack!

Yes, although I only tested it with Sage 6.9, the patch should work fine with
prior versions.
If it does not, feel free to post your observations here and someone will
definitely look into the issue.

However, do note my second comment that I posted yesterday.
In my opinion the original patch is not correct, and with Sage gives error on
init.
Although it "seems" to work anyway, it might have more subtle implications.

My advice is to wait for the decision of the core developers in this regard (I
am just a regular user).

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


[kde] [Bug 359166] New: plasma no inicia.

2016-02-08 Thread pedro via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359166

Bug ID: 359166
   Summary: plasma no inicia.
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: FreeBSD
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: cor...@pedroanton.es

Application: plasma-desktop (4.11.14)
KDE Platform Version: 4.14.3
Qt Version: 4.8.6
Operating System: FreeBSD 10.2-RELEASE-p2 amd64
Distribution (Platform): FreeBSD Ports

-- Information about the crash:
- What I was doing when the application crashed:
tengo el pcbsd 10.2 recien instalado, apenas unos días. funcionaba muy bien.
ayer estuve viendo una pelicula e hice un apagado normal, sin errores. pero
esta mañana estoy intentando arrancar el sistema como hago normalmente y de
repente aparece este mensaje de que el plasma no inicia. creo que voy a
intentar instalar gnome desde el flutbox para no perder mis datos. gracias y
saludos.

The crash can be reproduced every time.

-- Backtrace:
Application: Shell de escritorio Plasma (plasma-desktop), signal: Segmentation
fault
[Current thread is 1 (Thread 80940ec00 (LWP 100867/kdeinit4))]

Thread 4 (Thread 809406400 (LWP 100535/kdeinit4)):
[KCrash Handler]
#6  0x0008020d5484 in QString::operator= () from
/usr/local/lib/qt4/libQtCore.so.4
#7  0x00082965cb6c in qt_plugin_instance () from
/usr/local/lib/kde4/plasma_applet_worldclock.so
#8  0x00080ef3643a in Plasma::Containment::saveContents () from
/usr/local/lib/libplasma.so.3
#9  0x00080ef4cee1 in Plasma::Corona::offscreenWidgets () from
/usr/local/lib/libplasma.so.3
#10 0x00080ef4b897 in Plasma::Corona::loadLayout () from
/usr/local/lib/libplasma.so.3
#11 0x00080ef4b463 in Plasma::Corona::initializeLayout () from
/usr/local/lib/libplasma.so.3
#12 0x000816f0f5fa in kdemain () from
/usr/local/lib/libkdeinit4_plasma-desktop.so
#13 0x000816f0ef4f in kdemain () from
/usr/local/lib/libkdeinit4_plasma-desktop.so
#14 0x000816f17eb5 in kdemain () from
/usr/local/lib/libkdeinit4_plasma-desktop.so
#15 0x00080219f7ee in QObject::event () from
/usr/local/lib/qt4/libQtCore.so.4
#16 0x00080218d93f in QCoreApplication::event () from
/usr/local/lib/qt4/libQtCore.so.4
#17 0x00080281025a in QApplication::event () from
/usr/local/lib/qt4/libQtGui.so.4
#18 0x0008028114ed in QApplicationPrivate::notify_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#19 0x000802812c5a in QApplication::notify () from
/usr/local/lib/qt4/libQtGui.so.4
#20 0x000800c74a07 in KApplication::notify () from
/usr/local/lib/libkdeui.so.5
#21 0x00080218c3a6 in QCoreApplication::notifyInternal () from
/usr/local/lib/qt4/libQtCore.so.4
#22 0x00080218cf85 in QCoreApplicationPrivate::sendPostedEvents () from
/usr/local/lib/qt4/libQtCore.so.4
#23 0x0008021b9768 in QEventDispatcherGlib::QEventDispatcherGlib () from
/usr/local/lib/qt4/libQtCore.so.4
#24 0x0008079d95c8 in g_main_context_dispatch () from
/usr/local/lib/libglib-2.0.so.0
#25 0x0008079d98fb in g_main_context_pending () from
/usr/local/lib/libglib-2.0.so.0
#26 0x0008079d9984 in g_main_context_iteration () from
/usr/local/lib/libglib-2.0.so.0
#27 0x0008021b8ef1 in QEventDispatcherGlib::processEvents () from
/usr/local/lib/qt4/libQtCore.so.4
#28 0x0008028b04cd in QX11Info::isCompositingManagerRunning () from
/usr/local/lib/qt4/libQtGui.so.4
#29 0x0008021899cf in QEventLoop::exec () from
/usr/local/lib/qt4/libQtCore.so.4
#30 0x00080218c95d in QCoreApplication::exec () from
/usr/local/lib/qt4/libQtCore.so.4
#31 0x000816ef945f in kdemain () from
/usr/local/lib/libkdeinit4_plasma-desktop.so
#32 0x0040a656 in ?? ()
#33 0x0040aeb1 in ?? ()
#34 0x00407f3a in ?? ()
#35 0x00407b05 in ?? ()
#36 0x00404d3f in ?? ()
#37 0x00080063 in ?? ()
#38 0x in ?? ()

Thread 3 (Thread 80940a000 (LWP 100865/kdeinit4)):
#0  0x000804209e6a in _kevent () from /lib/libc.so.7
#1  0x000803ecc2c2 in pthread_suspend_all_np () from /lib/libthr.so.3
#2  0x00080216e1c9 in QProcessEnvironment::systemEnvironment () from
/usr/local/lib/qt4/libQtCore.so.4
#3  0x00080208ba5c in QThreadStorageData::finish () from
/usr/local/lib/qt4/libQtCore.so.4
#4  0x000803ec97c5 in pthread_create () from /lib/libthr.so.3
#5  0x in ?? ()

Thread 2 (Thread 80940cc00 (LWP 100866/kdeinit4)):
#0  0x000803ed4e1c in pthread_cleanup_pop () from /lib/libthr.so.3
#1  0x000803ed32de in _pthread_cond_wait () from /lib/libthr.so.3
#2  0x0008111d9682 in ?? () from /usr/local/lib/qt4/libQtScript.so.4
#3  0x0008111d9619 in ?? () from /usr/local/lib/qt4/libQtScript.so.4
#4  0x000803ec97c5 in pthread_create () from /lib/libthr.so.3
#5  0x in ?? ()

Thread 1 (Thread 80940ec00 (LWP 100867/kdeinit4)):
#0  

[kmix] [Bug 359121] Volume when rebooting or logging in is set at max even though end user had turned it down before longing out.

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359121

--- Comment #1 from djrapto...@gmail.com ---
Also want to report that I am using a Toshiba Laptop and it seems that the
problem is when there are any notification it pops the volume up to max. I also
experienced the same issue when I unplugged the power cord and ran on battery.
Of course I was able to turn the volume down with both the task bar method and
the volume control on the laptop. In addition I did not have this problem with
Kubuntu 15.10. So it maybe an issue with Opensuse 42.1 Leap 64Bit version.

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


[plasmashell] [Bug 358719] fcitx creates blank unusable xembed icon in systray

2016-02-08 Thread Weng Xuetian via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

Weng Xuetian  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.6.0
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/829158f830555c
   ||031755c6d4348e684779264342

--- Comment #6 from Weng Xuetian  ---
Git commit 829158f830555c031755c6d4348e684779264342 by Weng Xuetian.
Committed on 09/02/2016 at 03:29.
Pushed by xuetianweng into branch 'master'.

Check whether there is any BadWindow error before monitor the event

The tray window itself may be destroyed before we start monitor the
event of it. Check the returned error and skip this window if BadWindow
happens.

FIXED-IN: 5.6.0
REVIEW: 127014

M  +23   -5xembed-sni-proxy/fdoselectionmanager.cpp
M  +1-1xembed-sni-proxy/fdoselectionmanager.h

http://commits.kde.org/plasma-workspace/829158f830555c031755c6d4348e684779264342

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


[amarok] [Bug 358747] Amarok doesn't allow podcast scroll

2016-02-08 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358747

--- Comment #6 from Myriam Schweingruber  ---
(In reply to Daniil Vasin from comment #5)
> The podcast was imported via an OPML file

You mean you made a subscription through an OPML file, but that still doesn't
download the file physically. Please check if the file is in the default
download location for podcasts on your system (likely
~/.kde/share/apps/amarok/podcasts/).
By default an OPML is a XML file that only provides links to podcasts, it
doesn't download a file physically. A downloaded episode should have a small
blue arrow in the icon visible in the Media Sources -> Podcasts pane

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


[krita] [Bug 347084] Untranslatable spinbox suffixes " %" and " px"

2016-02-08 Thread Scott Petrovic via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347084

Scott Petrovic  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||http://commits.kde.org/krit
   ||a/685346673084e151f9f9cf875
   ||4f245270d3b465c
 Resolution|--- |FIXED

--- Comment #2 from Scott Petrovic  ---
Git commit 685346673084e151f9f9cf8754f245270d3b465c by Scott Petrovic.
Committed on 09/02/2016 at 01:54.
Pushed by scottpetrovic into branch 'master'.

M  +31   -31   libs/ui/dialogs/kis_dlg_layer_style.cpp

http://commits.kde.org/krita/685346673084e151f9f9cf8754f245270d3b465c

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


[kalarm] [Bug 359163] New: Emails fail with "Invalid 'From' email address." message.

2016-02-08 Thread Arch Murphy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359163

Bug ID: 359163
   Summary: Emails fail with "Invalid 'From' email address."
message.
   Product: kalarm
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: kalarmd
  Assignee: djar...@kde.org
  Reporter: a...@longhead.com.au

Kalarm version 4.14.16

Kalarm sends email ok using the try button on the "Edit Email Alarm - KAlarm"
window.

When running in the background and alarm time is reached and error window is
displayed:

Failed to send email:
Invalid 'From' email address.
Email identity "30,593,973" not found

KAlarm is configured to use sendmail and the try button works fine to send the
desired e-mail but e-mail sending fails when KAlarm tries to send alarm e-mails
automatically.

Reproducible: Always

Steps to Reproduce:
1. Configure kalarm to send e-mail alarm using sendmail.
2. Test e-mail with try button on config screen.
3. Allow kalarm to run in background and automatically send e-mail.

Actual Results:  
Failed to send email:
Invalid 'From' email address.
Email identity "30,593,973" not found

Expected Results:  
Expected an e-mail to be sent.

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


[plasmashell] [Bug 358895] Support Back mouse button in popups

2016-02-08 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358895

--- Comment #3 from Eike Hein  ---
Git commit 5f42b3b5dabfed2dd002d355a2c6ef05198d2752 by Eike Hein.
Committed on 09/02/2016 at 06:18.
Pushed by hein into branch 'master'.

Take a stab at back button (mouse & keyboard) support in panel popups.

Kai, please test as I don't have a mouse.

M  +16   -2containments/desktop/package/contents/ui/FolderView.qml

http://commits.kde.org/plasma-desktop/5f42b3b5dabfed2dd002d355a2c6ef05198d2752

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


[kmail] [Bug 256559] kmail (viewer?) queues multiple/redundant message downloads

2016-02-08 Thread Serafina Weathers via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256559

Serafina Weathers  changed:

   What|Removed |Added

 CC||katzfille...@gmail.com

--- Comment #2 from Serafina Weathers  ---
Valuable article - For what it's worth , if people requires to merge are
interested in merging of , my colleagues used a service here http://www.altomerge.com/; >http://www.altomerge.com/.

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


[Akonadi] [Bug 346439] kio error message contains part of the password

2016-02-08 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346439

--- Comment #10 from Grégory Oestreicher  ---
Do you see anything in your ~/.xsession-errors? If the password is shown redact
it but try to keep the rest intact :)

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

[kwin] [Bug 359100] desktop freeze when plug-in an external monitor

2016-02-08 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359100

--- Comment #13 from Martin Gräßlin  ---
As it's an Ubuntu 15.10 it means it uses glamor which might be a key in the
question. My guess would be that the overlay window exceeds the texture size in
this setup with glamor.

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

[cantor] [Bug 348128] The sage backend does not starts with sage 6.7

2016-02-08 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348128

--- Comment #8 from mat...@dnet.it ---
Hi Jack,

I dont know if the guys will be able to backport the fix, and how long it is
going to take.
However, you can build a custom version for yourself very easily in the
meantime.

Here some instructions on how to go about it (run these in the terminal):
#make a temporary directory
mkdir /tmp/cantor
cd /tmp/cantor

#download the source of your currently installed cantor package
sudo apt-get install debian-keyring
sudo apt-get source cantor

#the above will create a subdirectory called "cantor-version-number-something"
#in there you will find the directory "src" (i cant test right now, so you
might have to look for it)
#find and edit the file "src/backends/sage/sagesession.cpp" according to the
submitted patch
#which you can find here:
https://quickgit.kde.org/?p=cantor.git=commitdiff=5d185d21431a989055ab4a1501584dbb3ea17842=ad75e06d3b4317ab45e1b84419b9abb8e33ad6fa
#this patch is very simple: you only have to ad "+(|Math)" right after "Sage"
on the right line
#the "right line" is 194 for the latest cantor, but it might be some lines up
or down in your version

#now rebuild the package
sudo apt-get install dpkg-dev
sudo apt-get install build-dep cantor
cd "cantor-version-something"
dpkg-buildpackage -b -us -uc
cd ..

#you should now have some debian packages 
#install the sage backend with
sudo dpkg -i cantor-backend-sage*.deb

Once again, this is just the temporary workaround that I used until the change
will show up in the official Ubuntu repositories.

Good luck!
Matteo

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


[plasmashell] [Bug 358245] plasmashell unresponsive/freezes after resuming from suspend to RAM

2016-02-08 Thread Jürgen Scholz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358245

--- Comment #5 from Jürgen Scholz <juergen.scholz...@gmail.com> ---
Created attachment 97086
  --> https://bugs.kde.org/attachment.cgi?id=97086=edit
20160208: Frozen kwin_x11 process back trace

This is the backtrace of the kwin_x11 process which handled the screen before
the system was suspended. It used 100% CPU and killing it did not get
plasmashell back on track. A new kwin_x11 process was spawned and handled the
output correctly (applications working, plasmashell still frozen).

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

[kwin] [Bug 359135] Visual glitches right after startup

2016-02-08 Thread Igor Poboiko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359135

--- Comment #1 from Igor Poboiko  ---
Created attachment 97087
  --> https://bugs.kde.org/attachment.cgi?id=97087=edit
Remainings of the splash screen

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


[plasmashell] [Bug 359137] Plasma crashed

2016-02-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359137

David Edmundson  changed:

   What|Removed |Added

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

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


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

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-02-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

David Edmundson  changed:

   What|Removed |Added

 CC||pub...@glehnhoff.de

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

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


[frameworks-kjobwidgets] [Bug 353462] Dolphin crashes trying to rename a file with iso15 filename

2016-02-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353462

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kjob
   ||widgets/e984dab0a6cd9541ae1
   ||78c104f0228ae264284a6
 Resolution|--- |FIXED

--- Comment #9 from David Edmundson  ---
Git commit e984dab0a6cd9541ae178c104f0228ae264284a6 by David Edmundson.
Committed on 08/02/2016 at 15:13.
Pushed by davidedmundson into branch 'master'.

Fix crash in KJob dialogs.

Guard "this" being deleted whilst running new eventloop

KMessageBox spawns a new event loop, during which the parent kjob can be
completed and deleted, deleting the UIDelegate with it.
Related: bug 356321, bug 356964, bug 355052, bug 355525, bug 358954, bug 346215
REVIEW: 126999

M  +9-0src/kdialogjobuidelegate.cpp

http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6

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


[frameworks-kio] [Bug 356964] kjobtrackerstest crashes when done (but not yet exiting)

2016-02-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356964

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kjob
   ||widgets/e984dab0a6cd9541ae1
   ||78c104f0228ae264284a6
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---
Git commit e984dab0a6cd9541ae178c104f0228ae264284a6 by David Edmundson.
Committed on 08/02/2016 at 15:13.
Pushed by davidedmundson into branch 'master'.

Fix crash in KJob dialogs.

Guard "this" being deleted whilst running new eventloop

KMessageBox spawns a new event loop, during which the parent kjob can be
completed and deleted, deleting the UIDelegate with it.
Related: bug 356321, bug 355052, bug 355525, bug 353462, bug 358954, bug 346215
REVIEW: 126999

M  +9-0src/kdialogjobuidelegate.cpp

http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-02-08 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kjob
   ||widgets/e984dab0a6cd9541ae1
   ||78c104f0228ae264284a6
 Status|CONFIRMED   |RESOLVED

--- Comment #23 from David Edmundson  ---
Git commit e984dab0a6cd9541ae178c104f0228ae264284a6 by David Edmundson.
Committed on 08/02/2016 at 15:13.
Pushed by davidedmundson into branch 'master'.

Fix crash in KJob dialogs.

Guard "this" being deleted whilst running new eventloop

KMessageBox spawns a new event loop, during which the parent kjob can be
completed and deleted, deleting the UIDelegate with it.
Related: bug 356964, bug 355052, bug 355525, bug 353462, bug 358954, bug 346215
REVIEW: 126999

M  +9-0src/kdialogjobuidelegate.cpp

http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6

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


  1   2   3   >