I am using 32-bit Ubuntu 14.04 LTS on my simple Desktop-PC (3GHz Intel P4, 1GB RAM, Intel inbuilt Graphics, and NO extra graphic-card) so nothing to worry about graphic like nvidia etc.
Here is output of lspci
:
$ lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)
I've installed xubuntu-desktop
environment, unity-tweak-tool
which are working fine for 3 month.
Recently I faced problem : Unity doesn't load, no Launcher, no Dash appears. I've tried the answers, but unable to solve my problem.
Probable reason for this is I've installed ubuntu-tweak
recently. So, Also I removed it from tty, but unable to solve this problem.
I have Three ways to do anything:
- Using tty (Ctrl+AltF1)
- I've installed
nautilus-open-terminal
so I am able to startgnome-terminal
by right-click on desktop and "Open Terminal Here". - Using Xubuntu Session.
I have tried following things:
- Enabling unity-plugin (https://askubuntu.com/a/76951/256099) But not solved.
dconf reset -f /org/compiz/
fromgnome-terminal
- Purged and re-installed
unity
,compiz
andubuntu-desktop
- Removed cache by
rm -rf ~/.compiz-1 ~/.config/compiz-1
,sudo rm -fr ~/.compiz
,sudo rm -fr ~/.cache/*
,sudo rm -fr .cache/*
- Trying to replace/reset unity by following from
gnome-terminal
:unity --replace
setsid unity
ubuntu-tweak-tool --reset-unity
All shows common thing:
compiz (core) - Info: Starting plugin: unityshell
WARN 2014-10-02 12:11:25 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have a connection, waiting for it...
ERROR 2014-10-02 12:11:25 unity.debug.interface DebugDBusInterface.cpp:196 Unable to load entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
WARN 2014-10-02 12:11:25 xim.controller XIMController.cpp:103 IBus natively supported.
ERROR 2014-10-02 12:11:26 nux.gltexture.resource.manager GLTextureResourceManager.cpp:54 Invalid target, impossible to generate a new texture. Impossible to generate a pixbuf: Failed to open file '': No such file or directory
WARN 2014-10-02 12:11:26 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Launcher' yet as we don't have a connection, waiting for it...
WARN 2014-10-02 12:11:26 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have a connection, waiting for it...
WARN 2014-10-02 12:11:26 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have a connection, waiting for it...
WARN 2014-10-02 12:11:26 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session' yet as we don't have a connection, waiting for it...
WARN 2014-10-02 12:11:26 unity.glib.dbus.server GLibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have a connection, waiting for it...
Segmentation fault (core dumped)
I've could try a re-install of whole OS. Or, is there any way to solve this problem?
Now what to do? (Isn't it possible to re-install whole unity desktop environment and use fresh D.E. without such problem?)
libxpathselect1.4
installed? Tryapt-get update && apt-get install
libxpathselect1.4` and report back. – Jan Oct 03 '14 at 22:10sudo apt-get update && sudo apt-get install libxpathselect1.4
Now? – Pandya Oct 04 '14 at 05:02ERROR 2014-10-02 12:11:25 unity.debug.interface DebugDBusInterface.cpp:196 Unable to load entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
any more. Does it work? – Jan Oct 04 '14 at 06:20Segmentation fault
hmm, could you try Getting a Backtrace see instructions here: https://wiki.ubuntu.com/DebuggingCompiz – user.dz Oct 06 '14 at 17:18libxpathselect1
? – Jan Oct 08 '14 at 11:19Segmentation fault
– Pandya Oct 08 '14 at 14:02