LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Osmo (https://www.linuxquestions.org/questions/linux-software-2/osmo-831830/)

3dmatrix 09-13-2010 02:08 AM

Osmo
 
I installed Osmo from symaptic on Ubuntu Lucid but when i run the programme i get the following error !

osmo

(osmo:2873): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 27: Invalid UTF-8 encoded text in name - not valid '02:54:04 \x81\xc3\xdb\xcc'

(osmo:2873): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1 char 27: Invalid UTF-8 encoded text in name - not valid '02:54:04 \x81\xc3\xdb\xcc'
Segmentation fault

The interface of Osmo opens and closes immediately.

What can i do to correct the problem ?

jdkaye 09-13-2010 03:11 AM

1. Note that these are "Warnings" and not Errors.
2. It seems unhappy about a UTF8 encoding which it probably won't render correctly. I can't tell from the error message whether it is unhappy about the fact that the text is in UTF8 or the way that the text is encoded into UTF8.
3. It's unclear if the segfault that kills Osmo is related to the utf8 encoding problems.
4. Can you post the output to the command
Code:

locale
.
Mine looks like this:
Code:

jdkaye@AttilaII:~$ locale
LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME=it_IT.UTF8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

ciao,
jdk

3dmatrix 09-13-2010 08:18 AM

locale
LANG=en_IN
LC_CTYPE="en_IN"
LC_NUMERIC="en_IN"
LC_TIME="en_IN"
LC_COLLATE="en_IN"
LC_MONETARY="en_IN"
LC_MESSAGES="en_IN"
LC_PAPER="en_IN"
LC_NAME="en_IN"
LC_ADDRESS="en_IN"
LC_TELEPHONE="en_IN"
LC_MEASUREMENT="en_IN"
LC_IDENTIFICATION="en_IN"
LC_ALL=

jdkaye 09-13-2010 08:57 AM

Perhaps changing your locale settings to en_IN.UTF-8 might help.
ciao,
jdk

3dmatrix 09-13-2010 10:53 AM

When i enter the command locale -a i get the following result, where i cannot see en_IN.UTF.8
bn_BD
bn_IN
C
en_AG
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NG
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
hi_IN
POSIX
zh_CN.utf8
zh_HK.utf8
zh_SG.utf8
zh_TW.utf8
In that case do i have to shift to en_GB.utf8 ? or is there any way to instal the missing locales ?

jdkaye 09-14-2010 12:06 AM

Quote:

Originally Posted by 3dmatrix (Post 4096154)
When i enter the command locale -a i get the following result, where i cannot see en_IN.UTF.8
bn_BD
bn_IN
C
en_AG
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NG
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
hi_IN
POSIX
zh_CN.utf8
zh_HK.utf8
zh_SG.utf8
zh_TW.utf8
In that case do i have to shift to en_GB.utf8 ? or is there any way to instal the missing locales ?

You already have en_GB.UTF8 installed. (see above). You might try reconfiguring your locales by using the setlocale command. Just type
Code:

man setlocale
and you will see how to use it. I would change all your en_IN locales to en_IN.UTF8.
ciao,
jdk

3dmatrix 09-14-2010 11:16 AM

sudo setlocale
sudo: setlocale: command not found

i get the above response.

jdkaye 09-15-2010 12:30 AM

Quote:

Originally Posted by 3dmatrix (Post 4097250)
sudo setlocale
sudo: setlocale: command not found

i get the above response.

Try
Code:

sudo dpkg-reconfigure locales
jdk

3dmatrix 09-15-2010 07:45 PM

Ok I will try that. But i would like to know if any one has used Osmo ? I just wanted to test it.
Is KOrganizer / Google calendar better than Osmo ?
I am looking for a good PIM where i could maintain all my contacts and daily schedules and reminders. One which has very good features to take backup and its format is open and well accepted with most of the applications. I found Google Calendar to be good but it is not not available offline without gears.

toothandnail 09-16-2010 12:47 AM

Quote:

Originally Posted by 3dmatrix (Post 4098826)
Ok I will try that. But i would like to know if any one has used Osmo ? I just wanted to test it.
Is KOrganizer / Google calendar better than Osmo ?
I am looking for a good PIM where i could maintain all my contacts and daily schedules and reminders. One which has very good features to take backup and its format is open and well accepted with most of the applications. I found Google Calendar to be good but it is not not available offline without gears.

I use Osmo on a daily basis. Can't really say whether its better than KOrganizer (I'm not that fond of KDE), but I find Osmo very useful. I prefer it to Google Calendar since I don't always have internet access.

Backup is easy - all its files are stored in ~/.osmo. Files are pretty standard XML. It has the ability to encrypt backups. If its built with the right flags, it is iCAL compatible

:) I may be biased - I maintain it for Vector Linux, and I've just started building it for Salix as well.

Paul.

3dmatrix 09-17-2010 03:35 PM

sudo dpkg-reconfigure locales
Generating locales...
bn_BD.UTF-8... up-to-date
bn_IN.UTF-8... up-to-date
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZW.UTF-8... done
gv_GB.UTF-8... done
hi_IN.UTF-8... up-to-date
zh_CN.UTF-8... done
zh_SG.UTF-8... done
Generation complete.

Osmo still does not works !

jdkaye : I appreciate your signature !

toothandnail 09-18-2010 12:37 AM

I wonder if you have a missing dependancy? Depending on how it is built, Osmo may need libical, libsyncml, libgtkhtml and libgringotts. If one of those is missing, it will fail.

Paul.

jdkaye 09-18-2010 01:22 AM

Quote:

Originally Posted by 3dmatrix (Post 4101022)
sudo dpkg-reconfigure locales
Generating locales...
bn_BD.UTF-8... up-to-date
bn_IN.UTF-8... up-to-date
en_AG.UTF-8... done
en_AU.UTF-8... done
en_BW.UTF-8... done
en_CA.UTF-8... done
en_DK.UTF-8... done
en_GB.UTF-8... done
en_HK.UTF-8... done
en_IE.UTF-8... done
en_IN.UTF-8... done
en_NG.UTF-8... done
en_NZ.UTF-8... done
en_PH.UTF-8... done
en_SG.UTF-8... done
en_US.UTF-8... done
en_ZA.UTF-8... done
en_ZW.UTF-8... done
gv_GB.UTF-8... done
hi_IN.UTF-8... up-to-date
zh_CN.UTF-8... done
zh_SG.UTF-8... done
Generation complete.

Osmo still does not works !

jdkaye : I appreciate your signature !

:) Thanks. Glad you like it.

Have you tried running locale again to see what your settings are now?
ciao,
jdk

3dmatrix 09-18-2010 12:12 PM

toothandnail : when i wanted to install :
libgtkhtml2-0
libwbxml2-0
libsyncml 2\
i got the warning : software cannot be authenticated.
What is the problem ?

Osmo still does not works.


Jdkaye :

locale
LANG=en_IN
LC_CTYPE="en_IN"
LC_NUMERIC="en_IN"
LC_TIME="en_IN"
LC_COLLATE="en_IN"
LC_MONETARY="en_IN"
LC_MESSAGES="en_IN"
LC_PAPER="en_IN"
LC_NAME="en_IN"
LC_ADDRESS="en_IN"
LC_TELEPHONE="en_IN"
LC_MEASUREMENT="en_IN"
LC_IDENTIFICATION="en_IN"
LC_ALL=

I have the same feeling about what is in your sig. I can feel the importance it even more because at present i am working in a country that is on the other extreme end of this concept. . . . . . CHINA !!!

jdkaye 09-19-2010 12:10 AM

@3dmatrix. You still don't have your utf8 locales selected as the ones being used. I haven't used dpkg-reconfigure for a while but isn't there an place where your can indicate what your default locale is? If yes, that's where you want to put en_IN.UTF8.

Yes, I know the PRC pretty well. I worked at Guangwai for a couple of years. It was very ... interesting. ;) I'm not sure I understand what you mean by "the other extreme end of this concept" but it's early in the morning still. Maybe I'll figure it out later.
ciao,
jdk

3dmatrix 09-20-2010 01:22 PM

but how do we do that ?
What is the command ?

3dmatrix 09-22-2010 10:43 AM

any suggestion ?


All times are GMT -5. The time now is 07:27 PM.