[krusader] [Bug 392133] Memory leak in version 2.6.0

2018-05-26 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=392133

--- Comment #8 from Nikita Melnichenko  ---
Valgrind report doesn't show any Gb of leaks, only some Kb.

Please answer my previous questions and try running under a brand new user. I
also encourage you to upgrade to v2.7.

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

[kded-appmenu] [Bug 394690] New: Appmenu crash in title bar button mode

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=394690

Bug ID: 394690
   Summary: Appmenu crash in title bar button mode
   Product: kded-appmenu
   Version: 5.12.90
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: menu popup
  Assignee: plasma-b...@kde.org
  Reporter: sebastian.p...@gmail.com
  Target Milestone: ---

Under certain workloads the appmenu service crashed in certain applications.
Steps to reproduce.
Activate the title bar menu button.
Open Krita (4.0.3), open an image, inmediately after open and cycle trough the
appmenu entries, there is a delay and then the button disappears for every
application until plasmashell is restarted.
This crash doesn't happen when the global menu applet is used instead of the
title bar button.
The plasmashell error generated at the time of the crash is:
Service "org.kde.StatusNotifierWatcher" status change, old owner: ":1.3" new:
""
"org.kde.StatusNotifierWatcher" disappeared

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

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-26 Thread Jonathan Ryshpan
https://bugs.kde.org/show_bug.cgi?id=345883

--- Comment #20 from Jonathan Ryshpan  ---
(In reply to Germano Massullo from comment #14)
> Apper is end of life

What is apper's successor?

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

[dolphin] [Bug 379654] Dolphin does not allow renaming Wastebin to 'Trash'

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=379654

Julian Schraner  changed:

   What|Removed |Added

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

--- Comment #2 from Julian Schraner  ---
I can rename "Wastebin" to "Trash" just fine with Dolphin 18.04. Can you
quickly confirm that this issue has since disappeared?

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

[dolphin] [Bug 363589] HotNewStuff for service-menu hasn't been updated since November 2013 !!!

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=363589

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Julian Schraner  ---
This has since been fixed, you can now also download newer services from
store.kde.org. Please reopen this bug if this for some reason does not work for
you.

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #3 from Sigma  ---
Interesting, I can reproduce this on my KDE 5.12.5, but this happens only if I
switch between the KWin and Plasma "modes".
It works if I leave it at KWin (the default).

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

[dolphin] [Bug 360132] Dolphin doesn't update the folder name for title and taskbar entries

2018-05-26 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=360132

Julian Schraner  changed:

   What|Removed |Added

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

--- Comment #5 from Julian Schraner  ---
It's very hard for us to investigate a bug if we cannot get a way to reproduce
it reliably. If this does still happen with a newer version, please try to find
steps on how to reproduce the behavior. Thanks!

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #4 from LinG  ---
That's because of a different bug (which I should probably report as well...).
But if you open "WM console" it shows the default state as "kwin" but it's
actually on "plasma" because you don't have access to some of the kwin globals.
You need to manually switch to "plasma" and then back to "kwin" to actually be
able to run the script as a kwin script.

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

[kwin] [Bug 394687] Kwin broken after latest update

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394687

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Martin Flöser  ---
There are packaging issues afaik. Another update should fix it.

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

[systemsettings] [Bug 394696] New: impliment fingerprint authentication

2018-05-26 Thread Zakhar
https://bugs.kde.org/show_bug.cgi?id=394696

Bug ID: 394696
   Summary: impliment fingerprint authentication
   Product: systemsettings
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: zakhar.nasi...@gmail.com
  Target Milestone: ---

Currently there is no menu option for general fingerprint system wide
utilization in systemsettings, it can be used to authenticate wherever a
password is prompted especially at login

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #5 from LinG  ---
you can test that you are not on "kwin" because you can't use the global
`workspace` for example if you try this, when you first open the console:

print(workspace.desktopGridWidth);

but if you switch to "plasma" and back to "kwin" then you access to these
globals.

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #7 from Sigma  ---
print("hi")
print("hihi")

prints "Hi" in the scripting console and "hi\nhihihi" to KWin's stdout if you
enable debug output in KDebugSettings.

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

[krusader] [Bug 394661] can't add krusader to the dock in ubuntu 18.04

2018-05-26 Thread Stefano Buttarelli
https://bugs.kde.org/show_bug.cgi?id=394661

--- Comment #2 from Stefano Buttarelli  ---
Thank you
When 2.7 will be released ?

Stefano Buttarelli

> Il giorno 26 mag 2018, alle ore 07:55, Nikita Melnichenko 
>  ha scritto:
> 
> https://bugs.kde.org/show_bug.cgi?id=394661
> 
> Nikita Melnichenko  changed:
> 
>   What|Removed |Added
> 
> Status|UNCONFIRMED |NEEDSINFO
> Resolution|--- |WAITINGFORINFO
> CC||nikita+...@melnichenko.name
> 
> --- Comment #1 from Nikita Melnichenko  ---
> This should be fixed in v2.7. Please check and report back.
> 
> -- 
> You are receiving this mail because:
> You reported the bug.

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #6 from Sigma  ---
I noticed that workspace was missing after my comment and went to test a few
things.
The missing print outputs also seem to be a scripting console bug because all
messages are printed in KWin's console output.

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

[plasmashell] [Bug 394697] New: kde crashes and restarts

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394697

Bug ID: 394697
   Summary: kde crashes and restarts
   Product: plasmashell
   Version: 5.12.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: covin...@inventati.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.12.5)

Qt Version: 5.10.1
Frameworks Version: 5.46.0
Operating System: Linux 4.16.11-300.fc28.x86_64 x86_64
Distribution: "Fedora release 28 (Twenty Eight)"

-- Information about the crash:
- What I was doing when the application crashed:
Typing "idea" to launch Jetbrains Idea from the lower left menu/launcher.
I noticed the same kind of crash also when typing other stuff. The crash does
not always happen even with the same inputs.
- Unusual behavior I noticed:
The menu shows me the appropriate matches with the string given as input.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
[KCrash Handler]
#6  0x7f57e5b802bc in QMutex::lock() () at /lib64/libQt5Core.so.5
#7  0x7f57e5b814ef in QReadWriteLockPrivate::recursiveLockForRead(int) ()
at /lib64/libQt5Core.so.5
#8  0x7f57e5b81902 in QReadWriteLock::tryLockForRead(int) () at
/lib64/libQt5Core.so.5
#9  0x7f57219f2a95 in Plasma::RunnerContext::isValid() const () at
/lib64/libKF5Runner.so.5
#10 0x7f57219f531d in Plasma::RunnerContext::addMatch(Plasma::QueryMatch
const&) () at /lib64/libKF5Runner.so.5
#11 0x7f57219e818e in  () at /lib64/libKF5Runner.so.5
#12 0x7f57e5d5fa26 in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5
#13 0x7f57e66cae95 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#14 0x7f57e66d283a in QApplication::notify(QObject*, QEvent*) () at
/lib64/libQt5Widgets.so.5
#15 0x7f57e5d36376 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt5Core.so.5
#16 0x7f57e5d3909b in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /lib64/libQt5Core.so.5
#17 0x7f57e5d86ec7 in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () at /lib64/libQt5Core.so.5
#18 0x7f57dd7698ad in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#19 0x7f57dd769c78 in  () at /lib64/libglib-2.0.so.0
#20 0x7f57dd769d10 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#21 0x7f57e5d86c13 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#22 0x7f57cc158065 in
QPAEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5XcbQpa.so.5
#23 0x7f57e5d3512b in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#24 0x7f57e5d3d5b6 in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#25 0x563c9860cf38 in  ()
#26 0x7f57e4dee18b in __libc_start_main () at /lib64/libc.so.6
#27 0x563c9860d2ca in _start ()

Reported using DrKonqi

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

[systemsettings] [Bug 394698] New: Return international settings like in KDE4

2018-05-26 Thread Aleksey Kontsevich
https://bugs.kde.org/show_bug.cgi?id=394698

Bug ID: 394698
   Summary: Return international settings like in KDE4
   Product: systemsettings
   Version: 5.12.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: akontsev...@gmail.com
  Target Milestone: ---

Currently can't setup custom date or number format I wish to - only predefined
related to some locale which is not suitable at all. For Russian local can't
copy-paste number to calculator from other sources - prints NaN. English - with
comma separated between ranks - not convenient - want to change to space.

This change after KDE4 is strange and inconvenient.

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #8 from LinG  ---
Ah okay, so it seems to be purely a console thing. Btw I've only ever used the
"wm console" to write my kwin scripts, could you explain to me how to use and
set this "KDebugSettings" variable? That would make my kwin scripting a lot
easier for now as long as this bug exists.

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

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394093

--- Comment #9 from Moonchild  ---
(In reply to George Hopkins from comment #8)

I meant next Falkon release, where probably Appimage will be released against
newest available Qt version. Seems the „startup issue“ was fixed in Qt 5.11 but
the „hanging problem“ still persists, so you should hope that it will be
resolved in next Qt release, which is planed for the next month. (If actually
Qt developers are knowing about this issue)...

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #9 from Sigma  ---
KDebugSettings is an application to configure logging for KDE applications (
https://community.kde.org/KDevelop/Debugging is the only documentation I was
able to find).
Increase the level for "KWin Scripting" (I am using "all") to make KWin log the
print()s.
I am viewing the log output by restarting KWin from Konsole using "kwin_x11
--replace".

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

[neon] [Bug 368792] unmet dependencies for packages (libqt5core5a, libqt5scintilla2-12v5)

2018-05-26 Thread Chris Jones
https://bugs.kde.org/show_bug.cgi?id=368792

Chris Jones  changed:

   What|Removed |Added

 CC||chris.jc.jo...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #7 from Chris Jones  ---
Easy enough to confirm with
sudo apt install libqscintilla2-qt5-dev

an attempt to install libqscintilla2-qt5 itself results in a 'packages to
remove' a large proportion of everything in KDE.

I found this bug because this package is needed to compile octave-4.4 against
Qt5. ./configure complains that 'something is broken with your Qt5
installation'. The instructions for compiling that under ubuntu are at 
https://www.scivision.co/compiling-octave-4-on-ubuntu/
The first step is to install the dependencies and this fails on
libscintilla2-qt5-dev.

This may be an ubuntu 16.04 package management issue but it in not good for a
Qt5 package to have problems in KDE Neon. Maybe it is sorted out in ubuntu
18.04?  .. but maybe not.

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

[krusader] [Bug 394661] can't add krusader to the dock in ubuntu 18.04

2018-05-26 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=394661

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net

--- Comment #3 from Toni Asensi Esteve  ---
Hi, Stefano. 

> When 2.7 will be released ?

Krusader 2.7.0 has already been released :-) .

You wrote that you use the Ubuntu Packages, in
https://packages.ubuntu.com/search?keywords=krusader you can see that the
package of Krusader 2.7.0 is only available for the next version of Ubuntu, but
meanwhile I would recommend that you use the git version of Krusader, there are
instructions in https://commits.kde.org/krusader?path=INSTALL

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

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699

Sigma  changed:

   What|Removed |Added

 CC||lord_si...@live.de

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

[kwin] [Bug 394699] New: Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699

Bug ID: 394699
   Summary: Enums from KWin are missing in QML scripts
   Product: kwin
   Version: 5.12.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: scripting
  Assignee: kwin-bugs-n...@kde.org
  Reporter: lord_si...@live.de
  Target Milestone: ---

Created attachment 112877
  --> https://bugs.kde.org/attachment.cgi?id=112877=edit
Minimal test script for QML and Javascript

The following command prints different things when called from a QML script
(X-Plasma-API=declarativescript) or from plain Javascript
(X-Plasma-API=javascript):

print(Object.keys(KWin));

In QML:
[objectName,objectNameChanged,readConfig,readConfig,registerWindow,registerShortcut]

In Javascript:
"PlacementArea,MovementArea,MaximizeArea,MaximizeFullArea,FullScreenArea,WorkArea,FullArea,ScreenArea,ElectricTop,ElectricTopRight,ElectricRight,ElectricBottomRight,ElectricBottom,ElectricBottomLeft,ElectricLeft,ElectricTopLeft,ELECTRIC_COUNT,ElectricNone"

Because of this there is no way to use these enums in QML.

I added my testcases as an attachment.

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

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699

Sigma  changed:

   What|Removed |Added

 Attachment #112877|Minimal test script for QML |Minimal examples for QML
description|and Javascript  |and Javascript

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

[digikam] [Bug 394694] Showfoto crashes on change picture size

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394694

Christoph Feck  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |digikam-bugs-n...@kde.org
  Component|general |showfoto
Product|kde |digikam

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

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394699

--- Comment #1 from Martin Flöser  ---
which Qt version are you using?

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

[digikam] [Bug 394694] Showfoto crashes on change picture size

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394694

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Christoph Feck  ---
This version is long unmaintained. Please ask in a forum of your distribution
how to update to recent KDE and Qt software versions.

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

[kded-appmenu] [Bug 391815] menu cutoff

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391815

TYY331  changed:

   What|Removed |Added

 CC||giuseppe.lovare...@gmail.co
   ||m

--- Comment #3 from TYY331  ---
*** Bug 391172 has been marked as a duplicate of this bug. ***

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

[kded-appmenu] [Bug 391815] menu cutoff

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391815

TYY331  changed:

   What|Removed |Added

 CC||sebastian.p...@gmail.com

--- Comment #2 from TYY331  ---
The menus are displayed correctly if you go to another entry and then back to
the original, it's the first time they are displayed that doesn't respect
screen space.

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

[kded-appmenu] [Bug 391172] Misplaced menus when appmenu is on bottom

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391172

TYY331  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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

[telepathy] [Bug 352087] Jabber account creation dialog contains no input boxes when telepathy-gabble not installed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=352087

Antonio Rojas  changed:

   What|Removed |Added

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

--- Comment #4 from Antonio Rojas  ---


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

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

[telepathy] [Bug 346943] incomplete creation dialogs when telepathy-gabble isn't installed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=346943

Antonio Rojas  changed:

   What|Removed |Added

 CC||kdeb...@zulan.net

--- Comment #2 from Antonio Rojas  ---
*** Bug 352087 has been marked as a duplicate of this bug. ***

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

[Discover] [Bug 394327] Discover fails to warn about reverse dependences to be removed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394327

Antonio Rojas  changed:

   What|Removed |Added

   Version Fixed In||5.13.0

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

[kstars] [Bug 394691] New: MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394691

Bug ID: 394691
   Summary: MacOS KStars 2.9.6 DMG Installer
   Product: kstars
   Version: 2.9.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: jcjes...@free.fr
  Target Milestone: ---

Hi, 
I found impossible to download the MacOS KStars 2.9.6 DMG Installer !
https://edu.kde.org/kstars/#download
Regards

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

[kstars] [Bug 394691] MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394691

Jasem Mutlaq  changed:

   What|Removed |Added

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

--- Comment #1 from Jasem Mutlaq  ---
Please try again.

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

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394083

--- Comment #3 from Jasem Mutlaq  ---
I don't think this is possible with the tool bars.

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

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394083

Jasem Mutlaq  changed:

   What|Removed |Added

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

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

[kstars] [Bug 393949] QHY driver crashing

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=393949

Jasem Mutlaq  changed:

   What|Removed |Added

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

--- Comment #9 from Jasem Mutlaq  ---
Fixed in 2.9.6 release for MacOS.

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

[kstars] [Bug 394083] Separators in Toolbars

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394083

--- Comment #4 from Jean-Claude  ---
OK, thanks

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

[systemsettings] [Bug 394693] New: Keyboard layout Preview doesn't show russian layout

2018-05-26 Thread Sergei S . Rublёv
https://bugs.kde.org/show_bug.cgi?id=394693

Bug ID: 394693
   Summary: Keyboard layout Preview doesn't show russian layout
   Product: systemsettings
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_keyboard_layout
  Assignee: unassigned-b...@kde.org
  Reporter: kde-b...@ssr.host.ru
  Target Milestone: ---

Keyboard layout Preview doesn't show Russian layout. I have 2 layouts: en and
ru. If I choose ru and Preview, I see English and can't see Russian.

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

[kde] [Bug 394694] New: Showfoto crashes on change picture size

2018-05-26 Thread Luc Sierens
https://bugs.kde.org/show_bug.cgi?id=394694

Bug ID: 394694
   Summary: Showfoto crashes on change picture size
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: l...@sierens.com
  Target Milestone: ---

Application: showfoto (4.0.0)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 4.4.0-127-generic x86_64
Distribution: Linux Mint 17.3 Rosa

-- Information about the crash:
Trying to chnage the size of my picture Showfoto crashes.

The crash can be reproduced every time.

-- Backtrace:
Application: showFoto (showfoto), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcd8ea52840 (LWP 4248))]

Thread 2 (Thread 0x7fcd6a01d700 (LWP 4251)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fcd8bb99816 in wait (time=18446744073709551615, this=0x28590d0) at
thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x2854e80,
mutex=mutex@entry=0x2854e78, time=time@entry=18446744073709551615) at
thread/qwaitcondition_unix.cpp:158
#3  0x7fcd8e4758aa in Digikam::ParkingThread::run (this=0x2854e60) at
/build/buildd/digikam-4.0.0/core/libs/threads/threadmanager.cpp:119
#4  0x7fcd8bb9932f in QThreadPrivate::start (arg=0x2854e60) at
thread/qthread_unix.cpp:349
#5  0x7fcd8962e184 in start_thread (arg=0x7fcd6a01d700) at
pthread_create.c:312
#6  0x7fcd8b02403d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7fcd8ea52840 (LWP 4248)):
[KCrash Handler]
#6  Digikam::DImg::getIccProfile (this=0x0) at
/build/buildd/digikam-4.0.0/core/libs/dimg/dimg.cpp:990
#7  0x7fcd8e4c994b in Digikam::ImageGuideWidget::ImageGuideWidget
(this=0x2d0, parent=, spotVisible=,
guideMode=0, guideColor=..., guideSize=1, blink=false,
type=Digikam::ImageIface::FullImage) at
/build/buildd/digikam-4.0.0/core/utilities/imageeditor/widgets/imageguidewidget.cpp:142
#8  0x7fcd6888ebf9 in DigikamTransformImagePlugin::ResizeTool::ResizeTool
(this=0x28401b0, parent=) at
/build/buildd/digikam-4.0.0/core/imageplugins/transform/resizetool.cpp:181
#9  0x7fcd688864f1 in
DigikamTransformImagePlugin::ImagePlugin_Transform::slotResize (this=0x2d94740)
at
/build/buildd/digikam-4.0.0/core/imageplugins/transform/imageplugin_transform.cpp:173
#10 0x7fcd8bcaf87a in QMetaObject::activate (sender=sender@entry=0x2d9af00,
m=m@entry=0x7fcd8d141de0 ,
local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7ffedfe5c4d0)
at kernel/qobject.cpp:3539
#11 0x7fcd8c691a62 in QAction::triggered (this=this@entry=0x2d9af00,
_t1=false) at .moc/release-shared/moc_qaction.cpp:276
#12 0x7fcd8c693433 in QAction::activate (this=this@entry=0x2d9af00,
event=event@entry=QAction::Trigger) at kernel/qaction.cpp:1257
#13 0x7fcd8cac1509 in QMenuPrivate::activateCausedStack
(this=this@entry=0x2d3d330, causedStack=..., action=action@entry=0x2d9af00,
action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at
widgets/qmenu.cpp:1038
#14 0x7fcd8cac5a39 in QMenuPrivate::activateAction (this=0x2d3d330,
action=0x2d9af00, action_e=action_e@entry=QAction::Trigger,
self=self@entry=true) at widgets/qmenu.cpp:1130
#15 0x7fcd8cac9405 in QMenu::mouseReleaseEvent (this=this@entry=0x2d2cd30,
e=e@entry=0x7ffedfe5cc00) at widgets/qmenu.cpp:2372
#16 0x7fcd8d45e615 in KMenu::mouseReleaseEvent (this=0x2d2cd30,
e=0x7ffedfe5cc00) at ../../kdeui/widgets/kmenu.cpp:464
#17 0x7fcd8c6e751a in QWidget::event (this=this@entry=0x2d2cd30,
event=event@entry=0x7ffedfe5cc00) at kernel/qwidget.cpp:8376
#18 0x7fcd8cac983b in QMenu::event (this=0x2d2cd30, e=0x7ffedfe5cc00) at
widgets/qmenu.cpp:2481
#19 0x7fcd8c697e2c in QApplicationPrivate::notify_helper
(this=this@entry=0x2558790, receiver=receiver@entry=0x2d2cd30,
e=e@entry=0x7ffedfe5cc00) at kernel/qapplication.cpp:4567
#20 0x7fcd8c69e5dd in QApplication::notify (this=this@entry=0x7ffedfe5d580,
receiver=receiver@entry=0x2d2cd30, e=e@entry=0x7ffedfe5cc00) at
kernel/qapplication.cpp:4110
#21 0x7fcd8d3a7cca in KApplication::notify (this=0x7ffedfe5d580,
receiver=0x2d2cd30, event=0x7ffedfe5cc00) at
../../kdeui/kernel/kapplication.cpp:311
#22 0x7fcd8bc9b4dd in QCoreApplication::notifyInternal
(this=0x7ffedfe5d580, receiver=receiver@entry=0x2d2cd30,
event=event@entry=0x7ffedfe5cc00) at kernel/qcoreapplication.cpp:953
#23 0x7fcd8c69dd93 in sendEvent (event=, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#24 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x2d2cd30,
event=event@entry=0x7ffedfe5cc00, alienWidget=alienWidget@entry=0x0,

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394093

Moonchild  changed:

   What|Removed |Added

 CC||nevidlovs...@yandex.ru

--- Comment #7 from Moonchild  ---
*** Bug 394692 has been marked as a duplicate of this bug. ***

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

[Falkon] [Bug 394692] Falkon 3.0.1 AppImage not working in Linux Mint 18.3

2018-05-26 Thread Moonchild
https://bugs.kde.org/show_bug.cgi?id=394692

Moonchild  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||private2@yandex.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Moonchild  ---


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

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

[kstars] [Bug 394695] New: Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

Bug ID: 394695
   Summary: Conflict between two ZWO cameras
   Product: kstars
   Version: 2.9.3
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: jcjes...@free.fr
  Target Milestone: ---

Created attachment 112875
  --> https://bugs.kde.org/attachment.cgi?id=112875=edit
crash log

I have two ZWO cameras ZWO ASI1600MC-C for imaging and ZWO ASI120MC-S for
guiding.
In the guiding panel, when I click on Capture or Loop this results in a KStars
crash.
I reported this bug previously.
See attached logs
Regards

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

[krita] [Bug 394663] Application Language Bad Switching to French with American English as Fallback language

2018-05-26 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=394663

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
If the reporter is using the appimage, en_GB is included.

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

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093

George Hopkins  changed:

   What|Removed |Added

 CC||george-hopk...@null.net

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

[apper] [Bug 345883] 0.9.1 Apper overlapping messages while downloading

2018-05-26 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=345883

--- Comment #21 from Kevin Kofler  ---
Apper is not end of life upstream.

Several distributions switched to solutions directly using their package
management stack, e.g., Kubuntu has had Muon for ages, Fedora now has
Dnfdragora. Mainly, this happens because of deficiencies in the distribution's
PackageKit backend that are not getting fixed. And upstream has Discover which
can kinda replace Apper, but it has a significantly different focus and a
significantly different user interface. (Discover is packaged in most
distributions shipping KDE Plasma these days.) But all this does not mean Apper
is dead.

That said, in Fedora, after having tried for years to get the current
PackageKit Hawkey/hif/DNF backend to implement the features Apper requires (in
particular, browsing comps groups) without success, we gave up on Apper and
recommend Dnfdragora to all users instead. But this mess is not Apper's fault.
It worked great with the old (unfortunately discontinued both upstream and
downstream) PackageKit yum backend.

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #4 from Jean-Claude  ---
I will test this in one hour in detail, but I think no (see a previous crash
report https://bugs.kde.org/show_bug.cgi?id=384171)

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392840

lord_si...@live.de changed:

   What|Removed |Added

 CC||lord_si...@live.de

--- Comment #1 from lord_si...@live.de ---
I am not a KDE developer, but this works for me, are you using JavaScript or
QML for your script.
And did you add the second print command after you ran your script with only
the first print?

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

[kded-appmenu] [Bug 391172] Misplaced menus when appmenu is on bottom

2018-05-26 Thread TYY331
https://bugs.kde.org/show_bug.cgi?id=391172

TYY331  changed:

   What|Removed |Added

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

--- Comment #1 from TYY331  ---


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

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

[krita] [Bug 394663] Application Language Bad Switching to French with American English as Fallback language

2018-05-26 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=394663

Burkhard Lueck  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

--- Comment #1 from Burkhard Lueck  ---
do you have the language en_GB installed?

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

[ksysguard] [Bug 293953] ksignalplotter has visual glitches with oxygen style.

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=293953

Nikita Skovoroda  changed:

   What|Removed |Added

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

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

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971

--- Comment #33 from Nikita Skovoroda  ---
Can't seem to reproduce on 5.12.5 + Qt 5.11.0.
Can anyobe confirm?

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

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971

--- Comment #34 from Nikita Skovoroda  ---
Ah, no, sorry.

I am still able to reproduce this on 5.12.5 + Qt 5.11.0, just the icons got
rearranged so this is harder to notice.

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

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971

--- Comment #35 from Nikita Skovoroda  ---
Created attachment 112874
  --> https://bugs.kde.org/attachment.cgi?id=112874=edit
5.12.5 + Qt 5.11.0

Each of those should have three lines, «Оформление/Поведение рабочей среды»,
but they disappear after scrolling.

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

[Discover] [Bug 394327] Discover fails to warn about reverse dependences to be removed

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394327

Antonio Rojas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dis
   ||cover/ee8e49422118895f0c75b
   ||5ea67308ac15d69a476

--- Comment #3 from Antonio Rojas  ---
Git commit ee8e49422118895f0c75b5ea67308ac15d69a476 by Antonio Rojas.
Committed on 26/05/2018 at 07:13.
Pushed by arojas into branch 'Plasma/5.13'.

Abort transaction on PackageKit errors

If PackageKit throws an error, abort the transaction instead of finishing it
anyway (potentially breaking the user's installation).
This is far from ideal, but prevents Discover from performing destructive
operations while the PackageKit issues are fixed
Differential Revision: https://phabricator.kde.org/D13119

M  +6-2libdiscover/backends/PackageKitBackend/PKTransaction.cpp

https://commits.kde.org/discover/ee8e49422118895f0c75b5ea67308ac15d69a476

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

[frameworks-kitemviews] [Bug 290971] Artifacts when scrolling systemsettings view (icon view UI)

2018-05-26 Thread Nikita Skovoroda
https://bugs.kde.org/show_bug.cgi?id=290971

Nikita Skovoroda  changed:

   What|Removed |Added

Version|5.0.0   |5.45.0

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

[kstars] [Bug 394691] MacOS KStars 2.9.6 DMG Installer

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394691

--- Comment #2 from Jean-Claude  ---
It works !
Thank you.

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

[Falkon] [Bug 394692] New: Falkon 3.0.1 AppImage not working in Linux Mint 18.3

2018-05-26 Thread Alexandr
https://bugs.kde.org/show_bug.cgi?id=394692

Bug ID: 394692
   Summary: Falkon 3.0.1 AppImage not working in Linux Mint 18.3
   Product: Falkon
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: nevidlovs...@yandex.ru
  Target Milestone: ---

./Falkon-3.0.1.AppImage 

** (falkon:2260): WARNING **: Couldn't connect to accessibility bus: Failed to
connect to socket /tmp/dbus-7AlFLjs8LV: Connection refused
QApplication: invalid style override passed, ignoring it.
Could not find QtWebEngineProcess
[2260:2260:0526/143944.638280:FATAL:zygote_host_impl_linux.cc(182)] Check
failed: ReceiveFixedMessage(fds[0], kZygoteBootMessage,
sizeof(kZygoteBootMessage), _pid). 
#0 0x7f8ee06540a5 
#1 0x7f8ee0669eca 
#2 0x7f8edfcacfc3 
#3 0x7f8edfcabc3b 
#4 0x7f8edfcac219 
#5 0x7f8edf8ef93a 
#6 0x7f8edf8f4e76 
#7 0x7f8edf412600 
#8 0x7f8edf413b25 
#9 0x7f8edf3a7a61 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#10 0x7f8ee535d218 QWebEngineProfile::defaultProfile()
#11 0x7f8ee569de78 MainApplication::MainApplication()
#12 0x0040358d main
#13 0x7f8eda21c830 __libc_start_main
#14 0x004038d5 

Received signal 6
#0 0x7f8ee06540a5 
#1 0x7f8edf395141 
#2 0x7f8ee065443d 
#3 0x7f8eda2314b0 
#4 0x7f8eda231428 gsignal
#5 0x7f8eda23302a abort
#6 0x7f8ee0653dc5 
#7 0x7f8ee066a1ed 
#8 0x7f8edfcacfc3 
#9 0x7f8edfcabc3b 
#10 0x7f8edfcac219 
#11 0x7f8edf8ef93a 
#12 0x7f8edf8f4e76 
#13 0x7f8edf412600 
#14 0x7f8edf413b25 
#15 0x7f8edf3a7a61 QtWebEngineCore::BrowserContextAdapter::defaultContext()
#16 0x7f8ee535d218 QWebEngineProfile::defaultProfile()
#17 0x7f8ee569de78 MainApplication::MainApplication()
#18 0x0040358d main
#19 0x7f8eda21c830 __libc_start_main
#20 0x004038d5 
  r8: 7ffe3eb34680  r9: 7f8ee5ca1900 r10: 0008 r11:
0206
 r12: 7ffe3eb34450 r13: 00aa r14: 7ffe3eb34680 r15:
7ffe3eb34df0
  di: 08d4  si: 08d4  bp: 7f8edae66140  bx:
7ffe3eb34bd0
  dx: 0006  ax:   cx: 7f8eda231428  sp:
7ffe3eb342e8
  ip: 7f8eda231428 efl: 0206 cgf: 002b0033 erf:

 trp:  msk:  cr2: 
[end of stack trace]
Calling _exit(1). Core file will not be generated.

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

[kstars] [Bug 392807] Kstars crashes on Mac OSX on startup

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=392807

--- Comment #1 from Jasem Mutlaq  ---
Please test with 2.9.6 that was just released. Try to clear existing files
first:

http://indilib.org/forum/general/3425-how-to-uninstall-completely-kstars.html

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

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #4 from Rog131  ---
(In reply to Meelis from comment #3)
> A common scenario for me: Laptop sometimes will wake up from suspend, often
> when i go home from work and the moment i realize is when it's getting hot
> in the bag. Some members have said "just enter the password", but having to
> balance the laptop on my knee while typing in 20+ characters of password is
> not fun so i just force it off.

A workaround:

Lock Screen: Switch User -> Start New Session. The SDDM greeter will pop with
the all options. No passwords asked to restart/shutdown...

Workaround is working, at here, with:
Plasma 5.12.5 / 5.12.90
KF 5.46.0

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-05-26 Thread Dmitry
https://bugs.kde.org/show_bug.cgi?id=392913

Dmitry  changed:

   What|Removed |Added

 CC||dmitry-kog...@mail.ru

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

[kmail2] [Bug 394554] Regression: kMail 5.8.1 Information Leak: kMail loads external references in HTML mails without asking

2018-05-26 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=394554

Volker Krause  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/mes
   ||sagelib/9669e2622ee26ac748d
   ||64b567562889ad5f190ef
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #19 from Volker Krause  ---
Git commit 9669e2622ee26ac748d64b567562889ad5f190ef by Volker Krause.
Committed on 26/05/2018 at 08:38.
Pushed by vkrause into branch 'Applications/18.04'.

Ensure we always reset the external reference override

Summary:
So far there were apparently cases where this got stuck on enabled even
when switching between emails.

Reviewers: cgiboudeaux, knauss, mlaurent

Reviewed By: knauss

Subscribers: kde-pim

Tags: #kde_pim

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

M  +1-0messageviewer/src/viewer/viewer_p.cpp

https://commits.kde.org/messagelib/9669e2622ee26ac748d64b567562889ad5f190ef

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #1 from Jasem Mutlaq  ---
I just tested on MacOS with a similar setup (2 ZWO cameras) and couldn't get a
crash. Also, your attachment does not show any crash. If there is a crash,
MacOS generates a report. The attachment is KStars log, not the crash report.

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695

Jasem Mutlaq  changed:

   What|Removed |Added

Version|2.9.3   |git

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #2 from Jean-Claude  ---
Created attachment 112876
  --> https://bugs.kde.org/attachment.cgi?id=112876=edit
Apple crash report

Apple crash report

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

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093

--- Comment #8 from George Hopkins  ---
(In reply to Moonchild from comment #5)
> Sorry, that still be a Qt issue. You just need Falkon, compiled against
> different Qt version. If you want, i can give you one, otherwise you have to
> build it yourself, or just wait until next version be released...

Does that mean it will be fixed in 3.0.2 or we should wait until Ubuntu uses Qt
>5.10?

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #3 from Jasem Mutlaq  ---
Thanks for the crash report. It's not really clear from the report what
actually caused the crash. I will ask Robert to look into this.

Does this happen if you only have one camera connected?

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

[kscreenlocker] [Bug 390634] Possibility to shutdown/hibernate system from lockscreen

2018-05-26 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=390634

--- Comment #5 from Rog131  ---
(In reply to Rog131 from comment #4)
> A workaround:
> 
> Lock Screen: Switch User -> Start New Session. The SDDM greeter will pop
> with the all options. No passwords asked to restart/shutdown...
> 
> Workaround is working, at here, with:
> Plasma 5.12.5 / 5.12.90
> KF 5.46.0

A quick clip with the Beaver: https://youtu.be/DYeIajIejA8

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

[kwin] [Bug 392840] Can't seem to use print() multiple times

2018-05-26 Thread LinG
https://bugs.kde.org/show_bug.cgi?id=392840

--- Comment #2 from LinG  ---
just javascript, everything works fine when I only use the print() method once.
But when I start to use the print() method multiple times in quick succession
then it won't print() some of the print() methods. When I use the "plasma"
option to execute the script it will print both but when I use the "kwin"
option it will skip some print() statements.

It seems to depend on how long kwin is busy with executing the commands between
the consecutive print statements.

for example, if I put a long loop between the two print() statements then both
will execute, like this example:

print('hi');
var a = 0;
for (var i = 0 ; i < 1000; i++)
{
  a += i;
}
print('hihi');

but doing only:

print('hi');
print('hihi');

seems to be too fast and kwin will not print the second statement to console.

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

[krita] [Bug 394199] Frame flipping behaviour is inconsistent in isolate layer mode for invisible layers.

2018-05-26 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394199

Dmitry Kazakov  changed:

   What|Removed |Added

Summary|Playback and frame flipping |Frame flipping behaviour is
   |behaviour is inconsistent   |inconsistent in isolate
   |in isolate layer mode for   |layer mode for invisible
   |invisible layers.   |layers.

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

[krita] [Bug 394199] Playback and frame flipping behaviour is inconsistent in isolate layer mode for invisible layers.

2018-05-26 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=394199

Dmitry Kazakov  changed:

   What|Removed |Added

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

--- Comment #2 from Dmitry Kazakov  ---
The problem is a bit more deep than I thought: some of our layers have internal
projections and their regeneration is disabled when the layer is invisible. And
making the node isolated root doesn't make it officially visible.

The list of layers/functions that activate internal projections and therefore
will not work in Invisible+Isolated mode:

1) Layer with onion skins
2) Layer with any mask
3) Clone layer with an offset (changing the source layer will not update
isolated and invisible clone)
4) Shape layers


The solution for this bug would be to implement two kinds of "visibility":
visibility for "regeneration updates" and "user visibility". But it needs quite
a bit of work, because it will introduce some special initializing and final
updates when activating/deactivating isolated mode. It needs thinking.

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

[kwin] [Bug 394699] Enums from KWin are missing in QML scripts

2018-05-26 Thread Sigma
https://bugs.kde.org/show_bug.cgi?id=394699

--- Comment #2 from Sigma  ---
I am using Qt 5.10.1.

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

[Falkon] [Bug 394093] Falkon 3.0.1 appimage not working in ubuntu 14.04

2018-05-26 Thread George Hopkins
https://bugs.kde.org/show_bug.cgi?id=394093

--- Comment #10 from George Hopkins  ---
Great, thank you for the clarification!

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #6 from Jean-Claude  ---
OK, I’m going forward.
I’ve done two types of tests :
First test : 
- 2 cameras are connected (ZWO ASI1600MC-C for imaging and ZWO ASI120MC-S for
guiding)
- Start INDI
- Focus Panel : Select CCD = ASI120, Capture = crash (Apple report Process 2
cams)
- I get also a crash if I had disconnected logically the camera ZWO ASI1600MC-C
after Start INDI

Second test : 
- 1 camera is connected (ZWO ASI120MC-S) (ZWO ASI1600MC-C is physically
disconnected)
- Start INDI
- Focus Panel : Select CCD = ASI120 (no choice), Capture = crash (Apple report
Process 1 cams)

Hence it seems that the camera ZWO ASI120MC-S has a problem.
Is this only mine ?

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

[amarok] [Bug 394700] New: Amarok crashes on startup

2018-05-26 Thread Fabian Maurer
https://bugs.kde.org/show_bug.cgi?id=394700

Bug ID: 394700
   Summary: Amarok crashes on startup
   Product: amarok
   Version: 2.9.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: dark.shad...@web.de
  Target Milestone: kf5

Application: amarok (2.9.0)

Qt Version: 5.11.0
Frameworks Version: 5.46.0
Operating System: Linux 4.16.11-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
Started Amarok from terminal after login in into plasma, it instantly crashes.

It used to work, but some update seem to have broken it.

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[KCrash Handler]
#6  0x7fe76a286fc7 in QMetaObject::className() const () at
/usr/lib/libQt5Core.so.5
#7  0x7fe76b24aec0 in  () at /usr/lib/libQt5Widgets.so.5
#8  0x7fe76b1ebc27 in  () at /usr/lib/libQt5Widgets.so.5
#9  0x7fe7cc3a710a in call_init.part () at /lib64/ld-linux-x86-64.so.2
#10 0x7fe7cc3a7206 in _dl_init () at /lib64/ld-linux-x86-64.so.2
#11 0x7fe7cc3ab273 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#12 0x7fe7c916794f in _dl_catch_exception () at /usr/lib/libc.so.6
#13 0x7fe7cc3aab48 in _dl_open () at /lib64/ld-linux-x86-64.so.2
#14 0x7fe7c2c32e66 in  () at /usr/lib/libdl.so.2
#15 0x7fe7c916794f in _dl_catch_exception () at /usr/lib/libc.so.6
#16 0x7fe7c91679df in _dl_catch_error () at /usr/lib/libc.so.6
#17 0x7fe7c2c33597 in  () at /usr/lib/libdl.so.2
#18 0x7fe7c2c32f06 in dlopen () at /usr/lib/libdl.so.2
#19 0x7fe7ced1 in  () at /usr/lib/libvlccore.so.9
#20 0x7fe7aaa1bacf in  () at /usr/lib/libvlccore.so.9
#21 0x7fe7aaa1b984 in  () at /usr/lib/libvlccore.so.9
#22 0x7fe7aaa1c047 in  () at /usr/lib/libvlccore.so.9
#23 0x7fe7aaa1c7fa in  () at /usr/lib/libvlccore.so.9
#24 0x7fe7aaa0413a in libvlc_InternalInit () at /usr/lib/libvlccore.so.9
#25 0x7fe7aa7cd67c in libvlc_new () at /usr/lib/libvlc.so.5
#26 0x7fe7aad45388 in LibVLC::init() () at
/usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7fe7aad2979b in Phonon::VLC::Backend::Backend(QObject*,
QList const&) () at
/usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7fe7aad2a40d in qt_plugin_instance () at
/usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so
#29 0x7fe7c98ec06c in QPluginLoader::instance() () at
/usr/lib/libQtCore.so.4
#30 0x7fe7abb99c51 in  () at /usr/lib/kde4/plugins/phonon_platform/kde.so
#31 0x7fe7abb9a573 in  () at /usr/lib/kde4/plugins/phonon_platform/kde.so
#32 0x7fe7c8b3a6b9 in Phonon::FactoryPrivate::createBackend() () at
/usr/lib/libphonon.so.4
#33 0x7fe7c8b3ba99 in Phonon::Factory::backend(bool) () at
/usr/lib/libphonon.so.4
#34 0x7fe7c8b3c163 in Phonon::Factory::createAudioOutput(QObject*) () at
/usr/lib/libphonon.so.4
#35 0x7fe7c8b2f440 in Phonon::AudioOutputPrivate::createBackendObject() ()
at /usr/lib/libphonon.so.4
#36 0x7fe7c8b2c8bc in Phonon::AudioOutputPrivate::init(Phonon::Category) ()
at /usr/lib/libphonon.so.4
#37 0x7fe7cbf14e46 in EngineController::initializePhonon() () at
/usr/lib/libamaroklib.so.1
#38 0x7fe7cbf1c5d6 in  () at /usr/lib/libamaroklib.so.1
#39 0x7fe7c991051d in QMetaMethod::invoke(QObject*, Qt::ConnectionType,
QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument) const () at
/usr/lib/libQtCore.so.4
#40 0x7fe7c9911b94 in QMetaObject::invokeMethod(QObject*, char const*,
Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () at
/usr/lib/libQtCore.so.4
#41 0x7fe7cbfe6ca3 in  () at /usr/lib/libamaroklib.so.1
#42 0x7fe7cbfe6cc1 in  () at /usr/lib/libamaroklib.so.1
#43 0x7fe7cbf0e2c5 in App::continueInit() () at /usr/lib/libamaroklib.so.1
#44 0x7fe7cbf0f84a in App::App() () at /usr/lib/libamaroklib.so.1
#45 0x5648eacd5e40 in  ()
#46 0x7fe7c905706b in __libc_start_main () at /usr/lib/libc.so.6
#47 0x5648eacd7bba in _start ()

Reported using DrKonqi

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #5 from Jean-Claude  ---
Created attachment 112878
  --> https://bugs.kde.org/attachment.cgi?id=112878=edit
2 crash process

2 crash process

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

[amarok] [Bug 394700] Amarok crashes on startup

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=394700

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Antonio Rojas  ---


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

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

[phonon-backend-vlc] [Bug 335111] vlc crashes phonon by mixing qt4 and qt5

2018-05-26 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=335111

Antonio Rojas  changed:

   What|Removed |Added

 CC||dark.shad...@web.de

--- Comment #115 from Antonio Rojas  ---
*** Bug 394700 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 394701] New: KWin crashes when closing a window.

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394701

Bug ID: 394701
   Summary: KWin crashes when closing a window.
   Product: kwin
   Version: 5.12.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ryu.ketsu...@outlook.com
  Target Milestone: ---

Application: kwin_x11 (5.12.5)

Qt Version: 5.10.1
Frameworks Version: 5.46.0
Operating System: Linux 4.16.8-1-MANJARO x86_64
Distribution: "Manjaro Linux"

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

I simply closed a tab on Chromium. But it happens when closing another windows
as well. Sometimes crashes, sometimes doesn't.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fdc4969f840 (LWP 934))]

Thread 5 (Thread 0x7fdc08c49700 (LWP 1528)):
#0  0x7fdc4902cfa6 in ppoll () at /usr/lib/libc.so.6
#1  0x7fdc4642bdb3 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fdc4642d54f in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fdc463d231b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fdc461e171e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fdc40b29319 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7fdc461e6abd in  () at /usr/lib/libQt5Core.so.5
#7  0x7fdc4205c075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fdc4903753f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fdc0ac8b700 (LWP 1060)):
#0  0x7fdc42061ffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7fdc4531ef77 in  () at /usr/lib/libQt5Script.so.5
#2  0x7fdc4531efb9 in  () at /usr/lib/libQt5Script.so.5
#3  0x7fdc4205c075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7fdc4903753f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fdc1b7fe700 (LWP 1056)):
#0  0x7fdc4902cfb5 in ppoll () at /usr/lib/libc.so.6
#1  0x7fdc4642bdb3 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fdc4642d54f in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fdc463d231b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fdc461e171e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fdc40b29319 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7fdc461e6abd in  () at /usr/lib/libQt5Core.so.5
#7  0x7fdc4205c075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fdc4903753f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fdc2197f700 (LWP 1052)):
#0  0x7fdc4902cfa6 in ppoll () at /usr/lib/libc.so.6
#1  0x7fdc4642bdb3 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7fdc4642d54f in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7fdc463d231b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7fdc461e171e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fdc3f9c8416 in  () at /usr/lib/libQt5DBus.so.5
#6  0x7fdc461e6abd in  () at /usr/lib/libQt5Core.so.5
#7  0x7fdc4205c075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7fdc4903753f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fdc4969f840 (LWP 934)):
[KCrash Handler]
#6  0x in  ()
#7  0x7fdc48b44c7d in KWin::Workspace::constrainedStackingOrder() () at
/usr/lib/libkwin.so.5
#8  0x7fdc48b45469 in KWin::Workspace::updateStackingOrder(bool) () at
/usr/lib/libkwin.so.5
#9  0x7fdc48b45a01 in KWin::Workspace::blockStackingUpdates(bool) () at
/usr/lib/libkwin.so.5
#10 0x7fdc48aefb6f in KWin::Client::destroyClient() () at
/usr/lib/libkwin.so.5
#11 0x7fdc48b50a1f in
KWin::Client::unmapNotifyEvent(xcb_unmap_notify_event_t*) () at
/usr/lib/libkwin.so.5
#12 0x7fdc48b542cc in KWin::Client::windowEvent(xcb_generic_event_t*) () at
/usr/lib/libkwin.so.5
#13 0x7fdc48b54c9b in KWin::Workspace::workspaceEvent(xcb_generic_event_t*)
() at /usr/lib/libkwin.so.5
#14 0x7fdc463d0d4f in
QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*) ()
at /usr/lib/libQt5Core.so.5
#15 0x7fdc308b13f2 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*)
() at /usr/lib/libQt5XcbQpa.so.5
#16 0x7fdc308b207e in QXcbConnection::processXcbEvents() () at
/usr/lib/libQt5XcbQpa.so.5
#17 0x7fdc46405052 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#18 0x7fdc47151fec in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#19 0x7fdc471599c6 in QApplication::notify(QObject*, 

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #8 from Jean-Claude  ---
And another step : only the camera ZWO ASI120MC-S was connected directly to
KStars (all other devices were disconnected physically).
I still get a crash (attached file : Process only ZWO ASI120MC-S)

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

[kstars] [Bug 394695] Conflict between two ZWO cameras

2018-05-26 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=394695

--- Comment #7 from Jean-Claude  ---
Created attachment 112879
  --> https://bugs.kde.org/attachment.cgi?id=112879=edit
Process only ZWO ASI120MC-S

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

[systemsettings] [Bug 394702] New: Crash of digital clock

2018-05-26 Thread Mauro Torchio
https://bugs.kde.org/show_bug.cgi?id=394702

Bug ID: 394702
   Summary: Crash of digital clock
   Product: systemsettings
   Version: unspecified
  Platform: Slackware Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: iax...@tin.it
  Target Milestone: ---

Application: kcmshell4 (4.14.34)
KDE Platform Version: 4.14.38
Qt Version: 4.8.7
Operating System: Linux 4.14.31-smp i686
Distribution (Platform): Slackware Packages

-- Information about the crash:
- What I was doing when the application crashed: adjusting date and time to
local setting, confirming the setting with root password

-- Backtrace:
Application: KDE Control Module (kcmshell4), signal: Segmentation fault
Using host libthread_db library "/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0xb58ef740 (LWP 1686))]

Thread 3 (Thread 0xa8333b40 (LWP 1688)):
#0  0xb634ab7e in poll () at /lib/libc.so.6
#1  0xb5c5d7bb in g_poll () at /usr/lib/libglib-2.0.so.0
#2  0xb5c4d6ce in  () at /usr/lib/libglib-2.0.so.0
#3  0xb5c4db41 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#4  0xb1efe12a in  () at /usr/lib/libgio-2.0.so.0
#5  0xb5c78853 in  () at /usr/lib/libglib-2.0.so.0
#6  0xb72b56f5 in start_thread () at /lib/libpthread.so.0
#7  0xb6356966 in clone () at /lib/libc.so.6

Thread 2 (Thread 0xa8b34b40 (LWP 1687)):
#0  0xb5c99f28 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0
#1  0xb5c4d230 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#2  0xb5c4d780 in  () at /usr/lib/libglib-2.0.so.0
#3  0xb5c4d83b in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#4  0xb5c4d8a7 in  () at /usr/lib/libglib-2.0.so.0
#5  0xb5c78853 in  () at /usr/lib/libglib-2.0.so.0
#6  0xb72b56f5 in start_thread () at /lib/libpthread.so.0
#7  0xb6356966 in clone () at /lib/libc.so.6

Thread 1 (Thread 0xb58ef740 (LWP 1686)):
[KCrash Handler]
#6  0x64555144 in  ()
#7  0xb7488f8a in QObject::connect(QObject const*, char const*, QObject const*,
char const*, Qt::ConnectionType) () at /usr/lib/qt/lib/libQtCore.so.4
#8  0xb749445f in  () at /usr/lib/qt/lib/libQtCore.so.4
#9  0xb74945b5 in QTimer::singleShot(int, QObject*, char const*) () at
/usr/lib/qt/lib/libQtCore.so.4
#10 0xadfd399d in  () at /usr/lib/kde4/kcm_clock.so
#11 0xb209a69a in KCModuleProxy::save() () at /usr/lib/libkcmutils.so.4
#12 0xb2095269 in  () at /usr/lib/libkcmutils.so.4
#13 0xb20964b0 in  () at /usr/lib/libkcmutils.so.4
#14 0xb7487dc8 in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () at /usr/lib/qt/lib/libQtCore.so.4
#15 0xb7d94241 in KPushButton::authorized(KAuth::Action*) () at
/usr/lib/libkdeui.so.5
#16 0xb7d942a2 in KPushButton::KPushButtonPrivate::slotClickedInternal() () at
/usr/lib/libkdeui.so.5
#17 0xb7d943ab in  () at /usr/lib/libkdeui.so.5
#18 0xb7487dc8 in QMetaObject::activate(QObject*, QMetaObject const*, int,
void**) () at /usr/lib/qt/lib/libQtCore.so.4
#19 0xb704233c in QAbstractButton::clicked(bool) () at
/usr/lib/qt/lib/libQtGui.so.4
#20 0xb6d06806 in  () at /usr/lib/qt/lib/libQtGui.so.4
#21 0xb6d07fce in  () at /usr/lib/qt/lib/libQtGui.so.4
#22 0xb6d08126 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#23 0xb6907cbf in QWidget::event(QEvent*) () at /usr/lib/qt/lib/libQtGui.so.4
#24 0xb6d092ac in QAbstractButton::event(QEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#25 0xb6db8ba8 in QPushButton::event(QEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#26 0xb68a15fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#27 0xb68a9797 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#28 0xb7ca0b91 in KApplication::notify(QObject*, QEvent*) () at
/usr/lib/libkdeui.so.5
#29 0xb7471175 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at
/usr/lib/qt/lib/libQtCore.so.4
#30 0xb68a8a06 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*,
QWidget*, QWidget*, QWidget**, QPointer&, bool) () at
/usr/lib/qt/lib/libQtGui.so.4
#31 0xb693b2ca in  () at /usr/lib/qt/lib/libQtGui.so.4
#32 0xb6939f36 in QApplication::x11ProcessEvent(_XEvent*) () at
/usr/lib/qt/lib/libQtGui.so.4
#33 0xb69687b5 in  () at /usr/lib/qt/lib/libQtGui.so.4
#34 0xb5c4d50e in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#35 0xb5c4d780 in  () at /usr/lib/libglib-2.0.so.0
#36 0xb5c4d83b in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#37 0xb74a7e7c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/qt/lib/libQtCore.so.4
#38 0xb6968914 in  () at /usr/lib/qt/lib/libQtGui.so.4
#39 0xb746f342 in
QEventLoop::processEvents(QFlags) () at
/usr/lib/qt/lib/libQtCore.so.4
#40 0xb746f693 in QEventLoop::exec(QFlags) () at
/usr/lib/qt/lib/libQtCore.so.4
#41 0xb6e442e6 in QDialog::exec() () at /usr/lib/qt/lib/libQtGui.so.4
#42 0xb55c545c 

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=394659

Thomas Fischer  changed:

   What|Removed |Added

Version|unspecified |git (master)
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WORKSFORME

--- Comment #1 from Thomas Fischer  ---
I cannot reproduce this crash. Can you please compile KBibTeX with additional
debugging information so that source code line numbers are shown in the
backtrace as well?

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

[k3b] [Bug 394703] New: feature request: first character(s) of artist name variable for CD ripping

2018-05-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394703

Bug ID: 394703
   Summary: feature request: first character(s) of artist name
variable for CD ripping
   Product: k3b
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Audio Project
  Assignee: k...@kde.org
  Reporter: g...@linuxmail.org
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Created attachment 112880
  --> https://bugs.kde.org/attachment.cgi?id=112880=edit
Audex CD ripping filename parameters

A small feature that was originally present in Amarok, and which I asked the
developer of Audex to add to the CD ripping filename parameters:

Take only the first character(s) of the Artist, the result being that if, for
example, you insert that in the filename string before the full Artist string,
the ripped tracks will be sorted into alphabetical subfolders, i.e.:

/home/user/Music/A/Artist/Track.*
or potentially more fine-grained subfolders with the use of two or more
characters in the string.

See the attached screenshot for how it's implemented in Audex.

This is particularly useful for large music collections where you don't want
thousands of ripped discs in one big directory.

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

[systemsettings] [Bug 394702] Crash of digital clock

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394702

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Fixed in Plasma 5.

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

[kmail2] [Bug 393489] Search folders are not updating in 18.04

2018-05-26 Thread Pieter David
https://bugs.kde.org/show_bug.cgi?id=393489

--- Comment #2 from Pieter David  ---
After running `akonadictl vacuum` and `akonadictl fsck` a few times, akonadi
printed a message that the search database was corrupted (the search was
crashing, at that point), so I removed it, triggered a re-indexing, recreated
the search folder, and now it is working again.

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

[plasmashell] [Bug 375680] [5.9] Hovering over task manager window thumbnail no longer gives visual clue about selected window

2018-05-26 Thread Scott Harvey
https://bugs.kde.org/show_bug.cgi?id=375680

Scott Harvey  changed:

   What|Removed |Added

 CC||sc...@spharvey.me

--- Comment #9 from Scott Harvey  ---
There's an option in the icon-only task manager called "Highlight Windows".
It's turned off by default. Enabling it gives the effect shown in this video.
The transparency effects are my own settings.

https://youtu.be/IMy6cPPvCiw

(It's too large to upload as an attachment.)

Is this sufficient to meet the request, or do we still want something more?

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

[kdenlive] [Bug 386398] Export Project - Feature Request

2018-05-26 Thread Ceda EI
https://bugs.kde.org/show_bug.cgi?id=386398

--- Comment #2 from Ceda EI  ---
(In reply to Eric Fontaine from comment #1)

> Note, compressing video files with zip (or gzip or bzip2 for that matter) is
> not practical because the video files already have very high information
> entropy, since they are already compressed.  So trying to do another
> compression on them will mostly just eat up CPU cycles.

Agreed. Instead of zipping, we could simply use tar.

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

[krita] [Bug 394705] New: Auto-change the selected front color when switching between tabs

2018-05-26 Thread Grinya Lesnoy
https://bugs.kde.org/show_bug.cgi?id=394705

Bug ID: 394705
   Summary: Auto-change the selected front color when switching
between tabs
   Product: krita
   Version: 4.0.3
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Color Selectors
  Assignee: krita-bugs-n...@kde.org
  Reporter: skazochnik@yandex.ru
  Target Milestone: ---

Created attachment 112881
  --> https://bugs.kde.org/attachment.cgi?id=112881=edit
#8d5943 in Advanced Color Selector and  Digital Color Mixer  - average (middle)
value

When I switch to another document tab, the selected (front) color is
automatically change to #8d5943 ( If i Select some color and then opened
another document tab - selected color autoreplaced to #8d5943. When I back to
first document - #8d5943 again )

- this bug is available in all color depth (8bit, 16bit, 32 bit)
- this bug is available in all tools (brush, gradient, etc)
- Restore Default Settings in Configure panel or delete settings dir in
\AppData\Roaming\krita and local \AppData\Local\krita didn't help. (Restore
settings not applicable to custom Krita Interfase Settings ( location Dockers
etc) and I think it has a link to this bug.) I do not know where else Krita
saves it's settings
- Run anothers copy of Krita (new zip download from website and run from other
dir path)  didn't help.
- In Krita startup (before opened first tab) srlected color in Docer maybe
other, but if I opened file or create new documebt - selected color autoreplace
to #8d5943
- The #8d5943 color - is average value of all selectors in Advanced Color
Selector and Digital Color Mixer (see attach Screenshot). I not enable this
Docers when I work but maybe this is somehow connected with this bug
- this bug is available in Krita 4.01 and 4.03 (4.02 I did not install) and not
available in 4.00

P.S.: If you do not have the opportunity to fix this bug, but you can tell how
I can handle it myself - I'll be happy too

P.P.S.: If something from my message is not clear (I do not know English well)
- ask me and I'll try to explain more clearly

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

[systemsettings] [Bug 394704] New: Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704

Bug ID: 394704
   Summary: Mouse cursor artifacts on multimonitors
   Product: systemsettings
   Version: 5.12.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: darn...@vp.pl
  Target Milestone: ---

I'm using multiple monitor setup (3 monitors, 2 external + laptop screen). For
this to work I use intel-virtual-output tool. 

Problem is showing when I disable intel-virtual-output and enable it again. The
mouse cursor (only on external monitors) has big white rectangle around with
random color pixels inside (similar shape to this
https://bugs.kde.org/show_bug.cgi?id=384446). 

I can "temporarly fix it" by manually change cursor to the biggest available in
system settings (from normal 24 to 48) and then back to 24 size. The white
rectangle vanishes. After another intel-virtual-output use it is broken again.

Also I've noticed that after reenabling intel-virtual-output sometimes cursor
vanishes completely, and shows only when it changes (for example when hovering
above editable text it shows again).

Konrad.

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

[systemsettings] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704

Konrad  changed:

   What|Removed |Added

   Keywords||multiscreen

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

[plasmashell] [Bug 394706] New: Global menu widget on external monitors run even without monitors conected

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394706

Bug ID: 394706
   Summary: Global menu widget on external monitors run even
without monitors conected
   Product: plasmashell
   Version: 5.12.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: k...@privat.broulik.de
  Reporter: darn...@vp.pl
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Hello.
I use global menu widget that is placed on panel in external monitor. Problem
is when I don't have external monitor connected, this widget "works" taking
menus from apps, but it is not visible on only available internal laptop
screen.   

There is no way to access it or disable it without external monitor conected.

Konrad

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

[plasmashell] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Konrad
https://bugs.kde.org/show_bug.cgi?id=394704

Konrad  changed:

   What|Removed |Added

Product|systemsettings  |plasmashell
 CC||plasma-b...@kde.org
   Target Milestone|--- |1.0
   Assignee|plasma-b...@kde.org |aleix...@kde.org
  Component|general |Multi-screen support

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

[plasmashell] [Bug 394704] Mouse cursor artifacts on multimonitors

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394704

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
KDE software is not responsible for drawing the mouse cursor. Please ask for
help on a forum of your distribution. They can guide you to which upstream
component (video driver or X11 server) the bug should be reported.

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

[kdenlive] [Bug 386398] Export Project - Feature Request

2018-05-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=386398

--- Comment #3 from Christoph Feck  ---
Zip has a -0 compression flag ("store only").

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

[plasmashell] [Bug 394157] Wallpaper slideshow: background color unsaved

2018-05-26 Thread jojo66
https://bugs.kde.org/show_bug.cgi?id=394157

--- Comment #4 from jojo66  ---
Created attachment 112882
  --> https://bugs.kde.org/attachment.cgi?id=112882=edit
Choice wallpaper before closing session  and wallpaper after re-opening session

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

[plasmashell] [Bug 394157] Wallpaper slideshow: background color unsaved

2018-05-26 Thread jojo66
https://bugs.kde.org/show_bug.cgi?id=394157

--- Comment #5 from jojo66  ---
Created attachment 112883
  --> https://bugs.kde.org/attachment.cgi?id=112883=edit
Choice wallpaper before closing session  wallpaper after re-opening session

In the choice of the wallpaper, I choose slideshow and black color in the
background. Its good. I close the session. I open the session. I no longer have
the color black in the background but the image blur. Yet in the choice of
wallpaper, the black color in the background is always selected. See the 2
screenshots.
This is repeated at each logon

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

[kwin] [Bug 394701] KWin crashes when closing a window.

2018-05-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=394701

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---
Unfortunately the backtrace is lacking debug symbols. If you are able to
reproduce please install debug packages and attach a new backtrace.

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

[okular] [Bug 394707] New: Okular crashes while showing a file not found dialog box

2018-05-26 Thread Marcelo Jimenez
https://bugs.kde.org/show_bug.cgi?id=394707

Bug ID: 394707
   Summary: Okular crashes while showing a file not found dialog
box
   Product: okular
   Version: 1.4.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: marcelo.jime...@gmail.com
  Target Milestone: ---

Application: okular (1.4.1)

Qt Version: 5.10.0
Frameworks Version: 5.46.0
Operating System: Linux 4.16.11-1-default x86_64
Distribution: "openSUSE Tumbleweed"

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

KDE was booting and Okular did not find some files it was showing in the
previous session because they had been moved to another directory. While the
dialog box with the name of the file was showing, I tried to open the file with
another instance of Okular, and then this crash has happened. Notice that the
new instance of okular did not crash, only the instance that showed the dialog
box.

The crash can be reproduced every time.

-- Backtrace:
Application: Okular (okular), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb726fca180 (LWP 3481))]

Thread 2 (Thread 0x7fb70b418700 (LWP 3484)):
#0  0x7fb722d0c179 in poll () at /lib64/libc.so.6
#1  0x7fb71d6df429 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fb71d6df53c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fb72364aa2b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fb704000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fb7235f195a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fb70b417d90, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:212
#5  0x7fb723418baa in QThread::exec() (this=) at
thread/qthread.cpp:522
#6  0x7fb723a6ea35 in  () at /usr/lib64/libQt5DBus.so.5
#7  0x7fb72341dba0 in QThreadPrivate::start(void*) (arg=0x7fb723cded60) at
thread/qthread_unix.cpp:376
#8  0x7fb71fcea59b in start_thread () at /lib64/libpthread.so.0
#9  0x7fb722d16a1f in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fb726fca180 (LWP 3481)):
[KCrash Handler]
#6  0x7fb72541d6a0 in  () at /usr/lib64/libKF5ConfigCore.so.5
#7  0x7fb7254323a4 in KConfigGroup::readEntry(char const*, QVariant const&)
const () at /usr/lib64/libKF5ConfigCore.so.5
#8  0x560a59798863 in KConfigGroup::readEntry(char const*, int const&)
const (defaultValue=@0x7ffd8f99d1fc: 0, key=0x560a5979f562 "ActiveTab",
this=0x7ffd8f99d2b0) at /usr/include/KF5/KConfigCore/kconfiggroup.h:728
#9  0x560a59798863 in Shell::readProperties(KConfigGroup const&)
(this=0x560a5b47ef60, group=...) at
/usr/src/debug/okular-18.04.1-1.1.x86_64/shell/shell.cpp:392
#10 0x7fb72615c9f8 in KMainWindow::readPropertiesInternal(KConfig*, int)
(this=this@entry=0x560a5b47ef60, config=0x560a5b3bc980, number=number@entry=1)
at /usr/src/debug/kxmlgui-5.46.0-1.1.x86_64/src/kmainwindow.cpp:646
#11 0x7fb72615ca42 in KMainWindow::restore(int, bool) (this=0x560a5b47ef60,
number=1, show=) at
/usr/src/debug/kxmlgui-5.46.0-1.1.x86_64/src/kmainwindow.cpp:471
#12 0x560a59793be3 in kRestoreMainWindows() () at
/usr/include/KF5/KXmlGui/kmainwindow.h:719
#13 0x560a59791312 in main(int, char**) (argc=,
argv=) at
/usr/src/debug/okular-18.04.1-1.1.x86_64/shell/main.cpp:66

Reported using DrKonqi

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

  1   2   3   >