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:

  • Drop LXDE panel plugin code (no support for Gtk3 plugins there)
  • 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.
  • Use dedicated application icon name (instead of ac-adapter)
  • Keeping the panel-plugin's menu open for a longer period of time makes the device-icons disappear (likely an issue with how these menuitems are updated)
  • Consider working around the padding on the left in the panel-plugin's menu
  • Show frames in devices tab
    • Showing the notebook border doesn't work
    • gtk_notebook_set_show_border (GTK_NOTEBOOK (device_details_notebook), TRUE);
      • Not really a problem with Adwaita, so maybe we should rely on themes to handle this
  • Consider following UPower's naming scheme for battery icons
    • Advantage: more icon themes support us out of the box
    • Disadvantage: we lose a state, now we have 6 states (00,20,40,60,80,100), UPower only has 5 states (empty, caution, low, good, full)
  • Fix scroll-event on plugin to change brightness
  • Port brightness icon to symbolic icon
  • Fix brightness icon not being shown
  • Port panel icons to symbolic icons

Port to gdbus

Assignee: Peter

Related branch: To be pushed.