Re: applyto tag missing for panel schemas



Hi Alex,

On Mon, 2003-08-18 at 12:21, Alexander Larsson wrote:
> It seems the panel schemas are missing a lot of applyto tags, meaning
> the schemas just don't work. 

	Very intentional. The schemas are applied to a specific key by
libpanel-applet. There can be more than one instance of these settings
so the key is actually in /apps/panel/.../applets/blah/prefs, where
"blah" is an indentifier for the specific applet instance. In this way
you can have one workspace switcher with "display_all_workspaces" set to
TRUE and another with it set to FALSE.

	If you don't think this makes sense and the preference should apply to
every instance of the applet's, then you'd apply the schema to a key in
/apps/whatever/

> I.E.:
> 
> $ gconftool-2 --get /schemas/apps/window_list_applet/prefs/display_all_workspaces
> Type: bool
> List Type: *invalid*
> Car Type: *invalid*
> Cdr Type: *invalid*
> Default Value: false
> Owner: window-list-applet
> Short Desc: Show windows from all workspaces
> Long Desc: 
>             If true, the window list will show windows from all
> workspaces.
>             Otherwise it will only display windows from the current
> workspace.
>           
> But:
> 
> $ gconftool-2 --get /apps/window_list_applet/prefs/display_all_workspaces
> No value set for `/apps/window_list_applet/prefs/display_all_workspaces'

	Try something like

gconftool-2 --get /apps/panel/profiles/default/applets/window_list/prefs/display_all_workspaces

Good Luck,
Mark.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]