Nasa
2011-08-26 10:17:48 UTC
So,
I have gotten to a point where I can
actually create images using MIC2 (Yeah!).
Using said image, I can install meego
and even get it to boot...
Which is were I'm at now. There are a
couple of errros I'm not sure if they
are a result of my lack of knowledge
or the maturatity of 1.2.80. These errors
are:
uxlaunch[321]: Unable to setpgid()
uxlaunch[321]: Unable to setsid()
The errors may mean nothing, but I have
noted some other oddities. Like Xorg.0.log
is now in the /home/meego directory. And
there isn't a /var/log/messages log file.
Now, the system fails to get into a WM (X
does start and keeps restarting), which I
believe is related to these messages:
uxlaunch[321]: Unable to find session
"/usr/share/xsessions/default.desktop.desktop"!
uxlaunch[321]: WARNING: using DEPRECATED session mechanics.
Please read `man uxlaunch` on
uxlaunch[321]: how to setup a session file properly instead!
uxlaunch[321]: default: not a valid executable
These messages point to 2 problems:
1. default.desktop.desktop?
2. there isn't a /usr/share/xsession/default.desktop anyways
Now, per a hint given by Joel, I had included the following in
my .ks file:
%post --nochroot
if [ -n "$IMG_NAME" ]; then
echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release
fi
ln -sf enlightenment.desktop /usr/share/xsessions/default.desktop
%end
Based on the lack of the default.desktop file, I am guessing that
this lines placement is incorrect.
So, could anyone give me a hand on fixing this? Or are some
of these issues due to bugs still being worked out in 1.2.80?
Nasa
I have gotten to a point where I can
actually create images using MIC2 (Yeah!).
Using said image, I can install meego
and even get it to boot...
Which is were I'm at now. There are a
couple of errros I'm not sure if they
are a result of my lack of knowledge
or the maturatity of 1.2.80. These errors
are:
uxlaunch[321]: Unable to setpgid()
uxlaunch[321]: Unable to setsid()
The errors may mean nothing, but I have
noted some other oddities. Like Xorg.0.log
is now in the /home/meego directory. And
there isn't a /var/log/messages log file.
Now, the system fails to get into a WM (X
does start and keeps restarting), which I
believe is related to these messages:
uxlaunch[321]: Unable to find session
"/usr/share/xsessions/default.desktop.desktop"!
uxlaunch[321]: WARNING: using DEPRECATED session mechanics.
Please read `man uxlaunch` on
uxlaunch[321]: how to setup a session file properly instead!
uxlaunch[321]: default: not a valid executable
These messages point to 2 problems:
1. default.desktop.desktop?
2. there isn't a /usr/share/xsession/default.desktop anyways
Now, per a hint given by Joel, I had included the following in
my .ks file:
%post --nochroot
if [ -n "$IMG_NAME" ]; then
echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release
fi
ln -sf enlightenment.desktop /usr/share/xsessions/default.desktop
%end
Based on the lack of the default.desktop file, I am guessing that
this lines placement is incorrect.
So, could anyone give me a hand on fixing this? Or are some
of these issues due to bugs still being worked out in 1.2.80?
Nasa