Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
releng:4.14:roadmap:xfdesktop [2016/06/04 15:10] – update stuff for the Gtk3 port erickoegelreleng:4.14:roadmap:xfdesktop [2017/04/13 21:31] – [Xfdesktop porting plan] skunnyk
Line 1: Line 1:
-Xfdesktop porting plan:+====== Xfdesktop porting plan ======
  
-old Branch: http://git.xfce.org/users/eric/xfdesktop/log/?h=gtk3+WIP branchhttps://git.xfce.org/users/eric/xfdesktop/log/?h=gtk3-rebased / http://git.xfce.org/users/eric/xfdesktop/log/?h=the-long-road-to-gtk3
  
  
-newer branch: https://github.com/EricKoegel/xfdesktop/tree/the-long-road-to-gtk3 
  
 +Feel free to send pull requests to help with porting.
  
-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 ======
  
-Port xfdesktop/common 
   * Completed 100%   * Completed 100%
  
-Port xfdesktop/settings +====== Port xfdesktop/settings ======
-  * Completed: 0%? I have some code for this, but it will require a patch like: [[https://bugzilla.xfce.org/show_bug.cgi?id=12618]]+
  
-Port xfdesktop/src with --disable-desktop-icons +  * Completed: 50%? It will require a patch like: [[https://bugzilla.xfce.org/show_bug.cgi?id=12618]] 
-  * This way the focus is just on the parts that render the background + 
-  * GdkPixmap is gone +====== Port xfdesktop/src with --disable-desktop-icons ====== 
-  * Completed: 0%+ 
 +  * Done, with bugs. The initial desktop render doesn't happen and I don't have a multi-monitor/multi-screen setup so I can't test those at the moment. 
 +  * Completed: 90% 
 + 
 +====== Port the rest of xfdesktop/src ======
  
-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?   * The iconview is a custom widget, replace it with a GtkGrid packng the icon and a GtkLabel? Or use cell renderers?
   * Completed: 0%   * Completed: 0%
  
-Additional items: +====== Additional items ====== 
-  * Switch to using GNotification and drop libnotify dependency + 
-  * Switch to GDBus and drop libdbus dependency +  * Switch to GDBus and drop libdbus dependency - Done 
-  * Remove the old fallback code for supporting old Gtk/Glib versions+  * Remove the old fallback code for supporting old Gtk/Glib versions - Removing them as I run into them.
   * Use Garcon-gtk for the right-click menu and drop our own custom version - Done   * Use Garcon-gtk for the right-click menu and drop our own custom version - Done
-  * Completed: 0%+  * Completed: 100%