[Bug 138586] Re: Gnometris controls very unresponsive when keys are held down

2007-11-06 Thread Francois Marier
Have you tried changing the theme?  I was having performance problems
with Gnometris (Gutsy version) on a slower machine and changed the block
style to plain.  It's much more playable now.

In fact, it may be a good idea to make this the default.

-- 
Gnometris controls very unresponsive when keys are held down
https://bugs.launchpad.net/bugs/138586
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 78959] Re: workrave's idlelog is world readable

2007-10-30 Thread Francois Marier
This bug was fixed after the 1.8.4 release.  I can confirm that it is
resolved in 1.8.5.

-- 
workrave's idlelog is world readable
https://bugs.launchpad.net/bugs/78959
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 57905] Re: BurgerSpace needs updating

2007-10-30 Thread Francois Marier
** Description changed:

  BurgerSpace is now at release 1.8.1, and includes sound.  The current
  Ubuntu package is only 1.6.1.
  
- http://www3.sympatico.ca/sarrazip/dev/burgerspace.html
+ http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html

-- 
BurgerSpace needs updating
https://bugs.launchpad.net/bugs/57905
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148943] Re: nvidia.ko: No such file or directory

2007-10-28 Thread Francois Marier
I had the same problem and I noticed that the nvidia module could not be
loaded when doing:

  modprobe nvidia

However, after reinstalling the drivers, they could be loaded again:

  apt-get install --reinstall linux-restricted-modules-2.6.22-14-generic
  modprobe nvidia

The problem is that this volatile/nvidia.ko file is deleted after
every reboot and the module needs to be reinstalled.

So I looked inside the linux-restricted-modules-2.6.22-14-generic
package (in the postinst script specifically) and found this call:

  lrm-manager --kver=KERNEL_VERSION

Which does create that file and allow the module to be loaded.

Therefore, at the moment, my work around is to put the following in
/etc/rc.local:

  lrm-manager --kver=`uname -r`
  modprobe nvidia
  /etc/init.d/gdm restart
  exit 0

-- 
nvidia.ko: No such file or directory
https://bugs.launchpad.net/bugs/148943
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148943] Re: nvidia.ko: No such file or directory

2007-10-28 Thread Francois Marier
** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
   Status: New = Confirmed

-- 
nvidia.ko: No such file or directory
https://bugs.launchpad.net/bugs/148943
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148607] Re: [gutsy][samba][k3b]encodings-and-untransleted-gui

2007-10-22 Thread Francois Marier
Someone has suggested the same thing on for the K3b package on the
Debian bug tracker:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361246

-- 
[gutsy][samba][k3b]encodings-and-untransleted-gui
https://bugs.launchpad.net/bugs/148607
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144989] Re: k3b bad translated into Spanish

2007-10-22 Thread Francois Marier
I have forwarded your bug report to the KDE translation team:

  http://bugs.kde.org/151212

Thanks for catching this!

-- 
k3b bad translated into Spanish
https://bugs.launchpad.net/bugs/144989
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127376] Re: ccache should add a group of alternatives for cc, c++ and gcc

2007-10-22 Thread Francois Marier
(I am the Debian maintainer for ccache)

This is a interesting suggestion Bogdan, but I'm not sure exactly how we
could achieve that.  If we were to add ccache to the gcc alternatives,
it would be used whenever gcc is called.

However, how would ccache know which version of gcc it should use by
default?  We would probably need another alternative called ccache-gcc
or something similar.  But that would require the compiler packages to
know about ccache and add themselves to that list as well.

I'm open to suggestions, but at the moment, I think the best way to
enable ccache is to add /usr/lib/ccache to the front of your path.  If
you want to enable it for all users by default, change the PATH variable
in /etc/environment

-- 
ccache should add a group of alternatives for cc, c++ and gcc
https://bugs.launchpad.net/bugs/127376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155211] tiger reports problem with securityfs (not recognized as a local filesystem)

2007-10-20 Thread Francois Marier
Public bug reported:

Binary package hint: tiger

Tiger reports the following information:

  --CONFIG-- [con010c] Filesystem securityfs used by securityfs is not
recognised as a local filesystem

The fix is to add this line around line 100:

  [ $1 = securityfs ]  LOCAL=0

A similar problem was described here:

  http://www.mail-archive.com/[EMAIL PROTECTED]/msg6.html

This affects the version of tiger in gutsy.

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

-- 
tiger reports problem with securityfs (not recognized as a local filesystem)
https://bugs.launchpad.net/bugs/155211
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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