Error saat menjalankan daemon pengaturan GNOME

Bug #215920 reported by invaleed
2
Affects Status Importance Assigned to Milestone
BlankOn Linux
In Progress
Undecided
Raviyanto Ahmad

Bug Description

Error saat menjalankan daemon pengaturan GNOME, muncul saat pertama kali livecd ini dijalankan di vmware
Screenshoot saya attach kesini http://www.flickr.com/photos/invaleed/2406364990/in/set-72157604490514279/

Revision history for this message
Muhidin Saimin (muhidin) wrote :

Sama dengan saya percobaan menggunakan jahita 20080417 tangkapan layar terlampir

Revision history for this message
Raviyanto Ahmad (alza) wrote :

Bisa dicoba dengan cara di alamat: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/146946

Here is a workaround. Two files are modified.

Change /etc/X11/Xsession.d/55gnome-session_gnomerc, adding two lines (identified below by comments):

Code:

# ADD FOLLOWING LINE
rm -f /tmp/session-is-gnome
BASESTARTUP=`basename "$STARTUP" | cut -d\ -f1`
if [ "$BASESTARTUP" = gnome-session -o \
        \( "$BASESTARTUP" = x-session-manager -a \
        "`readlink /etc/alternatives/x-session-manager`" = \
                /usr/bin/gnome-session \) ]; then
  GNOMERC=$HOME/.gnomerc
  if [ -r "$GNOMERC" ]; then
    . "$GNOMERC"
  fi
  # ADD FOLLOWING LINE
  touch /tmp/session-is-gnome
fi

Then change /etc/X11/Xsession.d/99x11-common_start completely, to the following text:

Code:

if [ -f /tmp/session-is-gnome ]; then
  exec /usr/bin/dbus-launch $STARTUP
else
  exec $STARTUP
fi

Changed in blankon:
assignee: nobody → n-kresnaravi
status: New → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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