[Bug 1199877] Re: unity-panel-service memory leak and 100% CPU usage

2016-08-06 Thread Michael Blank
I'm using the owncloud client -  thanks "nazar-pc", for your hint.

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

Title:
  unity-panel-service memory leak and 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/1199877/+subscriptions

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


[Bug 1199877] Re: unity-panel-service memory leak and 100% CPU usage

2016-07-31 Thread Michael Blank
This bug affects me with Ubuntu 16.04.1 on a Dell XPS13 - running
'killall unity-panel-service' helped...

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

Title:
  unity-panel-service memory leak and 100% CPU usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/1199877/+subscriptions

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


[Bug 1175302] Re: lighdm and pulseudio startup error...

2015-01-24 Thread Michael Blank
this same bug also happens in Ubuntu 14.10

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

Title:
  lighdm and pulseudio  startup error...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1175302/+subscriptions

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


[Bug 954661] Re: backlight brightness not adjustable by default on Dell XPS 13

2013-05-13 Thread Michael Blank
the fix works for me (13.04) - I can adjust the brightness now.

Thanks!

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

Title:
  backlight brightness not adjustable by default on Dell XPS 13

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/954661/+subscriptions

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


[Bug 929273] Re: Display Flicker with 3.2.0

2012-04-27 Thread Michael Blank
I see the same flickering with the 12.04 release version (amd64) on my
2730p.

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

Title:
  Display Flicker with 3.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/929273/+subscriptions

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


[Bug 813343] Re: nvidia drivers, second monitor covered by black

2011-10-22 Thread Michael Blank
I have a white screen on my second monitor - however, you can see the
mouse pointer (as an x, like in the classical X windows).

My graphics card is a Nvidia Quadro NV290  ( NVIDIA Driver
Version:280.13 (nvidia-current) )

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

Title:
  nvidia drivers, second monitor covered by black

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

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


[Bug 850744] Re: quickly crashed with ImportError in __main__: No module named quickly

2011-09-27 Thread Michael Blank
building NEW quickly projects works fine, btw.

only old quickly projects do not run any longer. I think it would be
sufficient if there was an upgrade path for quickly projects.

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

Title:
  quickly crashed with ImportError in __main__: No module named quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/850744/+subscriptions

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


[Bug 850744] Re: quickly crashed with ImportError in __main__: No module named quickly

2011-09-26 Thread Michael Blank
this is the same problem as in bug #829186
(several python based software packages seem to have similar problems).

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

Title:
  quickly crashed with ImportError in __main__: No module named quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/850744/+subscriptions

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


[Bug 850744] Re: quickly crashed with ImportError in __main__: No module named quickly

2011-09-26 Thread Michael Blank
I did reinstall python-quickly-common (see post #8) - but now get this
error, when running quickly:

$ quickly run
Traceback (most recent call last):
  File bin/jotty, line 32, in module
import jotty
  File /home/mblank/jotty/jotty/__init__.py, line 14, in module
from jotty import JottyWindow
  File /home/mblank/jotty/jotty/JottyWindow.py, line 14, in module
from jotty_lib import Window
  File /home/mblank/jotty/jotty_lib/__init__.py, line 9, in module
from . helpers import set_up_logging
  File /home/mblank/jotty/jotty_lib/helpers.py, line 13, in module
from . Builder import Builder
  File /home/mblank/jotty/jotty_lib/Builder.py, line 8, in module
from gi.repository import GObject  # pylint: disable=E0611
  File /usr/lib/python2.7/dist-packages/gi/__init__.py, line 23, in module
from ._gi import _API, Repository
ImportError: could not import gobject (error was: ImportError('When using 
gi.repository you must not import static modules like gobject. Please change 
all occurrences of import gobject to from gi.repository import GObject.',))

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

Title:
  quickly crashed with ImportError in __main__: No module named quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/850744/+subscriptions

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


[Bug 829186] Re: Mixes static and GI library bindings

2011-09-26 Thread Michael Blank
I get this error when starting a quickly project:

$ quickly run
Traceback (most recent call last):
  File bin/jotty, line 32, in module
import jotty
  File /home/mblank/jotty/jotty/__init__.py, line 14, in module
from jotty import JottyWindow
  File /home/mblank/jotty/jotty/JottyWindow.py, line 14, in module
from jotty_lib import Window
  File /home/mblank/jotty/jotty_lib/__init__.py, line 9, in module
from . helpers import set_up_logging
  File /home/mblank/jotty/jotty_lib/helpers.py, line 13, in module
from . Builder import Builder
  File /home/mblank/jotty/jotty_lib/Builder.py, line 8, in module
from gi.repository import GObject  # pylint: disable=E0611
  File /usr/lib/python2.7/dist-packages/gi/__init__.py, line 23, in module
from ._gi import _API, Repository
ImportError: could not import gobject (error was: ImportError('When using 
gi.repository you must not import static modules like gobject. Please change 
all occurrences of import gobject to from gi.repository import GObject.',))

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

Title:
  Mixes static and GI library bindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/829186/+subscriptions

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


[Bug 829186] Re: Mixes static and GI library bindings

2011-09-26 Thread Michael Blank
Yes, Martin, it is fixed now. New quickly projects run fine.

However, when I try to run/design an old project (2 weeks old, made when
I was still running 11.04 ), the error still exists.

?? Is there a way to upgrade (or manual edit) a quickly project?

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

Title:
  Mixes static and GI library bindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/829186/+subscriptions

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


[Bug 850744] Re: quickly crashed with ImportError in __main__: No module named quickly

2011-09-23 Thread Michael Blank
quickly crashes after upgrade to 11.10 beta2. Error Message after
calling quickly ...:

  File /usr/bin/quickly, line 34, in module
from quickly import commands, configurationhandler, quicklyconfig, 
coreupgrade, templatetools, tools, version
ImportError: No module named quickly

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

Title:
  quickly crashed with ImportError in __main__: No module named quickly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/850744/+subscriptions

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


[Bug 848676] Re: [MASTER] software-center crashed with DBusException in _convert_dbus_exception(): org.freedesktop.DBus.Error.UnknownMethod: Method GetAll with signature s on interface org.freede

2011-09-23 Thread Michael Blank
same with me; crashed when trying to install adobe flash plugin

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

Title:
  [MASTER] software-center crashed with DBusException in
  _convert_dbus_exception(): org.freedesktop.DBus.Error.UnknownMethod:
  Method GetAll with signature s on interface
  org.freedesktop.DBus.Properties doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/848676/+subscriptions

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


[Bug 767625] [NEW] package apport-gtk 1.20.1-0ubuntu3 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2011-04-20 Thread Michael Blank
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

Public bug reported:

Binary package hint: apport

ubuntu 11.04 beta

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: apport-gtk 1.20.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Wed Apr 20 22:09:07 2011
ErrorMessage: Abhängigkeitsprobleme - verbleibt unkonfiguriert
PackageArchitecture: all
SourcePackage: apport
Title: package apport-gtk 1.20.1-0ubuntu3 failed to install/upgrade: 
Abhängigkeitsprobleme - verbleibt unkonfiguriert
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package apport-gtk 1.20.1-0ubuntu3 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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

[Bug 767625] Re: package apport-gtk 1.20.1-0ubuntu3 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2011-04-20 Thread Michael Blank
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

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

Title:
  package apport-gtk 1.20.1-0ubuntu3 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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

[Bug 767622] [NEW] package apport 1.20.1-0ubuntu3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-20 Thread Michael Blank
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

Public bug reported:

Binary package hint: apport

ubuntu 11.04

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: apport 1.20.1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Wed Apr 20 22:09:07 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
PackageArchitecture: all
SourcePackage: apport
Title: package apport 1.20.1-0ubuntu3 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package apport 1.20.1-0ubuntu3 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 767622] Re: package apport 1.20.1-0ubuntu3 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-20 Thread Michael Blank
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

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

Title:
  package apport 1.20.1-0ubuntu3 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2010-05-29 Thread Michael Blank
I have the same problem with vino-server in 10.04 (amd64, HP Tablet PC
2730p)

-- 
Vino-server takes 90% of cpu when only listening for incoming connections
https://bugs.launchpad.net/bugs/31037
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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