[plasma-nm] [Bug 375057] No agents were available for this request.

2017-01-18 Thread brancaleone
https://bugs.kde.org/show_bug.cgi?id=375057

brancaleone  changed:

   What|Removed |Added

 CC||cedric.devill...@gmail.com

--- Comment #2 from brancaleone  ---
Same problem as hector since update to 5.8.95. it was ok until 5.8.5

I tried creating a new connection, but that doesn't help.

I've tried your debug options but i got little output (not sure when you say
"restart kded5", i did "kquitapp5 plasmashell ; kstart plasmashell") :

#Open plasma-nm applet :
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: TypeError: Cannot
read property of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:44:32:
Unable to assign [undefined] to int
trying to show an empty dialog


#Click "connect" on the selected vpn, the openconnect connexion window is
opened
plasma-nm: Checking VPN "Quentris" type:
"org.freedesktop.NetworkManager.openconnect"
QDBusObjectPath: invalid path ""
plasma-nm: Item  "Quentris" : active connection state changed to  1
plasma-nm: Item  "Quentris" : connection updated
plasma-nm: Item  "Quentris" : connection updated

#Clicking identify in openconnect window. The window disapear but no connexion
is made.
Service "org.kde.StatusNotifierWatcher" status change, old owner: ":1.119" new:
""
"org.kde.StatusNotifierWatcher" disappeared
plasma-nm: Item  "Quentris" : active connection changed to  4
plasma-nm: Item  "Quentris" : connection updated
plasma-nm: Item  "Quentris" : active connection removed

Note that after that if i go back to the plasma-nm applet and click "connect"
on any vpn connection (even other that openconnect), it does nothing. I have to
restart plasmashell again to have it working.

Additional logs from journactl during the problem :

janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: virtual
NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const
QDBusObjectPath&, const QString&, const QStringList&, uint)
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Path:
"/org/freedesktop/NetworkManager/Settings/88"
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Setting name: "vpn"
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Hints: ()
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Flags: 4
janv. 19 08:47:10 squidward org.kde.kded5[1723]: Pass a valid window to
KWallet::Wallet::openWallet().
janv. 19 08:47:10 squidward org.kde.kwalletd5[1723]: openAsync for  ":1.171"
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: bool
SecretAgent::processGetSecrets(SecretsRequest&) const Waiting for the wallet to
open
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: virtual
NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const
QDBusObjectPath&, const QString&, const QStringList&, uint)
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Path:
"/org/freedesktop/NetworkManager/Settings/88"
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Setting name: "vpn"
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Hints: ()
janv. 19 08:47:10 squidward org.kde.kded5[1723]: plasma-nm: Flags: 5
janv. 19 08:47:12 squidward systemd-coredump[22389]: Process 21613 (kded5) of
user 1000 dumped core.
janv. 19 08:47:13 squidward org.kde.kded5[1723]: KCrash: Attempting to start
/usr/bin/kded5 from kdeinit
janv. 19 08:47:13 squidward org.kde.kded5[1723]: KCrash: Application 'kded5'
crashing...
janv. 19 08:47:13 squidward org.kde.kded5[1723]: KCrash: Attempting to start
/usr/lib64/libexec/drkonqi from kdeinit
janv. 19 08:47:13 squidward org.kde.kded5[1723]: QSocketNotifier: Invalid
socket 15 and type 'Read', disabling...
janv. 19 08:47:13 squidward org.kde.kded5[1723]: QSocketNotifier: Invalid
socket 20 and type 'Read', disabling...
janv. 19 08:47:13 squidward NetworkManager[1209]:  [1484812033.747979]
[vpn-manager/nm-vpn-connection.c:1977] get_secrets_cb(): Failed to request VPN
secrets #3: (4) No agents were available for this request.
janv. 19 08:47:13 squidward org.kde.kwalletd5[1723]: slotServiceOwnerChanged 
":1.171" ,  ":1.171" ,  ""

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

[kdevelop] [Bug 375283] New: Overriding a method from a template base class is shown as "hiding"

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375283

Bug ID: 375283
   Summary: Overriding a method from a template base class is
shown as "hiding"
   Product: kdevelop
   Version: 5.1.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

If I have a template class with a method using template parameters in its
signature, and I override it from a subclass, the tooltip says the method is
"hiding" instead of "overriding" the one in the parent class.

template
class Base {
public:
virtual void foo(T x);
};

class Derived: public Base {
public:
void foo(int x);
};

The tooltip on Derived::foo says "Hides a function from Base< T >".

If Base is not a template, and Base::foo simply takes int, the tooltip
correctly says "Overrides a function from Base".

Also worth noting, if Derived is also a template, it still says "Hides",
probably because the signatures still don't match (the T template parameter is
not the same on each class):

template
class Derived: public Base {
public:
void foo(T x); //says "Hides"
};

(Real world code example: ContextBuilder::startVisiting in the qmljs plugin)

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

[digikam] [Bug 374450] DATA LOSS: Saving a file can overwrite other file

2017-01-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=374450

--- Comment #3 from Maik Qualmann  ---
Gilles,

can you reproduce this problem?

Simon,

is displayed the correct filename for saving in the dialog?

Maik

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

[kdevelop] [Bug 375282] New: Method return type inside template is unknown

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375282

Bug ID: 375282
   Summary: Method return type inside template is unknown
   Product: kdevelop
   Version: 5.1.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

struct Question {
int answer();
};

template
struct Foo {
Question* question();

int fortyTwo() {
auto x = question();
return x->answer();
}
};

If I have a class template with a method ('fortyTwo') calling another
('question'), the tooltip on 'question' shows the correct type, but it seems
the type of the function call as an expression is unknown. Therefore, the type
of 'x' is unknown (tooltip says 'auto'), and 'answer' is not highlighted
(remains black). This only happens if Foo is a template, but happens even if
nothing in the class actually depends on T (as in the example).

"return question()->answer();" shows the same problem, but with "auto" it's
clearer that the problem is the type of the returned value.

An example of real-world code showing this problem is
KDevelop::AbstractContextBuilder::topContext(). It returns
"currentContext()->topContext();", and the 'topContext' there is not
highlighted.

I'm using libclang 3.8.1.

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

[kwin] [Bug 375270] I cant use a desktop in ubuntu 16.04

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=375270

Martin Gräßlin  changed:

   What|Removed |Added

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

--- Comment #2 from Martin Gräßlin  ---
I'm sorry, but our bug tracker is not a user support forum. Please 
contact a user support forum on how to fix the configuration issue.

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

[kwin] [Bug 375268] Kwin freezes when using hot corner and GTK tooltip is displayed

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=375268

Martin Gräßlin  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Gräßlin  ---


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

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

[kwin] [Bug 368811] Screen freezed when trying to get desktop grid from desktop corner (3d effect)

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=368811

Martin Gräßlin  changed:

   What|Removed |Added

 CC||fl...@mailoo.org

--- Comment #13 from Martin Gräßlin  ---
*** Bug 375268 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 375256] Google Earth 7.1.7.2606 Crashing Kwin_x11 with segfault on launch, KDE 5.8.5 LTS

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=375256

--- Comment #3 from Martin Gräßlin  ---
If that's the case opensuse should disable crash reporting.

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

[kwin] [Bug 375257] VirtualBox mini toolbar doesn't respond to mouse clicks

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=375257

--- Comment #1 from Martin Gräßlin  ---
Why do you think this is an issues in KWin?

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

[kscreenlocker] [Bug 363749] kscreenlocker_greet will not accept password and taking 4.9 GiB

2017-01-18 Thread Martin Gräßlin
https://bugs.kde.org/show_bug.cgi?id=363749

--- Comment #12 from Martin Gräßlin  ---
Am 18. Januar 2017 22:43:31 MEZ schrieb bugzilla_nore...@kde.org:
>https://bugs.kde.org/show_bug.cgi?id=363749
>
>--- Comment #11 from s...@zxc.pp.ua ---
>(In reply to Martin Gräßlin from comment #10)
>> > wayland and other DEs which require gles.
>> 
>> Wayland does not (!) require GLES.
>
>Wayland by itself not require gles. But other DEs require gles to run
>(compile)
>with wayland support.

No, is an old Linux myth. Just think about it, that wouldn't work anywhere, no
distro compiles with gles.

This problem only exists for Gentoo users.

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

[plasmashell] [Bug 375281] New: taskmanager missing icon when multi montior connected with "Show only task from the current screen" enabled

2017-01-18 Thread TOM Harrison
https://bugs.kde.org/show_bug.cgi?id=375281

Bug ID: 375281
   Summary: taskmanager missing icon when multi montior connected
with "Show only task from the current screen" enabled
   Product: plasmashell
   Version: 5.8.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: l12...@yahoo.com.tw
CC: plasma-b...@kde.org
  Target Milestone: 1.0

1. configure "Show only task from the current screen" to checked in single
montior make sure the icon is appear in single monitor.
2. connected another monitor
3. then you will found the taskmanager is all disappear event the window is on
the current screen.

this will also happened if you configure taskmanager in multiple screen, then
disconnected the other screen. the task in taskmanager will all disappear

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

[plasmashell] [Bug 375280] Screen is black unless external monitor is plugged in

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375280

--- Comment #3 from nevan.wich...@gmail.com ---
Update: I disabled and then re enabled the external monitor in the Display
Configuration settings and now I don't have this issue.

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

[krdc] [Bug 375202] Crashes after a few seconds

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375202

--- Comment #2 from leo.j...@c3ntro.com ---
(In reply to Christoph Feck from comment #1)
> If this is reproducible, please add the backtrace for the crash. For more
> information, please read
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports

This is what i get:

(gdb) run
Starting program: /usr/bin/krdc 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe1ec3700 (LWP 9777)]
[New Thread 0x7fffdb957700 (LWP 9778)]
KBookmarkMenu::slotBookmarksChanged groupAddress:  "/0"

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

[plasmashell] [Bug 375280] Screen is black unless external monitor is plugged in

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375280

--- Comment #2 from nevan.wich...@gmail.com ---
Update: If I use a guest session, I don't have this issue.

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

[kde] [Bug 374808] Dependency on QtWebEngine might make KDE non-(free/libre)

2017-01-18 Thread kmi
https://bugs.kde.org/show_bug.cgi?id=374808

kmi  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||kamika...@web.de
 Resolution|--- |INVALID

--- Comment #3 from kmi  ---
Numerous Linux distributors reviewed the code base and came to the conclusion
that it's fully free software.

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

[plasmashell] [Bug 375280] Screen is black unless external monitor is plugged in

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375280

--- Comment #1 from nevan.wich...@gmail.com ---
Update: If I use a guest session, I don't have this issue.

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

[plasmashell] [Bug 375280] New: Screen is black unless external monitor is plugged in

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375280

Bug ID: 375280
   Summary: Screen is black unless external monitor is plugged in
   Product: plasmashell
   Version: 5.5.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: nevan.wich...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.5.5)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-45-generic x86_64
Distribution: Ubuntu 16.04.1 LTS

-- Information about the crash:
My laptop screen is always black unless my external monitor is plugged in. If I
restart the computer without the monitor plugged in, it works fine untill I
login, and then the laptop screen goes black. The screen works again as soon as
I plug the monitor in. It doesn't matter if the monitor is turned on or not.
The laptop was working fine untill I started using it with an external monitor
then I started having this problem. About half of the time when I plug the
monitor back in again I see this crash.

Output of xrandr with monitor:
Screen 0: minimum 8 x 8, current 1920 x 2160, maximum 32767 x 32767
eDP1 connected 1920x1080+0+1080 (normal left inverted right x axis y axis)
344mm x 193mm
   1920x1080 60.06*+  59.93  
   1680x1050 59.9559.88  
   1600x1024 60.17  
   1400x1050 59.98  
   1600x900  60.00  
   1280x1024 60.02  
   1440x900  59.89  
   1280x960  60.00  
   1368x768  60.00  
   1360x768  59.8059.96  
   1152x864  60.00  
   1280x720  60.00  
   1024x768  60.00  
   1024x576  60.00  
   960x540   60.00  
   800x600   60.3256.25  
   864x486   60.00  
   640x480   59.94  
   720x405   60.00  
   640x360   60.00  
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm
x 286mm
   1920x1080 60.00*+  50.0059.94  
   1680x1050 59.88  
   1280x1024 60.02  
   1440x900  59.90  
   1280x800  59.91  
   1152x864  75.00  
   1280x720  60.0050.0059.94  
   1024x768  70.0760.00  
   800x600   60.3256.25  
   720x576   50.00  
   720x480   60.0059.94  
   640x480   66.6760.0059.94  
   720x400   70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

xrandr without monitor:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   1920x1080 60.06 +  59.93  
   1680x1050 59.9559.88  
   1600x1024 60.17  
   1400x1050 59.98  
   1600x900  60.00  
   1280x1024 60.02  
   1440x900  59.89  
   1280x960  60.00  
   1368x768  60.00  
   1360x768  59.8059.96  
   1152x864  60.00  
   1280x720  60.00  
   1024x768  60.00  
   1024x576  60.00  
   960x540   60.00  
   800x600   60.3256.25  
   864x486   60.00  
   640x480   59.94  
   720x405   60.00  
   640x360   60.00  
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
[KCrash Handler]
#6  0x7f113745b420 in Plasma::Applet::actions() const () from
/usr/lib/x86_64-linux-gnu/libKF5Plasma.so.5
#7  0x004559b2 in ShellCorona::addOutput (this=this@entry=0x1214660,
output=...) at
/build/plasma-workspace-kxRFE_/plasma-workspace-5.5.5.2/shell/shellcorona.cpp:905
#8  0x00455b4f in ShellCorona::outputEnabledChanged (this=0x1214660) at
/build/plasma-workspace-kxRFE_/plasma-workspace-5.5.5.2/shell/shellcorona.cpp:799
#9  0x7f1133f23baf in QtPrivate::QSlotObjectBase::call (a=0x7ffd26088d20,
r=0x1214660, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#10 QMetaObject::activate (sender=0x11ef9e0, signalOffset=,
local_signal_index=, argv=) at
kernel/qobject.cpp:3698
#11 0x7f11380dcc59 in
KScreen::Output::apply(QSharedPointer const&) () from
/usr/lib/x86_64-linux-gnu/libKF5Screen.so.6
#12 0x7f11380cc5d5 in
KScreen::Config::apply(QSharedPointer const&) () from
/usr/lib/x86_64-linux-gnu/libKF5Screen.so.6
#13 0x7f11380d1cc9 in
KScreen::ConfigMonitor::Private::updateConfigs(QSharedPointer
const&) () from /usr/lib/x86_64-linux-gnu/libKF5Screen.so.6
#14 0x7f11380d38ad in
KScreen::ConfigMonitor::Private::edidReady(QDBusPendingCallWatcher*) () from
/usr/lib/x86_64-linux-gnu/libKF5Screen.so.6
#15 0x7f1133f23baf in QtPrivate::QSlotObjectBase::call (a=0x7ffd26089110,
r=0x1812e10, this=) at

[kdenlive] [Bug 375279] New: v16.12.1 beta for MS Windows shows phantom clip in Project Bin

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375279

Bug ID: 375279
   Summary: v16.12.1 beta for MS Windows shows phantom clip in
Project Bin
   Product: kdenlive
   Version: 16.12.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: rbing...@acm.org
  Target Milestone: ---

MS Windows 10 Pro x64 Intel
Kdenlive 16.12.1 beta for MS Windows + FFmpeg download per instructions on
https://kdenlive.org/download/

Via Menu->Project->Add Clip or drag get 'Invalid Clip' complaint. See bug
375278 for 'Invalid Clip' issue. THEN, Project Bin retains the invalid clip
even though Program indicated it would be removed.  Right-click on Bin item
shows Delete Clip action is available, so select it.  Invalid item does not
disappear. Right-click on item again and Delete Clip action no longer
available. Screenshot attached.

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

[kdenlive] [Bug 375279] v16.12.1 beta for MS Windows shows phantom clip in Project Bin

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375279

rbing...@acm.org changed:

   What|Removed |Added

 CC||rbing...@acm.org

--- Comment #1 from rbing...@acm.org ---
Created attachment 103520
  --> https://bugs.kde.org/attachment.cgi?id=103520=edit
Screenshot of Project Bin with phantom item

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

[plasmashell] [Bug 360478] Desktop widgets are permanently repositioned when fullscreen games lower display resolution

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360478

--- Comment #8 from acer11kubu...@gmail.com ---
(In reply to Daniel Bermond from comment #5)
> I also have this same issue.
> 
> This is really, really annoying. Cannot play any fullscreen game in Plasma
> due to this, otherwise my widgets go to another completely different
> position after exiting fullscreen.
> 
> Hope this can be fixed.
> Thanks.

Agreed 110%. If I wanted a non-functional desktop, I'd have gone with Unity.

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

[digikam] [Bug 374450] DATA LOSS: Saving a file can overwrite other file

2017-01-18 Thread Simon Persson
https://bugs.kde.org/show_bug.cgi?id=374450

--- Comment #2 from Simon Persson  ---
I have now upgraded my installation to version 5.4.0 and the behaviour has not
changed, still a problem.

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

[kdenlive] [Bug 375278] New: v16.12.1 beta for MS Windows gives Invalid Clip for known good .mp4 & .png files

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375278

Bug ID: 375278
   Summary: v16.12.1 beta for MS Windows gives Invalid Clip for
known good .mp4 & .png files
   Product: kdenlive
   Version: 16.12.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: rbing...@acm.org
  Target Milestone: ---

MS Windows 10 Pro x64 Intel
Kdenlive 16.12.1 beta for MS Windows + FFmpeg download per instructions on
https://kdenlive.org/download/

Both Project->Add Clip and drag of known good (via other player/editor
programs) .mp4 and .png files give 'Invalid Clip' complaint.

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

[kdenlive] [Bug 375278] v16.12.1 beta for MS Windows gives Invalid Clip for known good .mp4 & .png files

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375278

rbing...@acm.org changed:

   What|Removed |Added

 CC||rbing...@acm.org

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

[kdevelop] [Bug 375277] New: Some changes trigger unnecessary "update declaration" hint on constructor

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375277

Bug ID: 375277
   Summary: Some changes trigger unnecessary "update declaration"
hint on constructor
   Product: kdevelop
   Version: 5.1.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

Start with the following code:
class Foo {
Foo();
};
Foo::Foo() 
{
;
}

Wait for parsing to finish and everything to get highlighted. Now add a
space(!) after the constructor's definition prototype:

Foo::Foo() <-- add a space here
{
;
}

The modified line is now underlined in red, and the tooltip shows "Problem in
Semantic analysis: Adapt Signature" and offers to "Update declaration
signature", even though there was no actual change to the signature. (Selecting
this solution then triggers bug 375276 and makes the code invalid).

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

[kdevelop] [Bug 375274] #include added at end of file if there is an include there

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375274

Nicolás Alvarez  changed:

   What|Removed |Added

Version|git master  |5.1.0

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

[kdevelop] [Bug 375276] "Update declaration signature" on a constructor adds a return type to it

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375276

Nicolás Alvarez  changed:

   What|Removed |Added

Version|git master  |5.1.0

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

[kdevelop] [Bug 375276] New: "Update declaration signature" on a constructor adds a return type to it

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375276

Bug ID: 375276
   Summary: "Update declaration signature" on a constructor adds a
return type to it
   Product: kdevelop
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

Start with the following code:

class MyClass {
MyClass();
};
MyClass::MyClass() {
;
}

Now add an argument to the definition of the constructor:

MyClass::MyClass(int x) {

For now, this makes the code invalid, because the declaration and definition
don't match. The definition prototype is underlined in red. Moving mouse over
it shows "Problem in Semantic analysis: Out-of-line definition of 'MyClass'
does not match any declaration in 'MyClass'" and offers "Update declaration
signature" as a solution.

If I activate the offered solution, the declaration is changed to this:

class MyClass {
void MyClass(int x);
};

Despite being a constructor, it added a 'void' return type, making the code
even more invalid than it was.

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

[kdenlive] [Bug 375275] v16.12.1 beta for MS Windows: Run Configuration Wizard does nothing

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375275

rbing...@acm.org changed:

   What|Removed |Added

 CC||rbing...@acm.org

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

[kdenlive] [Bug 375275] New: v16.12.1 beta for MS Windows: Run Configuration Wizard does nothing

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375275

Bug ID: 375275
   Summary: v16.12.1 beta for MS Windows: Run Configuration Wizard
does nothing
   Product: kdenlive
   Version: 16.12.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: rbing...@acm.org
  Target Milestone: ---

MS Windows 10 Pro x64 Intel
Kdenlive 16.12.1 beta for MS Windows + FFmpeg download per instructions on
https://kdenlive.org/download/

Menu Bar->Settings->Run Configuration Wizard gives a Breeze icons missing
complaint then apparently does nothing or exits with no subsequent GUI
presentation for user interaction.  See bug 375271 for screenshot of Breeze
icons missing complaint.

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

[kdevelop] [Bug 375274] New: #include added at end of file if there is an include there

2017-01-18 Thread Nicolás Alvarez
https://bugs.kde.org/show_bug.cgi?id=375274

Bug ID: 375274
   Summary: #include added at end of file if there is an include
there
   Product: kdevelop
   Version: git master
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nicolas.alva...@gmail.com
  Target Milestone: ---

If I have a foo.cpp file declaring QObject subclasses, I need to add #include
"foo.moc". Usually this goes at the end of the .cpp file.

This causes a problem when the assistant offers to add an include file. For
example, if I do QWidget foo; the assistant says QWidget is not declared (or
only forward-declared) and offers to add #include . But if I
select this solution, it adds #include  at the end of the
file, after the .moc include. I would want it to go below all my other includes
near the beginning of the file.

I think we need a special case / heuristic here: if the #include ends with
".moc", ignore it for the purpose of looking where to add new #includes.

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

[kdenlive] [Bug 375273] v16.12.1 beta for MS Windows screen cap function internal input mis-match for Windows

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375273

rbing...@acm.org changed:

   What|Removed |Added

 CC||rbing...@acm.org

--- Comment #1 from rbing...@acm.org ---
Created attachment 103519
  --> https://bugs.kde.org/attachment.cgi?id=103519=edit
Screenshot of screen cap function error compalint

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

[kdenlive] [Bug 375273] New: v16.12.1 beta for MS Windows screen cap function internal input mis-match for Windows

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375273

Bug ID: 375273
   Summary: v16.12.1 beta for MS Windows screen cap function
internal input mis-match for Windows
   Product: kdenlive
   Version: 16.12.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: rbing...@acm.org
  Target Milestone: ---

MS Windows 10 Pro x64 Intel
Kdenlive 16.12.1 beta for MS Windows + FFmpeg download per instructions on
https://kdenlive.org/download/

Screen capture function calls another component with an input format typically
unusual for MS Windows of 'x11grab'.  Screenshot attached.

Side note: Kdenlive Config Wizard is not functional if so any config for MS
Windows through that component cannot be done.

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

[kde-gtk-config] [Bug 375272] New: Use Xsettings instead of edititing the config files

2017-01-18 Thread HJ
https://bugs.kde.org/show_bug.cgi?id=375272

Bug ID: 375272
   Summary: Use Xsettings instead of edititing the config files
   Product: kde-gtk-config
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: manutort...@chakra-project.org
  Reporter: punx...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

the current way of editing the gtk config files directly is not really useful
since it breaks besides installed desktop environments and overwrites theme
internal settings like fonts eg for GTK2:

style"customelementfont"{
xthickness=0
ythickness=0
font_name="Sans 6"}
widget_class"*GtkButton.GtkLabel"style"customelementfont"

or for GTK3

button,
button:backdrop{
font-weight:bold;
font-size:0.8em;}

when i now choose a font and a size in KCM gtk it will override both examples.

the better way would be to run a simple xsettings client like all the other
desktops do:

https://github.com/derat/xsettingsd or https://github.com/KDE/xsettings-kde

Also i give this a grave severity because as I said it breaks other desktops by
overwriting their settings which makes it unusable on multiuser systems

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

[kdenlive] [Bug 375271] v16.12.1 beta for MS Windows complains about missing Breeze icons

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375271

rbing...@acm.org changed:

   What|Removed |Added

 CC||rbing...@acm.org

--- Comment #1 from rbing...@acm.org ---
Created attachment 103518
  --> https://bugs.kde.org/attachment.cgi?id=103518=edit
Screenshot missing Breeze icons complaint

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

[kdenlive] [Bug 375271] New: v16.12.1 beta for MS Windows complains about missing Breeze icons

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375271

Bug ID: 375271
   Summary: v16.12.1 beta for MS Windows complains about missing
Breeze icons
   Product: kdenlive
   Version: 16.12.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: rbing...@acm.org
  Target Milestone: ---

MS Windows 10 Pro x64 Intel
Kdenlive 16.12.1 beta for MS Windows + FFmpeg download per instructions on
https://kdenlive.org/download/

Program start & Config Wizard start complain about missing Breeze icons.
Screenshot attached.  Also complains about missing external programs for DVD
interaction but that is not a concern at the present.

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

[plasmashell] [Bug 373427] Plasma locks up in nouveau DRI2GetBuffersWithFormat creating new windows.

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=373427

David Edmundson  changed:

   What|Removed |Added

 CC||nuor...@gmail.com

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

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

[plasmashell] [Bug 374393] Radeon: Freeze for long periods, until an action like Alt+Shift+F12 wakes it up

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374393

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 373131] plasmashell freezes irretrievably every few minutes -- needs to be killed

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=373131

David Edmundson  changed:

   What|Removed |Added

 Resolution|UPSTREAM|DUPLICATE

--- Comment #28 from David Edmundson  ---


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

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

[plasmashell] [Bug 373427] Plasma locks up in nouveau DRI2GetBuffersWithFormat creating new windows.

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=373427

David Edmundson  changed:

   What|Removed |Added

 CC||kde-b...@ginguppin.de

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

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

[frameworks-kactivities] [Bug 371924] KActivities shouldn't signal currentActivityChanged() unless it actually changed.

2017-01-18 Thread Jamie Smith
https://bugs.kde.org/show_bug.cgi?id=371924

--- Comment #8 from Jamie Smith  ---
OK, sorry.

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

[dolphin] [Bug 375176] No document preview (.odt, .doc, .docx, .ods)

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375176

Christoph Feck  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DOWNSTREAM

--- Comment #3 from Christoph Feck  ---
There is no need to install the full Calligra 3.0, but the OpenDocument
thumbnailer needs to be compiled as a KF5 version, otherwise Dolphin will not
use them.

https://store.kde.org/content/show.php?content=110864 has a patch from an
openSUSE developer.

I suggest to report this issue to the bug tracker of your distribution, asking
them to apply that patch.

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

[frameworks-kactivities] [Bug 371924] KActivities shouldn't signal currentActivityChanged() unless it actually changed.

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=371924

Christoph Feck  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

--- Comment #7 from Christoph Feck  ---
Reopening the bug. Please only close if the patch is committed.

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

[plasmashell] [Bug 375044] Spinning when copying creates high CPU load on the plasmashell process

2017-01-18 Thread Max Schettler
https://bugs.kde.org/show_bug.cgi?id=375044

Max Schettler  changed:

   What|Removed |Added

Version|5.0.0   |5.8.5

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

[plasmashell] [Bug 375044] Spinning when copying creates high CPU load on the plasmashell process

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375044

Christoph Feck  changed:

   What|Removed |Added

  Component|general |System Tray
Version|5.29.0  |5.0.0
   Target Milestone|--- |1.0
Product|frameworks-knotifications   |plasmashell
   Assignee|mklape...@kde.org   |plasma-b...@kde.org

--- Comment #1 from Christoph Feck  ---
Please set the Plasma version.

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

[plasmashell] [Bug 375044] Spinning when copying creates high CPU load on the plasmashell process

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375044

Christoph Feck  changed:

   What|Removed |Added

  Component|System Tray |Notifications
 CC||mklape...@kde.org
   Assignee|plasma-b...@kde.org |k...@privat.broulik.de

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

[frameworks-kactivities] [Bug 371924] KActivities shouldn't signal currentActivityChanged() unless it actually changed.

2017-01-18 Thread Jamie Smith
https://bugs.kde.org/show_bug.cgi?id=371924

--- Comment #6 from Jamie Smith  ---
Should I leave this for Ivan?

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

[frameworks-kactivities] [Bug 371924] KActivities shouldn't signal currentActivityChanged() unless it actually changed.

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=371924

--- Comment #5 from Christoph Feck  ---
But is the patch also committed?

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

[frameworks-baloo] [Bug 375167] baloo crashes when Apper installs updates

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=375167

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[frameworks-solid] [Bug 345871] Solid::Backends::UDisks2::DeviceBackend::checkCache() causes crash after partition changes

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=345871

Christoph Feck  changed:

   What|Removed |Added

 CC||arca...@ivanov.biz

--- Comment #38 from Christoph Feck  ---
*** Bug 375167 has been marked as a duplicate of this bug. ***

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

[frameworks-solid] [Bug 345871] Solid::Backends::UDisks2::DeviceBackend::checkCache() causes crash after partition changes

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=345871

Christoph Feck  changed:

   What|Removed |Added

 CC||kropot...@gmail.com

--- Comment #37 from Christoph Feck  ---
*** Bug 373185 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 373185] Baloo crashes when NTFS formatted external disk is identified

2017-01-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373185

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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

[kwalletmanager] [Bug 208371] export of wallet requires no password

2017-01-18 Thread markus
https://bugs.kde.org/show_bug.cgi?id=208371

markus  changed:

   What|Removed |Added

 CC||markus.de.s...@gmx.de

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

[plasmashell] [Bug 369508] Desktop Containments reloading/swapping on multiscreen setup

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=369508

--- Comment #3 from David Edmundson  ---
This area has changed a lot in recent plasma. 

Can you confirm if this happens with 5.8.5 or ideally even Plasma 5.9.

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

[plasmashell] [Bug 369508] Desktop Containments reloading/swapping on multiscreen setup

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=369508

David Edmundson  changed:

   What|Removed |Added

Summary|Garbled desktop and |Desktop Containments
   |flickering on login |reloading/swapping on
   ||multiscreen setup

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

[kwin] [Bug 374287] Support keyboard arrows navigation in the window switcher (Alt + Tab)

2017-01-18 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=374287

Chris Holland  changed:

   What|Removed |Added

 CC||zrenf...@gmail.com

--- Comment #7 from Chris Holland  ---
I can confirm this doesn't work for me.
KDE Neon 5.8.5 / Framework 5.29 / Qt 5.7.0

It sounds like the QML based tabboxes aren't recieving the keypress events. The
flip switch and cover switch are C++ desktop effects, which can hook the
keyboard events themselves since they create their own window.

https://github.com/KDE/kwin/blob/master/effects/flipswitch/flipswitch.cpp#L902
https://github.com/KDE/kwin/tree/master/effects/coverswitch

This is where the QML based tabboxes events are handled.

https://github.com/KDE/kwin/blob/master/tabbox/tabboxhandler.cpp#L618

If you do:

PlasmaCore.Dialog {
  mainItem: Item {
Keys.onPressed: {}
  }
}

then it works in the *preview* but does not work in the actual kwin popup.

I wonder if it's because the popup isn't focused? PlasmaCore.Dialog is a
QQuickWindow, which I don't think will do anything if it doesn't contain an
activeFocusItem.

https://github.com/qt/qtdeclarative/blob/dev/src/quick/items/qquickwindow.cpp#L1622

Did it work in the past? Did adding the eventFilter to support the mouse wheel
break it? I don't remember if it used to work or not.

https://github.com/KDE/kwin/commit/e9d20b80e9a79f514a219357d991092d83665350

I do know that the qml api changed, because a number of task switchers on GHNS
no longer work.

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

[Purpose] [Bug 375269] Widget to share files make whole desktop crash

2017-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=375269

David Edmundson  changed:

   What|Removed |Added

Version|5.8.5   |unspecified
  Component|general |general
   Target Milestone|1.0 |---
Product|plasmashell |Purpose
   Assignee|k...@davidedmundson.co.uk|aleix...@kde.org

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

[krita] [Bug 373551] [XP Pen] Krita cannot track XP-Pen cursor when not pressed

2017-01-18 Thread Coviden
https://bugs.kde.org/show_bug.cgi?id=373551

--- Comment #6 from Coviden  ---
(In reply to actual-tsundere from comment #0)
> Created attachment 102733 [details]
> Debug view report
> 
> I use a XP-Pen 21.5 HD monitor tablet and it works fine in all other
> instances. When not using a brush Krita seems to track my stylus just fine
> but when I try to draw with a brush the tracking doesn't work at all,
> although it does work with heavy lag with tablet event logging on, except
> when the stylus is pressed (ie drawing).
> 
> I've already tried restarting.
> 
> Reproducibilty: Always
> 
> Expected results: Cursor follows stylus, even when lifted slightly from
> monitor
> 
> Actual results: Cursor only follows tablet when not in brush mode or pressed
> down in said mode (ie drawing).

I have found that Krita 2.9.9.2 works with my XP-Pen tablet.  Only when I
updated to the newest one does the tablet stop working.

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

Odysseas  changed:

   What|Removed |Added

   Severity|critical|crash

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

[kwin] [Bug 375270] I cant use a desktop in ubuntu 16.04

2017-01-18 Thread SMPotato
https://bugs.kde.org/show_bug.cgi?id=375270

--- Comment #1 from SMPotato  ---
Hola a todos, el problema radica desde que intente cambiar la configuración
para agregar más brillo a mi computadora, sin embargo al realizar los pasos que
me pedía en este post, ya no abria el escritorio
https://www.taringa.net/post/linux/18051604/Corregir-error-de-brillo-en-Ubuntu-14-04-LTS.html
Ya intente usar desde la consola el ctrl+alt+f1 y después de ser usuario root,
insertar los comandos get-update -get install- entre otros, incluso ya instale
kubuntu y aun no tengo una buena respuesta, alguién podría asesorarme, estoy
desesperado. :.v

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

[kwin] [Bug 375270] New: I cant use a desktop in ubuntu 16.04

2017-01-18 Thread SMPotato
https://bugs.kde.org/show_bug.cgi?id=375270

Bug ID: 375270
   Summary: I cant use a desktop in ubuntu 16.04
   Product: kwin
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: platform-x11-standalone
  Assignee: kwin-bugs-n...@kde.org
  Reporter: luisspartanch...@gmail.com
  Target Milestone: ---

i use the post
https://www.taringa.net/post/linux/18051604/Corregir-error-de-brillo-en-Ubuntu-14-04-LTS.html
because i need a bright configuration, but after this i dont open mi desktop
and i cant open the terminal and i cant do anythinhg

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

[plasmashell] [Bug 375269] New: Widget to share files make whole desktop crash

2017-01-18 Thread aldobelus
https://bugs.kde.org/show_bug.cgi?id=375269

Bug ID: 375269
   Summary: Widget to share files make whole desktop crash
   Product: plasmashell
   Version: 5.8.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: aldobe...@autistici.org
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.8.5)

Qt Version: 5.7.1
Frameworks Version: 5.29.0
Operating System: Linux 4.9.0-2-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
I was playing with the share plasmoid, seeing how works, and the whole desktop,
al least the panel that has desappeared, crashed. Later it has happened again
trying to make work the same widget but when I tried to send nothing to a
contact.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f26749968c0 (LWP 1562))]

Thread 11 (Thread 0x7f2592155700 (LWP 9196)):
#0  0x7f266e02a66d in poll () from /lib64/libc.so.6
#1  0x7f26690be876 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f26690bec02 in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#3  0x7f25a74f9236 in ?? () from /usr/lib64/libgio-2.0.so.0
#4  0x7f26690e61c5 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x7f266d82c454 in start_thread () from /lib64/libpthread.so.0
#6  0x7f266e03337f in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7f2593c17700 (LWP 9195)):
#0  0x7f2669103ec4 in g_mutex_unlock () from /usr/lib64/libglib-2.0.so.0
#1  0x7f26690be82a in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f26690be98c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f26690be9d1 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7f26690e61c5 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x7f266d82c454 in start_thread () from /lib64/libpthread.so.0
#6  0x7f266e03337f in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7f259886e700 (LWP 6593)):
#0  0x7f266e02a66d in poll () from /lib64/libc.so.6
#1  0x7f26636d2be1 in ?? () from /usr/lib64/libpulse.so.0
#2  0x7f26636c43b1 in pa_mainloop_poll () from /usr/lib64/libpulse.so.0
#3  0x7f26636c4a4e in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
#4  0x7f26636c4b00 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
#5  0x7f26636d2b29 in ?? () from /usr/lib64/libpulse.so.0
#6  0x7f26629371e8 in ?? () from
/usr/lib64/pulseaudio/libpulsecommon-9.0.so
#7  0x7f266d82c454 in start_thread () from /lib64/libpthread.so.0
#8  0x7f266e03337f in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7f259a9d9700 (LWP 6098)):
#0  0x7f2669103ec4 in g_mutex_unlock () from /usr/lib64/libglib-2.0.so.0
#1  0x7f26690be261 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#2  0x7f26690be814 in ?? () from /usr/lib64/libglib-2.0.so.0
#3  0x7f26690be98c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#4  0x7f266e94a18b in QEventDispatcherGlib::processEvents
(this=0x7f2594003510, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f266e8f3aea in QEventLoop::exec (this=this@entry=0x7f259a9d8ce0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#6  0x7f266e721813 in QThread::exec (this=) at
thread/qthread.cpp:507
#7  0x7f2671a4d305 in ?? () from /usr/lib64/libQt5Qml.so.5
#8  0x7f266e7264c8 in QThreadPrivate::start (arg=0x6ca1b80) at
thread/qthread_unix.cpp:368
#9  0x7f266d82c454 in start_thread () from /lib64/libpthread.so.0
#10 0x7f266e03337f in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7f25adbf8700 (LWP 1916)):
#0  0x7f26690be250 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#1  0x7f26690be814 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f26690be98c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f266e94a18b in QEventDispatcherGlib::processEvents
(this=0x7f25a80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f266e8f3aea in QEventLoop::exec (this=this@entry=0x7f25adbf7d00,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#5  0x7f266e721813 in QThread::exec (this=) at
thread/qthread.cpp:507
#6  0x7f266e7264c8 in QThreadPrivate::start (arg=0x5f44ce0) at
thread/qthread_unix.cpp:368
#7  0x7f266d82c454 in start_thread () from /lib64/libpthread.so.0
#8  0x7f266e03337f in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7f25bb167700 (LWP 1843)):
#0  0x7f266e0266dd in read () from /lib64/libc.so.6
#1  0x7f2669102b00 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  

[kwin] [Bug 375268] Kwin freezes when using hot corner and GTK tooltip is displayed

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375268

fl...@mailoo.org changed:

   What|Removed |Added

 CC||fl...@mailoo.org

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

[kwin] [Bug 375268] New: Kwin freezes when using hot corner and GTK tooltip is displayed

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375268

Bug ID: 375268
   Summary: Kwin freezes when using hot corner and GTK tooltip is
displayed
   Product: kwin
   Version: 5.8.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: fl...@mailoo.org
  Target Milestone: ---

When hovering over a GTK-window area producing a tooltip and quickly reach to
hot corner to display the "Grid effect", Kwin freezes. One has a to go to
Console (e.g. Ctrl+Atl+F1) to kill kwin_x11 to get control of the GUI again.

Step to reproduce:
- Have Kwin set to display Grid Effect on a hot corner (not tested with Windows
Presentation, might or might not be reproducible with it)
- Open a GTK software (tested with LibreOffice and Gimp)
- Get a tooltip-displaying area close to the hot corner
- Reach quickly the hot corner to activate the effect while the tooltip is
still displayed (my activation delays are set to 50ms, the default of 150ms
might take to long to trigger the effect?)

Effects: The GUI freezes (apart from mouse) leaving you with no choice but to
go into CLI, kill kwin_x11 (with "hard kill", e.g. -9 signal) and go back to
GUI to restart kwin_x11.

Reproducible: Not always unfortunately. I have been able to reproduce the past
15 minutes, but now I don't seem able to re-trigger the bug anymore. The bug
has been triggered quite a few times over the past weeks though.

Systems affected: Both OpenSuse Leap 42.2 and Tumbleweed (two different
computers both using Intel HD Graphics), thus both very up-to-date regarding
Plasma.

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

[kate] [Bug 375267] New: Add dark chrome theme for Windows...

2017-01-18 Thread Adrián Avila
https://bugs.kde.org/show_bug.cgi?id=375267

Bug ID: 375267
   Summary: Add dark chrome theme for Windows...
   Product: kate
   Version: 16.08
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: adrian.avila@gmail.com
  Target Milestone: ---

Please add a Dark Chrome theme for Windows, I'm using Kate on Windows 10 and it
would be better for my eyes is Kate's Chrome would be dark.

Thanks.

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

[kate] [Bug 375266] New: It doesn't apply coloring when opening a file with the RHTML extension...

2017-01-18 Thread Adrián Avila
https://bugs.kde.org/show_bug.cgi?id=375266

Bug ID: 375266
   Summary: It doesn't apply coloring when opening a file with the
RHTML extension...
   Product: kate
   Version: 16.08
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: syntax
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: adrian.avila@gmail.com
  Target Milestone: ---

I'm using Kate on Windows, and when I open a .RHTML file it doesn't apply
coloring, I have to indicate manually in Kate to do it, it should apply the
coloring automaticatly due the file extension since Kate supports it.

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

[neon] [Bug 375265] No grub-efi-amd64-bin on the ISO

2017-01-18 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=375265

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

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

[neon] [Bug 375265] New: No grub-efi-amd64-bin on the ISO

2017-01-18 Thread baltolkien
https://bugs.kde.org/show_bug.cgi?id=375265

Bug ID: 375265
   Summary: No grub-efi-amd64-bin on the ISO
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: Live/Install images
  Assignee: neon-b...@kde.org
  Reporter: baltolk...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

I download and burn the iso of KDE neon of 16th of january. When I try to
install it appears this error:
"Jan 18 15:01:51 neon ubiquity: dpkg: error processing archive
/target/var/cache/apt/archives/kde-l10n-ca_4%3a15.12.3-0ubuntu1.1_all.deb
(--unpack):
Jan 18 15:01:51 neon ubiquity:  trying to overwrite
'/usr/share/locale/ca/LC_SCRIPTS/ki18n5/ki18n5.js', which is also in package
libkf5i18n-data 5.29.0-0neon+16.04+build20"
And I can't continue with the installation.


I am not sure but it could be related to bug #366463

Thanks in advance

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

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

2017-01-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=356937

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

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

[kdeconnect] [Bug 371024] SMS Reply button doesnt appear and text truncated

2017-01-18 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=371024

--- Comment #4 from Piotr Mierzwinski  ---
I use kdeconnect 1.0.3 (Plasma) and I can see reply button.
The only one issue is that when you do not hit the button you will lose
possibility to reply (in kdeconnect) :-(. Unfortunately history is missing.
And as I said before truncated message happens when received SMS contains
smileys. I made two tests. First for SMS with smileys and second without.

Used software:
kdeconnect 1.0.3 (Plasma)
Qt-5.7.1, KF-5.30, Plasma-5.8.5
Up-to-dated Antergos.

kde connect 1.5 (Android)
Android 5.1.1

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

[kde] [Bug 374808] Dependency on QtWebEngine might make KDE non-(free/libre)

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374808

k...@web.de changed:

   What|Removed |Added

 CC||k...@web.de

--- Comment #2 from k...@web.de ---
Packages you have to remove when removing qt5-webengine, since they depend on
qt5-webengine (on Arch Linux).

akonadi-contacts akonadi-calendar kdepim-runtime libkdepim kalarm mailimporter
pimcommon kdepim-apps-libs mailcommon messagelib libgravatar

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

[clazy] [Bug 375264] False positives reported for "not a signal"

2017-01-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=375264

--- Comment #1 from Allen Winter  ---
I ran 'ccache --clear' and tried again.  still reporting the false positives

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

[kdeconnect] [Bug 371024] SMS Reply button doesnt appear and text truncated

2017-01-18 Thread John lanser
https://bugs.kde.org/show_bug.cgi?id=371024

--- Comment #3 from John lanser  ---
Now using 
Opensuse Leap 42.2
Connect 1.0.1-12.8
Android 6.01 Android connect app 1.5

no change still no reply button or message expansion

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

[kate] [Bug 374913] Open does use directory for currently open file with sftp://

2017-01-18 Thread Alex Richardson
https://bugs.kde.org/show_bug.cgi?id=374913

--- Comment #3 from Alex Richardson  ---
I have submitted https://codereview.qt-project.org/#/c/182661/ and
https://phabricator.kde.org/D4193

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

[clazy] [Bug 375264] New: False positives reported for "not a signal"

2017-01-18 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=375264

Bug ID: 375264
   Summary: False positives reported for "not a signal"
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: win...@kde.org
CC: smart...@kde.org
  Target Milestone: ---

running the current clazy built from git master I'm seeing these false
positives in kdstatemachineeditor
(g...@github.com:KDAB/KDStateMachineEditor.git)

3. clazy-connect-non-signal...  OOPS! 21 issues found!

 
/home/allen/projects/kdstatemachineeditor/src/view/quick/quickrecursiveinstantiator.cpp
line 68: connect(m_model, ::modelReset, this,
::modelReset);
=> QAbstractItemModel::modelReset is not a signal 
line 69: connect(m_model, ::rowsInserted, this,
::rowsInserted);
=> QAbstractItemModel::rowsInserted is not a signal 
line 70: connect(m_model, ::rowsAboutToBeRemoved, this,
::rowsAboutToBeRemoved);
=> QAbstractItemModel::rowsAboutToBeRemoved is not a signal 
line 71: connect(m_model, ::destroyed, this,
::modelDestroyed);
=> QObject::destroyed is not a signal

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

[digikam] [Bug 373946] digiKam freezes when trying to use "Upload"

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373946

--- Comment #15 from caulier.gil...@gmail.com ---
Maik,

I tried, and preview is a little more slower than without file-dialog preview
option enabled, but it's acceptable. 

With Plasma desktop, the user has the choice : with or without preview. For me
it's fine.

Gilles

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #10 from Odysseas  ---
Waco has finally reorganized their drivers section and I installed the latest
drivers for the Intuos 3 (and cintiq UX) series, which was released last
January. Still crash after a couple of minutes while painting..

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #9 from Odysseas  ---
Created attachment 103517
  --> https://bugs.kde.org/attachment.cgi?id=103517=edit
Krita 3.1.8 log - latest wacom drivers

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

[kwin] [Bug 375256] Google Earth 7.1.7.2606 Crashing Kwin_x11 with segfault on launch, KDE 5.8.5 LTS

2017-01-18 Thread Dragon 32
https://bugs.kde.org/show_bug.cgi?id=375256

--- Comment #2 from Dragon 32  ---
Currently there are no debug packages available for the 5.8.5 LTS repo at
Opensuse.

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

[umbrello] [Bug 375258] Ada import probably crashes if enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375258

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/umb
   ||rello/e0ab3633816c6b0aed6c1
   ||1a718ba5db4b35eb9b7
   Version Fixed In||2.21.2 (KDE Applications
   ||16.12.2)
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit e0ab3633816c6b0aed6c11a718ba5db4b35eb9b7 by Ralf Habacker.
Committed on 18/01/2017 at 22:07.
Pushed by habacker into branch 'Applications/16.12'.

Fix 'Ada import probably crashes if enums are used before defined'.
FIXED-IN:2.21.2 (KDE Applications 16.12.2)

M  +4-1umbrello/codeimport/adaimport.cpp

https://commits.kde.org/umbrello/e0ab3633816c6b0aed6c11a718ba5db4b35eb9b7

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

[umbrello] [Bug 375262] IDL import probably crashes when enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375262

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||2.12.2 (KDE Applications
   ||16.12.2)
  Latest Commit||https://commits.kde.org/umb
   ||rello/66631c814e73727b99d87
   ||f9cd2a976fd0074814c
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit 66631c814e73727b99d87f9cd2a976fd0074814c by Ralf Habacker.
Committed on 18/01/2017 at 22:09.
Pushed by habacker into branch 'Applications/16.12'.

Fix 'IDL import probably crashes when enums are used before defined'.
FIXED-IN:2.12.2 (KDE Applications 16.12.2)

M  +4-1umbrello/codeimport/idlimport.cpp

https://commits.kde.org/umbrello/66631c814e73727b99d87f9cd2a976fd0074814c

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

[systemsettings] [Bug 375261] systemsettings crash when quitting kwindecoration KCM at loading or after opening help menu

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375261

pe...@hack-libre.org changed:

   What|Removed |Added

 Attachment #103515|Standalone kwindecoration   |kwindecoration KCM valgrind
description|KCM valgrind report |report

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

[umbrello] [Bug 375263] SQL Import probably crashes when enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375263

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/umb
   ||rello/1ffd42f4bf18b254e2b0a
   ||39dd859a42e05bfcf62
 Resolution|--- |FIXED
   Version Fixed In||2.12.2 (KDE Applications
   ||16.12.2)
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit 1ffd42f4bf18b254e2b0a39dd859a42e05bfcf62 by Ralf Habacker.
Committed on 18/01/2017 at 22:10.
Pushed by habacker into branch 'Applications/16.12'.

Fix 'SQL Import probably crashes when enums are used before defined'.
FIXED-IN:2.12.2 (KDE Applications 16.12.2)

M  +2-0umbrello/codeimport/sqlimport.cpp

https://commits.kde.org/umbrello/1ffd42f4bf18b254e2b0a39dd859a42e05bfcf62

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

[umbrello] [Bug 375263] SQL Import probably crashes when enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375263

Ralf Habacker  changed:

   What|Removed |Added

Summary|SQL Import probably crashes |SQL Import probably crashes
   |when enum are used before   |when enums are used before
   |defined |defined

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #8 from Odysseas  ---
Krita 3.1.88 has the same issue.. Logs attached above.
One thing I should mention is that I normally have a Wacom Intuos 3 and a
Cintiq plugged at the same time.
But after I pluggig the intuos off and restarting the issue persisted.

Last update on my Windows 10 was Cumulative Update for Windows 10 Version 1607
for x64-based Systems (KB3213986) on 11/01/2017. I think this is more or less
when the problems started. But the past few days I worked on Krita for several
hours without any issue.

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

[umbrello] [Bug 375263] New: SQL Import probably crashes when enum are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375263

Bug ID: 375263
   Summary: SQL Import probably crashes when enum are used before
defined
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

With bug 373382 an import crash happens when enums are used before defined.
Looking at the importer source this crash probably happens also with sql
imports.

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

[systemsettings] [Bug 375261] systemsettings crash when quitting kwindecoration KCM at loading or after opening help menu

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375261

--- Comment #3 from pe...@hack-libre.org ---
Created attachment 103516
  --> https://bugs.kde.org/attachment.cgi?id=103516=edit
kwindecoration KCM valgrind report (waiting a bit before closing)

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

[systemsettings] [Bug 375261] systemsettings crash when quitting kwindecoration KCM at loading or after opening help menu

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375261

--- Comment #2 from pe...@hack-libre.org ---
Created attachment 103515
  --> https://bugs.kde.org/attachment.cgi?id=103515=edit
Standalone kwindecoration KCM valgrind report

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

[systemsettings] [Bug 375261] systemsettings crash when quitting kwindecoration KCM at loading or after opening help menu

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375261

--- Comment #1 from pe...@hack-libre.org ---
Created attachment 103514
  --> https://bugs.kde.org/attachment.cgi?id=103514=edit
systemsettings crash valgrind report

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

[umbrello] [Bug 375262] New: IDL import probably crashes when enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375262

Bug ID: 375262
   Summary: IDL import probably crashes when enums are used before
defined
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

With bug 373382 and bug 375524 an import crash happens when enums are used
before defined. Looking at the importer source this crash probably happens also
with idl imports.

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

[systemsettings] [Bug 375261] New: systemsettings crash when quitting kwindecoration KCM at loading or after opening help menu

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375261

Bug ID: 375261
   Summary: systemsettings crash when quitting kwindecoration KCM
at loading or after opening help menu
   Product: systemsettings
   Version: 5.8.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: pe...@hack-libre.org
  Target Milestone: ---

Created attachment 103513
  --> https://bugs.kde.org/attachment.cgi?id=103513=edit
DrKonqi systemsettings crash report

How to reproduce:
Open systemsettings → Application Style → Window Decorations
Then either (very) quickly click on Overview/hit alt-tab, or click on Help on
the top toolbar then on Overview. systemsettings crashes almost every single
time.

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #7 from Odysseas  ---
Created attachment 103512
  --> https://bugs.kde.org/attachment.cgi?id=103512=edit
log3 from krita 3.1.88

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

[umbrello] [Bug 375260] New: Pascal import probably crashes if enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375260

Bug ID: 375260
   Summary: Pascal import probably crashes if enums are used
before defined
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

With bug 373382 and bug 375524 an import crash happens when enums are used
before defined. Looking at the importer source this crash probably happens also
with pascal imports.

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

[kontact] [Bug 375259] New: crashes on any new action

2017-01-18 Thread Eric
https://bugs.kde.org/show_bug.cgi?id=375259

Bug ID: 375259
   Summary: crashes on any new action
   Product: kontact
   Version: 5.2.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: eric.v...@msg4.us
  Target Milestone: ---

Application: kontact (5.2.3)

Qt Version: 5.5.1
Operating System: Linux 4.1.36-44-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
entering a new agenda entry
- Custom settings of the application:
all Akonady and Kontact folders are simlinked to a safer partition on a
separate disk, many account, many profile, many-many filters

The crash can be reproduced every time.

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

Thread 33 (Thread 0x7f2bc4a3a700 (LWP 22785)):
#0  0x7f2c8cb29f8d in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#1  0x7f2c94b0cd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#2  0x7f2c94ab3d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#3  0x7f2c948d561a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#4  0x7f2c948da32f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f2c8d3470a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f2c93fd102d in clone () at /lib64/libc.so.6

Thread 32 (Thread 0x7f2bd464c700 (LWP 22732)):
#0  0x7f2c93fc4ccd in read () at /lib64/libc.so.6
#1  0x7f2c8cb6ab60 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f2c8cb2 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f2c8cb29df8 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f2c8cb29f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f2c94b0cd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7f2c94ab3d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f2c948d561a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7f2c948da32f in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f2c8d3470a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f2c93fd102d in clone () at /lib64/libc.so.6

Thread 31 (Thread 0x7f2bd4e4d700 (LWP 22730)):
#0  0x7ffd99501b26 in clock_gettime ()
#1  0x7f2c93fddc7d in clock_gettime () at /lib64/libc.so.6
#2  0x7f2c9498b7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f2c94b0b3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f2c94b0b945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f2c94b0cb5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f2c8cb294ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f2c8cb29d80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f2c8cb29f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f2c94b0cd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f2c94ab3d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f2c948d561a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f2c948da32f in  () at /usr/lib64/libQt5Core.so.5
#13 0x7f2c8d3470a4 in start_thread () at /lib64/libpthread.so.0
#14 0x7f2c93fd102d in clone () at /lib64/libc.so.6

Thread 30 (Thread 0x7f2bd705d700 (LWP 22728)):
#0  0x7ffd99501b26 in clock_gettime ()
#1  0x7f2c93fddc7d in clock_gettime () at /lib64/libc.so.6
#2  0x7f2c9498b7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f2c94b0b3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f2c94b0b945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f2c94b0cb5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f2c8cb294ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f2c8cb29d80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f2c8cb29f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f2c94b0cd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f2c94ab3d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f2c948d561a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f2c948da32f in  () at /usr/lib64/libQt5Core.so.5
#13 0x7f2c8d3470a4 in start_thread () at /lib64/libpthread.so.0
#14 0x7f2c93fd102d in clone () at /lib64/libc.so.6

Thread 29 (Thread 0x7f2bd685c700 (LWP 22678)):
#0  0x7ffd99501b26 in clock_gettime ()
#1  0x7f2c93fddc7d in clock_gettime () at /lib64/libc.so.6
#2  0x7f2c9498b7d6 in 

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #6 from Odysseas  ---
Created attachment 103511
  --> https://bugs.kde.org/attachment.cgi?id=103511=edit
log2 from krita 3.1.88

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

[krita] [Bug 375253] Krita 3.1.1 crashes while painting

2017-01-18 Thread Odysseas
https://bugs.kde.org/show_bug.cgi?id=375253

--- Comment #5 from Odysseas  ---
Created attachment 103510
  --> https://bugs.kde.org/attachment.cgi?id=103510=edit
log from krita 3.1.88

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

[umbrello] [Bug 375258] New: Ada import probably crashes if enums are used before defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375258

Bug ID: 375258
   Summary: Ada import probably crashes if enums are used before
defined
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

With bug 373382 and bug 375524 an import crash happens when enums are used
before defined. Looking at the importer source this crash probably happens also
with ada imports.

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

[umbrello] [Bug 131591] Java enum association fails

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=131591

--- Comment #8 from Ralf Habacker  ---
Git commit 6826e84a63c4a45cbf2612c4fd434c31746e59db by Ralf Habacker.
Committed on 15/01/2017 at 20:12.
Pushed by habacker into branch 'Applications/16.12'.

Add support for language specific association rules.

The class Assoc_Rule (former struct) now have an attribute 'language'
with which all languages or a dedicated language can be specified.
This attribute is now checked in the related AssocRule class methods.

M  +172  -145  umbrello/assocrules.cpp
M  +5-2umbrello/assocrules.h
M  +1-0umbrello/toolbarstate.cpp

https://commits.kde.org/umbrello/6826e84a63c4a45cbf2612c4fd434c31746e59db

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

[umbrello] [Bug 375224] C# importer crashes on enums when they're used before being defined

2017-01-18 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=375224

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/umb
   ||rello/6c44d5a904c6f2ce4fd20
   ||b66f20b5ab14ab6924e
 Resolution|--- |FIXED
   Version Fixed In||2.12.2 (KDE Applications
   ||16.12.2)
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit 6c44d5a904c6f2ce4fd20b66f20b5ab14ab6924e by Ralf Habacker.
Committed on 18/01/2017 at 21:50.
Pushed by habacker into branch 'Applications/16.12'.

Fix 'C# importer crashes on enums when they're used before being defined'.

Unknown types are created as UMLClassifier and not as UMLEnum, which is
required.
FIXED-IN:2.12.2 (KDE Applications 16.12.2)

M  +4-1umbrello/codeimport/csharp/csharpimport.cpp
M  +28   -0umbrello/codeimport/import_utils.cpp
M  +2-0umbrello/codeimport/import_utils.h
M  +4-17   umbrello/codeimport/javaimport.cpp

https://commits.kde.org/umbrello/6c44d5a904c6f2ce4fd20b66f20b5ab14ab6924e

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

[frameworks-kio] [Bug 375241] [kcmtrash] Text exceed list size in trash “when limit is reached” option in some languages

2017-01-18 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=375241

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #8 from Elvis Angelaccio  ---
Right. I can reproduce the issue also with the Italian translation, so I think
we can confirm this. The kcm could also use a global re-design, btw ;)

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

[kscreenlocker] [Bug 363749] kscreenlocker_greet will not accept password and taking 4.9 GiB

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363749

--- Comment #11 from s...@zxc.pp.ua ---
(In reply to Martin Gräßlin from comment #10)
> > wayland and other DEs which require gles.
> 
> Wayland does not (!) require GLES.

Wayland by itself not require gles. But other DEs require gles to run (compile)
with wayland support.

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

  1   2   3   4   >