Posted: Sun 30 Sep 2012, 05:06 Post subject:
How to sort the group names in Osmo? Subject description: How to organize the contacts dropbox by default
Hi Guys,
adding contacts in Osmo, over time I accumulated a number of Groups. However if I put my mouse over the drop box in /edit contact/Group I find all group names disorderly sorted. What I would like to see, is all Groups sorted from A-Z by default. How can that be achieved ? Thanks for your help.
Groups in the drop-down list are in the order that you created them. So one thing you could do would be to go to preferences, remove all of the groups, and then add them again in alphabetical order.
The problem with that is that every time you add a new group you would first have to remove all groups that came later in the alphabet, then add them again after adding the new group. That would be rather tedious.
Editing the .xml file is easier:
1. Quit Osmo. (Closing the window isn't enough. You need to right-click on the icon in the tray and choose Quit.)
2. Assuming you are root, make a backup copy of your /root/.osmo/contacts_records.xml file.
3. Open /root/.osmo/contacts_records.xml in a text editor.
4. You will see the group names between the lines "<contacts_groups>" and "</contacts_groups>", like so:
Code:
<contacts_groups>
<name>Beatles</name>
<name>Rolling Stones</name>
<name>Herman's Hermits</name>
<name>Dave Clark Five</name>
</contacts_groups>
5. Move the lines around to whatever order you like, and save.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum