[Bug 670578] Re: Explorer Mouse v1.0 model:1362 has hyper sensitive scroll wheel.

2010-11-27 Thread dRewsus
Not a very desirable fix, however. Try building systems for people and
telling them that they just have to unplug and replug their usb
receiver ever time they want to use their PC. Looking back, this has
been an issue since at least 7.04

-- 
Explorer Mouse v1.0 model:1362 has hyper sensitive scroll wheel.
https://bugs.launchpad.net/bugs/670578
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 650525] Re: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release ; missing key

2010-11-27 Thread dRewsus
sudo apt-get --reinstall install ubuntu-extras-keyring did not work for me
Comment 23 by Neil Mayhew did work for me

-- 
Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release ; 
missing key
https://bugs.launchpad.net/bugs/650525
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-08-06 Thread dRewsus
Antonioni, 
read above :P

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 532984] Re: Ubuntu 10.04 Alpha 3 won't boot on HP Compaq Pentium 4; displays an irrelevant Glib warning on the console

2010-07-26 Thread dRewsus
try this:
sudo update-grub

source:
http://us.generation-nt.com/answer/10-4-boot-problem-glib-warning-help-197907291.html

-- 
Ubuntu 10.04 Alpha 3 won't boot on HP Compaq Pentium 4; displays an irrelevant 
Glib warning on the console
https://bugs.launchpad.net/bugs/532984
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 531027] Re: spurious warning at boot time that is unrelated to your actual problem

2010-07-26 Thread dRewsus
*** This bug is a duplicate of bug 532984 ***
https://bugs.launchpad.net/bugs/532984

try this:
sudo update-grub

source:
http://us.generation-nt.com/answer/10-4-boot-problem-glib-warning-help-197907291.html

-- 
spurious warning at boot time that is unrelated to your actual problem
https://bugs.launchpad.net/bugs/531027
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-05-05 Thread dRewsus
Ah I see. So you definitely did everything right (so far as I suggested ;))
I do have intel drivers so that is a difference, but I have another with 
Radeon, so I will try there. I dont think that is the issue though. I am sure 
it has something to do with the resizing. 
The pUbuntu-24 theme I use does not even have a resizing option like DMZ-*.
I'll look into this.

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-05-04 Thread dRewsus
@DjznBR 
are you talking about my original workaround (modding 
/etc/alternatives/x-cursor-theme) or the one just above involving  
$HOME/.icons/default/index.theme?
I've run this script on my own systems successfully.
What version of Ubuntu are you using? How exactly do you run this script?

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-04-30 Thread dRewsus
even better!

a script can easily be made to do this (but as mentioned would have to be run 
every time you change your cursor theme):
--
#!/bin/bash

mkdir -p $HOME/.icons/default
CURSOR_THEME=$(gconftool -g /desktop/gnome/peripherals/mouse/cursor_theme)
echo [Icon Theme]
Inherits = $CURSOR_THEME  $HOME/.icons/default/index.theme
echo Compiz will be restarted to enable this. Please stand by.
compiz --replace 
--

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-04-29 Thread dRewsus
I agree, it is odd that none of the main ubuntu blog sites have picked up on 
this. I can only imagine that people don't change their mouse pointer themes 
that often or they just spend all their time in Firefox haha. 
Maybe Ill spread the word tomorrow (release day!)

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-04-24 Thread dRewsus
I found a workaround for this.

in /usr/share/icons/default there is a syslink to /etc/alternatives/x
-cursor-theme

#make a backup
sudo cp /etc/alternatives/x-cursor-theme /etc/alternatives/x-cursor-theme_backup

#open the file in question
gksu gedit /etc/alternatives/x-cursor-theme

change Inherits=DMZ-White
to reflect the icon theme you are using (ie. Inherits=pUbuntu-24)
restart X

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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 537089] Re: compiz (core) - Warn: Exceeded max texture size

2010-04-20 Thread dRewsus
@Travis
But in this https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/146298 they 
seemed to have worked around the issue, its just outdated now.

-- 
compiz (core) - Warn: Exceeded max texture size
https://bugs.launchpad.net/bugs/537089
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 146298] Re: [i965] intel gm965 compiz dual head issues

2010-04-20 Thread dRewsus
Cavedon's PPA needs to be updated for Lucid and Mesa 7.8.1

-- 
[i965] intel gm965 compiz dual head issues
https://bugs.launchpad.net/bugs/146298
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 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

2010-04-16 Thread dRewsus
I get the same behaviour in Lucid Beta 2.  In Karmic I did not have this 
problem. 
compiz is and has always been set to GConf Configuration Backend

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
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