You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if this sounds like a "draw the rest of the owl" question, but I'm kind of stuck. I'm trying to fetch the ScheduledShutdown object from D-BUS through this library. I know i can get that property on the command-line with:
but trying to find the right entry point in this package seems to beyond my comprehension. It seems the property getters in login1 are restricted to the wrong namespace, and the ones in the dbus namespace are stuck in there own namespace as well...
Is there a way to make a generic request as the above?
thanks
The text was updated successfully, but these errors were encountered:
last i dug into this, i found that i should probably talk with the login1/dbus.go library, but the dbus.getProperty method there is not public, so i'm not sure we have what we need to talk with the backend, as the publicly exposed ones don't use the dbusManagerInterface (org.freedesktop.login1.Manager) that we need...
so we'd need to patch this lib to do a public interface something like:
I'm sorry if this sounds like a "draw the rest of the owl" question, but I'm kind of stuck. I'm trying to fetch the ScheduledShutdown object from D-BUS through this library. I know i can get that property on the command-line with:
but trying to find the right entry point in this package seems to beyond my comprehension. It seems the property getters in login1 are restricted to the wrong namespace, and the ones in the dbus namespace are stuck in there own namespace as well...
Is there a way to make a generic request as the above?
thanks
The text was updated successfully, but these errors were encountered: