[Bug 1067547] Re: Unity in 12.10 becomes unusably slow after using Alt-Tab to switch between programs (nvidia)

2012-10-25 Thread Martin Hansen
This also affects me on a samsung series 9 laptop with intel graphics. I
can supply error information if someone tells me how to generate it.
Alt-tab breaks it, unity --replace fixes it.

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

Title:
  Unity in 12.10 becomes unusably slow after using Alt-Tab to switch
  between programs (nvidia)

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

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


[Bug 878439] Re: sound volume notification icon is low sized

2012-01-07 Thread Martin Hansen
Of course this changes the whole icon theme, so consider if you want
that.

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

Title:
  sound volume notification icon is low sized

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

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


[Bug 878439] Re: sound volume notification icon is low sized

2012-01-07 Thread Martin Hansen
You can change this by installing gnome-tweak-tool, open it and go to
theme and change icon theme to one that looks good to you, I use
gnome(default).

I think the reason for this is that the default theme for ubuntu have
the volume change notification with a much smaller icon and therefore it
looks terrible with gnome 3 since it shows the icon much bigger.

So it's more an issue that you are probably using a theme that is not
meant to be blown up that big.

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

Title:
  sound volume notification icon is low sized

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

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


[Bug 875348] Re: Gwibber reloads images with every scroll: Gtk-WARNING: Failed to set text from markup due to error parsing markup

2011-12-09 Thread Martin Hansen
I also have this bug and get the same error message as @topdownjimmy

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

Title:
  Gwibber reloads images with every scroll: Gtk-WARNING: Failed to set
  text from markup due to error parsing markup

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

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


[Bug 49251] Re: tilp doesn't work out of the box with the TI-GRAPH LINK USB cable

2010-03-19 Thread Martin Hansen
The repository http://repo.calcforge.org/debian no longer exists.
However, the SVN contains a source that appears to be working with cables and a 
debian folder with build-instructions for Debian. So a solution could be to 
upgrade to the version from SVN and modify the build instructions.

The script (automated procedure) below works for me:

#!/bin/bash

# Make a source directory
mkdir tilp_src  cd tilp_src

# Get the source from SVN
svn co http://svn.tilp.info/repos/tilp/tfdocgen/trunk; tfdocgen
svn co http://svn.tilp.info/repos/tilp/libticables/trunk; libticables
svn co http://svn.tilp.info/repos/tilp/libticonv/trunk; libticonv
svn co http://svn.tilp.info/repos/tilp/libtifiles/trunk; libtifiles
svn co http://svn.tilp.info/repos/tilp/libticalcs/trunk; libticalcs
svn co http://svn.tilp.info/repos/tilp/gfm/trunk; gfm
svn co http://svn.tilp.info/repos/tilp/tilp/trunk; tilp

# Install the build-dependencies
sudo aptitude install debhelper pkg-config libglib2.0-dev libgtk2.0-dev 
libglade2-dev libusb-dev zlib1g-dev kdelibs4-dev gettext groff-base 
autotools-dev chrpath

# Then buils and install each package

cd tfdocgen  debuild -us -uc  cd ..
sudo dpkg -i tfdocgen*.deb

cd libticables  debuild -us -uc  cd ..
sudo dpkg -i libticables*.deb

cd libticonv  debuild -us -uc  cd ..
sudo dpkg -i libticonv*.deb

cd libtifiles  debuild -us -uc  cd ..
sudo dpkg -i libtifiles*.deb

cd libticalcs  debuild -us -uc  cd ..
sudo dpkg -i libticalcs*.deb

cd gfm  debuild -us -uc  cd ..
sudo dpkg -i gfm*.deb

cd tilp  debuild -us -uc  cd ..
sudo dpkg -i tilp*.deb

# fix eventually dependencies with aptitude
sudo aptitude

-- 
tilp doesn't work out of the box with the TI-GRAPH LINK USB cable
https://bugs.launchpad.net/bugs/49251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 105457] Re: mysqd_safe high cpu usage

2009-02-20 Thread Martin Hansen
I can confirm the same problem. @foucault: I was running an amazon EC2
instance, AMI-ID: ami-7efd1a17 (http://alestic.com/), 32 bit, 8.04.

And I also had 2 running mysqld_safe processes, one running wild, the
other one as expected. (kinda easy to overlook the other process if you
are just hunting down the culprit, as one usually sort by cpu usage :P)

And I also think I tried to start the mysql server when it already was
running, as described as part of the problem in the mysql bug tracker
link you gave. Although I'm not able to reproduce it by trying to start
mysql when already started..

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 105457] Re: mysqd_safe high cpu usage

2009-02-20 Thread Martin Hansen
I can confirm the same problem. @foucault: I was running an amazon EC2
instance, AMI-ID: ami-7efd1a17 (http://alestic.com/), 32 bit, 8.04.

And I also had 2 running mysqld_safe processes, one running wild, the
other one as expected. (kinda easy to overlook the other process if you
are just hunting down the culprit, as one usually sort by cpu usage :P)

And I also think I tried to start the mysql server when it already was
running, as described as part of the problem in the mysql bug tracker
link you gave. Although I'm not able to reproduce it by trying to start
mysql when already started..

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

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