Tidak dapat menjalankan X setelah instal

Bug #215275 reported by Mohammad DAMT
10
Affects Status Importance Assigned to Milestone
BlankOn Linux
Fix Released
Critical
Mohammad DAMT

Bug Description

Karena /etc/X11/X belum disimlink ke /usr/bin/Xorg.

Ada yang tahu siapa yg bertanggung jawab membuat taut simbolis tersebut?

Revision history for this message
Fajran Iman Rusadi (fajran) wrote :

Paket xserver-xorg.

Kutipan dari /var/lib/dpkg/info/xserver-xorg.postinst

CONFIG_DIR="/etc/X11"
SERVER_SYMLINK="$CONFIG_DIR/X"
...
THIS_SERVER=/usr/bin/Xorg
...
# only mess with the server symlink file if it is a symbolic link or does
# not exist. otherwise, assume that's the way the user wants it.
if ! [ -e "$SERVER_SYMLINK" ]; then
  ln -s "$THIS_SERVER" "$SERVER_SYMLINK"
# recover from an old bug
elif [ `readlink "$SERVER_SYMLINK"` = "/bin/true" ]; then
  rm -f "$SERVER_SYMLINK"
  ln -s "$THIS_SERVER" "$SERVER_SYMLINK"
fi

Revision history for this message
Fajran Iman Rusadi (fajran) wrote :

Setelah dpkg-reconfigure xserver-xorg, symlink tersebut terbuat lagi.

Berarti yang membuat symlink tidak terbentuk adalah kondisi yang tidak sesuai dengan salah satu kondisi di skrip atas. File (bukan symlink) sudah ada sebelumnya?

Revision history for this message
Mohammad DAMT (mdamt) wrote :

telah diperbaiki pada ubiquity 1.8.4-0blankon2

Changed in blankon:
assignee: nobody → mdamt
importance: Undecided → Critical
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.