Drapes does not start on Ubuntu 11.04 (Natty)

Bug #756687 reported by igi
52
This bug affects 9 people
Affects Status Importance Assigned to Milestone
Desktop Drapes
New
Undecided
Unassigned
drapes (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: drapes

Drapes raises an exception due to missing libX11.
Libx11-6 is installed on my Natty beta1 system, so I guess Drapes shall be relinked.
Details from terminal below:

Monitoraggio della cartella :/Documenti/Documenti/Drapes non esiste
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: libX11.so
  at (wrapper managed-to-native) Egg.TrayIcon:XInternAtom (intptr,string,bool)
  at Egg.TrayIcon.OnRealized () [0x00000] in <filename unknown>:0
  at Gtk.Widget.realized_cb (IntPtr widget) [0x00000] in <filename unknown>:0
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Widget.realized_cb(IntPtr widget)
   at Gtk.Widget.gtk_widget_show_all(IntPtr )
   at Gtk.Widget.ShowAll()
   at Drapes.AppletWidget.CreateNotifyIcon()
   at Drapes.AppletWidget..ctor(AppletStyle style, Nullable`1 size)
   at Drapes.DrapesApp..ctor(System.String[] args)
   at Drapes.DrapesApp.Main(System.String[] args)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: drapes 0.5.2-3.2
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun Apr 10 18:40:36 2011
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=it_IT:en
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: drapes
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
igi (igor-cali) wrote :
Revision history for this message
ShadowMax76 (shadowmax76) wrote :

I had the same problem in Ubuntu 11.04 64 bit.

This is what I have done to solve it:

    cd /usr/lib/x86_64-linux-gnu
    sudo ln -s libX11.so.6 libX11.so

Revision history for this message
igi (igor-cali) wrote :

Thank you ShadowMax, done the same on my 32 bit system solving thisi issue:

  cd /usr/lib/i386-linux-gnu
  sudo ln -s libX11.so.6 libX11.so

Changed in drapes (Ubuntu):
status: New → Confirmed
summary: - Drapes does not start on Natty
+ Drapes does not start on Ubuntu 11.04 (Natty)
Revision history for this message
Joel Pickett (jpickett) wrote :

Tried command in comment #2 but now the program just hangs with no terminal output.

Using ubuntu 11.04 64-bit

Revision history for this message
ChrisDebenham (chris-debenham) wrote :

The command in comment #2 would only work on 32-bit systems
The better option is to install libx11-dev
That should work on 32-bit and 64-bit systems

Revision history for this message
Ryan Sutton (oldmansutton) wrote :

My libX11.so already exists (linked to libX11.so.6.3.0 ... same as libX11.so.6), and my libx11-dev is up to date and installed as well. I'm having the same problem Joel is in comment #4. Running in terminal or from Unity the program doesn't do anything, just hangs.

Ubuntu 11.04 32bit.

Revision history for this message
Ryan Sutton (oldmansutton) wrote :

Actually.... drapes DOES start, but under the Unity desktop, as configured by default, you can't see the icon to let you see that fact, or to allow you to configure drapes, making it rather useless. If you configure the Unity panel to show all system notification icons (as I just did) then it works just fine.

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.