[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

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

--- Comment #53 from David Edmundson  ---
Someone managed to reproduce this under valgrind. It was /almost/ perfect.

==11595== Use of uninitialised value of size 8
==11595==at 0x771F078: ??? (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x7995899: QQmlDelegateModel::_q_itemsChanged(int, int,
QVector const&) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x799A4B1:
QQmlDelegateModel::_q_layoutChanged(QList const&,
QAbstractItemModel::LayoutChangeHint) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x79BCF3E: ??? (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x79BD6F7: QQmlDelegateModel::qt_metacall(QMetaObject::Call,
int, void**) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x9F644CF: QMetaObject::activate(QObject*, int, int, void**)
(in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9FE0F05:
QAbstractItemModel::layoutChanged(QList const&,
QAbstractItemModel::LayoutChangeHint) (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F0552B: ??? (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F07007: ??? (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F64319: QMetaObject::activate(QObject*, int, int, void**)
(in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9FE0E1B: QAbstractItemModel::dataChanged(QModelIndex const&,
QModelIndex const&, QVector const&) (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0xBF70A11C: NetworkModel::updateItem(NetworkModelItem*) (in
/usr/lib/libplasmanm_internal.so)
==11595== 
==11595== Invalid read of size 4
==11595==at 0x771F078: ??? (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x7995899: QQmlDelegateModel::_q_itemsChanged(int, int,
QVector const&) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x799A4B1:
QQmlDelegateModel::_q_layoutChanged(QList const&,
QAbstractItemModel::LayoutChangeHint) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x79BCF3E: ??? (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x79BD6F7: QQmlDelegateModel::qt_metacall(QMetaObject::Call,
int, void**) (in /usr/lib/libQt5Qml.so.5.5.1)
==11595==by 0x9F644CF: QMetaObject::activate(QObject*, int, int, void**)
(in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9FE0F05:
QAbstractItemModel::layoutChanged(QList const&,
QAbstractItemModel::LayoutChangeHint) (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F0552B: ??? (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F07007: ??? (in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9F64319: QMetaObject::activate(QObject*, int, int, void**)
(in /usr/lib/libQt5Core.so.5.5.1)
==11595==by 0x9FE0E1B: QAbstractItemModel::dataChanged(QModelIndex const&,
QModelIndex const&, QVector const&) (in /usr/lib/libQt5Core.so.5.5.1)

 If I can find out where exactly in 
==11595==at 0x771F078: ??? (in /usr/lib/libQt5Qml.so.5.5.1) we'd be sorted
in no time.

Can someone who can reproduce this please get a Qt with a full debug symbols
and run under valgrind.

There are only 3 possibilities:
QQmlListCompositor::listItemsChanged

QQmlAdaptorModel::notify

QQmlDelegateModelPrivate::itemsChanged

but they're all too big to follow without narrowing it down some more.

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


[plasma-nm] [Bug 359802] weird speed-graph unit labeling

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

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/4043c72d43ccb033b0d01 |ma-nm/4e41e431f914ae6478f03
   |cf230aa7b8d3efeca97 |3bbda6877dc4e9b9e23

--- Comment #2 from Jan Grulich  ---
Git commit 4e41e431f914ae6478f033bbda6877dc4e9b9e23 by Jan Grulich.
Committed on 29/02/2016 at 07:46.
Pushed by grulich into branch 'Plasma/5.5'.

Use proper linear scaling for the traffic monitor

Thanks to Lukas Schneiderbauer

M  +1-1applet/contents/ui/ConnectionItem.qml

http://commits.kde.org/plasma-nm/4e41e431f914ae6478f033bbda6877dc4e9b9e23

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


[plasma-nm] [Bug 359802] weird speed-graph unit labeling

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

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/4043c72d43ccb033b0d01
   ||cf230aa7b8d3efeca97

--- Comment #1 from Jan Grulich  ---
Git commit 4043c72d43ccb033b0d01cf230aa7b8d3efeca97 by Jan Grulich.
Committed on 29/02/2016 at 07:44.
Pushed by grulich into branch 'master'.

Use proper linear scaling for the traffic monitor

Thanks to Lukas Schneiderbauer

M  +1-1applet/contents/ui/ConnectionItem.qml

http://commits.kde.org/plasma-nm/4043c72d43ccb033b0d01cf230aa7b8d3efeca97

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


[plasmashell] [Bug 359893] There is a phantom entry in systray

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

Dobrogi  changed:

   What|Removed |Added

 CC||p...@dobrogi.pl

--- Comment #2 from Dobrogi  ---
The same happens to me. Killing the process xembedsniproxy makes the blank
space disappear.

- Arch Linux
- Plasma 5.5.4

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


[plasmashell] [Bug 359852] Plasma crash when manually switching wifi network

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

--- Comment #3 from Dobrogi  ---
Sure, please find the enclosed. I've switched networks around 300 line. 
It started happening about 1 mounth ago. There have been several plasma 
updates since then. The VPN connection was configured long ago (1 year 
or so) and previously everything worked fine.

Best Regards
P.

W dniu 28.02.2016 o 23:03, David Edmundson via KDE Bugzilla pisze:
> https://bugs.kde.org/show_bug.cgi?id=359852
>
> David Edmundson  changed:
>
> What|Removed |Added
> 
>   Status|UNCONFIRMED |RESOLVED
>   Resolution|--- |DUPLICATE
>
> --- Comment #2 from David Edmundson  ---
> If you could manage to run
>
> kquitapp5 plasmashell
> valgrind plasmashell
>
> and reproduce the crash that would be really useful.
>
> *** This bug has been marked as a duplicate of bug 346118 ***
>

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


[kalarm] [Bug 336738] time zone is miscalculated by 1 hour or ignored

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

--- Comment #14 from Leon  ---
Local time: Mon 2016-02-29 08:41:12 SAST
Universal time: Mon 2016-02-29 06:41:12 UTC
RTC time: Mon 2016-02-29 06:41:12
Time zone: Africa/Johannesburg (SAST, +0200)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no

Additional note: since upgrading to F22 from F20, various things stopped
working... like the Akonadi service, so I am unable to test further and confirm
if this condition has been resolved in F22/F23

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


[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

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

--- Comment #23 from thomi_ch  ---
hey

i'm on plasma 5.5.4 and this is still not fixed...

i still use:
kquitapp5 plasmashell ; /usr/bin/plasmashell --shut-up &
right after connecting or disconnecting my external monitor.

i still use nv grafic driver, cause current nvidia and also latest is buggy

thomi

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


[plasmashell] [Bug 359882] can't change auto hide panel activation zone size without resizing panel

2016-02-28 Thread Manuel C via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359882

--- Comment #2 from Manuel C  ---
Yeah, that. I have some applications that have buttons on the bottom corners
and I always activate the taskbar instead... Maybe there could be some kind of
activation delay instead though...

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


[kmail2] [Bug 359872] Big icon when trying to drag a attached pdf file

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

--- Comment #7 from Laurent Montel  ---
Ok thanks
I will test it here too.

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


[kmail2] [Bug 359895] Labels are misaligned in the Redirect Message dialog

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

--- Comment #3 from Laurent Montel  ---
Git commit d44de3368f7fd931c20265b1c0cceb657d6c1815 by Montel Laurent.
Committed on 29/02/2016 at 05:57.
Pushed by mlaurent into branch 'master'.

Backport fix Bug 359895 - Labels are misaligned in the Redirect Message dialog

M  +0-1src/widgets/redirectwidget.cpp

http://commits.kde.org/mailcommon/d44de3368f7fd931c20265b1c0cceb657d6c1815

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


[kmail2] [Bug 359895] Labels are misaligned in the Redirect Message dialog

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

Laurent Montel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.1.3
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/ab5debc292e3b8f1d2c740b0
   ||ee1d3e0f78712371

--- Comment #2 from Laurent Montel  ---
Git commit ab5debc292e3b8f1d2c740b0ee1d3e0f78712371 by Montel Laurent.
Committed on 29/02/2016 at 05:56.
Pushed by mlaurent into branch 'Applications/15.12'.

Fix Bug 359895 - Labels are misaligned in the Redirect Message dialog

FIXED-IN: 5.1.3

M  +0-1mailcommon/src/widgets/redirectwidget.cpp

http://commits.kde.org/kdepim/ab5debc292e3b8f1d2c740b0ee1d3e0f78712371

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


[kdenlive] [Bug 359452] Git master 2016-02-16 - Save files do not preserve the filter order, or stacked groups

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

Evert Vorster  changed:

   What|Removed |Added

 Resolution|REMIND  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Evert Vorster  ---
Fixed!

It looks lovely now. Thanks for the hard work!

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


[konversation] [Bug 359917] New: Render links to images on screen

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

Bug ID: 359917
   Summary: Render links to images on screen
   Product: konversation
   Version: Git
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: ircview
  Assignee: argo...@gmail.com
  Reporter: j...@oooes.org
CC: konversation-de...@kde.org

Modern IRC clients are built on top of HTML rendering engines, and posting a
url link makes it trivial to show the image on the workspace. A good example is
LimeChat. This would be a great UI improvement on the interface.

Reproducible: Always

Steps to Reproduce:
1. Post url
2. Engine recognize the link as image type using a url parser for .png .gif
.jp[e]g ending
3. Renders the image on the display.


Expected Results:  
Please consider viewing this:
https://camo.githubusercontent.com/2451bc827695e8b0ca78a270992d158b66d0b5d8/68747470733a2f2f7261772e6769746875622e636f6d2f6e616f74792f4e616b616d656775726f2f6d61737465722f73637265656e73686f742e706e67

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


[ksmserver] [Bug 357413] kde crash on user swap

2016-02-28 Thread laurie jarden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357413

--- Comment #5 from laurie jarden  ---
Opensuse tumbleweed fully updated as of 29/02/2016 and I still get crashes when
swapping users.
The KDE Plasma 5 swap user widget works perfectly as an alternative to using
the main application launcher.

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


[kdevelop] [Bug 338854] Support Windows calling conventions

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

--- Comment #1 from Nicolás Alvarez  ---
I haven't tested, but *presumably* __declspec and macros using it (like
__stdcall) can now be parsed with no problems in clang. However, the code
completion for overrides would still give the mentioned problem.

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

[kdelibs] [Bug 359916] New: Crash

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

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

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

-- Information about the crash:
Getting system update

The crash can be reproduced every time.

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

Thread 2 (Thread 0x7f5aa1e3f700 (LWP 7684)):
#0  0x7f5ab2373cad in read () at /lib64/libc.so.6
#1  0x7f5aafa22750 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f5aaf9e1714 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f5aaf9e1b7b in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f5aaf9e1cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f5ab2afb0de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#6  0x7f5ab2acce6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#7  0x7f5ab2acd165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#8  0x7f5ab29ca0bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#9  0x7f5ab2aae783 in  () at /usr/lib64/libQtCore.so.4
#10 0x7f5ab29cc79f in  () at /usr/lib64/libQtCore.so.4
#11 0x7f5ab03fe0a4 in start_thread () at /lib64/libpthread.so.0
#12 0x7f5ab238000d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f5ab5199800 (LWP 7683)):
[KCrash Handler]
#5  0x7f5ab23bef66 in __strcmp_ssse3 () at /lib64/libc.so.6
#6  0x7f5a96098fee in QMetaType::registerNormalizedType(QByteArray const&,
void (*)(void*), void* (*)(void const*), void (*)(void*), void* (*)(void*, void
const*), int, QFlags, QMetaObject const*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f5a96598f57 in  () at /usr/lib64/libQt5Gui.so.5
#8  0x7f5ab50168ea in call_init.part () at /lib64/ld-linux-x86-64.so.2
#9  0x7f5ab50169d3 in _dl_init_internal () at /lib64/ld-linux-x86-64.so.2
#10 0x7f5ab501ab08 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#11 0x7f5ab50167a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#12 0x7f5ab501a2fb in _dl_open () at /lib64/ld-linux-x86-64.so.2
#13 0x7f5aadb5802b in dlopen_doit () at /lib64/libdl.so.2
#14 0x7f5ab50167a4 in _dl_catch_error () at /lib64/ld-linux-x86-64.so.2
#15 0x7f5aadb585dd in _dlerror_run () at /lib64/libdl.so.2
#16 0x7f5aadb580c1 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#17 0x7f5aa0cb459f in  () at /usr/lib64/libvlccore.so.7
#18 0x7f5aa0c9dd5d in  () at /usr/lib64/libvlccore.so.7
#19 0x7f5aa0c9e057 in  () at /usr/lib64/libvlccore.so.7
#20 0x7f5aa0c9e2c9 in  () at /usr/lib64/libvlccore.so.7
#21 0x7f5aa0c9e534 in  () at /usr/lib64/libvlccore.so.7
#22 0x7f5aa0c9ea87 in  () at /usr/lib64/libvlccore.so.7
#23 0x7f5aa0c3649d in libvlc_InternalInit () at /usr/lib64/libvlccore.so.7
#24 0x7f5aa0a07623 in libvlc_new () at /usr/lib64/libvlc.so.5
#25 0x7f5aa0f38ec9 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#26 0x7f5aa0f1e728 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7f5aa0f1f1eb in qt_plugin_instance () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7f5ab2ab2641 in QPluginLoader::instance() () at
/usr/lib64/libQtCore.so.4
#29 0x7f5aa1435f8b in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#30 0x7f5aa1436773 in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#31 0x7f5ab476dc76 in  () at /usr/lib64/libphonon.so.4
#32 0x7f5ab476e317 in Phonon::Factory::backend(bool) () at
/usr/lib64/libphonon.so.4
#33 0x7f5ab476e8e3 in  () at /usr/lib64/libphonon.so.4
#34 0x7f5ab47669b9 in  () at /usr/lib64/libphonon.so.4
#35 0x7f5ab4764896 in  () at /usr/lib64/libphonon.so.4
#36 0x0040e771 in _start ()

Reported using DrKonqi

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


[kdev-python] [Bug 359915] New: Tuple unpacking in a list comprehension not supported

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

Bug ID: 359915
   Summary: Tuple unpacking in a list comprehension not supported
   Product: kdev-python
   Version: frameworks
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language support
  Assignee: m...@svenbrauch.de
  Reporter: nicolas.alva...@gmail.com

When a list comprehension has multiple identifiers in the 'for' clause, it's
supposed to do sequence unpacking. This has several problems in kdev-python.

In the simplest case, variables are identified but not given the correct types:
data = [('a',1), ('b',2)] # data is 'list of tuple of (str,int)'
strs = [a for a,b in data] # 'a' is mixed, 'b' is mixed, 'strs' is 'list of
mixed'
It should be able to recognize that 'a' is str and 'b' is int.

If there are nested tuples, the inner ones aren't even recognized as variable
declarations (related: bug 314024):
data2 = [(1, ('x', 3.0)), (2, ('y', 4.5))] # list of tuple of ( int, tuple
of ( str, float ) )
[a for (a,(b,c)) in data2] # 'a' is mixed, 'b' and 'c' are underlined as
undefined variables

And here is an almost-realistic ultimate sample that would go great in the test
suite :)
users = {'a':19, 'b':42, 'c':35}
sorted_list = sorted(users.items(), key=lambda kv: (-kv[1], kv[0]))
result = [(r,k,v) for r,(k,v) in enumerate(sorted_list, 1)] # 'result'
should be a tuple of (int, str, int)

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


[kdev-python] [Bug 359914] New: Sequence unpacking with nested tuples doesn't recognize types

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

Bug ID: 359914
   Summary: Sequence unpacking with nested tuples doesn't
recognize types
   Product: kdev-python
   Version: frameworks
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language support
  Assignee: m...@svenbrauch.de
  Reporter: nicolas.alva...@gmail.com

When unpacking nested tuples, kdev-python doesn't recognize the types of the
unpacked variables.

For example:
data = (1, ('x', 3.0))

iii, ttt = data # 'iii' is int, 'ttt' is tuple
sss, fff = ttt  # 'sss' is str, 'fff' is float
aaa, (bbb, ccc) = data # however aaa, bbb and ccc are all 'mixed' here

Related: bug 314024 where this was implemented (it gave 'undefined variable'
before)

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


[krunner] [Bug 344328] krunner is not visible when using multiple monitors

2016-02-28 Thread hector acosta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344328

hector acosta  changed:

   What|Removed |Added

 CC||hector.aco...@gmail.com

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


[Breeze] [Bug 359913] New: Firefox extension XPI files have no icon

2016-02-28 Thread Sudhir Khanger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359913

Bug ID: 359913
   Summary: Firefox extension XPI files have no icon
   Product: Breeze
   Version: 5.5.4
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: uri_herr...@nitrux.in
  Reporter: sud...@sudhirkhanger.com
CC: kain...@gmail.com

Firefox extension XPI files have no icons.

MIME Type: application/x-xpiinstall

Reproducible: Always

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


[kdev-python] [Bug 359912] New: Type not recognized in expressions with multiple subscripts

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

Bug ID: 359912
   Summary: Type not recognized in expressions with multiple
subscripts
   Product: kdev-python
   Version: frameworks
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language support
  Assignee: m...@svenbrauch.de
  Reporter: nicolas.alva...@gmail.com

If I use multiple subscripts like a[0][1], the type of the expression is shown
as 'mixed', even in cases where doing the subscripts separately with a
temporary variable gives the correct type.

Example code:
class Inner:
pass

class Middle:
def __getitem__(self, key):
return Inner()

class Outer:
def __getitem__(self, key):
return Middle()

aaa = Outer() # 'aaa' is Outer
bbb = aaa[0]  # 'bbb' is Middle
ccc = bbb[0]  # 'ccc' is Inner

ggg = aaa[0][0]   # 'ggg' is mixed, should be Inner
hhh = (aaa[0])[0] # this doesn't help, still mixed

Curiously, it does work for list (and maybe for all TypeContainers?):
mylist = [[['a']]]

x1 = mylist[0][0] # list of str
x2 = mylist[0][0][0] # str

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-02-28 Thread Sudhir Khanger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #77 from Sudhir Khanger  ---
Created attachment 97603
  --> https://bugs.kde.org/attachment.cgi?id=97603=edit
gaps in system tray

As you can see in the screenshot patch is a fail for me too.

$ rpm -qa | grep qt5-qtbase
qt5-qtbase-5.5.1-12.fc23.x86_64

https://bodhi.fedoraproject.org/updates/FEDORA-2016-df9f4a6560

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


[calligrastage] [Bug 359911] would not save in ppt or pptx

2016-02-28 Thread Michael Beard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359911

Michael Beard  changed:

   What|Removed |Added

   Platform|Other   |Fedora RPMs

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


[calligrastage] [Bug 359911] New: would not save in ppt or pptx

2016-02-28 Thread Michael Beard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359911

Bug ID: 359911
   Summary: would not save in ppt or pptx
   Product: calligrastage
   Version: 2.9.11
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: filter/ppt
  Assignee: t.zachm...@zagge.de
  Reporter: mbear...@gt.rr.com

I tried to SAVE in ppt and in pptx, Both times it gave me a dialog box stating
"Missi ... stage" in the title bar, and a message that it could not save.  It
had only an OK button.

Then I tried to EXPORT, and got the save results.

Reproducible: Always

Steps to Reproduce:
1. Click on the file menu.
2. Click on save.
3. Type the filename you want, with the extension.
4. Press the save button.
5. Got the error message.


Expected Results:  
A .ppt or .pptx file

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


[plasmashell] [Bug 359910] In script console the activityById() and activityForScreen() functions are missing.

2016-02-28 Thread Mathias Panzenböck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359910

--- Comment #2 from Mathias Panzenböck  ---
I don't see a way to edit the description, so here:

In the interactive script console the activityById() and activityForScreen()
functions are missing. See the documentation here:
https://techbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Activities_and_Panels

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

[plasmashell] [Bug 359910] In script console the activityById() and activityForScreen() functions are missing.

2016-02-28 Thread Mathias Panzenböck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359910

Mathias Panzenböck  changed:

   What|Removed |Added

Summary|In script console   |In script console the
   |activities() returns an |activityById() and
   |array of strings|activityForScreen()
   ||functions are missing.

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

[plasmashell] [Bug 359910] In script console activities() returns an array of strings

2016-02-28 Thread Mathias Panzenböck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359910

--- Comment #1 from Mathias Panzenböck  ---
Ah, I misunderstood the documentation. The bug is a different one.

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

[plasmashell] [Bug 359910] New: In script console activities() returns an array of strings

2016-02-28 Thread Mathias Panzenböck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359910

Bug ID: 359910
   Summary: In script console activities() returns an array of
strings
   Product: plasmashell
   Version: 5.5.4
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: grosser.meister.mo...@gmx.net
CC: bhus...@gmail.com, plasma-b...@kde.org

In the interactive script console activities() returns an array of strings
instead of an array of Activity objects.

Reproducible: Always

Steps to Reproduce:
1. open the interactive script console
2. run print(JSON.stringify(activities()));

Actual Results:  
["a53d5581-ed69-4188-af0e-ea63205a2ce3"]

Expected Results:  
Array of Activity objects.

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


[partitionmanager] [Bug 350110] Filesystem type NTFS should be lowercase in fstab

2016-02-28 Thread Andrius Štikonas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350110

Andrius Štikonas  changed:

   What|Removed |Added

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

--- Comment #1 from Andrius Štikonas  ---
Seems to work fine in 2.0. There is still a bug that hides Ok/Cancel buttons in
mount dialog but it is already fixed (just not released yet)

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

[gwenview] [Bug 359909] Monitor profile should use relative colorimetric rendering intent by default

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

--- Comment #1 from DrSlony  ---
Oh, version 15.12.1.

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


[gwenview] [Bug 359909] Monitor profile should use relative colorimetric rendering intent by default

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

DrSlony  changed:

   What|Removed |Added

 CC||b...@londonlight.org

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


[kdevelop] [Bug 347601] git username dialog looks like a password dialog

2016-02-28 Thread Hideaki Kimura via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347601

--- Comment #6 from Hideaki Kimura  ---
Created attachment 97602
  --> https://bugs.kde.org/attachment.cgi?id=97602=edit
password dialog

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


[gwenview] [Bug 359909] New: Monitor profile should use relative colorimetric rendering intent by default

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

Bug ID: 359909
   Summary: Monitor profile should use relative colorimetric
rendering intent by default
   Product: gwenview
   Version: Other (add details in bug description)
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: b...@londonlight.org
CC: myr...@kde.org

I am happy to see that Gwenview uses my monitor's color profile, but
unfortunately it appears to be using the perceptual rendering intent and I see
no way of changing that. Please add an option to change the rendering intent,
or at the very least hard-code it to use relative colorimetric, not perceptual!

To help you test the change, you can download my monitor color profile here, it
includes gamut mappings for perceptual and saturation intents.
http://filebin.net/211bsvrbjo

Reproducible: Always

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


[kdevelop] [Bug 347601] git username dialog looks like a password dialog

2016-02-28 Thread Hideaki Kimura via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347601

--- Comment #5 from Hideaki Kimura  ---
Created attachment 97601
  --> https://bugs.kde.org/attachment.cgi?id=97601=edit
username dialog

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


[kdevelop] [Bug 347601] git username dialog looks like a password dialog

2016-02-28 Thread Hideaki Kimura via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347601

--- Comment #4 from Hideaki Kimura  ---
Here's the repro step.
0. If you have a global git config to automate authentication (eg per-host
private key file), turn it off. These steps are about cases you need to
manually input username/password. Also, I assume you have ksshaskpass.
1. Using git command, newly clone a git repo (either github or gitlab or
whatever) *that needs authentication*. For example, just clone a private github
reop.
2. Import the project to kdevelop, then git pull from kdevelop.
3. The first dialog asks for username, but it surely looks like asking for a
password. Type some character and Enter.
4. The second dialog asks for password. Really identical. Also, it shows the
"username" you typed above as part of URL without masking.

Also attached screenshots. You will be surprised how identical their looks are.

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


[plasmashell] [Bug 359908] New: Crashed twice trying to configure yahoo and gmail accounts

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

Bug ID: 359908
   Summary: Crashed twice trying to configure yahoo and gmail
accounts
   Product: plasmashell
   Version: 5.4.2
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: detox_grou...@yahoo.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.4.2)
 (Compiled from sources)
Qt Version: 5.4.2
Operating System: Linux 4.2.0-30-generic x86_64
Distribution: Ubuntu 15.10

-- Information about the crash:
I was just trying to change settings and as soon as I clicked on the option the
messenger crashed, happens every time I attempt same process.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb4de938800 (LWP 7360))]

Thread 9 (Thread 0x7fb4c9f94700 (LWP 7362)):
#0  0x7fb4d90e188d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7fb4dd128bd2 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7fb4dd12a74f in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7fb4cc2dea39 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
#4  0x7fb4d97d42be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fb4d88c36aa in start_thread (arg=0x7fb4c9f94700) at
pthread_create.c:333
#6  0x7fb4d90ece9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7fb4c35ef700 (LWP 7366)):
#0  0x7fb4d5e8d791 in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7fb4d5e8e11b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb4d5e8e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb4d9a0b29b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb4d99b175a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fb4d97cf3d4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fb4dbff7f85 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7fb4d97d42be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb4d88c36aa in start_thread (arg=0x7fb4c35ef700) at
pthread_create.c:333
#9  0x7fb4d90ece9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7fb4b8411700 (LWP 7367)):
#0  0x7fb4d5e8d888 in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7fb4d5e8e11b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb4d5e8e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb4d9a0b29b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb4d99b175a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fb4d97cf3d4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fb4dbff7f85 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7fb4d97d42be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb4d88c36aa in start_thread (arg=0x7fb4b8411700) at
pthread_create.c:333
#9  0x7fb4d90ece9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7fb4b5c5f700 (LWP 7371)):
#0  0x7fb4d97cc4d0 in QMutex::lock() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x7fb4d9a0a81f in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fb4d5e8d77d in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb4d5e8e11b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fb4d5e8e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fb4d9a0b29b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fb4d99b175a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fb4d97cf3d4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb4dbff7f85 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7fb4d97d42be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7fb4d88c36aa in start_thread (arg=0x7fb4b5c5f700) at
pthread_create.c:333
#11 0x7fb4d90ece9d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7fb4a7fff700 (LWP 7372)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fb4de383114 in ?? () from

[kdevelop] [Bug 357407] No semantic syntax highlighting due to "libclang: crash detected during parsing"

2016-02-28 Thread Piotr Mierzwinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357407

Piotr Mierzwinski  changed:

   What|Removed |Added

 CC||piotr.mierzwin...@gmail.com

--- Comment #2 from Piotr Mierzwinski  ---
I tested KDevelop and KDevplatform cloned at February 28th, 2016 after 10pm
(branch 5.0).
Before run of newly built KDevelop I cleaned kdevduchain cache.
Settings in this test:
Configure KDevelop -> CMake
* "Default generator" = "Unix Makefiles"
Project configuration:
* CMake Variable: CMAKE_MAKE_PROGRAM points to "/usr/bin/make"

I noticed crashes only for files located in "build/CMakeFiles" (check
attachment). Second crashing thing are files in C used in my project. 
Below please find part of output produced by KDevelop during running:

libclang: crash detected during parsing: {
  'source_filename' :
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/home/piotrek/Projekty/Qt/qtcmd_work/qtcmd_git/qtcmd2/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp'
  'command_line_args' : ['-ferror-limit=100', '-fspell-checking',
'-Wdocumentation', '-Wunused-parameter', '-Wunreachable-code', '-Wall',
'-std=c++11', '-nostdinc', '-nostdinc++', '-xc++', '-isystem',
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/share/kdevclangsupport/wrappedQtHeaders',
'-isystem',
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/share/kdevclangsupport/wrappedQtHeaders/QtCore',
'-include/usr/include/qt4/Qt/QtCore', '-include/usr/include/qt4/Qt/QtGui',
'-include/usr/include/qt4/Qt/QtNetwork',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/c++/5',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/x86_64-linux-gnu/c++/5',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/c++/5/backward',
'-isystem/usr/local/include',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/lib/llvm-3.6/lib/clang/3.6.2/include',
'-isystem/usr/include/x86_64-linux-gnu', '-isystem/usr/include', '-imacros',
'/tmp/kdevelop.yJ4066'],
  'unsaved_files' : [],
  'options' : 45,
}
kdevelop(4066)/(default) unknown: clang_parseTranslationUnit2 return with error
code 2
kdevelop(4066)/(default) unknown:   (start KDevelop with
`KDEV_CLANG_DISPLAY_DIAGS=1 kdevelop` to see more diagnostics)
kdevelop(4066)/(default) unknown: Failed to parse translation unit:
"/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/home/piotrek/Projekty/Qt/qtcmd_work/qtcmd_git/qtcmd2/build/CMakeFiles/3.2.2/CompilerIdCXX/CMakeCXXCompilerId.cpp"
libclang: crash detected during parsing: {
  'source_filename' :
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/home/piotrek/Projekty/Qt/qtcmd_work/qtcmd_git/qtcmd2/libs/xdgmime/xdgmime.c'
  'command_line_args' : ['-ferror-limit=100', '-fspell-checking',
'-Wdocumentation', '-Wunused-parameter', '-Wunreachable-code', '-Wall',
'-std=c++11', '-nostdinc', '-nostdinc++', '-xc++', '-isystem',
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/share/kdevclangsupport/wrappedQtHeaders',
'-isystem',
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/share/kdevclangsupport/wrappedQtHeaders/QtCore',
'-include/usr/include/qt4/Qt/QtCore', '-include/usr/include/qt4/Qt/QtGui',
'-include/usr/include/qt4/Qt/QtNetwork',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/c++/5',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/x86_64-linux-gnu/c++/5',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/include/c++/5/backward',
'-isystem/usr/local/include',
'-isystem/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/lib/llvm-3.6/lib/clang/3.6.2/include',
'-isystem/usr/include/x86_64-linux-gnu', '-isystem/usr/include', '-imacros',
'/tmp/kdevelop.yJ4066'],
  'unsaved_files' : [],
  'options' : 45,
}
kdevelop(4066)/(default) unknown: clang_parseTranslationUnit2 return with error
code 2
kdevelop(4066)/(default) unknown:   (start KDevelop with
`KDEV_CLANG_DISPLAY_DIAGS=1 kdevelop` to see more diagnostics)
kdevelop(4066)/(default) unknown: Failed to parse translation unit:
"/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/home/piotrek/Projekty/Qt/qtcmd_work/qtcmd_git/qtcmd2/libs/xdgmime/xdgmime.c"
libclang: crash detected during parsing: {
  'source_filename' :
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/home/piotrek/Projekty/Qt/qtcmd_work/qtcmd_git/qtcmd2/libs/xdgmime/xdgmimeparent.c'
  'command_line_args' : ['-ferror-limit=100', '-fspell-checking',
'-Wdocumentation', '-Wunused-parameter', '-Wunreachable-code', '-Wall',
'-std=c++11', '-nostdinc', '-nostdinc++', '-xc++', '-isystem',
'/media/piotrek/FreeAgent/linux_containers/kubuntu_15.10/usr/share/kdevclangsupport/wrappedQtHeaders',
'-isystem',

[plasmashell] [Bug 359906] Applets lost "configurationRequired" functionality in Plasma5

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kai Uwe Broulik  ---
The API is actually meant to be used imperatively, ie. you call
plasmoid.setConfigurationRequired(true, i18n("reason")), I think there should
be two distinct properties on the Plasmoid attached object

however the actual code that is supposed to do that looks like:

void AppletPrivate::showConfigurationRequiredMessage(bool show, const QString
)
{
// reimplemented in the UI specific library
Q_UNUSED(show)
Q_UNUSED(reason)
}

Looks like we have one week to fix this for 5.6 if it's not already too late.

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


[muon] [Bug 358659] Muon package manager does not close

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

Me  changed:

   What|Removed |Added

 CC||sno...@icloud.com

--- Comment #1 from Me  ---
I can confirm this.

KDE neon:
Muon Package Manager (Version 5.5.0; KDE Frameworks 5.20.0; Qt 5.5.1 (built
against 5.5.1); The xcb windowing system)
KDE Plasma Version: 5.4.4
Qt Version: 5.5.1
Kernel Version: 4.2.0-30-generic
Workplace Theme: Breeze
Cursor Theme: Breeze
Color Scheme: Breeze

and,

Kubuntu 16.04:
Muon Package Manager (Version 5.4.3; KDE Frameworks 5.15.0; Qt 5.5.1 (built
agains 5.4.2); The xcb windowing system)
KDE Plasma Version: 5.4.3
Qt Version: 5.5.1
Kernel Version: 4.4.0-7-generic
Workplace Theme: Breeze
Cursor Theme: Breeze
Color Scheme: Breeze

It isn't possible to close the application by clicking on the circled X icon in
the upper-right corner of the application window. Nothing happens. File > Quit
works as expected.

This anomalous behavior of Muon Package Manager is not present in Kubuntu 15.10
and earlier.

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


[kdev-python] [Bug 359907] New: Module imported twice makes first one become undefined

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

Bug ID: 359907
   Summary: Module imported twice makes first one become undefined
   Product: kdev-python
   Version: frameworks
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language support
  Assignee: m...@svenbrauch.de
  Reporter: nicolas.alva...@gmail.com

If a module is imported twice in a script, it becomes undefined between the
first and the second import. For example:

import os
print(os.name) # 'os' is underlined in green, tooltip says 'Undefined
variable', 'name' is black
import os
print(os.name) # both 'os' and 'name' are highlighted green, no underline

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


[kontact] [Bug 353482] Akonadi will not load in PMI files.

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

saufenkau...@web.de changed:

   What|Removed |Added

 CC||saufenkau...@web.de

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


[kontact] [Bug 353482] Akonadi will not load in PMI files.

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

--- Comment #13 from saufenkau...@web.de ---
Created attachment 97599
  --> https://bugs.kde.org/attachment.cgi?id=97599=edit
New crash information added by DrKonqi

kontact () using Qt 5.4.2

- What I was doing when the application crashed:
I opened the kOrganizer Preferencies in Kontact. Same happens when I was trying
to open the Kontact Preferencies.

-- Backtrace (Reduced):
#7  0xb2ecc29a in Akonadi::Tag::operator= (this=0xbfc53344, other=...) at
../../../../akonadi/src/core/tag.cpp:80
#8  0xb2ecc3ff in Akonadi::Tag::Tag (this=0xbfc53344, other=...) at
../../../../akonadi/src/core/tag.cpp:72
#9  0xb2f6b537 in Akonadi::TagModelPrivate::tagForIndex (this=0xad67750,
index=...) at ../../../../akonadi/src/core/models/tagmodel_p.cpp:105
#10 0xb2f6a32c in Akonadi::TagModel::data (this=0xad684a8, index=..., role=0)
at ../../../../akonadi/src/core/models/tagmodel.cpp:91
[...]
#14 0xb6ea20ee in QComboBox::setCurrentIndex(int) () from
/usr/lib/i386-linux-gnu/libQt5Widgets.so.5

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


[plasmashell] [Bug 359906] Applets lost "configurationRequired" functionality in Plasma5

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||h...@kde.org

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


[plasmashell] [Bug 359906] Applets lost "configurationRequired" functionality in Plasma5

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

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|general |Desktop Containment
   Assignee|k...@davidedmundson.co.uk|se...@kde.org
 CC||k...@privat.broulik.de

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


[plasmashell] [Bug 359906] New: Applets lost "configurationRequired" functionality in Plasma5

2016-02-28 Thread Friedrich W . H . Kossebau via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359906

Bug ID: 359906
   Summary: Applets lost "configurationRequired" functionality in
Plasma5
   Product: plasmashell
   Version: 5.5.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: kosse...@kde.org
CC: bhus...@gmail.com, plasma-b...@kde.org

While Plasma::Applet still has the API from KDE4 times
(`Applet::configurationRequired()`, `Applet::setConfigurationRequired(bool
needsConfiguring, const QString )`), there is no
`Plasmoid.configurationRequired` property on QML level.
And setting the property from C++ also has no effect in the UI, at least to
what I can see.

It might be nice to have this property back in full swing, so there is a
consistent way to mark applets from the code which have no sane default and
first need some setting to be useful.

Examples: comic applet & weather applet

Reproducible: Always

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


[plasmashell] [Bug 356937] Xembed icons have black background

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

subdiff  changed:

   What|Removed |Added

 CC||subd...@gmail.com

--- Comment #11 from subdiff  ---
I have also a purple tray symbol background on the Telegram Desktop app
(Version 0.9.28, I downloaded the application directly from their website. It
autoupdates).

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


[plasmashell] [Bug 356937] Xembed icons have black background

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

David Edmundson  changed:

   What|Removed |Added

 CC||sosa.danie...@gmail.com

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

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


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

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

--- Comment #163 from David Edmundson  ---
Can people show me their task manager settings (screenshot of the settings
page) ? 
I want to make sure I run the same thing, in case that's related to triggering
it.


Also can someone who had this crash a lot please upgrade to Qt 5.6 (the beta is
out now AFAIK) and confirm that it's gone?

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


[plasmashell] [Bug 359878] Plasma crashing on Audio Volume Settings

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

--- Comment #2 from Dan  ---
Hello,

StyleProject.

So I've tried QtCurve and Breeze; it works just fine with those. It seems
to be a problem with that styleproject. Sorry for wasting your time, it
didn't occur to me that the widget style could cause a problem (everything
else from systray works just fine).

Best regards,
Dan Cadar

On Sun, Feb 28, 2016 at 11:05 PM, David Edmundson via KDE Bugzilla <
bugzilla_nore...@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=359878
>
> David Edmundson  changed:
>
>What|Removed |Added
>
> 
>  Status|UNCONFIRMED |NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #1 from David Edmundson  ---
> What widget style are you using?
>
> --
> You are receiving this mail because:
> You reported the bug.
>

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


[plasmashell] [Bug 359776] plasmashell has started crashing after latest dnf update on Fedora 23

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

--- Comment #5 from David Edmundson  ---
>I don't understand how this can be a duplicate of a bug that was opened in 
>2015-01-12 when my issue just started happening in the last week. 

Well it is. 

The backtrace is the same, it's the same crash in the same place. 

and I don't know why you only saw it now but not before (maybe there's a task
manager setting different?). I've never seen it at all, yet it seems to happen
a lot.

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


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

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

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

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


[plasmashell] [Bug 359882] can't change auto hide panel activation zone size without resizing panel

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

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
As in you want it so the panel is the width of the screen, but it only
reappears if you mouse over a certain of the bottom of the screen?

Why?

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


[plasmashell] [Bug 359776] plasmashell has started crashing after latest dnf update on Fedora 23

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---


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

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


[plasmashell] [Bug 349519] plasmashell occasionally crashes

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

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

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

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

David Edmundson  changed:

   What|Removed |Added

 CC||hicham.barou...@live.com

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

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


[plasmashell] [Bug 359884] Plasma crashed when browsing the web

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

David Edmundson  changed:

   What|Removed |Added

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

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


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

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


[plasmashell] [Bug 359878] Plasma crashing on Audio Volume Settings

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
What widget style are you using?

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


[frameworks-solid] [Bug 346517] Plasmashell crashed after starting gparted

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

David Edmundson  changed:

   What|Removed |Added

 CC||mhall...@gmail.com

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

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


[plasmashell] [Bug 359875] Plasmashell frequent crash + black screen

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

David Edmundson  changed:

   What|Removed |Added

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

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


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

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

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

David Edmundson  changed:

   What|Removed |Added

 CC||hello.titties123@googlemail
   ||.com

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

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


[plasmashell] [Bug 359852] Plasma crash when manually switching wifi network

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

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
If you could manage to run

kquitapp5 plasmashell
valgrind plasmashell

and reproduce the crash that would be really useful.

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

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


[kdev-python] [Bug 359905] New: Crash when generating documentation for unknown module

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

Bug ID: 359905
   Summary: Crash when generating documentation for unknown module
   Product: kdev-python
   Version: frameworks
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: m...@svenbrauch.de
  Reporter: nicolas.alva...@gmail.com
CC: m...@svenbrauch.de

I opened a .py file which has 'import requests', 'requests' was underlined in
red. I moved the mouse over 'requests', and selected Solve -> Generate
documentation in the tooltip. Then in the dialog I clicked Generate, then Save
and Close, at which point KDevelop crashed:

Thread 1 (Thread 0x7feeaea6a940 (LWP 11407)):
[KCrash Handler]
#6  0x7feec4a62f3e in QObjectPrivate::isSignalConnected (signal_index=3,
this=0x4) at kernel/qobject_p.h:250
#7  QMetaObject::activate (sender=0x4abc3c0, signalOffset=,
local_signal_index=, argv=0x7ffe6c2efc20) at
kernel/qobject.cpp:3588
#8  0x7feec8ce5c3c in
KDevelop::IAssistantAction::executed(KDevelop::IAssistantAction*) () from
/home/nicolas/local/lib/x86_64-linux-gnu/libKDevPlatformInterfaces.so.10
#9  0x7fee91807326 in Python::DocumentationGeneratorAction::execute() ()
from /home/nicolas/local/lib/x86_64-linux-gnu/libkdevpythonduchain.so
#10 0x7feec8cd5723 in QtPrivate::FunctorCall,
QtPrivate::List<>, void, void (KDevelop::IAssistantAction::*)()>::call(void
(KDevelop::IAssistantAction::*)(), KDevelop::IAssistantAction*, void**) () from
/home/nicolas/local/lib/x86_64-linux-gnu/libKDevPlatformInterfaces.so.10
#11 0x7feec8cd5690 in void QtPrivate::FunctionPointer::call, void>(void
(KDevelop::IAssistantAction::*)(), KDevelop::IAssistantAction*, void**) () from
/home/nicolas/local/lib/x86_64-linux-gnu/libKDevPlatformInterfaces.so.10
#12 0x7feec8cd54f8 in QtPrivate::QSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) () from
/home/nicolas/local/lib/x86_64-linux-gnu/libKDevPlatformInterfaces.so.10
#13 0x7feec4a63537 in QtPrivate::QSlotObjectBase::call (a=0x7ffe6c2effe0,
r=0x4abc3c0, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#14 QMetaObject::activate (sender=sender@entry=0x4ab7330,
signalOffset=, local_signal_index=local_signal_index@entry=1,
argv=argv@entry=0x7ffe6c2effe0) at kernel/qobject.cpp:3698
#15 0x7feec4a63ea7 in QMetaObject::activate (sender=sender@entry=0x4ab7330,
m=m@entry=0x7feec582af00 ,
local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7ffe6c2effe0)
at kernel/qobject.cpp:3578
#16 0x7feec531e3b2 in QAction::triggered (this=this@entry=0x4ab7330,
_t1=false) at .moc/moc_qaction.cpp:365
#17 0x7feec5320838 in QAction::activate (this=0x4ab7330, event=) at kernel/qaction.cpp:1162
#18 0x7feec54a3202 in QMenuPrivate::activateCausedStack
(this=this@entry=0x4a1e570, causedStack=..., action=action@entry=0x4ab7330,
action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at
widgets/qmenu.cpp:1130
#19 0x7feec54a94ac in QMenuPrivate::activateAction
(this=this@entry=0x4a1e570, action=action@entry=0x4ab7330,
action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at
widgets/qmenu.cpp:1207
#20 0x7feec54ad420 in QMenu::mouseReleaseEvent (this=,
e=0x7ffe6c2f0620) at widgets/qmenu.cpp:2540
#21 0x7feec536afe8 in QWidget::event (this=this@entry=0x449f750,
event=event@entry=0x7ffe6c2f0620) at kernel/qwidget.cpp:9044
#22 0x7feec54ade63 in QMenu::event (this=0x449f750, e=0x7ffe6c2f0620) at
widgets/qmenu.cpp:2654
#23 0x7feec5327ffc in QApplicationPrivate::notify_helper
(this=this@entry=0x110d920, receiver=receiver@entry=0x449f750,
e=e@entry=0x7ffe6c2f0620) at kernel/qapplication.cpp:3716
#24 0x7feec532dbc9 in QApplication::notify (this=,
receiver=0x449f750, e=0x7ffe6c2f0620) at kernel/qapplication.cpp:3276
#25 0x7feec4a34b5b in QCoreApplication::notifyInternal
(this=0x7ffe6c2f2e78, receiver=receiver@entry=0x449f750,
event=event@entry=0x7ffe6c2f0620) at kernel/qcoreapplication.cpp:965
#26 0x7feec532cad2 in QCoreApplication::sendSpontaneousEvent
(event=0x7ffe6c2f0620, receiver=0x449f750) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:227
#27 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x449f750,
event=event@entry=0x7ffe6c2f0620, alienWidget=alienWidget@entry=0x0,
nativeWidget=0x449f750, buttonDown=buttonDown@entry=0x7feec5859b20
, lastMouseReceiver=..., spontaneous=true) at
kernel/qapplication.cpp:2770
#28 0x7feec538594d in QWidgetWindow::handleMouseEvent
(this=this@entry=0x4da6600, event=event@entry=0x7ffe6c2f0a30) at
kernel/qwidgetwindow.cpp:452
#29 0x7feec5387bab in QWidgetWindow::event (this=0x4da6600,
event=0x7ffe6c2f0a30) at kernel/qwidgetwindow.cpp:210
#30 0x7feec5327ffc in QApplicationPrivate::notify_helper

[plasmashell] [Bug 359852] Plasma crash when manually switching wifi network

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

Dobrogi  changed:

   What|Removed |Added

 CC||p.bugs@dobrogi.pl

--- Comment #1 from Dobrogi  ---
I can confirm the same happens to me on Arch Linux with:
- Plasma 5.5.4
- NetworkManager 1.0.10
- networkmanager-openvpn 1.0.8-1
- networkmanager-qt 5.19.0-1
- nm-connection-editor 1.0.10-1
- openvpn 2.3.9-1

I noticed that it happens only when openvpn connection is in my configured
connections. When I moved VPN-config from
/etc/NetworkManager/system-connections to another folder the problem
disappeared. I could switch between wifi connections with no problem. When I
moved it back it started happening again.

VPN config:
[connection]
id=My VPN
uuid=6a857313-fe64-4063-852b-f3414b8b8147
type=vpn
permissions=user:user1:;user:user2:;
secondaries=

[vpn]
ta-dir=1
connection-type=tls
remote=somehost.net
tunnel-mtu=1350
comp-lzo=yes
cert-pass-flags=0
tap-dev=no
proto-tcp=no
port=1195
mssfix=no
remote-cert-tls=server
ca=/etc/openvpn/certs/ca.crt
cert=/etc/openvpn/certs/cert.crt
key=/etc/openvpn/certs/key.key
ta=/etc/openvpn/certs/ta.key
service-type=org.freedesktop.NetworkManager.openvpn

[ipv4]
dns-search=
method=auto

[ipv6]
dns-search=
method=auto

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


[plasmashell] [Bug 351146] Shortcut for pause/next/prev when plasmoid is active

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.6.0
  Latest Commit||http://commits.kde.org/plas
   ||ma-workspace/df37fc86e50746
   ||9bbb60889a108469784fd9377f
 Resolution|--- |FIXED

--- Comment #2 from Kai Uwe Broulik  ---
Git commit df37fc86e507469bbb60889a108469784fd9377f by Kai Uwe Broulik.
Committed on 28/02/2016 at 21:35.
Pushed by broulik into branch 'master'.

[Media Controller] Add keyboard shortcuts to the applet itself

When the applet is opened you can press the following keys to control it:
* Space (and K): Play/Pause
* P: Previous song
* N: Next song
* S: Stop playback
* Left key (or J): seek back 5s
* Right key (or L): seek forward 5s
* Home: Go to beginning of track
* End: Go to end of track (ie. basically goes to next track)
* 0..9: Jump to 0%, 10%, 20%, etc of track's length depending on the number

Of course there's still the global shortcuts so you don't actually need this.
While at it I made the slider a bit more reliable while manipulating it so it
wouldn't twitch around.
FIXED-IN: 5.6.0

M  +39   -2applets/mediacontroller/contents/ui/ExpandedRepresentation.qml
M  +4-0applets/mediacontroller/contents/ui/main.qml

http://commits.kde.org/plasma-workspace/df37fc86e507469bbb60889a108469784fd9377f

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


[konqueror] [Bug 359904] New: Konqueror crashed while trying to display Disqus thread

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

Bug ID: 359904
   Summary: Konqueror crashed while trying to display Disqus
thread
   Product: konqueror
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: m...@nightrealms.com

Application: konqueror (4.14.16)
KDE Platform Version: 4.14.17
Qt Version: 4.8.7
Operating System: Linux 4.3.5-300.fc23.x86_64 x86_64
Distribution: "Fedora release 23 (Twenty Three)"

-- Information about the crash:
I had Konqueror at URL
http://abovethelaw.com/2016/02/what-women-should-do-when-theyre-told-they-dont-look-like-lawyers/?show=comments#comments
.

It was taking Disqus a long time to show up, so I clicked on the "reload" link.
 It still took a long time, so I just left it in the background doing other
stuff, and it eventually crashed.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f398cb7e900 (LWP 27205))]

Thread 2 (Thread 0x7f396f712700 (LWP 27212)):
#0  0x7f3987143fdd in poll () at /lib64/libc.so.6
#1  0x7f398319f16c in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f398319f27c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f3989ff5eae in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQtCore.so.4
#4  0x7f3989fc4151 in
QEventLoop::processEvents(QFlags) () at
/lib64/libQtCore.so.4
#5  0x7f3989fc44c5 in
QEventLoop::exec(QFlags) () at
/lib64/libQtCore.so.4
#6  0x7f3989eb3a89 in QThread::exec() () at /lib64/libQtCore.so.4
#7  0x7f398b88274e in KIO::NameLookUpThread::run() () at /lib64/libkio.so.5
#8  0x7f3989eb637c in QThreadPrivate::start(void*) () at
/lib64/libQtCore.so.4
#9  0x7f3989c1460a in start_thread () at /lib64/libpthread.so.0
#10 0x7f398714fa4d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f398cb7e900 (LWP 27205)):
[KCrash Handler]
#6  0x7f396d287202 in DOM::CanvasContext2DImpl::getImageData(float, float,
float, float, int&) () at /lib64/libkhtml.so.5
#7  0x7f396d42a38b in
KJS::Context2DFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*,
KJS::List const&) () at /lib64/libkhtml.so.5
#8  0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#9  0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#10 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#11 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#12 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#13 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#14 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#15 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#16 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#17 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#18 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#19 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#20 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#21 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#22 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#23 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#24 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#25 0x7f396ca4f7f0 in KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) () at /lib64/libkjs.so.4
#26 0x7f396ca6dd37 in KJS::Machine::runBlock(KJS::ExecState*,
WTF::Vector const&, KJS::ExecState*) () at
/lib64/libkjs.so.4
#27 0x7f396ca4f7f0 in 

[kate] [Bug 359840] Incorrect smartTab indentation mode implementation

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

lampus.la...@gmail.com changed:

   What|Removed |Added

   Keywords||usability

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


[ktorrent] [Bug 359903] New: ktorrent sequential download UI wishlist

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

Bug ID: 359903
   Summary: ktorrent sequential download UI wishlist
   Product: ktorrent
   Version: 4.3.1
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: okgomdjgbm...@gmail.com

These UI requests are very simple to implement. :D

1.An option for sequential download should be present in the right click menu.
2.Rename the media player plugin to something like "torrent streaming" and
instead of the description mentioning the not very useful "phonon-based media
player", to be mentioning something like "torrent streaming media player".
3.Also in the Help center "Previewing of certain file types, build in (video
and audio)" should be changed to something like "media streaming"

The current ability of sequential download is well hidden from the user.
Two other bugs where filled over this:

https://bugs.kde.org/show_bug.cgi?id=306407
https://bugs.kde.org/show_bug.cgi?id=320289

My self, i only find out about the existing sequential download of ktorrent
when i was about to add a third bug. Very few users know about this ability. I
don't find it intuitive to expect that the "media plugin" can download
sequentially. Also, a user might want to use an other media player, so an
option in the menu is also useful. It's a bit too hacky to use an other media
player by activating the media player of the plugin

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


[digikam] [Bug 359899] Tags Filter panel too wide

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

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Here not to reproduce with very long Tags names. When you remove the Tags, the
scroll bar disappears from the panel?

Maik

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


[plasmashell] [Bug 359833] Have option in Pager Settings to enable/disable tooltip?

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Can you explain in more detail why you would want to disable the tooltips?

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


[plasmashell] [Bug 359902] Adding C++-based applets by double-click results in "Error loading Applet: package inexistent. "

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||k...@privat.broulik.de
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Kai Uwe Broulik  ---
The same also seems to affect the system tray, where adding a widget by
checking it in "Additional Entries" leaves you with a blank space where the
applet would be.

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


[plasmashell] [Bug 359902] New: Adding C++-based applets by double-click results in "Error loading Applet: package inexistent. "

2016-02-28 Thread Friedrich W . H . Kossebau via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359902

Bug ID: 359902
   Summary: Adding C++-based applets by double-click results in
"Error loading Applet: package inexistent. "
   Product: plasmashell
   Version: 5.5.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: kosse...@kde.org
CC: bhus...@gmail.com, plasma-b...@kde.org

When adding the comic applet by DnD from the widget explorer to a containment,
there is no problem.
Trying to add it instead by double-click on the item in the widget explorer
results in an applet added with an error symbol and the text "Error loading
Applet: package inexistent. ".

Which poses a bigger problem when trying to add a widget to a panel, because
there is no DnD alternative (well, still possible to first create the applet on
a containment and then DnD it onto the panel, but... it should just work).

Found while discussing the C++-based Weather applet port which has the same
problem (cmp. https://git.reviewboard.kde.org/r/127193/), which lead to the
assumption it might be C++-based applets specific.

"perhaps the setup applet scripts or so aren't run properly" was one
assumption.

Reproducible: Always

Steps to Reproduce:
1. Select "Add widgets..." on panel or containment
2. Double-click "comic" item

Actual Results:  
Applet with error symbol and the text "Error loading Applet: package
inexistent. " is added.

Expected Results:  
Comic applet instance is added.

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


[digikam] [Bug 336253] Create a New tag, Unconfirmed Faces [patch]

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

stwag...@openst.de changed:

   What|Removed |Added

 CC||stwag...@openst.de

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


[kblocks] [Bug 339038] Starting a new game by changing the difficulty leads to an unplayable game

2016-02-28 Thread Julian Helfferich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339038

Julian Helfferich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kblo
   ||cks/145820a70ce12409873e932
   ||6c8c232a790c76081
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Julian Helfferich  ---
Git commit 145820a70ce12409873e9326c8c232a790c76081 by Julian Helfferich.
Committed on 28/02/2016 at 19:46.
Pushed by helfferich into branch 'Applications/15.12'.

Fix unplayable game when changing difficulty

Previously, changing the difficulty before the first game was started
by selecting "Single Game" or "Human vs. AI" started an unplayable
game.

Now, levelChanged() calls singleGame() or pveStepGame() instead of
startGame(). These functions are also called when selecting "Single
Game" or "Human vs. AI", respectively, and correctly connect keyboard
events to the game.
REVIEW: 127171

M  +5-1KBlocksWin.cpp

http://commits.kde.org/kblocks/145820a70ce12409873e9326c8c232a790c76081

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


[kwin] [Bug 274931] Windows with no border (decoration) are visible on all activities

2016-02-28 Thread Michael Mair-Keimberger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=274931

--- Comment #26 from Michael Mair-Keimberger  ---
(In reply to Jim Duchek from comment #24)
> Is anyone from KDE ever going to fix this?  It's literally a one-line fix
> (see my comment from September).  I suppose I'm going to have to go through
> the process of submitting a patch officially, I hate to go through all that
> effort for a one line fix.  This bug is a daily frustration though.

+1
Would be really nice having that fixed!

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


[calligraplan] [Bug 359901] New: The gantt view should show progress graphically

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

Bug ID: 359901
   Summary: The gantt view should show progress graphically
   Product: calligraplan
   Version: 2.9.7
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: usability
  Assignee: kosse...@kde.org
  Reporter: mat...@dnet.it

Currently the gantt view shows progress as widgets in its treeview, i.e.
separated from the graph. If the progress would be displayed graphically on top
of the gantt bars, this, together with bug 313604 (displaying the current date
graphically), would give an immediate overview of the project progress. 

Reproducible: Always

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


[calligraplan] [Bug 313606] Provide Collapse All/Expand All actions in tree views’ nodes

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

mat...@dnet.it changed:

   What|Removed |Added

 CC||mat...@dnet.it

--- Comment #1 from mat...@dnet.it ---
Also, plan should remember the status of the various treeviews when
rescheduling and/or restarting the program. It seems that all nodes get
collapsed after such operations, which is a pain with many nodes.

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


[digikam] [Bug 319241] Improvement about embedded preview loads full-sized image option

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

DrSlony  changed:

   What|Removed |Added

Version|4.10.0  |5.0.0

--- Comment #9 from DrSlony  ---
A bump for making the preview mode selection more clear and more useful.

Currently digiKam5 git shows this option:
Preview Options
● Embedded preview shows a small, quick preview
○ Embedded view shows the full image.
Raw Images: 
● Automatic
○ Embedded preview
○ Raw data in half size

This is not clear because raw images can contain several embedded JPEG images
of various sizes plus the raw data itself. TIFF images can contain a tiny
thumbnail but perhaps also a larger preview as well (I am unsure of this, I am
sure of the rest). So what does "a small, quick preview" mean? It's not clear.

I don't know whether "a small, quick preview" applies to JPEG, PNG and TIFF
images. Does it? If it does, please explain how.

I propose this because it is far more clear:

Preview Options
The preview image for raw files shows:
● The largest embedded JPEG image.
○ Full-sized demosaiced raw data.
○ Half-sized demosaiced raw data.
Apply auto-levels to demosaiced raw data: (see bug #347010)
● No
○ Yes

As a photographer it is very important that the preview does not apply
auto-levels. Currently it does and its impossible to turn this off.

As for the demosaicing algorithm, anything will do, though I invite you to
borrow the latest AMaZE code from RawTherapee, as it is very speed-optimized
and produces high quality results in a very short time, though this is a
separate issue, I just thought I'd mention it here.
https://github.com/Beep6581/RawTherapee/blob/master/rtengine/amaze_demosaic_RT.cc

I suppose showing the largest embedded JPEG image is fastest. Showing a
full-sized AMaZE-demosaiced image is slowest, though that does not mean its
slow - because the current AMaZE code in RawTherapee is so well optimized, a 10
megapixel image takes just 150-300ms on a typical machine.

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

[frameworks-kio] [Bug 355390] Localized Dolphin crashes when I try to create new folder

2016-02-28 Thread Serhiy Zahoriya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355390

Serhiy Zahoriya  changed:

   What|Removed |Added

 CC||serhiy@gmail.com

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


[digikam] [Bug 359899] Tags Filter panel too wide

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

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|general |Tags

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


[KDE Config Driver Manager] [Bug 359900] New: Will not power down after having a USB hard drive connected and then disconnected.

2016-02-28 Thread Olle Gladso via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359900

Bug ID: 359900
   Summary: Will not power down after having a USB hard drive
connected and then disconnected.
   Product: KDE Config Driver Manager
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sit...@kde.org
  Reporter: ogla...@gmail.com

My AMD system will not shut down after having a 3 TB USB hard drive connected
for back up then disconnected. Deleting .kde.share.config ksmserverrc will
solve the problem until the drive is connected again. The drive is formatted
with EXT4 and Unison is used for backing up data. I have no problems with
smaller jump drives using FAT.

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


[digikam] [Bug 359897] Compilation failure - conflicting return type decodeRawImage()

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

DrSlony  changed:

   What|Removed |Added

 CC||b...@londonlight.org

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


[digikam] [Bug 359899] Tags Filter panel too wide

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

DrSlony  changed:

   What|Removed |Added

 CC||b...@londonlight.org

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


[digikam] [Bug 359899] New: Tags Filter panel too wide

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

Bug ID: 359899
   Summary: Tags Filter panel too wide
   Product: digikam
   Version: 5.0.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: digikam-de...@kde.org
  Reporter: b...@londonlight.org

If a tag in the Tags Filter panel is very wide, the panel becomes wide enough
to contain it. As a result, the whole right panel needs to be that wide,
otherwise you need to use the horizontal scrollbar. What should happen is that
the Tags Editor panel's size fills the width of the whole right panel, and if
the tags are too long to fit within that size then a horizontal scrollbar
appears in the Tags Editor panel only.
http://i.imgur.com/uISQLjs.png

Reproducible: Always

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


[kmail2] [Bug 359872] Big icon when trying to drag a attached pdf file

2016-02-28 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359872

--- Comment #6 from André Marcelo Alvarenga  ---
(In reply to Laurent Montel from comment #5)
> Which icon theme do you use ?

I am using Maia icon theme.  https://github.com/manjaro/artwork-maia/.
This theme is used in Manjaro Linux.

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

[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #21 from David Faure  ---
Git commit 622a6d0a5a79c7919032c82e8e01127d8a4d1cdc by David Faure.
Committed on 28/02/2016 at 19:32.
Pushed by dfaure into branch 'master'.

componentchooser-filemanager: clean out any kde-mimeapps.list which would take
precedence any cancel our changes.

M  +27   -5kcms/componentchooser/componentchooserfilemanager.cpp

http://commits.kde.org/plasma-desktop/622a6d0a5a79c7919032c82e8e01127d8a4d1cdc

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


[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2016-02-28 Thread Nikola Schnelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356479

Nikola Schnelle  changed:

   What|Removed |Added

 CC||n.schne...@gmail.com

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


[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #20 from David Faure  ---
Git commit 84e697f877e7cab2767b75448106b7e5abf27b10 by David Faure.
Committed on 28/02/2016 at 19:31.
Pushed by dfaure into branch 'master'.

keditfiletype: clean out any kde-mimeapps.list which would take precedence any
cancel our changes.

M  +22   -3keditfiletype/mimetypedata.cpp

http://commits.kde.org/kde-cli-tools/84e697f877e7cab2767b75448106b7e5abf27b10

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


[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #19 from David Faure  ---
Argh, don't change other "variables" in the middle of debugging :-)

I wonder if the environment is different in GUI apps and in your terminal
(starting `kcmshell5 componentchooser` from the same terminal would be a way to
find out), but as long as you can't reproduce the bug anymore we can't do
anything else.

It made me discover one bug (kde-mimeapps.list not cleaned up) and one possible
improvement (ksycoca check on app startup should also check the timestamp of
all mimeapps.list files), but from the above discussion, none of these were the
actual problem, so I'm afraid there's still an underlying bug in kservice :(

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


[okular] [Bug 359892] Cannot save changes to PDF. ErrorMsg: "...cant talk to klauncher"

2016-02-28 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359892

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org,
   ||kde-wind...@kde.org

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


[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread Florian Röhrer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #18 from Florian Röhrer  ---
I know they did not change anything. Thats why this is so strange. 

Florian@linux-vaio:~> qtpaths --locate-files GenericDataLocation
applications/kde-mimeapps.list

Florian@linux-vaio:~> qtpaths --locate-files GenericDataLocation
applications/mimeapps.list
/home/Florian/.local/share/applications/mimeapps.list:/usr/share/applications/mimeapps.list
Florian@linux-vaio:~> 

I just saw that my system did an update about 2 hours ago. Maybe the OpenSUSE
maintainers did something wrong, but now it works.

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

[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #17 from David Faure  ---
Florian: My commands only query stuff, they didn't change anything ;)
(kbuildsycoca5 might have, but it's also what the GUI does, in theory)

Your qtpaths is too old to support ApplicationsLocation unfortunately so try
this instead
qtpaths --locate-files GenericDataLocation applications/kde-mimeapps.list
qtpaths --locate-files GenericDataLocation applications/mimeapps.list

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


[ktorrent] [Bug 359898] New: ktorrent web interface icons are broken

2016-02-28 Thread Kari Ikonen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359898

Bug ID: 359898
   Summary: ktorrent web interface icons are broken
   Product: ktorrent
   Version: 4.3.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: mr.kari.iko...@gmail.com

For a long time icons in ktorrent web ui have been broken and only their ALT
text is shown instead. Occurs always in Firefox/Chrome/Opera.


Reproducible: Always

Steps to Reproduce:
1. Try to use web ui
2. Icons are not shown; their alt texts are shown instead
3.


Expected Results:  
Icons would be shown

When opening via inspector individual icon separately on new tab, icon is
shown. So could this be something to do with some incorrect mime type or such
used for icons. I.e. icons are shown as "text/xml" in inspector, I would have
expected them to have "svg" on mime type.

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


[kdenlive] [Bug 359896] Crash when I try "Import keyframes from clip"

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

--- Comment #2 from Valdas  ---
Created attachment 97597
  --> https://bugs.kde.org/attachment.cgi?id=97597=edit
Crash log

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


[digikam] [Bug 359897] New: Compilation failure - conflicting return type decodeRawImage()

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

Bug ID: 359897
   Summary: Compilation failure - conflicting return type
decodeRawImage()
   Product: digikam
   Version: 5.0.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: digikam-de...@kde.org
  Reporter: b...@londonlight.org

Hello

I tried to compile git head of digikam 
=media-gfx/digikam-
and it failed with:

utilities/kdesupport/kipi/kipiinterface.cpp:584:10: error: conflicting return
type specified for ‘virtual uint
Digikam::KipiInterfaceRawProcessor::decodeRawImage(const QUrl&, QByteArray&,
int&, int&, int&)’
 uint decodeRawImage(const QUrl& url, QByteArray& imageData, int& width,
int& height, int& rgbmax)
  ^

Installing the git version of libkipi solved it
=kde-apps/libkipi-

This report is to let the person in charge of the Gentoo digikam- ebuild
know of the dependency version requirement.

I confirm that compilation fails when using libkipi 15.12.1 and works with
, I haven't tested 15.12.2 or 15.12.49..

Reproducible: Always

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

[kdenlive] [Bug 359896] Crash when I try "Import keyframes from clip"

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

--- Comment #1 from Valdas  ---
Created attachment 97596
  --> https://bugs.kde.org/attachment.cgi?id=97596=edit
Project file

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


[kdenlive] [Bug 359896] New: Crash when I try "Import keyframes from clip"

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

Bug ID: 359896
   Summary: Crash when I try "Import keyframes from clip"
   Product: kdenlive
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: zmo...@hotmail.com

I tried to do "motion tracking":
- imported clip;
- applied "Auto Mask" on to clip;
- adjusted rectangle and clicked "Analyse": all went ok (pixelated mask follows
tracking object);
- inserted text clip in to top track;
- selected first clip and "Affine" using mouse and holding "Ctrl";
- pulled menu in effect properties window;
- chose "Import keyframes from clip" -> CRASH

Crash report tool that crash info is not useful.  
Tried stable and latest versions.
I examined project file (saved after I do "Analyse" in "Auto mask"), but not
found distinguishable data of motion vectors (I thing there should be some
array).

Attaching project file and crash log.


Reproducible: Always

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


[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread Florian Röhrer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #16 from Florian Röhrer  ---
I cant tell why, but now the setting works just fine. I did not change anything
but typing in the commands you wanted...strange

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

[systemsettings] [Bug 359850] Dolphin as default File Manager not possible

2016-02-28 Thread Florian Röhrer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359850

--- Comment #15 from Florian Röhrer  ---
Hi David, 
there is no ~/.config/kde-mimeapps.list

The demanded commands return:

Florian@linux-vaio:~> echo $XDG_CONFIG_HOME

Florian@linux-vaio:~> echo $XDG_CURRENT_DESKTOP
KDE
Florian@linux-vaio:~> qtpaths --locate-files GenericConfigLocation
kde-mimeapps.list

Florian@linux-vaio:~> qtpaths --locate-files GenericConfigLocation
mimeapps.list
/home/Florian/.config/mimeapps.list
Florian@linux-vaio:~> qtpaths --locate-files ApplicationsLocation
kde-mimeapps.list
Unknown location: ApplicationsLocation
Florian@linux-vaio:~> qtpaths --locate-files ApplicationsLocation mimeapps.list 
Unknown location: ApplicationsLocation

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

[kmail2] [Bug 359895] Labels are misaligned in the Redirect Message dialog

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

--- Comment #1 from Alexander Potashev  ---
Created attachment 97595
  --> https://bugs.kde.org/attachment.cgi?id=97595=edit
screenshot

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


[kmail2] [Bug 359895] New: Labels are misaligned in the Redirect Message dialog

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

Bug ID: 359895
   Summary: Labels are misaligned in the Redirect Message dialog
   Product: kmail2
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: aspotas...@gmail.com

In the Redirect Message dialog, the labels Resend-To:, Resend-Cc: and
Resend-Bcc: are misaligned vertically with the text edit fields.

Reproducible: Always




KDEPIM 15.12.2.

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


  1   2   3   >