Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - samir

Pages: [1] 2
1
Marketplace / Re: For Sale: Cisco 7970G phones (EU)
« on: May 28, 2009, 09:04:04 pm »
hoi,
voor hoeveel wil je verkopen ?

groetjes,
sameer

2
Developers / Chinese Translation SOLVED !!!!
« on: May 16, 2009, 08:59:40 pm »
Hi, I am Samir.I have been working on creating new skin for my hotel project. It is now 80% complete. I have solved the problem for displaying chinese characters in linuxmce. Here is what I did.

-first backup the databases pluto_main and pluto media.
-now edit the sql file for pluto_main and pluto_media backup and replace all latin1 with utf8.
-download arialuni.ttf and copy it to /usr/share/fonts/truetype/msttcore
-backup verdana.ttf and Verdana.ttf to new location
-rename arialuni.ttf to verdana.ttf and Verdana.ttf
-drop database pluto_main and pluto_media
-convert the pluto_main and pluto_media backup sql to utf8 format with UTFconverter or recode tool
-create database pluto_main and pluto_media with characterset =utf8 and collation = utf8_general_ci
-backup my.cnf from /etc/mysql
-edit my.cnf and add in mysqld section


  collation_server =utf8_general_ci
  character_set_server = utf8
  skip-character-set-client-handshake
-save my.cnf
-dump the backup database back to mysql
-restart the pc
all was working as I expected.

Hope this will help guys who are doing translations to another language as well.

Regards,
Samir



3
Developers / Re: Translations
« on: May 12, 2009, 04:04:21 am »
hi ,
I have a posted a ticket on svn.linuxmce.org please review and let me know if its ok .It is with the subject Chinese characters on linuxmce.

samir

4
Developers / Re: Translations
« on: May 12, 2009, 01:08:43 am »
I will post a ticket by tomorrow .

5
Developers / Re: Translations
« on: May 11, 2009, 01:51:07 pm »
solved the problem... if anyone needs help for displaying chinese or asian character in linuxmce ... let me know !!

LINUX MCE ROCKS :D

6
Developers / Re: Translations
« on: April 30, 2009, 08:39:53 am »
anyone able to read chinese characters in database or datagrid ?
I have mp3 files that  are named in chinese and whenever I try to copy it to database I get very strange characters. Collation for database (pluto_main and pluto_media both are utf8). I am only stuck with this last problem. Any help will be highly appreciated.
thanks

7
Developers / Re: Translations
« on: April 30, 2009, 04:03:27 am »
it is for my own purpose.

8
Developers / Re: Translations
« on: April 29, 2009, 01:21:05 pm »
I thought someone was already working on this... hope someone can help me out. I have finished new skin for my hotel project. Very soon I will post here the screenshots.
Thom, thanks for  the screencast.




9
Developers / Re: Translations
« on: April 28, 2009, 11:40:42 am »
hey guys,
has anyone able to use the chinese fonts in the database. The thing that I am trying to do is upload the audio files named in chinese to database. The files are uploaded with the mediasync but I see very wierd characters.even in mysql browser I see that. I changed the collation of pluto_media , file table to utf8_general_ci but still the same , any help ?
please thanks.

10
Developers / Re: Using HADesigner: The Screencasts
« on: April 22, 2009, 04:39:50 am »
Hi,
Thanks for the response. As mention I already have LinuxMCE 0710 installed , and the wiki http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810 you gave me is for the building in 0810 but I dont have that . So this means I donot have a fresh copy of Kubuntu 0810 . And my kernel is also 2.6.22 as delivered with LINUXMCE -710 dvd . I am very confused here.

Lets make it easy.I have a clean Linux0710 install.
what should I do next ?
bit confused with building from source and Building LinuxMCE-810.
Please provide me the step guidance after installing LinuxMCE0710.
Thanks

11
Developers / Re: Using HADesigner: The Screencasts
« on: April 21, 2009, 02:26:26 pm »
Hi ,
I am still unsuccessful to compile . Let me explain what I did .
I followed the instruction as described in wiki about setting up the dev environment.I had svn Linuxmce 0710. It was downloaded at home/trunk/.  After I downloaed I saw a directory called lib already in the trunk/src .Inside the trunk it had .svn directory inside and was empty. But according to he instruction on wiki I had to make a lib directory inside the src directory. But I am confused now .
Anyways I copied all the files of /usr/pluto/lib to trunk/src/lib .
I made some changes with HADesinger and added some screens in the Screen table and associated the Design Obj in screen Design obj table .Now as Thom suggested me to make the ScreenGen by using make command . I did so .and when I try to run ./ScreenGen I get error .. "Segmentation fault ".
I tried to follow the wiki instructions on Developement environment about 3 times and installed Linuxmce 3 times..I am no developer or programmer but I try my best. I have  already changed the skin of linuxmce to mine and it works fine though.But I need to add some extra screens for my own purpose .I am not able to do that . Since I had to compile it, something is going wrong.
Please can you explain me step by step , including the compilation of ScreenGen and Orbiter ..

I will be very greatful.

Thanks,
sameer

12
Developers / Re: Development environment setup
« on: April 19, 2009, 09:44:21 am »
Hi ,
I am having some problem here . I saw a lib directory already in trunk/src after I downloaded svn.Now when I try to copy the lib files of usr/pluto/lib  it gives me this error
linuxmce@dcerouter:~/trunk$ cp all  /usr/pluto/lib/* /src/lib/ -R
cp: target `/src/lib/' is not a directory: No such file or directory

but when I check inside the src/lib i see the directory "lib",
Please help me out .

Thanks,
sameer

13
Developers / Re: Using HADesigner: The Screencasts
« on: April 18, 2009, 10:39:26 am »
Hi ,
I am getting an error while trying to run ./ScreenGen .

Generating classes... <0xb6dde940>
Segmentation fault

Please help;



14
Developers / Re: Using HADesigner: The Screencasts
« on: April 17, 2009, 10:02:42 am »
Hi Thom,
Thanks for your help. I solved. Obviously I was not following the whole steps as described.I solved it . It working now.

One small question, I want to change the mouse pointer in the UI , I like the mouse pointer of UI2.How can I change it ? which command should I implement?
Thanks again for your help.

15
Developers / Re: Using HADesigner: The Screencasts
« on: April 17, 2009, 09:05:49 am »
I did it .
with this error :

linuxmce@dcerouter:~/trunk/src/lib$ cp /usr/pluto/lib/*
cp: target `/usr/pluto/lib/libSerial.so' is not a directory

After that i rebuild the ScreenGen but I got the same error .What is missing ?

Thanks,


Pages: [1] 2