IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
489 stars 73 forks source link

Right click; Panel 3 only; crash #199

Closed donkeyotay closed 11 years ago

donkeyotay commented 12 years ago

Using Crunchbang Waldorf Linux 3.2.0-3-amd64. SpaceFM 0.7.10 downloaded the deb file from here: https://github.com/IgnorantGuru/spacefm/tree/master/packages When right clicking in Panel 3 only, SpaceFM crashes. Even if Panel 3 is the only panel showing, right clicking still crashes the programme. Right clicking in all the other panels works as it should. I'm not sure how to check for which version of gtk I'm using.

IgnorantGuru commented 12 years ago

Thanks - first I would suggest updating to the current version 0.8.2 at least. Or if for some reason you don't want to, uninstall then reinstall 0.7.10 (which rebuilds it in case recent updates on your system broke something).

Also, you might try another gtk theme to see if this is similar or related to issue #31, iow a theme-triggered or -caused issue. You're using gtk2.

Also, try running spacefm in a terminal:

killall spacefm
spacefm

and observe if any warnings or errors are shown in the terminal before the crash.

If none of that helps, as I can't reproduce this a backtrace will be required. See the BUILD DEBUG section of the README. Thanks.

IgnorantGuru commented 11 years ago

Closed due to inactivity. If this still exists in 0.8.5 (0.8.4-0.8.5 includes some changes to right-click behavior #31), please confirm.