-
If I add the PPA on Xubuntu 13.10, update packages and try to install SpaceFM, I have this error:
```
$ sudo apt-get install spacefm
Reading package lists... Done
Building dependency tree
Read…
-
I came across a strange behavior -- when I mount, unmount and remount an .iso file as a normal user, everything is ok. The same with root user. When I mount it as a normal user and try to unmount it a…
-
I've tested new design menu features. Here are the things that caught my attention:
When adding bookmark, gtk file dialog appears. It does not recognize URLs, so you have to select anything first, ad…
-
I have been experiencing a rare non-reproducable loss of standard CTRL key combination functionality in version 0.9.1-1
CTRL-A, CTRL-X, CTRL-C, CTRL-V stop working and only a complete OS restart will…
-
I get FTBFS on Debian unstable:
```
oom: g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOMEM, g_strerror (ENOMEM));
^
../../../src/vfs/vfs-volume-hal.c: In function 'vfs_volume_hal_mount':
../../…
-
Here:
https://github.com/IgnorantGuru/spacefm/blob/next/src/main.c#L819
```
mouse button (0=double 1=left 2=middle 3=right ...
```
-
I suggest including this simple patch to get better icons for:
- hard disk drive and
- removable devices.
Version 0.9.1, with faenza icons and applied patch looks much better than if using gtk-open …
ghost updated
11 years ago
-
When I set the keyboard to type in Hebrew, the keyboard short cuts in SpaceFM such as Control-C don't work. In other file managers that I tested this feature does work properly.
I use SpaceFM 0.8.7 o…
-
## Steps
Note: tested with the branch next and new config (`spacefm -c /new/empty/config`).
1. Create folders so you have the following configuration (the big file is used to have a task running more…
-
In this line:
https://github.com/IgnorantGuru/spacefm/blob/next/src/settings.c#L9806
the explanation says to exit with status 0, but the example code exits with status 1:
```
Prefix your command wi…