-
On Xubuntu 11.10, I use SpaceFM (with the argument `--desktop`) instead of xfdesktop to manage my desktop.
The problem is when I double click on a folder on the desktop, a new SpaceFM window is opene…
-
**Steps:**
1. In a terminal:
```
$ mkdir -m 500 folder1
$ stat -c %a folder1
500
$ mkdir -m 700 folder2
$ stat -c %a folder2
700
$ mv -T folder1 folder2
$ stat -c %a fol…
-
I have an encrypted (`crypto_LUKS`) USB removable device that I can't access with SpaceFM (0.7.5). The device list is as follows:
```
sdb1 931G ---
sr0 2M ISOIMAGE /media/ISOIMAGE
```
When I right-c…
-
**Steps:**
1. Create a custom command and set _Input_ for the command's style.
2. Run the custom command. A dialog will ask to enter a value. Say the value entered was _blablabla_.
3. Run the custom c…
-
## Steps 1
1. Create a custom command and set a key (for example _Ctrl+Shift+W_).
2. Export this custom command.
3. You can delete the custom command. We don't need it anymore.
4. Go to _Plugin > Inst…
-
In a script, we can use the function `fm_new_tmp` to create a new temporary directory:
```
tmpDir=$(fm_new_tmp)
```
This function is declared in [`src/settings.c`](https://github.com/IgnorantGuru/sp…
-
Hello,
If file system created directly on block device without partitioning, then they are listed as "no media" in the devices list (if you enable Settings->Show->Empty Drives). However if you click …