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
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.
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
Add --disable-debug to configure command line.
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.