! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar crashes on right click.
Status:
CLOSED: FIXED
Severity:
blocker

Comments

Description Matthew 2005-12-02 03:56:38 CET
When right clicking in thunar it closes. 
This is the error output:
[matthew@linux siriusxplay]$ sudo thunar 
thunar-uca-Message: Initializing ThunarUca extension
thunar-uca-Message: Shutting down ThunarUca extension
thunar-uca-Message: Initializing ThunarUca extension

Gtk-WARNING **: Error loading theme icon for stock: Icon 'Terminal' not present
in theme
aborting...
Aborted

I tried to run as thunar as root with the default icon theme and that didn't help.

Reproducible: Always
Steps to Reproduce:
1. Get latest svn 18976
2. Load
3. Right Click
Actual Results:  
Thunar crashes

Expected Results:  
Showed me a right click menu or atleast not crashed.

Distro: Arch Linux
gtk2: 2.8.8
All xfce packages are at svn 18748 or above
Comment 1 Benedikt Meurer editbugs 2005-12-02 09:51:55 CET
Yep, that's more or less a bug in Gtk+, which prints a warning when its unable
to locate the themed icon for a stock icon, rather than using the "missing
image" icon like with GtkImage.

You can work-around this problem by configuring Thunar with --disable-debug for
now, until I find an acceptable solution to this problem.
Comment 2 Matthew 2005-12-02 11:01:41 CET
Is that how I'm suppose to build thunar? with --disable-debug or do i run thunar
--disable-debug. Cause thunar --disable-debug says thunar: Failed to open
`--disable-debug': The URI '--disable-debug' is not an absolute URI using the
"file" scheme
Comment 3 Benedikt Meurer editbugs 2005-12-03 13:55:28 CET
Add --disable-debug to configure command line.
Comment 4 Benedikt Meurer editbugs 2005-12-20 18:46:56 CET
Thunar supports four different debug levels now: full/yes/minimum/no

Only `full' will make Thunar crash on errors (no matter if the error is in
Thunar or one of the required libraries). The default for SVN builds is `yes',
which should be ok for you. So don't pass `--disable-debug' to configure anymore.

Bug #1254

Reported by:
Matthew
Reported on: 2005-12-02
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information