Upower not seeing my battery

2010-11-17 Thread Geoff Buchan
Hi all - I've upgraded my laptop to a newer Ubuntu release which is using Upower, but this apparently doesn't see my battery. System level symptoms are no battery tab in the gnome-power-preferences, not seeing a power applet in the taskbar, etc. I can force a suspend to RAM, which works, but I t

creating virtual devices for fuse mounts?

2010-11-17 Thread Vagrant Cascadian
greetings. i'm trying to figure out how feasible it is to create some sort of virtual device for mountpoints mounted with fuse. i'm hoping this is the appropriate place for such a message... if not, please suggest a better place for such a question. as best i can figure out, KDE and LXDE use hal

Re: Experimental power saving profile support branch in pm-utils

2010-11-17 Thread Ben Gamari
On Fri, 25 Jun 2010 23:44:22 -0500, Victor Lowther wrote: > The latest release of pm-utils (1.4.0) added some default hooks for > helping conserve power. Based on the recent thread on linux-pm > proposing a /sys/power/policy_preference knob, I decided to implement > support for setting powersave

Re: UDisks dbus async calls don't work sometimes when a second mainloop exists

2010-11-17 Thread Havoc Pennington
The issue may be that the dbus-glib mainloop source is set to nonrecursive. This is because historically the thread lock on DBusConnection was not recursive so you would deadlock if you tried to dispatch DBusConnection from within an existing dispatch. I'm not sure whether the main loop source is

Re: UDisks dbus async calls don't work sometimes when a second mainloop exists

2010-11-17 Thread Will Thompson
On 29/06/10 21:41, Havoc Pennington wrote: The issue may be that the dbus-glib mainloop source is set to nonrecursive. This is because historically the thread lock on DBusConnection was not recursive so you would deadlock if you tried to dispatch DBusConnection from within an existing dispatch.

Re: UDisks dbus async calls don't work sometimes when a second mainloop exists

2010-11-17 Thread Havoc Pennington
You may need to use the idle handler, but keep track of whether anything happens before the idle handler runs that would affect that handler... A possibly-helpful thing is to use g_idle_add_full() to add an "idle" at default or even high priority. Then the "idle" will be scheduled round-robin with

Re: UPower 0.9.5 released!

2010-11-17 Thread Ali Abdallah
On 07/12/2010 12:52 PM, Richard Hughes wrote: Version 0.9.5 ~~~ Released: 2010-07-12 New Features: - Add battery query support for iDevices (Bastien Nocera) - Assign names to our idle sources when using new versions of glib2 (Richard Hughes) - Dynamic testing for enough hibernate

[PATCH] udisks: add nilfs2 filesystem

2010-11-17 Thread Jiro SEKIBA
Hi, This is a patch against udisks to support creating and mounting nilfs2 filesystem. To detect the filesystem, the latest util-linux-ng and a following typo patch are required. http://www.spinics.net/lists/util-linux-ng/msg03304.html Signed-off-by: Jiro SEKIBA --- src/daemon.c |

UDisks.Device document error?

2010-11-17 Thread LongkerDandy
Hi. I'm using this UDisks.Device manual http://hal.freedesktop.org/docs/udisks/Device.html I found a mismatch with two methods. LinuxMdAddComponent (in 'o' component, in 'as' options) in document, but the real one in udisks 1.01 is LinuxMdAddSpare (in 'o' component, in 'as' options); And

Re: [RFC] propose to develop a rfkill daemon

2010-11-17 Thread Kay Sievers
On Tue, 2010-08-31 at 11:15 +0100, Bastien Nocera wrote: > On Thu, 2010-08-26 at 05:44 -0600, Joey Lee wrote: > > Dear all experts, > > > > I am working on implement function key features in gnome-settings-daemon > > to control wlan/bluetooth/wan. There have some use case need control > > rfkill

Re: [RFC] propose to develop a rfkill daemon

2010-11-17 Thread Dan Williams
On Wed, 2010-09-01 at 11:01 -0600, Joey Lee wrote: > Hi Marcel, > > 於 二,2010-08-31 於 16:59 -0400,Marcel Holtmann 提到: > > > > Probably a good idea. Feel free to steal the bluetooth-killswitch.[ch] > > > > code from gnome-bluetooth to achieve that. > > > > > > > > The current API, though it only r

[PATCH] upower: battery percentage reporting problem

2010-11-17 Thread Mate Szalay
Hi, This is a patch to fix these: https://bugs.launchpad.net/ubuntu/+source/devicekit-power/+bug/403303 https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/460631 https://bugzilla.redhat.com/show_bug.cgi?id=439460 http://ubuntuforums.org/showthread.php?t=1317434 https://bugs.launch

Re: [PATCH] upower: battery percentage reporting problem

2010-11-17 Thread Mate Szalay
Hi, On Tue, Oct 19, 2010 at 10:19 AM, Richard Hughes wrote: > On 19 October 2010 09:07, Mate Szalay wrote: > > Hi, > > I've sent this patch over a month ago. It didn't go through and it didn't > > get moderated. > > Ahh, apologies. I've reviewed the patch, and it makes sense, but I'm > wondering

Re: UPower 0.9.5 released!

2010-11-17 Thread Michael Biebl
2010/7/20 Ali Abdallah : > > Suddently after an upgrade of upower (dunno what version maybe 0.9.4) upower > started to automatically spin down my hard drive when i run on battery > power: > > hdparm -I /dev/sda | grep level > Advanced power management level: 1 You most likely upgrade pm-utils to >

Re: Upower not seeing my battery

2010-11-17 Thread Emilio López
Hi, Just by chance, isn't this issue the same as mine? See here: http://web.archiveorange.com/archive/v/7azSgukMy2fFVvzezC5C I reported this a long, long time ago, and it seems my battery driver is still broken :-( -- Emilio El 20/04/10 10:42, Geoff Buchan escribió: Hi all - I've upgrade