sivarajankumar / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

Google Gadgets auto reset its positions in sidebar #344

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add few gadgets in sidebar
2. rearrange it according to your settings
3. Add ggl-gtk in startup applications
4. restart your system or logout your system
5. arrangement of gadgets resets ,It doesn't save user state 

What is the expected output? What do you see instead?
It should be save user state 

What version of the product are you using? On what operating system?
0.10.5 latest ubuntu binary ,Operating System in Ubuntu 9.10 Karmic

Please provide any additional information below.

Original issue reported on code.google.com by haroonob on 22 Dec 2009 at 6:30

GoogleCodeExporter commented 8 years ago
i too face the same problem in same environment 

Original comment by iprat...@gmail.com on 14 May 2010 at 6:29

GoogleCodeExporter commented 8 years ago
I was able to store my own layout manually, though it is arduous.

I first navigated to $HOME/.google/gadgets/options and identified the xml file 
for each individual gadget. The context of the file should make this obvious 
(ie, mention of analog-clock for the retro analog clock; or calls to Google 
Calendar for the calendar gadget).

Change the integer at the bottom of the XML options file for the following 
entity:
 <item name="position_in_sidebar" type="i" internal="1">2</item>

I think setting this to zero lets GGL do its own thing, I don't think it means 
'first'.

Would be nice if we didn't need the workaround, however!

ALSO, kind of important: It's probably a good idea to quit GGL before editing 
any of its files.

Original comment by chris.ne...@gmail.com on 30 Nov 2010 at 10:13