Xfce Wiki

Sub domains
 

This is an old revision of the document!


Xfce4-power-manager 1.6 Roadmap (Xfce 4.14)

Port to Gtk3

TODO:

  • Can acme.ui be dropped? It doesn't seem to be used anywhere.
  • Consider replacing GtkAlignments in the settings dialog (deprecated)
  • Fix warning for missing GtkStyleContext in the panel plugin (run panel from terminal to see)
  • Consider replacing GtkTreeview in the devices tab with GtkListBox.

Port to gdbus

TODO

  • Use g_dbus_own_name?
    • The is asynchronous and handles aquire and loss.
    • It doesn't support “do not queue” for that same reason.
  • Use g_dbus_watch_name?
    • In many cases we could drop the name check completely.
  • Use gdbus-codegen proxies for all proxies?
    • This might brings some overhead as it registers to everything of that proxy.
    • It only brings a wrapper for the calls which split the first layer of GVariant.