Xfce Wiki

Sub domains
 

This is an old revision of the document!


Xfdesktop porting plan

old Branch: http://git.xfce.org/users/eric/xfdesktop/log/?h=gtk3

newer branch: https://github.com/EricKoegel/xfdesktop/tree/the-long-road-to-gtk3

Feel free to send pull requests to help with porting. Currently the focus is on making changes to xfdesktop that can be tested with the Gtk2 version to verify things work before making the drastic jump to Gtk3. Same way xfce4-session was ported.

Port xfdesktop/common

  • Completed 100%

Port xfdesktop/settings

Port xfdesktop/src with --disable-desktop-icons

  • This way the focus is just on the parts that render the background
  • GdkPixmap is gone
  • Completed: 10%

Port the rest of xfdesktop/src

  • The iconview is a custom widget, replace it with a GtkGrid packng the icon and a GtkLabel? Or use cell renderers?
  • Completed: 0%

Additional items

  • Switch to GDBus and drop libdbus dependency - Done
  • Remove the old fallback code for supporting old Gtk/Glib versions
  • Use Garcon-gtk for the right-click menu and drop our own custom version - Done
  • Completed: 66%