I don't know if it is the good section for this post...
I've installed the mageia 2 on a x86_64 PC, with gnome only.
After the installation it's impossible to start drak-tools: "Cannot be run in console mode." For rpmdrak, mcc, drakconf, drakxconf,
but in fact every is OK: for example gedit works fine from a root console and the user's X server... $DISPLAY is good too.
Finally I've found the origin in this file : /usr/lib/libDrakX/common.pm
line 399:
- Code: Select all
sub check_for_xserver() {
First I've search for a xtest's rpm for x86_64, I only found Xtest for i586, as expected mcc still failed...
So I forced:
- Code: Select all
sub check_for_xserver() {
return true;
...
mcc starts well now...
Who's the owner of /usr/lib/libDrakX/common.pm? Could somebody solve properly this problem?
Thanks
P.S. very good job for this release, thanks a lot!