gmusicbrowser Forum

Main board => Questions => Topic started by: helloindustries on October 31, 2011, 11:37:07

Title: Custom layout not showing in layouts list (shimmer ppa)
Post by: helloindustries on October 31, 2011, 11:37:07
Hi all.

Just upgraded to 1.1.8 (using the shimmer ppa), and my custom layout isn't available, yet the desktop widget layout works fine.
As before, my custom layout is stored in .config/gmusicbrowser/layouts/nameoflayout.layout

I suspect that it's not showing as it's based on another layout, code below:

[Playlist, Library & Context (custom 2)] based on Playlist, Library & Context
HPfp1 = _FilterPane3(hidebb=1,group=1,nb=1) _FilterPane0(nb=1,hidebb=1)
HPfp2 = _FilterPane1(nb=2,hidebb=1) _FilterPane2(nb=3,hidebb=1)
HPfp0 = _HPfp1 _HPfp2
HPBottom = VBLeft _VPRight
TBRight =


Does anyone have the layout; 'Playlist, Library & Context'? I imagine just placing this is my layouts folder will solve this issue.
Title: Re: Custom layout not showing in layouts list (shimmer ppa)
Post by: Quentin Sculo on October 31, 2011, 12:41:43
Yes, I removed this layout because it was a bit redundant : it was the same as "List library and context" but with a playlist instead of the tabbedlists  and tabbedlists can show a playlist as a tab.

But of course you can simply add back 'Playlist, Library & Context', you can find it here :
https://github.com/squentin/gmusicbrowser/blob/58e3dda3abc3cc03067a7b4f2cd58622e8c94e13/layouts/main.layout
Title: Re: Custom layout not showing in layouts list (shimmer ppa)
Post by: helloindustries on October 31, 2011, 12:51:24
Thanks!

That fixed it. And this time, i've saved it in my DropBox folder so that i won't lose it again :)