I use Mandriva 2010.2 in my servers, now i want to switch to Mageia 2, but i need some help.
Let me exemplify!
The server boots in text mode, i do not use a DE, WM, etc.
I have a user called user1 with autologin and it run a script after login, see below.
/etc/passwd
- Code: Select all
...
user1:x:501:500::/home/user1:/usr/bin/my-scrip.sh
The script use the 'dialog' to make the menu, some of the options in the menu: run my application, reboot, shutdown, etc.
1) The dialog screen do not draw properly, see the image...


What i did..
Change back /etc/passwd to default and after autologin i manually run the script and the dialog screen works.
The workaroud
Leave /etc/passwd default and put at the end of /home/user1/.bash_profile the lines:
- Code: Select all
my-scrip.sh
exit 0
With this the dialog screen problem do not occurs.
How can i make it works with user1:x:501:500::/home/user1:/usr/bin/my-scrip.sh ?
2) The application screen do not draw properly too. See.


How can i configure console fontes, chamap, etc? Do i need to use vconsole to set this? How it works?
P.S. Its a xHarbour application.