[Bug 1440210]

2016-01-03 Thread SinClaus
OK, but I can't understand why this bug in XLib don't affect with KDE 4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-12-27 Thread SinClaus
At the moment we have kwin 5.5.1, but every morning I see that my working comp 
hangs after screen saver is over.
"kwin_x11 --replace" reanimate comp.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-11 Thread SinClaus
I've open new Bug 353587

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
My case:
Linux x 4.2.1-1-ARCH #1 SMP PREEMPT
kdeplasma-addons 5.4.1-1 (and plasma 5 is the same, I think)

Plasma hangs always if comp is on more then 24 hours. Sometime it hangs
in a day, and after Ctrl-Alt-BS I see kdeinit5 crash and core dump.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
(In reply to Thomas Lübking from comment #136)
> That sounds like a stalled kwin process.
> 
> Please file a new bug and there attach the output of
>qdbus org.kde.KWin /KWin supportInformation
> 
> (obtain it while the compositor is running "ok" - you can toggle the
> compositor anytime with SHIFT+Alt+F12)
> 
> Also, if possible obtain and attach a backtrace for the stalled kwin
> process, according to https://community.kde.org/KWin/Debugging
> 
> (but first just file the bug with teh information instantly available)

OK, I'll try make it in a monday.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1440210]

2015-10-04 Thread SinClaus
I've unchecked "start composer on system start", and it seems that system is 
working next day.
Here is answer (through ssh)
qdbus org.kde.KWin /KWin
signal void org.kde.KWin.reloadConfig()
method Q_NOREPLY void org.kde.KWin.cascadeDesktop()
method int org.kde.KWin.currentDesktop()
method Q_NOREPLY void org.kde.KWin.killWindow()
method void org.kde.KWin.nextDesktop()
method void org.kde.KWin.previousDesktop()
method Q_NOREPLY void org.kde.KWin.reconfigure()
method bool org.kde.KWin.setCurrentDesktop(int desktop)
method bool org.kde.KWin.startActivity(QString)
method bool org.kde.KWin.stopActivity(QString)
method QString org.kde.KWin.supportInformation()
method Q_NOREPLY void org.kde.KWin.unclutterDesktop()
signal void org.freedesktop.DBus.Properties.PropertiesChanged(QString 
interface_name, QVariantMap changed_properties, QStringList 
invalidated_properties)
method QDBusVariant org.freedesktop.DBus.Properties.Get(QString interface_name, 
QString property_name)
method QVariantMap org.freedesktop.DBus.Properties.GetAll(QString 
interface_name)
method void org.freedesktop.DBus.Properties.Set(QString interface_name, QString 
property_name, QDBusVariant value)
method QString org.freedesktop.DBus.Introspectable.Introspect()
method QString org.freedesktop.DBus.Peer.GetMachineId()
method void org.freedesktop.DBus.Peer.Ping()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
(In reply to Thomas Lübking from comment #131)
> (In reply to SinClaus from comment #129)
> 
> 
> That sounds as if the kwin_x11 process stalled, but if the screen is locked,
> it's expectable that SHIFT+Alt+F12 doesn't work (all input is grabbed by the
> screen locker which might be the troublemaker here)
> 
> ==> does this also happen if you do *not* lock the screen with suspending to
> ram??
> 
> If yes, check if kwin_x11 running and not just sigstopped ("ps ax | grep
> kwin_x11" lists it with "TN" instead of "SN") 
> If it is, gdb into it to obtain a backtrace on the location where it's
> stalled.
> 
> Howto do that (using ssh is preferable, to not alter the inspected system by
> changing to another VT)
> https://community.kde.org/KWin/Debugging

I don't know how other Linux, but in Arch we don't have screen lock, it's it 
was simple screen off.
Because hangs only plasma, I can switch to another VT.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1440210]

2015-10-04 Thread SinClaus
e-e-e-e, pardon me, version 5.14.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
(In reply to Be from comment #120)
> Whatever the issue was for me, it has been fixed in Plasma 5.4.

 attachment 94794 shows full list of update to ver. 4.1
Plasma hangs every night - at the morning I have to go to the text screen and 
reboot comp.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
(In reply to Thomas Lübking from comment #125)
> If you can move to another VT it's unlikely required to reboot the system.
> First try to suspend the compositor (SHIFT+Alt+F12), notably if *everything*
> hangs (visually, you can actually inspect the condition of random processes
> from the other VT)
> 
> If that "helps", resume it (same shortcut), obtain the output of
>qdbus org.kde.KWin /KWin supportInformation
> and file a new bug.
> 
> Be reminded that this bug will *never* fix since it turned into a random
> "something doesn't work" report mess.

At the morning screen is blank (screensaver), mouse move open desktop as a 
picture. SHIFT+Alt+F12 doesn't work, qdbus answers
"Error: org.freedesktop.DBus.Error.NoReply
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network c
onnection was broken."
That's because of KDE: if I log off at evening, at the morning I can log in and 
all's working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1440210]

2015-10-04 Thread SinClaus
Created attachment 94794
Full list of the update to version 4.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440210]

2015-10-04 Thread SinClaus
(In reply to Thomas Lübking from comment #125)
> If you can move to another VT it's unlikely required to reboot the system.
> First try to suspend the compositor (SHIFT+Alt+F12), notably if *everything*
> hangs (visually, you can actually inspect the condition of random processes
> from the other VT)
> 
> If that "helps", resume it (same shortcut), obtain the output of
>qdbus org.kde.KWin /KWin supportInformation
> and file a new bug.
> 
> Be reminded that this bug will *never* fix since it turned into a random
> "something doesn't work" report mess.

Only graphic desktop is hangs, mouse pointer is live and Ctrl-Alt-Fn
switches to console 'n'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1440210]

2015-10-04 Thread SinClaus
My case:
Linux x 4.2.1-1-ARCH #1 SMP PREEMPT
kdeplasma-addons 5.4.1-1 (and plasma 5 is the same, I think)

Plasma hangs always if comp is on more then 24 hours. Sometime it hangs
in a day, and after Ctrl-Alt-BS I see kdeinit5 crash and core dump.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440210

Title:
  KWin crashes multiple times a day and often has to be restarted
  manually.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1440210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1329726]

2014-08-15 Thread SinClaus
I've the same bug with all my cameras, but all ones successfully
autodetected by digikam.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1329726

Title:
  Get message: The specified camera (/org/kde/solid/udev/...) is not
  supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/digikam/+bug/1329726/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs