Xfce Wiki

Sub domains
 

Panel changes related to the deskbar-mode:

  1. panel&plugin “orientation” property has been replaced with “mode” property. There are three modes now: horizontal, vertical and deskbar. Old “orientation” property is still available so that plugins which were not ported to 4.9+ see vertical and deskbar modes as vertical orientation.
  2. an “nrows” panel&plugin property has been added. This allows arranging some plugins (launchers etc.) in multiple rows. This property is also used by some other “fullsize” plugins to determine their layout. Eg. button size in the tasklist is set to panel_size/nrows.
  3. a “small” plugin property has been added. Plugins that set this property to TRUE will be allocated inside a single row. With small=FALSE (default) they will be allocated the full width of the panel.
  4. row wrapping (separator in a “wrap” mode) has been removed (replaced with “nrows”)

Pending changes

Code

Changes to the panel and core plugins in andrzejr/deskbar2 (pending review):

  1. changed semantics of “small” property – itembar implementation from the master branch performs additional checks whether the plugin is really “small”. These check don't work well with external plugins (layout artefacts during panel resizing). Besides, IMHO it's the plugin designer responsibility to respect the allocated size (that's a convention for any Gtk widgets). Added to the master branch.
  2. clock plugin has been adapted to 4.9+ panels. The changes were kept fairly minimum in order to make it behave as similar to the existing clock plugin as possible. Added to the master branch.
  3. action buttons plugin has been adapted to 4.9+ panels. Ditto. In this case it could be benefitial to change its behavior a bit deeper but that would have to be discussed first. Added to the master branch.
  4. launcher plugin has a fix for a bug introduce/uncovered by the change #1. added to the master branch.
  5. sytray plugin has been adapted to 4.9+ panels. Its layout has been reworked more deeply in order to support non-square icons in the deskbar mode. All the icons are now placed in a square grid, which simplifies the code a lot and removes some long-standing bugs (like occasional infinite looping).
  6. pager plugin has been adapted to 4.9+ panels.
    • Currently, libwnck pager does not support the deskbar mode (horizontal pager orientation in a vertical panel), which produces an incorrect pager aspect ratio. The problem has been reported upstream and will be fixed in the 2.31.0 libwnck release. The pager plugin checks if the new API is available before enabling this fix. Added to the master branch.
    • TODO: Preferably, setting the number of workspace rows should be done in the workspace settings dialog, not in the pager plugin options. This change has been postponed to future releases (it requires libwnck changes).

Changes to other (non-core) plugins:

  1. thunar (trash can plugin) – https://bugzilla.xfce.org/show_bug.cgi?id=8391 DONE
  2. xfce4-battery-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8393 DONE
  3. xfce4-calculator-plugin – incompatible by design (text entry is always horizontal)
  4. xfce4-cddrive-plugin
  5. xfce4-cellmodem-plugin – couldn't compile
  6. xfce4-clipman-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8403 DONE
  7. xfce4-cpufreq-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8396
  8. xfce4-cpugraph-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8400 (compatible but has a bug showing up during panel mode switching) DONE
  9. xfce4-datetime-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8355
  10. xfce4-diskperf-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8401 DONE
  11. xfce4-embed-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8402 DONE
  12. xfce4-eyes-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8404 (compatible but has a bug showing up during panel mode switching)
  13. xfce4-generic-slider – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8503 DONE
  14. xfce4-genmon-plugin
  15. xfce4-gvfs-mount
  16. xfce4-i8k-plugin
  17. xfce4-iicapn-plugin
  18. xfce4-indicator-plugin – patch (partial): https://bugzilla.xfce.org/show_bug.cgi?id=8570 in repository
  19. xfce4-kbdleds-plugin
  20. xfce4-lua-graph-plugin
  21. xfce4-mailwatch-plugin
  22. xfce4-megahertz-plugin
  23. xfce4-modemlights-plugin
  24. xfce4-mount-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8625 DONE
  25. xfce4-netload-plugin
  26. xfce4-notes-plugin
  27. xfce4-places-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8616 DONE
  28. xfce4-playercontrol-plugin
  29. xfce4-quicklauncher-plugin
  30. xfce4-radio-plugin
  31. xfce4-rss-plugin
  32. xfce4-sample-plugin
  33. xfce4-sensors-plugin
  34. xfce4-smartbookmark-plugin
  35. xfce4-smartpm-plugin
  36. xfce4-stopwatch-plugin
  37. xfce4-taskbar-plugin
  38. xfce4-teatime-plugin
  39. xfce4-time-out-plugin
  40. xfce4-timer-plugin
  41. xfce4-trigger-launcher
  42. xfce4-verve-plugin – incompatible by design (text entry is always horizontal)
  43. xfce4-weather-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8560
  44. xfce4-websearch-plugin
  45. xfce4-wmdock-plugin
  46. xfce4-xfapplet-plugin – can't be fixed, plugin orientation hardcoded in underlying gnome applets
  47. xfce4-xkb-plugin – patch: https://bugzilla.xfce.org/show_bug.cgi?id=8762 (no label rotation in vertical mode yet)
  48. xfce4-xmms-plugin
  49. xfmedia-remote-plugin
  50. xfswitch-plugin
  51. DID I MISS ANY PLUGINS???