[Bug 302175] Re: screen black when clicked

2009-05-13 Thread linuxrules
just one thing why is this bug marked as low priority

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-05 Thread linuxrules
will this help

save this as /etc/acpi/battery.sh
in a root shell run: chmod +x /etc/acpi/battery.sh

#!/bin/sh
# UGLY HACK

AC_state=/proc/acpi/ac_adapter/AC/state

if grep -q "on-line" ${AC_state} ; then

hal-set-property --udi `hal-find-by-capability --capability
ac_adapter` --key ac_adapter.present --bool true

else

hal-set-property --udi `hal-find-by-capability --capability
ac_adapter` --key ac_adapter.present --bool false

fi


if code is in battery.sh add to top (below #!/bin/sh)

# UGLY HACK

AC_state=/proc/acpi/ac_adapter/AC/state

if grep -q "on-line" ${AC_state} ; then

hal-set-property --udi `hal-find-by-capability --capability
ac_adapter` --key ac_adapter.present --bool true

else

hal-set-property --udi `hal-find-by-capability --capability
ac_adapter` --key ac_adapter.present --bool false

fi

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-06 Thread linuxrules
did this help solve the problem?
I hope it did i had this problem and fixed it with that code.

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-07 Thread linuxrules
chmod +x bugfix.pl
su -c bugfix.pl

DONE!
ps may need to edit script if script fails

** Attachment added: "acpi hal bug fix"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+attachment/1678086/+files/bugfix.pl

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-07 Thread linuxrules
fixed bug for bugfix.pl

line with

acpi_event() if ( !-f $acpi_event );

corrected to

QuickWrite($acpi_event, acpi_event()) if ( !-f $acpi_event );

** Attachment added: "fixed bug in bugfix"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+attachment/1678204/+files/bugfix.pl

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
Does the GNOME battery applet use dbus?
Could that be the problem? (oh, wait did you reboot?)

** Attachment removed: "acpi hal bug fix"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+attachment/1678086/+files/bugfix.pl

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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



[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
Is this the whole file?
What if its the way GNOME Power Manager talks to dbus?
Maybe it's a problem in dbus?

I read it also reads udev

Wow! this is a tough egg to crack.

I have openSUSE on my laptop & Ubuntu on my desktop (and I'm on the
laptop) So right now I'm almost clueless!

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
can you run the below:

ls -l /etc/acpi/battery.sh
ls -l /etc/acpi/events/battery
cat /etc/acpi/events/battery
ls  /proc/acpi/ac_adapter/

cat each entry from

ls  /proc/acpi/ac_adapter/

and post the results

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
do this with & with ac

ls /proc/acpi/ac_adapter/

cat each entry from

ls /proc/acpi/ac_adapter/

and post the results

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
meant to say "wuth and wthout ac". Sorry

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-09 Thread linuxrules
curse this laptop keyboard! :)

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: screen black when clicked

2009-04-28 Thread linuxrules
yes desktop efects has no afect
it's not just totem it happens to any thing  related to graphics and did you
see snap shots

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-04-28 Thread linuxrules
images=> https://bugs.launchpad.net/bugs/44586
snapshots^^

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-04-28 Thread linuxrules
somethings i could be wong about

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-05 Thread linuxrules
** Package changed: totem (Ubuntu) => xorg (Ubuntu)

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] apport-collect data

2009-05-07 Thread linuxrules
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu9
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26431105/Dependencies.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/26431107/LsHal.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/26431108/LsMod.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/26431109/LsPci.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/26431115/XorgConf.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/26431117/XorgLog.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/26431119/XorgLogOld.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/26431123/Xrandr.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/26431124/glxinfo.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "monitors.xml.txt"
   http://launchpadlibrarian.net/26431126/monitors.xml.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/26431128/setxkbmap.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/26431129/system.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/26431130/xdpyinfo.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175]

2009-05-07 Thread linuxrules

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/26431137/xkbcomp.txt

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-07 Thread linuxrules
that comand is cool I did it

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-07 Thread linuxrules

by the way did you see the screen shot
http://launchpadlibrarian.net/24029811/Screenshot.png

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 70026] apport-collect data

2009-05-07 Thread linuxrules
Architecture: i386
DistroRelease: Ubuntu 9.04
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
Can't browse LDAP directory, yet autocompletion works fine
https://bugs.launchpad.net/bugs/70026
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 70026] apport-collect data

2009-05-07 Thread linuxrules
Architecture: i386
DistroRelease: Ubuntu 9.04
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
Can't browse LDAP directory, yet autocompletion works fine
https://bugs.launchpad.net/bugs/70026
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-07 Thread linuxrules
can that comand work for launchpad  questions

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-07 Thread linuxrules
whats incomplete about this bug?

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] Re: screen black when clicked

2009-05-09 Thread linuxrules
thanks

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 302175] [NEW] screen black when clicked

2008-11-25 Thread linuxrules
Public bug reported:

Binary package hint: totem

if move  totem window or click screen is black

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: wl
Package: totem-gstreamer 2.24.2-0ubuntu4
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 302175] Re: screen back when clicked

2008-11-25 Thread linuxrules

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/19944297/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/19944298/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/19944299/ProcStatus.txt

** Summary changed:

- screen back when clicked
+ screen black when clicked

** Description changed:

  Binary package hint: totem
  
- if move  totem window screen back or click
+ if move  totem window or click screen is black
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/totem-gstreamer
  NonfreeKernelModules: wl
  Package: totem-gstreamer 2.24.2-0ubuntu4
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: totem
  Uname: Linux 2.6.27-7-generic i686

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


Re: [Bug 302175] Re: screen black when clicked

2008-11-30 Thread linuxrules
yes its reproducible,you have to move or click screen while playing movie or
song

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: screen black when clicked

2008-12-10 Thread linuxrules
intel graphics card

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: screen black when clicked

2008-12-10 Thread linuxrules
harddrive

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: screen black when clicked

2009-01-07 Thread linuxrules
On Wed, Dec 10, 2008 at 8:07 PM, mitchell lafferty
wrote:

>
> info file included
>


** Attachment added: "rtr"
   http://launchpadlibrarian.net/20998427/rtr

-- 
screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: [i915gm] screen black when clicked

2009-07-13 Thread linuxrules
will do after summer break

-- 
[i915gm] screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 302175] Re: [i915gm] screen black when clicked

2009-07-17 Thread linuxrules
have no acess to pc

-- 
[i915gm] screen black when clicked
https://bugs.launchpad.net/bugs/302175
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-11 Thread linuxrules
oh, are you saying that the charge level indicator of the battery is wrong?
how about:

# modprobe fujitsu-laptop

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-23 Thread linuxrules
add this to grub options:

acpi_osi=Linux

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-23 Thread linuxrules
http://www.google.com/search?q=kernel+options+acpi_osi+linux+fujitsu
https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-23 Thread linuxrules
when grub pops up on boot
press E & add to kernel options: acpi=force

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-27 Thread linuxrules
that’s what I thought it's a acpi dsdt table issue

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

[Bug 455786] Re: battery indicator is wrong

2010-10-27 Thread linuxrules
http://ubuntuforums.org/showthread.php?t=1036051
http://forums.linuxmint.com/viewtopic.php?f=60&t=18222

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-28 Thread linuxrules
will this help:
https://help.ubuntu.com/community/ACPIBattery

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-29 Thread linuxrules
this page gives info where to submit patch and extract dsdt table
http://www.lesswatts.org/projects/acpi/overridingDSDT.php

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2010-10-31 Thread linuxrules
http://acpi.sourceforge.net/dsdt/index.php

-- 
battery indicator is wrong
https://bugs.launchpad.net/bugs/455786
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 455786] Re: battery indicator is wrong

2011-11-04 Thread linuxrules
It seem that there won't according to this:
http://acpi.sourceforge.net/dsdt/index.php

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

Title:
  battery indicator is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+subscriptions

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


[Bug 455786] Re: battery indicator is wrong

2011-11-04 Thread linuxrules
Try pressing the "Add attachment or patch" button on this launchpad page
(and upload the DSDT table) and see if it go upstream to the kernel

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

Title:
  battery indicator is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+subscriptions

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


[Bug 455786] Re: battery indicator is wrong

2011-11-04 Thread linuxrules
@yuszuv  can you press the "Add attachment or patch" button on this
launchpad page and upload the DSDT table

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

Title:
  battery indicator is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+subscriptions

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


[Bug 455786] Re: battery indicator is wrong

2011-11-04 Thread linuxrules
should I mark this as in-progress

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

Title:
  battery indicator is wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/455786/+subscriptions

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


[Bug 483696] Re: Accepted password length in Remote Desktop Viewer

2010-11-28 Thread linuxrules
should make a option to not run in compatible mode and allow > 8
character password

-- 
Accepted password length in Remote Desktop Viewer
https://bugs.launchpad.net/bugs/483696
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to vinagre in ubuntu.

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


[Bug 544880] Re: rhythmbox crashed when trying to transfer mp3s to iphone

2010-12-29 Thread linuxrules
OpenSuSE has this issue too:

LIBMTP_Send_File_From_File_Descriptor(): Could not send object.


Rhythmbox 0.12.8
OpenSuSE 10.3

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

Title:
  rhythmbox crashed when trying to transfer mp3s to iphone

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