fsv icon indicating copy to clipboard operation
fsv copied to clipboard

fsv is a file system visualizer in cyberspace. It lays out files and directories in three dimensions, geometrically representing the file system hierarchy to allow visual overview and analysis.

Results 5 fsv issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/jabl/fsv/assets/838783/91b38fd0-ba8b-4b1f-9129-30e1f31fe8a2)

``` (fsv:261909): fsv-CRITICAL **: 19:34:36.417: ../src/ogl.c:428: GL error: INVALID_ENUM (fsv:261909): fsv-CRITICAL **: 19:34:36.417: OpenGL error, continuing anyway! ``` I'm working around this in AUR package (#4) like: ```diff diff --git...

``` (fsv:261909): fsv-CRITICAL **: 19:34:38.429: file ../src/geometry.c: line 1483 (geometry_treev_get_extents): assertion failed: (!geometry_treev_is_leaf( dnode )) (fsv:261909): fsv-CRITICAL **: 19:34:38.429: file ../src/geometry.c: line 1415 (geometry_treev_platform_theta): assertion failed: (!geometry_treev_is_leaf( dnode ) ||...

https://aur.archlinux.org/packages/fsv3 Unfortunately, this port is very buggy :-( So I had to add a huge hack: ```c ///////////////////////////////////////////////////////////////////////// // non-fatal-assertions.h — non-fatal assertions for glib // ///////////////////////////////////////////////////////////////////////// // Copyright (C)...

The shortcuts are missing, such as alt+drag for moving around and dragging middle mouse button to zoom. The ability to right click in the directory tree also seems to be...