Quote:
Originally Posted by baf
One more thing:
This path in your run.sh is wrong:
Code:
GTK2_RC_FILES=/mnt/us/extensions/galculator/pixmaps/gtkrc
should be:
Code:
/mnt/us/extensions/galculator/usr/share/pixmaps/gtkrc
|
Quote:
Originally Posted by baf
Galculator uses g_get_home_dir() to get user's home dir and this function takes it from passwd file rather than from env variable.
|
Double thanks

I have learned something...
Will fix.
EDIT: Done.