Tux Commander fails to start with overlay scrollbars

Bug #916295 reported by Pavlo Bohmat
88
This bug affects 19 people
Affects Status Importance Assigned to Milestone
overlay-scrollbar (Ubuntu)
Triaged
High
Unassigned
tuxcmd (Ubuntu)
Triaged
High
Unassigned

Bug Description

start tuxcmd in unity4/5 or fluxbox: FAIL
libgail18 and libgail-3-0 libraries are installed...

Gnome-WARNING **: Accessibility: failed to find module 'libgail-gnome' which is needed to make this application accessible
(II) GVFS: is_active = 1
(II) GVFS: supported schemes: file;obex;afp;trash;burn;network;davs;dav;dns-sd;davs+sd;dav+sd;afc;computer;gphoto2;ftp;smb;archive;cdda;localtest;http;sftp;ssh

GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `!(gdk_pixbuf_get_has_alpha (src_pixbuf) && !gdk_pixbuf_get_has_alpha (dest_pixbuf))' failed

GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `!(gdk_pixbuf_get_has_alpha (src_pixbuf) && !gdk_pixbuf_get_has_alpha (dest_pixbuf))' failed
An unhandled exception occurred at $00007F6670FF2D9C :
EAccessViolation : Access violation
  $00007F6670FF2D9C

An unhandled exception occurred at $0000000040380061 :
EAccessViolation : Access violation
  $0000000040380061
  $000000000054579D
  $0000000000536FD9

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: tuxcmd 0.6.70+dfsg-1
ProcVersionSignature: Ubuntu 3.2.0-8.15-generic 3.2.0
Uname: Linux 3.2.0-8-generic x86_64
ApportVersion: 1.90-0ubuntu2
Architecture: amd64
Date: Sat Jan 14 01:03:53 2012
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, no user)
 LANG=ru_UA.UTF-8
 SHELL=/bin/bash
SourcePackage: tuxcmd
UpgradeStatus: Upgraded to precise on 2012-01-13 (0 days ago)

Revision history for this message
Pavlo Bohmat (bohm) wrote :
Revision history for this message
Pavlo Bohmat (bohm) wrote :

export LIBOVERLAY_SCROLLBAR=0 -> tuxcmd start OK
export LIBOVERLAY_SCROLLBAR=1 -> tuxcmd start FAIL
problem in LIBOVERLAY_SCROLLBAR

Revision history for this message
Pavlo Bohmat (bohm) wrote :

Please fix it!

paul@ubuntu:~$ export LIBOVERLAY_SCROLLBAR=1
paul@ubuntu:~$ export UBUNTU_MENUPROXY=1
paul@ubuntu:~$ LANG=en tuxcmd

Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

Gdk-WARNING **: locale not supported by C library
(II) GVFS: is_active = 1
(II) GVFS: supported schemes: file;obex;afp;trash;burn;network;davs;dav;dns-sd;davs+sd;dav+sd;afc;computer;gphoto2;ftp;smb;archive;cdda;localtest;http;sftp;ssh

GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `!(gdk_pixbuf_get_has_alpha (src_pixbuf) && !gdk_pixbuf_get_has_alpha (dest_pixbuf))' failed

GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `!(gdk_pixbuf_get_has_alpha (src_pixbuf) && !gdk_pixbuf_get_has_alpha (dest_pixbuf))' failed
An unhandled exception occurred at $00007F12521F8D7C :
EAccessViolation : Access violation
  $00007F12521F8D7C

An unhandled exception occurred at $000000003EB80061 :
EAccessViolation : Access violation
  $000000003EB80061
  $000000000054579D
  $0000000000536FD9

summary: - failed to find module 'libgail-gnome'
+ tuxcmd+LIBOVERLAY_SCROLLBAR=FAIL
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote : Re: tuxcmd+LIBOVERLAY_SCROLLBAR=FAIL

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in tuxcmd (Ubuntu):
status: New → Confirmed
summary: - tuxcmd+LIBOVERLAY_SCROLLBAR=FAIL
+ Tux Commander fails to start with overlay scrollbars
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in overlay-scrollbar (Ubuntu):
status: New → Confirmed
Revision history for this message
Gabe Gorelick (gabegorelick) wrote :

I can confirm this in 12.04.

Revision history for this message
JP Vossen (jp-jpsdomain) wrote :

I can confirm this in 12.04 also. The "export LIBOVERLAY_SCROLLBAR=0" hack worked for me. And see also Bug #1002267.

You'd think you could do something like "Exec=LIBOVERLAY_SCROLLBAR=0 tuxcmd" but that won't work for me. There's probably way to wrap it in a tiny shell script... Yup, that worked...

* sudo vi /usr/local/bin/tuxcmd_wrapper
     #!/bin/sh -
     LIBOVERLAY_SCROLLBAR=0 tuxcmd
* sudo chmod 0755 /usr/local/bin/tuxcmd_wrapper
* sudo vi /usr/share/applications/tuxcmd.desktop
* Change the line to be: Exec=/usr/local/bin/tuxcmd_wrapper
* Actually go run: LIBOVERLAY_SCROLLBAR=0 tuxcmd
* Right-click on icon and "Lock to Launcher"

The modified launcher should now work.

Revision history for this message
Mr.Gosh (mr-gosh) wrote :

This bug is still present in 13.04

Revision history for this message
Adam Niedling (krychek) wrote :

This is still an issue in Ubuntu 13.10.

Adam Niedling (krychek)
tags: added: saucy
Changed in tuxcmd (Ubuntu):
importance: Undecided → High
Changed in overlay-scrollbar (Ubuntu):
importance: Undecided → High
Changed in tuxcmd (Ubuntu):
status: Confirmed → Triaged
Changed in overlay-scrollbar (Ubuntu):
status: Confirmed → Triaged
Adam Niedling (krychek)
tags: added: trusty
Revision history for this message
Adam Niedling (krychek) wrote :

It's working for me in 18.04.

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.