Review of "Mounter" version 1

Details Page Preview

Mount and umount fstab entries with 'noauto,user' options. /etc/fstab example that will be picked up and listed by the extension: 192.168.1.1:/mnt/data/users/martin /mnt/server-martin nfs noauto,user,noatime,rw 0 0 Toggle the menu with the shortcut: CTRL + ALT + m

Extension Homepage
https://gitlab.com/martinhjartmyr/gnome-shell-extension-mounter

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

andyholmes active
Note that although `GLib.free()` is (mistakenly) in the documentation, you should never call memory-freeing functions in GJS since the JavaScript engine owns and manages all memory. Fortunately this function doesn't actually work in GJS, as the memory pointer is converted to a native `void` type, otherwise this would definitely segfault gnome-shell.