Skip to content

Conversation

@kiper220-alt
Copy link

@kiper220-alt kiper220-alt commented Nov 11, 2024

Adding the ability to transfer cmdline over dbus with next introspection:

<!-- ... -->
<method name="gpupdate_computer_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<method name="gpupdate_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<!-- ... -->

where the one and only in argument is a string, which is a cmdline.
At this moment, only 2 supported arguments: -l <NUM> as loglevel(default 4), and -f as force.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant