[quantal] Panel & plugins config changes for 4.10

Bug #1003065 reported by Lionel Le Folgoc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mythbuntu-default-settings (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Hi,

This package ships a default panel & plugins config, so you might be interested by a (inaccurate) list of changes to perform to update it:

  * There's a new orientation/mode for the panel (deskbar). Previously, the orientation was stored in /panels/panel-X/horizontal (bool), now it's /panels/panel-X/mode (unsigned int). Basically, you need to change default.xml with, e.g.:
- <property name="horizontal" type="bool" value="true"/>
+ <property name="mode" type="uint" value="0"/>

  * The session menu plugin from xfce4-session (xfsm-logout-plugin) has been removed from xfce4-session 4.10, and is replaced by another plugin (actions) shipped with xfce4-panel 4.10. Default.xml diff, e.g.:
- <property name="plugin-X" type="string" value="xfsm-logout-plugin"/>
+ <property name="plugin-X" type="string" value="actions"/>

  * There's now a top-level property for the config version: it should be set to 2 once your default.xml is up-to-date (< 2 will run the migration binary on panel startup):
+ <property name="configver" type="int" value="2"/>

  * Xfce4-indicator-plugin now manages its config in xfconf. If previously you had a file panel/indicator-X.rc containing "Exclude=libappmenu.so,libdatetime.so,libme.so,libsession.so", you can delete it and update default.xml, e.g.:
- <property name="plugin-X" type="string" value="indicator"/>
+ <property name="plugin-X" type="string" value="indicator">
+ <property name="blacklist" type="array">
+ <value type="string" value="libappmenu.so"/>
+ <value type="string" value="libdatetime.so"/>
+ <value type="string" value="libme.so"/>
+ <value type="string" value="libsession.so"/>
+ </property>
+ </property>

For reference, this commit contains the changes for xubuntu-default-settings: http://bazaar.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/revision/369

Anyway, the panel will auto-migrate many things, so you can also take your 4.8 panel config, install 4.10, run the new panel once, and compare what changed in its config. :)

Feel free to ask if you're unsure.

Revision history for this message
Mario Limonciello (superm1) wrote :

thanks for the heads up. migrated this stuff for raring.

Changed in mythbuntu-default-settings (Ubuntu):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package mythbuntu-default-settings - 1.10

---------------
mythbuntu-default-settings (1.10) raring; urgency=low

  * debian/control: conflicts with xubuntu-default-settings (LP: #998649)
  * migrate to 4.10 config. (LP: #1003065)
 -- Mario Limonciello <email address hidden> Wed, 21 Nov 2012 08:39:00 -0600

Changed in mythbuntu-default-settings (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.