[kdev-python] [Bug 325090] JJ: Ensure proper documentation is provided for commonly used modules

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

--- Comment #2 from Sven Brauch  ---
sys is done now, another one which is always shaky is re.

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


[kdevelop] [Bug 358454] Crash when importing cmake tests if test arguments contain )

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

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kevin Funk  ---
Patch at: https://git.reviewboard.kde.org/r/126931/

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


[kdevelop] [Bug 358454] Crash when importing cmake tests if test arguments contain )

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

Kevin Funk  changed:

   What|Removed |Added

   Keywords||release_blocker
 CC||kf...@kde.org
   Target Milestone|--- |5.0.0

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


[korganizer] [Bug 263449] korganizer sets DTSTART and DTEND to Zulu time when an e-mail invite is sent and recurrence is active

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

m...@eisgr.com changed:

   What|Removed |Added

 CC||m...@eisgr.com

--- Comment #4 from m...@eisgr.com ---
This is still plaguing me in Kubuntu 15.04:  
korganizer  
4:4.14.7-0ubuntu1~ubuntu15.04~ppa1

Any hope of resolving this?  I just had a massive collision between a Client
appointment and a Doctor's appointment. 

The Doctor's appointment schedule used the "DTSTART:20160315T154000Z" format.
Importing into Korganizer/Kontact interpreted it, converted the timezone to
local time numerically, but left the entry stamped as UTC.  This has the effect
of showing the correct local time numbers when I open the entry, but the
time-zone being stamped as UTC.  So, the ICAL entry shows 1540UTC, Korganizer
politely converts it to 1040UTC (not EST), so on my calendar, it shows up even
5 hours earlier (5:40amEST).  This double-conversion happens on all
appointments from this provider.

Recap:  No TZID, using the Zulu reference time zone.  Korganizer double-adjusts
(because it doesn't translate it into the correct time zone setting, even
though it adjusted the time to be local time)
HELP?

BEGIN:VCALENDAR
PRODID:-//Communitect Inc//Smile Reminder 3.0 MIMEDIR//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTAMP:20160202T153627Z
DTSTART:20160315T154000Z
DTEND:20160315T162000Z
SUMMARY:Appointment at foobar Dental Care
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=FALSE:MAILTO:m...@domain.com
LOCATION:foobar Dental Care
DESCRIPTION:Your appointment is:\nblahblahblah
SEQUENCE:1
ORGANIZER;CN=foobar:MAILTO:blahfoobar@e.
 smilereminder.com
TRANSP:OPAQUE
PRIORITY:1
CLASS:PRIVATE
UID:545243578
BEGIN:VALARM
TRIGGER;VALUE=DURATION:PT2H
ACTION:DISPLAY
ACTION:AUDIO
DESCRIPTION:Appointment at foobar Dental Care
END:VALARM
END:VEVENT
END:VCALENDAR

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


[Oxygen] [Bug 358925] Icon for mount error is missleading

2016-02-02 Thread Franco Pellegrini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358925

--- Comment #2 from Franco Pellegrini  ---
Created attachment 96984
  --> https://bugs.kde.org/attachment.cgi?id=96984=edit
Device notifier

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


[ktorrent] [Bug 244475] KTorrent doesn't seed as other clients do

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

--- Comment #18 from Nicolas  ---
I solved the problem : uninstall KTorrent, install Transmission, use
Transmission. Finally, I see all the available seeds.

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


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-02-02 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||amw9...@gmail.com

--- Comment #18 from Jan Grulich  ---
*** Bug 358924 has been marked as a duplicate of this bug. ***

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


[plasma-nm] [Bug 358924] NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

2016-02-02 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358924

Jan Grulich  changed:

   What|Removed |Added

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

--- Comment #1 from Jan Grulich  ---


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

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


[frameworks-frameworkintegration] [Bug 358926] New: QFileIconProvider doesn't provide under Plasma 5

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

Bug ID: 358926
   Summary: QFileIconProvider doesn't provide under Plasma 5
   Product: frameworks-frameworkintegration
   Version: unspecified
  Platform: Archlinux Packages
   URL: http://martchus.netai.net/images/screenshots/kde-no-ic
ons.png
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: martc...@gmx.net

- QFileIconProvider doesn't work under Plasma 5 with any Qt theme.
- The effect is that icons in views using QFileSystemModel aren't shown:
http://martchus.netai.net/images/screenshots/kde-no-icons.png
- 

Reproducible: Always

Steps to Reproduce:
1. Ensure Plasma/KDE integration is used, eg. XDG_CURRENT_DESKTOP=kde
2.
window->setWindowIcon(QFileIconProvider().icon(QFileInfo(QStringLiteral("/run/media";
3. The bug also effects QFileSystemModel:
anyQTreeViewInstance->setModel(anyQFileSystemModel);

Actual Results:  
- Icon is not shown.
- Icons aren't shown:
http://martchus.netai.net/images/screenshots/kde-no-icons.png

Expected Results:  
- Icon is shown.
- Icons are shown:
http://martchus.netai.net/images/screenshots/gnome-with-icons.png

- I've noticed this bug for quite a while. Hence I can't remember when it
occurred the first time.
- I'm actually wondering why this hasn't been reported yet as it affects the
commonly used QFileSystemModel.
- I'm not 100 % sure whether it is a Qt or KDE bug. However I suspect it is
likely a KDE issue because the "Steps to reproduce" give "Expected Results"
when setting XDG_CURRENT_DESKTOP=GNOME. (This is how I created the screenshot
under "Expected Results". As you can see it even works with Breeze Qt theme and
Breeze icon theme.)
- For testing I use only pure Qt. I'm not linking against any KDE libraries.
- I'm using the lastest Qt and KDE libs provided by the official (stable) Arch
Linux repositories (NO testing/kde-unstable).

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


[plasmashell] [Bug 358852] Plasma crashed

2016-02-02 Thread Reinhard Auner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358852

--- Comment #2 from Reinhard Auner  ---
   Hey, Aleix, I tried to instrall the debginfo packages, but didn´t
   succeed completely. yours, Reinhard *Gesendet:* Dienstag, 02. Februar
   2016 um 15:53 Uhr
   *Von:* "Aleix Pol via KDE Bugzilla" 
   *An:* reinhardau...@gmx.at
   *Betreff:* [plasmashell] [Bug 358852] Plasma
crashedhttps://bugs.kde.org/show_bug.cgi?id=358852

   Aleix Pol  changed:

   What |Removed |Added
   
   Resolution|--- |WAITINGFORINFO
   Status|UNCONFIRMED |NEEDSINFO
   CC| |aleix...@kde.org

   --- Comment #1 from Aleix Pol  ---
   Can you reproduce? Can you provide a backtrace with symbols? It's hard
   to
   figure out what the problem is otherwise.

   --
   You are receiving this mail because:
   You reported the bug.

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

[kmail2] [Bug 358814] Kmail settings dialog hungs while turn on Security/HTML in messages

2016-02-02 Thread Alexander Miroshnichenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358814

--- Comment #4 from Alexander Miroshnichenko  ---
Created attachment 96981
  --> https://bugs.kde.org/attachment.cgi?id=96981=edit
core file

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


[Akonadi] [Bug 338186] Since updating to the latest Kubuntu packages Kmail is not picking up imap mail.

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

Grishin  changed:

   What|Removed |Added

 CC||w201...@ya.ru

--- Comment #98 from Grishin  ---
(In reply to Vladislav Vorobiev from comment #97)
> Many reason to fix it in other way.
> Everybody how try to use kontact, kmain, akondi with broken imap (like
> courier) and don't find this tread, will think kmail (kontact) is broken and
> buggy software. Note that kontact is a important part of KDE.
> 
> Thats a reputation of KDE depends also on this small komponent.

В таком случае, можно рекомендовать разработчикам указать данное замечание в
документации или, лучше, в самом kmail, чтобы пользователи не были смущены
проблемой. 
Сам же считаю kmail лучшей программой электронной почты, но печально, что
возникают такие нерешаемые проблемы..

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

[krunner] [Bug 358805] ksplashqml segfault

2016-02-02 Thread George R . Goffe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358805

--- Comment #3 from George R. Goffe  ---
This problem just happens during "normal" processing. I had just updated my
system and rebooted and issued a "startx" command to get the GUI up. It just
happens.

I do have 99+% of all the packages in "dnf group list" installed.

Can "we" instrument the crash somehow? Set a "trap" for the crash?

I'm all ears.

George...

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


[kmail2] [Bug 358814] Kmail settings dialog hungs while turn on Security/HTML in messages

2016-02-02 Thread Alexander Miroshnichenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358814

--- Comment #5 from Alexander Miroshnichenko  ---
I had changed phonon backend to VLC. It helps. 
With gstreamer backend issue exists.

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


[kdenlive] [Bug 358923] New: 15.13.0 git master - consider playing timeline from beginning when spacebar is pressed at the end of project monitor

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

Bug ID: 358923
   Summary: 15.13.0 git master - consider playing timeline from
beginning when spacebar is pressed at the end of
project monitor
   Product: kdenlive
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: jesse.dub...@gmail.com

In the Clip Monitor, when the playback position reaches the end, pressing
SPACEBAR plays it from the beginning again. Can the same thing be implemented
for the Project Monitor & timeline? Would be small but helpful boost in
workflow performance.

Reproducible: Always




Suggested while using Kdenlive 15.13.0.r6998.f68e444-1 on Antergos Linux 64,
GNOME 3.18.

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


[kio] [Bug 351913] since version 15.08 some file types previews no longer available (pdf for instance)

2016-02-02 Thread Michał via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351913

--- Comment #20 from Michał  ---
I have just installed it *and* I needed to enable previews in menu again
(disable then enable) and it started to work. Thank you. :-)

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

[digikam] [Bug 358913] Using Versionning, after returning from edit mode wrong image is selected, image itself is not updated

2016-02-02 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358913

--- Comment #9 from Maik Qualmann  ---
Please ignore Comment 8.

Maik

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


[kalarm] [Bug 358027] Should start minimized or remember if last instance was open or closed

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

--- Comment #8 from tuk...@gmail.com ---
The command you asked me to run shows no kalarm instances when I disable my
startup script. I have verified that most of my KDE applications are running
from my startup scripts - is it possible I am missing a KDE component? This is
sounding like it could be a Debian issue since I don't usually install kde-full
(the package that installs every single KDE module).

Funnily enough klipper is starting up correctly without needing a script,
according to the preferences I set when exiting the program (and I mean the
application not the klipper widget).

I am starting a new session with every new login (instead of saving or resuming
sessions) but I imagine kalarm's "launch at login" option is supposed to work
like this anyway.

Other thing I noted is that even when I disable the "start at login" option the
next time I run kalarm it comes up as checked, as if I didn't alter it. The
other options seem to be stored correctly after a change though I didn't test
this extensively.

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


[Oxygen] [Bug 358925] New: Icon for mount error is missleading

2016-02-02 Thread Franco Pellegrini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358925

Bug ID: 358925
   Summary: Icon for mount error is missleading
   Product: Oxygen
   Version: 5.5.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: icons
  Assignee: n...@oxygen-icons.org
  Reporter: frap...@gmail.com

When entering a wrong password for a LUKS partition in an external link, you
get an icon that looks as if the partition was mounted or everything went fine,
when it was not the case.

Also the icon from the device notifier is unrelated with the action "mount".

Attaching screenshots

Reproducible: Always

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


[Oxygen] [Bug 358925] Icon for mount error is missleading

2016-02-02 Thread Franco Pellegrini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358925

--- Comment #1 from Franco Pellegrini  ---
Created attachment 96983
  --> https://bugs.kde.org/attachment.cgi?id=96983=edit
Error on mount

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


[Breeze] [Bug 356395] Missing asset in gtk3 theme

2016-02-02 Thread Efrem Mc via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356395

--- Comment #8 from Efrem Mc  ---
(In reply to Aleix Pol from comment #7)
> https://git.reviewboard.kde.org/r/126970/

These comments also added in the review notes.

I tested this my making changes in
/usr/share/themes/Breeze-Dark/gtk-3.0/gtk.css and in
/usr/share/themes/Breeze/gtk-3.0/gtk.css

There were two edits because of the name change.  Furthermore, there were
already three other lines with the new names already in place.

The changes were made only in the css for gtk-3.0.

Regards,
Efrem McCrimon


Reference:
Linux: OpenMandriva LX3 2015.0 

4.1.15-nrjQL-desktop-1omv #1 SMP PREEMPT Sun Dec 27 14:47:10 UTC 2015 x86_64
x86_64 x86_64 GNU/Linux


Name: Breeze gtk-3.0
Name: Breeze-Dark gtk-3.0

scrollbar-slider-overlay-horizontal-dark.png

scrollbar-slider-overlay-horizontal.png

Looks like these were renamed to scollbar-slider-horizontal-overlay.png,
 scollbar-slider-horizontal-overlay-dark.png

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


[plasmashell] [Bug 355953] Desktop on screens are switched on restart

2016-02-02 Thread Efrem Mc via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355953

Efrem Mc  changed:

   What|Removed |Added

 CC||efrem...@gmail.com

--- Comment #6 from Efrem Mc  ---
I can confirm that this happens everytime on my system.  I have two monitors
one on DVI and another on HDMI.  The HDMI is primary.  Whenever I turn one of
them on/off I get a crash on plasma and a bug report generates.  

Linux viking3 4.1.15-nrjQL-desktop-1omv #1 SMP PREEMPT Sun Dec 27 14:47:10 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux

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


[plasmashell] [Bug 358869] Fix error source for a start failure

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

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #4 from Marco Martin  ---
pasting inline

Thread 1 (Thread 0x7f104bb42900 (LWP 12537)):
[KCrash Handler]
#6  0x7f1045033d38 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:55
#7  0x7f104503518a in __GI_abort () at abort.c:78
#8  0x7f10457bd82e in QMessageLogger::fatal(char const*, ...) const
(context=..., message=) at global/qlogging.cpp:1578
#9  0x7f10457bd82e in QMessageLogger::fatal(char const*, ...) const
(this=this@entry=0x7fff8890cbd0, msg=msg@entry=0x7f1049801d14 "%s") at
global/qlogging.cpp:781
#10 0x7f10496895c4 in
QSGRenderLoop::handleContextCreationFailure(QQuickWindow*, bool)
(this=this@entry=0x2e0ddc0, window=0x2c3ab50, isEs=isEs@entry=false) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/scenegraph/qsgrenderloop.cpp:244
#11 0x7f104968a545 in QSGGuiThreadRenderLoop::renderWindow(QQuickWindow*)
(this=this@entry=0x2e0ddc0, window=0x2c3ab50) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/scenegraph/qsgrenderloop.cpp:333
#12 0x7f104968b44e in
QSGGuiThreadRenderLoop::exposureChanged(QQuickWindow*) (this=0x2e0ddc0,
window=0x2c3ab50) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/scenegraph/qsgrenderloop.cpp:422
#13 0x7f1045eecc3b in QWindow::event(QEvent*) (this=this@entry=0x2c3ab50,
ev=ev@entry=0x7fff8890d080) at kernel/qwindow.cpp:2054
#14 0x7f10496c2621 in QQuickWindow::event(QEvent*)
(this=this@entry=0x2c3ab50, e=e@entry=0x7fff8890d080) at
/usr/src/debug/qtdeclarative-opensource-src-5.5.1/src/quick/items/qquickwindow.cpp:1413
#15 0x004422b6 in DesktopView::event(QEvent*) (this=0x2c3ab50,
e=0x7fff8890d080) at
/usr/src/debug/plasma-workspace-5.5.3/shell/desktopview.cpp:205
#16 0x7f1046d178cc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(this=this@entry=0x2718600, receiver=receiver@entry=0x2c3ab50,
e=e@entry=0x7fff8890d080) at kernel/qapplication.cpp:3716
#17 0x7f1046d1c9d6 in QApplication::notify(QObject*, QEvent*)
(this=0x7fff8890d460, receiver=0x2c3ab50, e=0x7fff8890d080) at
kernel/qapplication.cpp:3499
#18 0x7f10459a0cf3 in QCoreApplication::notifyInternal(QObject*, QEvent*)
(this=0x7fff8890d460, receiver=receiver@entry=0x2c3ab50,
event=event@entry=0x7fff8890d080) at kernel/qcoreapplication.cpp:965
#19 0x7f1045ee56e4 in
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
(event=0x7fff8890d080, receiver=0x2c3ab50) at
../../src/corelib/kernel/qcoreapplication.h:227
#20 0x7f1045ee56e4 in
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
(e=0x2adc100) at kernel/qguiapplication.cpp:2648
#21 0x7f1045ee637d in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
(e=e@entry=0x2adc100) at kernel/qguiapplication.cpp:1643
#22 0x7f1045ecb9f8 in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
(flags=...) at kernel/qwindowsysteminterface.cpp:625
#23 0x7f1035f92ed0 in userEventSourceDispatch(GSource*, GSourceFunc,
gpointer) (source=) at
eventdispatchers/qeventdispatcher_glib.cpp:70
#24 0x7f10417d4097 in g_main_context_dispatch (context=0x7f102c001710) at
gmain.c:3154
#25 0x7f10417d4097 in g_main_context_dispatch
(context=context@entry=0x7f102c001710) at gmain.c:3769
#26 0x7f10417d42c8 in g_main_context_iterate
(context=context@entry=0x7f102c001710, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3840
#27 0x7f10417d436c in g_main_context_iteration (context=0x7f102c001710,
may_block=may_block@entry=1) at gmain.c:3901
#28 0x7f10459f450f in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x27bb260, flags=...) at kernel/qeventdispatcher_glib.cpp:418
#29 0x7f104599e63a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fff8890d310, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:204
#30 0x7f10459a62fd in QCoreApplication::exec() () at
kernel/qcoreapplication.cpp:1229
#31 0x7f1045edc53c in QGuiApplication::exec() () at
kernel/qguiapplication.cpp:1527
#32 0x7f1046d13f75 in QApplication::exec() () at
kernel/qapplication.cpp:2976
#33 0x00436527 in main(int, char**) (argc=4, argv=) at
/usr/src/debug/plasma-workspace-5.5.3/shell/main.cpp:179

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


[kmail2] [Bug 358814] Kmail settings dialog hungs while turn on Security/HTML in messages

2016-02-02 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358814

--- Comment #6 from Laurent Montel  ---
So it's a bug in notification and gstreamer backend.
I don't know why but it's not a kmail bug

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


[plasmashell] [Bug 358676] Crash in Mesa after unmounting a USB drive

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

Marco Martin  changed:

   What|Removed |Added

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

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


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

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


[plasmashell] [Bug 349519] plasmashell occasionally crashes

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

Marco Martin  changed:

   What|Removed |Added

 CC||bugskdeor...@spawnhost.de

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

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


[kdevelop] [Bug 356308] kdevelop completion popup window sizing is broken

2016-02-02 Thread Eugene Shalygin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356308

--- Comment #9 from Eugene Shalygin  ---
Created attachment 96985
  --> https://bugs.kde.org/attachment.cgi?id=96985=edit
illustration for branch 5.0

Encountered almost the same problem in version 4.90.91 using:
KDE Frameworks 5.18.0
Qt 5.5.1 (built against 5.5.1)

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


[kontact] [Bug 358927] Crash when dragging a local subfolder to a different local folder

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

--- Comment #1 from Alvise  ---
Possible duplicate of bug35881?

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


[plasmashell] [Bug 357622] sudden crash

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

Marco Martin  changed:

   What|Removed |Added

 CC||vhrad...@cfl.rr.com

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

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


[plasmashell] [Bug 358551] plasma crashed after clicking on plasmoids or apps

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

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/4b833d0f4f225c
   ||92f1459bfcff0c4255afbd097c
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Marco Martin  ---
Git commit 4b833d0f4f225c92f1459bfcff0c4255afbd097c by Marco Martin.
Committed on 02/02/2016 at 21:43.
Pushed by mart into branch 'master'.

more explicit removal from m_appletInterfaces

removal should happen in handler of
Containment::AppletDeleted, but make extra sure to remove it
in case removal happens too late and an access happens
in the meantime
make extra sure dead objects aren't in m_appletInterfaces

M  +4-0src/scriptengines/qml/plasmoid/containmentinterface.cpp

http://commits.kde.org/plasma-framework/4b833d0f4f225c92f1459bfcff0c4255afbd097c

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


[Breeze] [Bug 358875] Need mount action icon

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

andreas  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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


[Breeze] [Bug 358875] Need mount action icon

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

--- Comment #4 from andreas  ---
we read the bug repots, but that doesn't mean that we are that fast. work on
it.

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


[plasmashell] [Bug 358869] Fix error source for a start failure

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

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #5 from Kai Uwe Broulik  ---
I guess Xephyr doesn't support OpenGL?

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


[frameworks-plasma] [Bug 357895] Regression: KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over TaskManager

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

Marco Martin  changed:

   What|Removed |Added

 CC||f.de.kru...@gmail.com

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

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


[plasmashell] [Bug 358699] Crash when configuring Appearance of KMail

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

Marco Martin  changed:

   What|Removed |Added

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

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


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

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


[plasmashell] [Bug 358678] KDE crash randomly

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

Marco Martin  changed:

   What|Removed |Added

 CC||samuelebertollo...@gmail.co
   ||m

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

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


[Breeze] [Bug 358875] Need mount action icon

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

--- Comment #5 from andreas  ---
Created attachment 96986
  --> https://bugs.kde.org/attachment.cgi?id=96986=edit
mount

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


[Breeze] [Bug 358875] Need mount action icon

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

--- Comment #6 from andreas  ---
Created attachment 96987
  --> https://bugs.kde.org/attachment.cgi?id=96987=edit
moun2

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


[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

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

d...@kaosx.us changed:

   What|Removed |Added

 CC||d...@kaosx.us

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


[frameworks-kwindowsystem] [Bug 358761] Not sure if Plasma or Kwin_x11

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

Marco Martin  changed:

   What|Removed |Added

Version|5.5.4   |unspecified
Product|plasmashell |frameworks-kwindowsystem
  Component|general |general
 CC||kdelibs-b...@kde.org,
   ||notm...@gmail.com
   Assignee|k...@davidedmundson.co.uk|mgraess...@kde.org
   Target Milestone|1.0 |---

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


[ktorrent] [Bug 358929] Script interpreter cannot be found, but kross is installed

2016-02-02 Thread Remy Glaser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358929

Remy Glaser  changed:

   What|Removed |Added

Summary|Script interpreter cannot   |Script interpreter cannot
   |be found while kross is |be found, but kross is
   |installed   |installed

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


[frameworks-kwindowsystem] [Bug 358761] Not sure if Plasma or Kwin_x11

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

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Marco Martin  ---
the kwindowsystem plugin doesn't seem to have debug symbols

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


[plasmashell] [Bug 358685] Plasma crash when plugging in docking station

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

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 357842 ***

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


[plasmashell] [Bug 357842] Plasma crashes with second monitor

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

Marco Martin  changed:

   What|Removed |Added

 CC||sebo...@gmail.com

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

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


[Baloo] [Bug 333866] Ignore diacritic in kmail search

2016-02-02 Thread Michal Hlavac via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333866

Michal Hlavac  changed:

   What|Removed |Added

 CC||pinak.ah...@gmail.com
  Component|Baloo Indexer   |Engine
Product|Akonadi |Baloo

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


[Breeze] [Bug 358875] Need mount action icon

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

--- Comment #7 from andreas  ---
ok what do you prefere the mount or mount2 icon?

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


[kontact] [Bug 358927] New: Crash when dragging a local subfolder to a different local folder

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

Bug ID: 358927
   Summary: Crash when dragging a local subfolder to a different
local folder
   Product: kontact
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: pub...@alvise.ch

Application: kontact (5.1.1)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-2-default x86_64
Distribution: "openSUSE Tumbleweed (20160117) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
As I'm doing some cleanup of my various mailboxes, I moved some folders from a
kmail folder to a maildir folder

The crash can be reproduced every time.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f786b315900 (LWP 3763))]

Thread 21 (Thread 0x7f784ce7e700 (LWP 3764)):
#0  0x7f7867f8b24d in poll () from /lib64/libc.so.6
#1  0x7f7861700432 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7f7861702007 in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7f784efcce29 in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f786889394f in ?? () from /usr/lib64/libQt5Core.so.5
#5  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#6  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 20 (Thread 0x7f7845edb700 (LWP 3765)):
#0  0x7f78612e207f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7865b2d3bb in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f7865b2d3f9 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 19 (Thread 0x7f78010ad700 (LWP 3766)):
#0  0x7f7867f8b24d in poll () from /lib64/libc.so.6
#1  0x7f7860ac1264 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f7860ac136c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f7868ab852b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#4  0x7f7868a6263a in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#5  0x7f786888eb1c in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#6  0x7f786889394f in ?? () from /usr/lib64/libQt5Core.so.5
#7  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#8  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 18 (Thread 0x7f77fa688700 (LWP 3767)):
#0  0x7f78612e207f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f786583b764 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f7865b5c441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 17 (Thread 0x7f77f9e87700 (LWP 3768)):
#0  0x7f78612e207f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f786583c793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f7865b5c441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 16 (Thread 0x7f77f9686700 (LWP 3769)):
#0  0x7f78612e207f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f786583c793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f7865b5c441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 15 (Thread 0x7f77f8e85700 (LWP 3770)):
#0  0x7f78612e207f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f786583c793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f7865b5c441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f7867f93bdd in clone () from /lib64/libc.so.6

Thread 14 (Thread 0x7f77e3fff700 (LWP 3771)):
#0  0x7f7860b044b9 in g_mutex_lock () from /usr/lib64/libglib-2.0.so.0
#1  0x7f7860ac124a in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f7860ac136c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f7868ab852b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#4  0x7f7868a6263a in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#5  0x7f786888eb1c in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#6  0x7f786889394f in ?? () from /usr/lib64/libQt5Core.so.5
#7  0x7f78612dc4a4 in start_thread () from /lib64/libpthread.so.0
#8  0x7f7867f93bdd in clone () from 

[plasmashell] [Bug 358721] Plasma5 crash changing sessions

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

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---
can you see what was the console output of the abort? search for ASSERT:
in ~/.xsession-errors-:0 or something like that

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


[kontact] [Bug 358927] Crash when dragging a local subfolder to a different local folder

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

--- Comment #2 from Alvise  ---
ossible duplicate of bug358851 ?

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


[plasmashell] [Bug 358705] Plasma moving object inside the bar in the bottom

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

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 358678 ***

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


[kontact] [Bug 358928] New: Crash when closing or opening Kontact

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

Bug ID: 358928
   Summary: Crash when closing or opening Kontact
   Product: kontact
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: pub...@alvise.ch

Application: kontact (5.1.1)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-2-default x86_64
Distribution: "openSUSE Tumbleweed (20160117) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
As kontact was stuck with "retrieve folder content" message, I closed kontact
and then reopened it. I got the crash

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f3c37d60900 (LWP 5045))]

Thread 14 (Thread 0x7f3c198c9700 (LWP 5046)):
#0  0x7f3c349d624d in poll () from /lib64/libc.so.6
#1  0x7f3c2e14b432 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7f3c2e14d007 in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7f3c1ba17e29 in ?? () from /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f3c352de94f in QThreadPrivate::start (arg=0xaeb070) at
thread/qthread_unix.cpp:331
#5  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#6  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 13 (Thread 0x7f3c12906700 (LWP 5047)):
#0  0x7f3c2dd2d07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3c325783bb in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f3c325783f9 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 12 (Thread 0x7f3bcdb0f700 (LWP 5048)):
#0  0x7f3c2d50bc2a in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#1  0x7f3c2d50c208 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f3c2d50c36c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f3c3550352b in QEventDispatcherGlib::processEvents
(this=0x7f3bc80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7f3c354ad63a in QEventLoop::exec (this=this@entry=0x7f3bcdb0ecd0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7f3c352d9b1c in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7f3c352de94f in QThreadPrivate::start (arg=0xbf12d0) at
thread/qthread_unix.cpp:331
#7  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#8  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7f3bc7095700 (LWP 5049)):
#0  0x7f3c2dd2d07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3c32286764 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f3c325a7441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7f3bc6894700 (LWP 5050)):
#0  0x7f3c2dd2d07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3c32287793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f3c325a7441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7f3bc6093700 (LWP 5051)):
#0  0x7f3c2dd2d07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3c32287793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f3c325a7441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7f3bc5892700 (LWP 5052)):
#0  0x7f3c2dd2d07f in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f3c32287793 in ?? () from /usr/lib64/libQt5WebKit.so.5
#2  0x7f3c325a7441 in ?? () from /usr/lib64/libQt5WebKit.so.5
#3  0x7f3c2dd274a4 in start_thread () from /lib64/libpthread.so.0
#4  0x7f3c349debdd in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7f3ba7fff700 (LWP 5055)):
#0  0x7f3c349d624d in poll () from /lib64/libc.so.6
#1  0x7f3c2d50c264 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f3c2d50c36c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f3c3550352b in QEventDispatcherGlib::processEvents
(this=0x7f3ba8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7f3c354ad63a in QEventLoop::exec (this=this@entry=0x7f3ba7ffecd0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7f3c352d9b1c in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7f3c352de94f in QThreadPrivate::start 

[plasmashell] [Bug 358598] Plasma Shell crashed after pluging in USB 3.0 Hard Drive.

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

Marco Martin  changed:

   What|Removed |Added

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

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


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

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


[plasmashell] [Bug 354978] Plasma crashed when I clicked the arrow to show all the notifications

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

Marco Martin  changed:

   What|Removed |Added

 CC||xa.kaspr...@gmail.com

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

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


[ktorrent] [Bug 358929] New: Script interpreter cannot be found while kross is installed

2016-02-02 Thread Remy Glaser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358929

Bug ID: 358929
   Summary: Script interpreter cannot be found while kross is
installed
   Product: ktorrent
   Version: 4.3.1
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: r...@remyglaser.nl

All scripts stopped working sometime in november last year. All scripts are
disabled in the GUI. They cannot be enabled.

I have krosspython installed. The scripts used to work before with the same
packages.

kross --version
Qt: 4.8.6
KDE Development Platform: 4.14.13
Kross: 0.1


Reproducible: Always

Steps to Reproduce:
1. Open Ktorrent
2. Go to the scripts menu
3. Click one one of the checkboxes next to the scripts

Actual Results:  
The following message shows: "No interpreter for this script could be found, so
it cannot be executed. Please make sure the right interpreter is installed.
Hint: All standard ktorrent scripts require krosspython"

Expected Results:  
The script is enabled and starts to do its thing.

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


[plasmashell] [Bug 358930] New: moving the mouse over a different application icon immediately changes the window list

2016-02-02 Thread René Fürst via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

Bug ID: 358930
   Summary: moving the mouse over a different application icon
immediately changes the window list
   Product: plasmashell
   Version: 5.5.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons-only Task Manager
  Assignee: h...@kde.org
  Reporter: r...@fuerst.biz
CC: plasma-b...@kde.org

When hovering the cursor on an application icon with many windows and wanting
to select a window that is not directly above the cursor position one usually
hovers a different application icon for a few ms because it is on the direct
path from the cursor position to that window.

In Plasma 4 there is a timeout so that the window list doesn't change when just
moving the  cursor over a different application icon and it is easily possible
to reach the window. In Plasma 5 the window list changes immediately to one
belonging to the application the cursor runs over. Therefore usually when
arriving at the point where the desired window was, the list has changed and
one has to repeat the selection again.

Reproducible: Always

Steps to Reproduce:
1. Hover an application icon (1)
2. Move the cursor quickly over a different application icon so that the icon
is only hovered for a short amount of time (2)

Actual Results:  
window list changes to the list of (2)

Expected Results:  
window list should not change

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


[kate] [Bug 354482] scrolling quickly with the mouse wheel jumps and can even scroll backwards

2016-02-02 Thread Tsu Jan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354482

--- Comment #5 from Tsu Jan  ---
I forgot to confirm what Denis said: this is a Qt5 bug and not specific to Kate
or KDE. However, it is specific to Linux.

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


[plasma-nm] [Bug 358924] NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

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

--- Comment #2 from amw9...@gmail.com ---
I see that the bug reports that this bug duplicates are marked as resolved in
v0.9.3.5, but I don't see how to fix my problem. I've now upgraded plasma-nm to
v0.9.3.6-7.1 and it's showing the same behaviour.

Can you help?

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


[kdeconnect] [Bug 358933] New: crash Copying a folder with dolphin.

2016-02-02 Thread Manuel López-Ibáñez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358933

Bug ID: 358933
   Summary: crash Copying a folder with dolphin.
   Product: kdeconnect
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: lopeziba...@gmail.com

Application: kdeconnectd (0.1)
KDE Platform Version: 4.13.3
Qt Version: 4.8.6
Operating System: Linux 3.13.0-77-generic i686
Distribution: Ubuntu 14.04.3 LTS

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

Copying a folder with dolphin. The phone folder suddenly disappeared. Phone has
low (<15%) battery.

Reproducible: Didn't try






-- Backtrace:
Application: kdeconnect (kdeconnectd), signal: Segmentation fault
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0xb4d81a00 (LWP 2218))]

Thread 3 (Thread 0xb1ce2b40 (LWP 2219)):
#0  0xb773d428 in __kernel_vsyscall ()
#1  0xb60d0c8b in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0xb55ea20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb55db3e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb55db528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb643295f in QEventDispatcherGlib::processEvents (this=0xb1300468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#6  0xb6401823 in QEventLoop::processEvents (this=this@entry=0xb1ce2288,
flags=...) at kernel/qeventloop.cpp:149
#7  0xb6401b49 in QEventLoop::exec (this=this@entry=0xb1ce2288, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb62ee23d in QThread::exec (this=this@entry=0x98c5f08) at
thread/qthread.cpp:537
#9  0xb62ee38b in QThread::run (this=0x98c5f08) at thread/qthread.cpp:604
#10 0xb62f0b6f in QThreadPrivate::start (arg=0x98c5f08) at
thread/qthread_unix.cpp:349
#11 0xb56c0f70 in start_thread (arg=0xb1ce2b40) at pthread_create.c:312
#12 0xb60dfbee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 2 (Thread 0xb1262b40 (LWP 4410)):
#0  0xb773d428 in __kernel_vsyscall ()
#1  0xb60ed872 in __GI___clock_gettime (clock_id=1, tp=0xb1261ff8) at
../sysdeps/unix/clock_gettime.c:115
#2  0xb634b8cc in do_gettime (frac=0xb1261ff0, sec=0xb1261fe8) at
tools/qelapsedtimer_unix.cpp:127
#3  qt_gettime () at tools/qelapsedtimer_unix.cpp:144
#4  0xb64342a2 in updateCurrentTime (this=0xb09026e4) at
kernel/qeventdispatcher_unix.cpp:354
#5  QTimerInfoList::timerWait (this=0xb09026e4, tm=...) at
kernel/qeventdispatcher_unix.cpp:460
#6  0xb643282b in timerSourcePrepareHelper (src=,
timeout=0xb12620ec) at kernel/qeventdispatcher_glib.cpp:143
#7  0xb64328bd in timerSourcePrepare (source=0xb09026b0, timeout=0xb12620ec) at
kernel/qeventdispatcher_glib.cpp:176
#8  0xb55da9b3 in g_main_context_prepare () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#9  0xb55db2df in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#10 0xb55db528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#11 0xb643295f in QEventDispatcherGlib::processEvents (this=0xb0900468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#12 0xb6401823 in QEventLoop::processEvents (this=this@entry=0xb1262258,
flags=...) at kernel/qeventloop.cpp:149
#13 0xb6401b49 in QEventLoop::exec (this=this@entry=0xb1262258, flags=...) at
kernel/qeventloop.cpp:204
#14 0xb62ee23d in QThread::exec (this=this@entry=0x9906620) at
thread/qthread.cpp:537
#15 0xb63e1c44 in QInotifyFileSystemWatcherEngine::run (this=0x9906620) at
io/qfilesystemwatcher_inotify.cpp:265
#16 0xb62f0b6f in QThreadPrivate::start (arg=0x9906620) at
thread/qthread_unix.cpp:349
#17 0xb56c0f70 in start_thread (arg=0xb1262b40) at pthread_create.c:312
#18 0xb60dfbee in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 1 (Thread 0xb4d81a00 (LWP 2218)):
[KCrash Handler]
#7  0xb63de486 in QProcessManager::remove (this=0xb6570d8c
, process=process@entry=0x9a153f0) at
io/qprocess_unix.cpp:333
#8  0xb63de54c in QProcessPrivate::findExitCode (this=this@entry=0x990fe70) at
io/qprocess_unix.cpp:1304
#9  0xb638ec5b in QProcess::~QProcess (this=0x99df0f8, __in_chrg=) at io/qprocess.cpp:1176
#10 0xb66604b1 in KProcess::~KProcess (this=0x99df0f8, __in_chrg=) at ../../kdecore/io/kprocess.cpp:122
#11 0xb66604ec in KProcess::~KProcess (this=0x99df0f8, __in_chrg=) at ../../kdecore/io/kprocess.cpp:125
#12 0xb1440594 in ?? () from /usr/lib/kde4/kdeconnect_sftp.so
#13 0xb144067c in ?? () from /usr/lib/kde4/kdeconnect_sftp.so
#14 0xb641abda in QObjectPrivate::deleteChildren (this=this@entry=0x97f6308) at
kernel/qobject.cpp:1907
#15 0xb641d188 in QObject::~QObject (this=0x991d318, __in_chrg=)
at kernel/qobject.cpp:926
#16 0xb76fde07 in KdeConnectPlugin::~KdeConnectPlugin() () from
/usr/lib/libkdeconnectcore.so.1
#17 0xb144315d in ?? () from /usr/lib/kde4/kdeconnect_sftp.so

[plasmashell] [Bug 358931] Transparent icons have a black box as their background

2016-02-02 Thread Mircea Kitsune via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358931

Mircea Kitsune  changed:

   What|Removed |Added

 CC||sonichedgehog_hyperblast00@
   ||yahoo.com

--- Comment #1 from Mircea Kitsune  ---
Created attachment 96989
  --> https://bugs.kde.org/attachment.cgi?id=96989=edit
Screenshot

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


[plasmashell] [Bug 358931] New: Transparent icons have a black box as their background

2016-02-02 Thread Mircea Kitsune via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358931

Bug ID: 358931
   Summary: Transparent icons have a black box as their background
   Product: plasmashell
   Version: 5.5.3
  Platform: Other
   URL: http://i.imgur.com/7of6W2v.png
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: sonichedgehog_hyperblas...@yahoo.com

Since a series of package updates last night (openSUSE Tumbleweed), certain
icons in the system tray have a black box as their background instead of
appearing transparent.

Reproducible: Always




I tried restarting, deleting ~/.cache/icon-cache.kcache, and running
kbuildsycoca5... but nothing fixed the issue.

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


[kdevplatform] [Bug 347351] commit fails when no git user/email are configured

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

Kevin Funk  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kdev
   ||platform/2df0558b458dae4694
   ||73e117ad6045a29802359a
 Status|REOPENED|RESOLVED
   Version Fixed In||5.0
 Resolution|--- |FIXED

--- Comment #3 from Kevin Funk  ---
Git commit 2df0558b458dae469473e117ad6045a29802359a by Kevin Funk, on behalf of
Artur Puzio.
Committed on 02/02/2016 at 23:21.
Pushed by kfunk into branch '5.0'.

Git: Display dialog to configure user & name

Summary:
Added function to get git config
Added checking of `user.email` and `user.name` when committing
Added possibility to configure global git parameters
Added `QDialog` extension to choose the name and email, with possibility to
save the settings as global and validation.
Used the extension to handle the lack of `user.name` or `user.email` configured
when committing.
Added unit tests for readConfigOption and setConfigOption.
This fixes the [[ https://bugs.kde.org/show_bug.cgi?id=347351 | Bug 347351 ]]

Test Plan:
The new dialog works fine.
Tests pass.
FIXED-IN: 5.0

Reviewers: kfunk

Reviewed By: kfunk

Subscribers: mwolff, kdevelop-devel

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

M  +2-0plugins/git/CMakeLists.txt
A  +82   -0plugins/git/gitnameemaildialog.cpp [License: LGPL (v2+)]
A  +54   -0plugins/git/gitnameemaildialog.h [License: LGPL (v2+)]
A  +145  -0plugins/git/gitnameemaildialog.ui
M  +33   -3plugins/git/gitplugin.cpp
M  +2-1plugins/git/gitplugin.h
M  +2-0plugins/git/tests/CMakeLists.txt
M  +29   -0plugins/git/tests/test_git.cpp
M  +1-0plugins/git/tests/test_git.h

http://commits.kde.org/kdevplatform/2df0558b458dae469473e117ad6045a29802359a

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


[plasmashell] [Bug 357627] Hide or visualize option for elements doesn't apply

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

--- Comment #1 from davidev  ---
Created attachment 96988
  --> https://bugs.kde.org/attachment.cgi?id=96988=edit
~/.config/plasma-org.kde.plasma.desktop-appletsrc

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


[kdenlive] [Bug 351138] failed showing List Items if I click on KDENLIVE MainMenu - Settings - Download New Wipes

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

i...@ayudacloudeveloper.es changed:

   What|Removed |Added

 CC||i...@ayudacloudeveloper.es

--- Comment #2 from i...@ayudacloudeveloper.es ---
hello

in addition to this error

Not work downloading templates title and  project profiles

thx

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


[kate] [Bug 354482] scrolling quickly with the mouse wheel jumps and can even scroll backwards

2016-02-02 Thread Tsu Jan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354482

Tsu Jan  changed:

   What|Removed |Added

 CC||tsujan2...@gmail.com

--- Comment #4 from Tsu Jan  ---
I encountered this erratic and annoying behavior since Qt-5.3. In
https://bugreports.qt.io/browse/QTBUG-38274, they say it's fixed but it isn't.
As far as I know, the problem is in the first QWheelEvent after the enter
event.

I think a clean Qt bug report is needed. Otherwise, it might not be fixed soon.

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


[krita] [Bug 358932] New: pen pressure sensitivity won't work even after reinstalling program, configuring, and resetting defaults

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

Bug ID: 358932
   Summary: pen pressure sensitivity won't work even after
reinstalling program, configuring, and resetting
defaults
   Product: krita
   Version: 2.9.10
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engine
  Assignee: krita-bugs-n...@kde.org
  Reporter: lanachesl...@gmail.com

I'm using a Wacom Intuous pen small tablet with Krita 2.9.10 and about two
weeks ago the pen pressure sensitivity completely stopped working. I've
uninstalled/reinstalled multiple times, along with updating my tablet drivers,
switching to 32-bit from 64-bit, and even "repairing" Krita. This happens
immediately after Krita is opened and has not started working once with any
brushes or settings ever since then. My pen sensitivity works on every other
program I have, so nothing is wrong with my tablet.

Reproducible: Always

Steps to Reproduce:
1.Open Krita
2.Select brush
3.Make brush mark on canvas with pen

Actual Results:  
Pressure does not respond, leaving mark looking as though I made it with my
mouse pad or had pen sensitivity off.

Expected Results:  
The mark should've appeared according to the pressure I put on the pen.

I'm using Windows 8, not Windows 10-- I've heard Krita 2.9 does not work very
well on Windows 10, but I am not using that.

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


[plasmashell] [Bug 356720] Panel displayed on wrong monitor on login

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

--- Comment #3 from jamese  ---
Created attachment 96990
  --> https://bugs.kde.org/attachment.cgi?id=96990=edit
Showing moving panel to correct screen

Here's an example of a panel appearing on the wrong screen. It appeared on the
screen in the top right, when it should be in the bottom screen. I have panels
anchored to the top screen edge.

This occurs after changing the Primary Display. Shouldn't widgets be allocated
to a display  and remain on that display?

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


[frameworks-kio] [Bug 265717] Edit ACL Entry dialog not useful for non-local users on sssd-enabled systems

2016-02-02 Thread Jason Tibbitts via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=265717

--- Comment #2 from Jason Tibbitts  ---
Just wanted to make a note that the ACL editing dialog is still not useful if
the system cannot enumerate all users in the 5.18 frameworks release.

Unfortunately, we've switched our infrastructure to NFS4 and those ACLs are an
entirely different and fun thing which is also not at all supported. 
nfs4-acl-editor does work, though, and I think it might just be easiest to set
up a service menu for that so that dolphin users can reach it more easily.

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


[plasmashell] [Bug 356720] Panel displayed on wrong monitor on login

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

--- Comment #4 from jamese  ---
Created attachment 96991
  --> https://bugs.kde.org/attachment.cgi?id=96991=edit
Panel appearing on incorrect screen, under/above that screen's panel

And here's an example of logging in this morning and finding after the usual
jiggery-pokery with kscreen display setup that the panel from DP1-1 is now on
DP1-2. If you look closely you'll see one panel above the other on DP1-2. It
should be on DP1-1.

Again, this happens after  changing the Primary Display.

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


[kaddressbook] [Bug 358934] Passwords containing colons are not urlencoded properly when adding DAV resources

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

--- Comment #1 from Daniel  ---
Created attachment 96992
  --> https://bugs.kde.org/attachment.cgi?id=96992=edit
Dialog with broken encoding

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


[bugs.kde.org] [Bug 358936] New: Allow to not include on CC list for specific products

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

Bug ID: 358936
   Summary: Allow to not include on CC list for specific products
   Product: bugs.kde.org
   Version: unspecified
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: sysad...@kde.org
  Reporter: ostrof...@users.sourceforge.net
CC: she...@kde.org

Under User Preferences, there is an item "Automatically add me to the CC list
of bugs I change 
" where the choices are Always, Never, and Only if I have no role in them.  I
would also like to avoid adding me to the CC list of bugs for specified product
- specifically those where I subscribe to the product's devel mailing list, so
I already see all the bug related emails.  Now, I have to remember to uncheck
the add me to CC box.  I don't want to select "Never" because I would be likely
to forget to CHECK that box, and so lose track of those bugs.  

Reproducible: Always

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


[plasmashell] [Bug 358735] Several seemingly related monitor connect/disconnect issues

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

jamese  changed:

   What|Removed |Added

 CC||james.el...@gmail.com

--- Comment #1 from jamese  ---
I too have an inordinate amount and similar problems with multiple displays,
using Display Port 1.2  / MST.  This system runs Kubuntu with the Plasma 5.5
backports

plasma/krunner crashes have gone away, mostly, with Plasma 5.5 but multiple
display setup is still a pain.  The issue occurs during cable plug-in OR
display setup and is especially evident when moving from a multi display setup,
to laptop only, then back to a multi display setup.

Either -
+ I get one display blank (sometimes with a working mouse cursor) OR
+ the display splits in half and becomes frozen, with the left half on the
right and the right half on the left OR
+ the display half-configures and the desktop becomes unresponsive, although
the mouse cursor might move OR
+ configuring and moving screens, then hitting Apply in kscreen causes the
desktop to become unresponsive OR
+ upon login, all displays are blank.

Switching to runlevel 1 and checking top, the system is just happy idling away
with no load. Interestingly when dropping to another runlevel, all 3 screens
including the 2 in the MST chain happily clone each other even when Plasma/KDE
is finding it hard to configure the setup or crashing.

In all instances, removing the contents of ~/.local/share/kscreen/ and then
running a sudo killall sddm, then signing back is the only way to get back to
square one and start again.

Once it is setup, it works flawlessly for the entire session without crashing,
I'm especially pleased with the MST support.

I'm really happy to help test any possible or proposed fixes in order to get a
stable multi-desktop system working. Qt coding is not my forte.

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


[kdevelop] [Bug 298511] Change returned type of static function in it's definition (cpp file) made remove word "static" in it's declaration (header)

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

--- Comment #4 from Kevin Funk  ---
@Piotr: It works for me using latest 5.0 branch. Are you sure?

This should be fixed by:

commit d332c3af3168cb3499674642d7884395e6db54f1
Author: Milian Wolff 
Date:   Wed Dec 2 13:14:14 2015 +0100

Keep static modifier of class functions if we adapt the signature.

BUG: 356179

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


[kaddressbook] [Bug 358934] New: Passwords containing colons are not urlencoded properly when adding DAV resources

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

Bug ID: 358934
   Summary: Passwords containing colons are not urlencoded
properly when adding DAV resources
   Product: kaddressbook
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: c...@daniel.priv.no
CC: to...@kde.org

Version 4.14.10 (not an available option in the bug report wizard).

Reproducible: Always

Steps to Reproduce:
1. File: New: Address Book: DAV resource
2. Enter any username, and enter the exact password: "test:pass"
3. Choose configure resource manually
4. Click Add server configuration
5. Type in a responding URL and click Fetch (doesn’t need to be a working
server)

Actual Results:  
See screenshot. Password is not urlencoded causing it to break in interesting
ways. Ignoring the cosmetically problem, you do get a list of resources from
the server. However, the added address book will not be able to sync with
KAddressBook and will just be left broken.

Expected Results:  
Password should not be displayed in this dialog. Password should be properly
urlencoded.

Causes problems other places too, as even if you ignore this dialog and get a
list of resources: KAddressBook will not be able to actually sync against this
address book later. (Could be different bug causing the actual sync issue, but
I have strong suspicions about this one right here.)

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

[kmymoney4] [Bug 358935] New: Tools/Consistency Check should allow save or print, not just "OK"

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

Bug ID: 358935
   Summary: Tools/Consistency Check should allow save or print,
not just "OK"
   Product: kmymoney4
   Version: git master
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ostrof...@users.sourceforge.net

Running a consistency check (either explcitly from the tools menu or when
saving the file) shows the results in a pop-up window, but the only choice is
"OK."  It would be useful if there were also "Print" and "Save as" buttons. 
Now, the only way to do this is to select the contents of the window, copy, and
save to a document.

Reproducible: Always

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


[ark] [Bug 358937] New: Crash when cancelling file compression in dolphin.

2016-02-02 Thread Mikael B via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358937

Bug ID: 358937
   Summary: Crash when cancelling file compression in dolphin.
   Product: ark
   Version: 2.19
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: elvis.angelac...@kdemail.net
  Reporter: mikae...@yahoo.com
CC: rak...@freebsd.org

Application: ark (2.19)
KDE Platform Version: 4.14.14 (Compiled from sources)
Qt Version: 4.8.6
Operating System: Linux 4.2.8-200.fc22.x86_64 x86_64
Distribution: "Fedora release 22 (Twenty Two)"

-- Information about the crash:
- What I was doing when the application crashed:
Started compressing a file from dolphin (I don't remember if it was bzip or
zip), and hit 'cancel' during the process. 
The result was a popup declaring that so-and-so had crashed.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Ark (ark), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2a1bb118c0 (LWP 10162))]

Thread 3 (Thread 0x7f29f6694700 (LWP 10169)):
#0  0x7f2a177d02fd in poll () at /lib64/libc.so.6
#1  0x7f2a13133dbc in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f2a13133ecc in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f2a187104ee in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQtCore.so.4
#4  0x7f2a186de791 in
QEventLoop::processEvents(QFlags) () at
/lib64/libQtCore.so.4
#5  0x7f2a186deb05 in
QEventLoop::exec(QFlags) () at
/lib64/libQtCore.so.4
#6  0x7f2a185ce289 in QThread::exec() () at /lib64/libQtCore.so.4
#7  0x7f2a186be863 in QInotifyFileSystemWatcherEngine::run() () at
/lib64/libQtCore.so.4
#8  0x7f2a185d0aac in QThreadPrivate::start(void*) () at
/lib64/libQtCore.so.4
#9  0x7f2a18341555 in start_thread () at /lib64/libpthread.so.0
#10 0x7f2a177dbb9d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f29f5541700 (LWP 10171)):
[KCrash Handler]
#6  0x0040 in  ()
#7  0x7f2a186f5525 in QObject::disconnect(QObject const*, char const*,
QObject const*, char const*) () at /lib64/libQtCore.so.4
#8  0x7f2a1b746bf8 in Kerfuffle::Job::onFinished(bool) () at
/lib64/libkerfuffle.so.4
#9  0x7f2a1b745abf in Kerfuffle::AddJob::doWork() () at
/lib64/libkerfuffle.so.4
#10 0x7f2a1b745581 in Kerfuffle::Job::Private::run() () at
/lib64/libkerfuffle.so.4
#11 0x7f2a185d0aac in QThreadPrivate::start(void*) () at
/lib64/libQtCore.so.4
#12 0x7f2a18341555 in start_thread () at /lib64/libpthread.so.0
#13 0x7f2a177dbb9d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f2a1bb118c0 (LWP 10162)):
#0  0x7f2a18346540 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f2a185d1016 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQtCore.so.4
#2  0x7f2a185d063e in QThread::wait(unsigned long) () at
/lib64/libQtCore.so.4
#3  0x7f2a1b745520 in Kerfuffle::Job::~Job() () at /lib64/libkerfuffle.so.4
#4  0x7f2a1b748640 in Kerfuffle::AddJob::~AddJob() () at
/lib64/libkerfuffle.so.4
#5  0x7f2a186f8361 in QObjectPrivate::deleteChildren() () at
/lib64/libQtCore.so.4
#6  0x7f2a186faa04 in QObject::~QObject() () at /lib64/libQtCore.so.4
#7  0x7f2a1b741799 in Kerfuffle::Archive::~Archive() () at
/lib64/libkerfuffle.so.4
#8  0x7f2a186f8361 in QObjectPrivate::deleteChildren() () at
/lib64/libQtCore.so.4
#9  0x7f2a186faa04 in QObject::~QObject() () at /lib64/libQtCore.so.4
#10 0x7f2a1b74e389 in Kerfuffle::AddToArchive::~AddToArchive() () at
/lib64/libkerfuffle.so.4
#11 0x7f2a186f9e88 in QObject::event(QEvent*) () at /lib64/libQtCore.so.4
#12 0x7f2a195e13ac in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQtGui.so.4
#13 0x7f2a195e8206 in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQtGui.so.4
#14 0x7f2a1a35d54a in KApplication::notify(QObject*, QEvent*) () at
/lib64/libkdeui.so.5
#15 0x7f2a186dff1d in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /lib64/libQtCore.so.4
#16 0x7f2a186e3536 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /lib64/libQtCore.so.4
#17 0x7f2a1871035e in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () at /lib64/libQtCore.so.4
#18 0x7f2a13133a8a in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#19 0x7f2a13133e20 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#20 0x7f2a13133ecc in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#21 0x7f2a187104ce in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQtCore.so.4
#22 0x7f2a19687626 in
QGuiEventDispatcherGlib::processEvents(QFlags)
() at /lib64/libQtGui.so.4
#23 0x7f2a186de791 in

[muon] [Bug 358938] New: moun/updater non fuction

2016-02-02 Thread Eduardo Nunez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358938

Bug ID: 358938
   Summary: moun/updater non fuction
   Product: muon
   Version: 5.5.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: edunun...@gmail.com
CC: echidna...@kubuntu.org, sit...@kde.org

I can't to do the update for this medio. Dont to run apt

Reproducible: Always

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


[kmail2] [Bug 358814] Kmail settings dialog hungs while turn on Security/HTML in messages

2016-02-02 Thread Alexander Miroshnichenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358814

--- Comment #2 from Alexander Miroshnichenko  ---
(gdb) bt
#0  0x03a226c8dd89 in syscall () from /lib64/libc.so.6
#1  0x03a21bec9606 in g_cond_wait (cond=cond@entry=0x3a21c172f20
, mutex=mutex@entry=0x3a21c172f30 ) at
/usr/src/debug/dev-libs/glib-2.44.1-r1/glib-2.44.1/glib/gthread-posix.c:1395
#2  0x03a21bea4573 in g_once_init_enter
(location=location@entry=0x3a1b8370df8 ) at
/usr/src/debug/dev-libs/glib-2.44.1-r1/glib-2.44.1/glib/gthread.c:649
#3  0x03a1b8096c6c in gst_object_get_type () at
/usr/src/debug/media-libs/gstreamer-0.10.36-r2/gstreamer-0.10.36/gst/gstobject.c:175
#4  0x03a1b80ee9a4 in gst_registry_get_type () at
/usr/src/debug/media-libs/gstreamer-0.10.36-r2/gstreamer-0.10.36/gst/gstregistry.c:199
#5  0x03a1b80eeced in gst_registry_get_default () at
/usr/src/debug/media-libs/gstreamer-0.10.36-r2/gstreamer-0.10.36/gst/gstregistry.c:324
#6  0x03a1b83996d3 in Phonon::Gstreamer::EffectManager::EffectManager
(this=0x28ad4fefb0, backend=) at
/usr/src/debug/media-libs/phonon-gstreamer-4.7.2/phonon-backend-gstreamer-4.7.2/gstreamer/effectmanager.cpp:44
#7  0x03a1b838c261 in Phonon::Gstreamer::Backend::Backend
(this=this@entry=0x28ad376b30, parent=parent@entry=0x0) at
/usr/src/debug/media-libs/phonon-gstreamer-4.7.2/phonon-backend-gstreamer-4.7.2/gstreamer/backend.cpp:117
#8  0x03a1b838c726 in qt_plugin_instance () at
/usr/src/debug/media-libs/phonon-gstreamer-4.7.2/phonon-backend-gstreamer-4.7.2-qt5/gstreamer/moc_backend.cpp:248
#9  0x03a22770824f in QPluginLoader::instance
(this=this@entry=0x3c2f1d1b6e0) at plugin/qpluginloader.cpp:192
#10 0x03a21a42a4e8 in Phonon::FactoryPrivate::tryCreateBackend
(this=this@entry=0x28ad371d20, path=...) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/factory.cpp:117
#11 0x03a21a42c9aa in Phonon::FactoryPrivate::createSuitableBackend
(this=this@entry=0x28ad371d20, libPath=..., plugins=...) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/factory.cpp:215
#12 0x03a21a42d183 in Phonon::FactoryPrivate::createBackend
(this=this@entry=0x28ad371d20) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/factory.cpp:299
#13 0x03a21a42da25 in Phonon::Factory::backend
(createWhenNull=createWhenNull@entry=true) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/factory.cpp:571
#14 0x03a21a42e076 in Phonon::Factory::createAudioOutput
(parent=0x28ad389be0) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/factory.cpp:466
#15 0x03a21a42113d in Phonon::AudioOutputPrivate::createBackendObject
(this=0x28ad371d70) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/audiooutput.cpp:130
#16 0x03a21a41e355 in Phonon::AudioOutputPrivate::init (this=0x28ad371d70,
c=Phonon::NotificationCategory) at
/usr/src/debug/media-libs/phonon-4.7.2/phonon-4.7.2/phonon/audiooutput.cpp:97
#17 0x03a2235f59d2 in NotifyByAudio::notify (this=0x28ad36bf80,
notification=0x28ace49270, config=0x3c2f1d1bd10) at
/usr/src/debug/kde-frameworks/knotifications-5.18.0/knotifications-5.18.0/src/notifybyaudio.cpp:53
#18 0x03a2235d5e9b in KNotificationManager::notify (this=0x3a22380f030
<(anonymous namespace)::Q_QGS_s_self::innerFunction()::holder>,
n=n@entry=0x28ace49270)
at
/usr/src/debug/kde-frameworks/knotifications-5.18.0/knotifications-5.18.0/src/knotificationmanager.cpp:205
#19 0x03a2235d3030 in KNotification::sendEvent (this=0x28ace49270) at
/usr/src/debug/kde-frameworks/knotifications-5.18.0/knotifications-5.18.0/src/knotification.cpp:398
#20 0x03a22774c92a in QObject::event (this=0x28ace49270, e=)
at kernel/qobject.cpp:1239
#21 0x03a2284891fc in QApplicationPrivate::notify_helper
(this=this@entry=0x28ab58cc00, receiver=receiver@entry=0x28ace49270,
e=e@entry=0x28ad36a540) at kernel/qapplication.cpp:3716
#22 0x03a22848ecc2 in QApplication::notify (this=0x3c2f1d1dfd0,
receiver=0x28ace49270, e=0x28ad36a540) at kernel/qapplication.cpp:3499
#23 0x03a22771b64d in QCoreApplication::notifyInternal (this=0x3c2f1d1dfd0,
receiver=0x28ace49270, event=event@entry=0x28ad36a540) at
kernel/qcoreapplication.cpp:965
#24 0x03a22771ee03 in QCoreApplication::sendEvent (event=0x28ad36a540,
receiver=) at kernel/qcoreapplication.h:224
#25 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
event_type=event_type@entry=0, data=0x28ab588610) at
kernel/qcoreapplication.cpp:1593
#26 0x03a22771f42e in QCoreApplication::sendPostedEvents
(receiver=receiver@entry=0x0, event_type=event_type@entry=0) at
kernel/qcoreapplication.cpp:1451
#27 0x03a227776009 in postEventSourceDispatch (s=0x28ab6f2a30) at
kernel/qeventdispatcher_glib.cpp:271
#28 0x03a21be7405c in g_main_dispatch (context=0x3a216f0) at
/usr/src/debug/dev-libs/glib-2.44.1-r1/glib-2.44.1/glib/gmain.c:3122
#29 g_main_context_dispatch (context=context@entry=0x3a216f0) at

[kmail2] [Bug 358814] Kmail settings dialog hungs while turn on Security/HTML in messages

2016-02-02 Thread Alexander Miroshnichenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358814

--- Comment #3 from Alexander Miroshnichenko  ---
(gdb) frame 1
#1  0x03a21bec9606 in g_cond_wait (cond=cond@entry=0x3a21c172f20
, mutex=mutex@entry=0x3a21c172f30 ) at
/usr/src/debug/dev-libs/glib-2.44.1-r1/glib-2.44.1/glib/gthread-posix.c:1395
1395  syscall (__NR_futex, >i[0], (gsize) FUTEX_WAIT_PRIVATE, (gsize)
sampled, NULL);

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


[krunner] [Bug 358805] ksplashqml segfault

2016-02-02 Thread George R . Goffe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358805

--- Comment #4 from George R. Goffe  ---
Aleix,

I just verified that the problem still exists. It does.

This a Fedora 24 x86_64 system in a "VirtualBox VM". What I do is ssh into the
VM after boot. My default run level is 3 so I can do command like stuff and
start X if I need to.

>From the ssh session I can start "X" so I could do tracing or whatever and
capture the output to send you if you have things you want me to try.

Regards,

George...

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


[krunner] [Bug 358805] ksplashqml segfault

2016-02-02 Thread George R . Goffe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358805

--- Comment #5 from George R. Goffe  ---
Created attachment 96982
  --> https://bugs.kde.org/attachment.cgi?id=96982=edit
gzip'd flat file with package groups install logic

After the install of F24 I run "dnf -y upgrade" and then this script and
reboot.

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


[KBibTeX] [Bug 358446] Non free file

2016-02-02 Thread Nicolás Alvarez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358446

Nicolás Alvarez  changed:

   What|Removed |Added

 CC||nicolas.alva...@gmail.com

--- Comment #5 from Nicolás Alvarez  ---
CC-BY-NC doesn't comply with our licensing policy, and can't be "linked" with
eg. GPL code.

However, it *is* redistributable. It's not like someone committed
EULA-protected software like Adobe Flash into the repository (where Linux
distros have to workaround the fact that it's non-redistributable). We're in no
legal trouble by simply having this file in our server. I see no need to remove
it from the repository history. Just rm it from the latest version.

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

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

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

Bug ID: 358941
   Summary: Selected files, if they appear deselected, will still
open if Enter pressed
   Product: plasmashell
   Version: 5.5.4
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: emailofch...@gmail.com
CC: plasma-b...@kde.org

If I click on a file or folder in the Folder View on the desktop, then click
somewhere else on the desktop, the file appears to be deselected. However, with
no windows active, and I hit Enter, the file or folder I thought was deselected
will open.

Reproducible: Always

Steps to Reproduce:
1. Click a folder or file in the folder view on the desktop.
2. Click an empty space on the desktop to "deselect" it.
3. Press enter.

Actual Results:  
File or folder will be opened.

Expected Results:  
File or folder should not open.

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


[kwin] [Bug 357728] Dragging window leads to display freeze

2016-02-02 Thread Bernd Steinhauser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357728

--- Comment #12 from Bernd Steinhauser  ---
(In reply to Bernd Steinhauser from comment #11)
> (In reply to Thomas Lübking from comment #10)
> > > layers.acceleration.disabled false
> > layers.acceleration.disabled true
> This is the first thing I'm trying and so far it looks good, I haven't had a
> freeze since. Will require some more time to be sure, though.
Was wrong here. The day after I wrote this, I had a freeze with a completely
unrelated non-gtk and non-Qt application. (It's actually a java one.)
The acceleration in FF was disabled at the time.

So this was not it. The next thing I tried was this:
> > kwin4_effect_translucency
> Try to disable this.
I've disabled this since the 15th of January. I've been happily dragging
windows around and I haven't seen a freeze since then.
Since that was over 2 weeks ago, I think it's relatively safe to so that the
issue was caused by the translucency effect. Of course this means that without
the compositor enabled this should not happen and this
> I think (but I'm not sure here), I've even tried with the compositor switched 
> off
would have been wrong?

Are there special OpenGL extensions that translucency requires? Maybe I could
have a look at the kernel/mesa changes related to that and see if there were
changes that could cause this kind of behavior?

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

[plasma-nm] [Bug 358924] New: NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

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

Bug ID: 358924
   Summary: NetworkManager connection editor crashes when trying
to edit or add an OpenVPN connection
   Product: plasma-nm
   Version: 0.9.3.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: editor
  Assignee: lu...@kde.org
  Reporter: amw9...@gmail.com
CC: jgrul...@redhat.com

Application: kde-nm-connection-editor (0.9.3.5)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-29-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

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

Exactly as the title says. The NetworkManager connection editor crashes when
trying to edit or add an OpenVPN connection.

This behaviour started after upgrading from OpenSUSE 13.1 to OpenSUSE 13.2

The crash can be reproduced every time.

-- Backtrace:
Application: Connection editor (kde-nm-connection-editor), signal: Segmentation
fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#5  0x7f21f09083d9 in
SettingWidget::SettingWidget(QSharedPointer const&,
QWidget*, QFlags) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#6  0x7f21f08ec47a in
IPv6Widget::IPv6Widget(QSharedPointer const&,
QWidget*, QFlags) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#7  0x7f21f090cab9 in ConnectionDetailEditor::initTabs() () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#8  0x7f21f09136b2 in ConnectionDetailEditor::gotSecrets(QString const&,
bool, QMap > const&, QString const&) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#9  0x7f21f01d81fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#10 0x7f21f0582fad in NetworkManager::Connection::gotSecrets(QString
const&, bool, QMap > const&, QString const&)
() at /usr/lib64/libNetworkManagerQt.so.1
#11 0x7f21f0583a52 in
NetworkManager::Connection::onSecretsArrived(QDBusPendingCallWatcher*) () at
/usr/lib64/libNetworkManagerQt.so.1
#12 0x7f21f01d81fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#13 0x7f21edadab5f in
QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () at
/usr/lib64/libQtDBus.so.4
#14 0x7f21f01dc59e in QObject::event(QEvent*) () at
/usr/lib64/libQtCore.so.4
#15 0x7f21eea5076c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQtGui.so.4
#16 0x7f21eea56cad in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQtGui.so.4
#17 0x7f21efc1be0a in KApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libkdeui.so.5
#18 0x7f21f01c42ad in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQtCore.so.4
#19 0x7f21f01c757d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/libQtCore.so.4
#20 0x7f21f01f18fe in  () at /usr/lib64/libQtCore.so.4
#21 0x7f21ec46fa04 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#22 0x7f21ec46fc48 in  () at /usr/lib64/libglib-2.0.so.0
#23 0x7f21ec46fcec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#24 0x7f21f01f10be in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#25 0x7f21eeaed676 in  () at /usr/lib64/libQtGui.so.4
#26 0x7f21f01c2e6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#27 0x7f21f01c3165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#28 0x7f21f01c85b9 in QCoreApplication::exec() () at
/usr/lib64/libQtCore.so.4
#29 0x0040a975 in  ()
#30 0x7f21edd1cb05 in __libc_start_main () at /lib64/libc.so.6
#31 0x0040aa82 in _start ()

The reporter indicates this bug may be a duplicate of or related to bug 358541,
bug 357459, bug 357219, bug 351732.

Possible duplicates by query: bug 358541, bug 358151, bug 358031, bug 357459,
bug 357219.

Reported using DrKonqi

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


[frameworks-frameworkintegration] [Bug 358926] QFileIconProvider doesn't provide under Plasma 5

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

martc...@gmx.net changed:

   What|Removed |Added

   Keywords||regression, reproducible

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


[frameworks-plasma] [Bug 358533] Remove Oxygen and Air Plasma themes

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

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---
glitches and quality issues are being worked on,
they are actively maintained

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


[kde] [Bug 358939] New: Problem with programs not understanding how many instances were running - eg. repeat backups

2016-02-02 Thread Octavia Soleil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358939

Bug ID: 358939
   Summary: Problem with programs not understanding how many
instances were running - eg. repeat backups
   Product: kde
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: kdebuga...@neutralitysign.net

This is not specifically the fault of KDE designers, but I have a suggestion
for a remedy.

- There's something that happens with yellow sticky note widget when you put
one on the screen and reboot the computer... you sometimes get several blank
ones up

- Also there's something that happens with Libre Office Writer, where it does
this thing when there are open documents and the computer reboots... multiple
extra blank and repeat backed up documents pop up upon restarting Libre office.

This is my suggestion... and it requires a lot of work - so who knows if
someone will think it's worthwhile: 

Both these things seem to be a result of the program being in the dark about
how many instances it had open at any given time. From my hobbyist programmer
experience, I know how difficult it might be to discern this fact, given users
can call up instances both from the program's "New" button, and also from the
operating system itself, through a shortcut link, or a command in the terminal.

I'm not even sure that KDE has something like Windows' "Win32Api..." but if it
does... it'd be great to include a module that would allow programs to call up
information about the history of instances that have been called by the OS...
and the number of instances that are in memory at the present time.

Reproducible: Always

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


[kdevelop] [Bug 358921] Assistant widget prevent other widgets to show contents

2016-02-02 Thread Zhang Jingqiang via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358921

--- Comment #1 from Zhang Jingqiang  ---
The KDE frameworks version is 5.16, as it's the currently provided version in
Debian Sid.

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


[kdevelop] [Bug 358921] Assistant widget prevent other widgets to show contents

2016-02-02 Thread Zhang Jingqiang via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358921

Zhang Jingqiang  changed:

   What|Removed |Added

 CC||zh...@outlook.com

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


[bugs.kde.org] [Bug 358936] Allow to not include on CC list for specific products

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

Ben Cooksley  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ben Cooksley  ---
Please file feature requests such as this with upstream - namely Bugzilla.

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


[krita] [Bug 358901] Black Canvas appears and remains during start up- windows 7 (Not drivers)

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

--- Comment #2 from James  ---
I attempted the suggested reset- unfortunately Krita ignored the command, and
no pop up appeared. I attempted variations of hold duration for the combo but
with no results- Krita would just open, unfortunately.

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


[kdeplasma-addons] [Bug 358940] New: Fifteen puzzle unsolvable

2016-02-02 Thread Malte Eggers via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358940

Bug ID: 358940
   Summary: Fifteen puzzle unsolvable
   Product: kdeplasma-addons
   Version: 5.5.4
  Platform: Gentoo Packages
   URL: https://en.wikipedia.org/wiki/15_puzzle#Solvability
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: plasma-b...@kde.org
  Reporter: malte...@mailbox.tu-berlin.de

At first I thought I just couldn't do it. But then I looked up a solution and
it appears that not every combination is even solvable. It appears that most of
the time I end up with an unsolvable pattern (everything correct except for the
last row where 14 and 15 are exchanged). I once solved the puzzle, although
since I can't reproduce that I'm not so sure any more. There was no
notification that I made it, I don't know if there is supposed to be one.

Reproducible: Sometimes

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


[kxkb] [Bug 295438] Keyboard layout switcher stops working

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

Dimitris  changed:

   What|Removed |Added

 CC||dimitris.mama...@gmail.com

--- Comment #60 from Dimitris  ---
(In reply to Valdas from comment #56)
> Created attachment 95984 [details]
> Outputs of „setxkbmap -print“ during and after glitch.

me@it:~$ setxkbmap -print
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+us+gr:2+inet(evdev)"};
xkb_geometry  { include "pc(pc105)" };
};
me@it:~$ setxkbmap -print
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include
"pc+us+gr:2+inet(evdev)+group(alt_shift_toggle)+level3(ralt_switch)+terminate(ctrl_alt_bksp)"
  };
xkb_geometry  { include "pc(pc101)" };
};

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

[muon] [Bug 358359] HIgh cpu consumption and apt-check process infinte fork

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

rene.ma...@hetzner.de changed:

   What|Removed |Added

 CC||rene.ma...@hetzner.de

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


[KBibTeX] [Bug 358446] Non free file

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

Ben Cooksley  changed:

   What|Removed |Added

 CC||bcooks...@kde.org,
   ||sysad...@kde.org

--- Comment #4 from Ben Cooksley  ---
@roucaries: Are you the copyright holder?

Is there any particular reason why the file needs to be expunged from the
history of the repository completely?

Further, can you please provide openly confirmable links to the original source
of this file?

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


[kmail2] [Bug 343034] KMail insists on offline mode, even when network connection is available

2016-02-02 Thread Mikko Tuumanen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343034

Mikko Tuumanen  changed:

   What|Removed |Added

 CC||kdeb...@k2c42.dy.fi

--- Comment #7 from Mikko Tuumanen  ---
I have about the same problem in Debian Jessie (kmail 4.14.1)

Network manager is not installled and after hibernate/resume, imap accounts go
offline and refuse to go back online. Restarting akonadi and kmail won't help.

I tried the dhclient-trick in the previous comment and it worked.

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


[KScreen] [Bug 358688] KDE Desktop Crashes on plugging in external montior

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

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---


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

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


[Breeze] [Bug 358875] Need mount action icon

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

Martin Klapetek  changed:

   What|Removed |Added

 CC||mklape...@kde.org

--- Comment #2 from Martin Klapetek  ---
The opposite is the case, actually, for Plasma icons. I've set up the Icons
component here after being told that's where the icon reports should go.

https://github.com/NitruxSA/breeze-icon-theme/issues/308

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


[Oxygen] [Bug 358257] Please forward port the option "Outline active window title" from KDE4

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

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
  Flags||Usability+

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


[KScreen] [Bug 351442] Primary output not persistent

2016-02-02 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351442

Sebastian Kügler  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

  1   2   3   >