no close button on status window - Ubuntu Netbook Ed 10.04
Bug #668057 reported by
RACooper
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Battery Status |
Confirmed
|
Critical
|
Ivan Zorin |
Bug Description
As the summary says, on Ubuntu 10.04 Netbook Edition, the battery status applet (battery-status 0.1.1) does not have a close button on the battery status window. It also does not have a "close" option on the right-click menu either on the window titlebar or on the taskbar. Basically, the only way to close the window is to reboot or log off.
dbus-send output:
method return sender=:1.16 -> dest=:1.70 reply_serial=2
array [
object path "/org/freedeskt
object path "/org/freedeskt
]
Changed in battery-status: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
assignee: | nobody → Ivan Zorin (iaz) |
To post a comment you must log in.
Thank you for taking the time to report this bug and helping to make BatteryStatus better.
This is really pretty nasty bug - I've checked it on Lucid Netbook Edition, so I can confirm the issue.
I think, that fix will be committed at next week, but if you can't wait, you can easy fix it manually - just open Terminal and run:
$ sudo sed -i 's/message_ battery_ status. set_property( "deletable" , False)/ message_ battery_ status. set_property( "deletable" , True)/' /usr/lib/ battery- status/ battery- status
Re-login after that, and now status window should have close button. However, let me know, if it's work or doesn't.