Thursday, August 4, 2022

Euro konverter android app

Recently I published an android app for conversion calculation of Croatian Kuna (HRK) to Euro (EUR) and vice versa, using the fixed exchange rate of 1 € = 7.53450 kn. 

The app is free and currently contains no ads. It can be downloaded from the Google Play Store at the following URL:
https://play.google.com/store/apps/details?id=com.eurokonverter

It has a dedicated web page here:
https://eurokonverter.com

Oh, and the app is available only in Croatia. ;-)

How to boot Bodhi linux directly to command prompt/terminal/console?

It involves editing grub configuration file, and the process is described in detail here:
https://ubuntuhandbook.org/index.php/2020/05/boot-ubuntu-20-04-command-console/

Now, if you want to start UI from the console ... in my case enlightenment_start command did not work. I was receiving the following error:
Moksha cannot initialize Ecore_X!

The solution was to add the following line to ~/.xinitrc file:
exec enlightenment_start
 

... and start UI with startx command.