Mircea Vutcovici

Results 10 comments of Mircea Vutcovici

After you will reboot the Raspberry Pi, during the boot process the partition will be extended.

First, make sure you have the latest raspi-config, by running: sudo apt-get update; sudo apt-get dist-upgrade Then try to run the raspi-config command as root: sudo raspi-config If it is...

Make sure whiptail is instaled and working. `whiptail --yesno "This is a test" 10 30` If you still see errors, could you please install whiptail and libnewt0.52 ? `sudo apt...

I think it is possible to show the cursor in whiptail by changing the TERM to vt100. Could you please test if the following command is accessible? TERM=vt100 whiptail --yesno...

If it will work, we can determine if the problem is with the terminal cursor. This will isolate the problem further. On Jan 19, 2013 8:21 AM, "rpural" [email protected] wrote:...

I have started to do the i18n. I will also do the l10n for Romanian.

Take a look in to my branch. It is almost ready, but it is not fully tested.

Thank you! I will change the stuff to include your suggestions. You can see the work in progress in my branch. It is not finished yet, but at least it...

The .pot file is the template. The .mo are binary files and should not be in the source control. Only the .po and the .pot. The .mo files should be...

I've added a doc for translations, it is the README fiel in the po folder. If you are ready I can integrate other translation into my tree. Next on my...