← Back to team overview

desktop-packages team mailing list archive

[Bug 883824] Re: eye of gnome doesn't start

 

I had a look at the log file and the following line (repeated multiple times) catched my attention:
read(3, 0x16d6dd4, 4096)                = -1 EAGAIN (Resource temporarily unavailable)

Earlier in this file, I noticed that the file descriptor 3 was used to access "/tmp/.X11-unix/X0":
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(3, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, [20]) = 0

I've searched for the error message and it seems related more to X11 than to eog itself. Therefore, could you please answer the following questions?
-Are the permissions on that file are correct (run "ls -lA /tmp/.X11-unix/X0" from a terminal)? They should be similar to:
srwxrwxrwx 1 root root 0 2011-10-31 09:43 X0
-Could you check the permissions on the parent directory as well (should be like "drwxrwxrwt 2 root    root    4096 2011-10-31 09:43 .X11-unix")?
-If the permissions are not right, does fixing them work as a solution?
-Does the problem occur with other applications as well?
-Have you installed some proprietary drivers?

Thanks.

** Changed in: eog (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eog in Ubuntu.
https://bugs.launchpad.net/bugs/883824

Title:
  eye of gnome doesn't start

Status in “eog” package in Ubuntu:
  Incomplete

Bug description:
  eog doesn't start at all. Multiple attempts to start it result in
  multiple processes that terminate about 10 seconds later.

  Terminal output:

  user@ubuntu:~$ eog
  GLib-GIO-CRITICAL **: Timeout was reached       // about 10 seconds after program start
  user@ubuntu:~$ 

  ubuntu version: 11.10 (clean install)
  eog package version: 3.2.1-0ubuntu1

  active repositories: oneiric + updates, security, backports, proposed
  main and universe

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: eog 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sun Oct 30 13:27:24 2011
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/883824/+subscriptions


References