Package Details: udisksvm 2.6.4-1

Git Clone URL: https://aur.archlinux.org/udisksvm.git (read-only, click to copy)
Package Base: udisksvm
Description: GUI UDisks wrapper for removable media
Upstream URL: https://bbs.archlinux.org/viewtopic.php?id=112397
Licenses: GPL
Submitter: berbae
Maintainer: berbae
Last Packager: berbae
Votes: 26
Popularity: 0.059077
First Submitted: 2011-02-16 16:09 (UTC)
Last Updated: 2024-03-10 14:28 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

berbae commented on 2013-08-30 13:20 (UTC)

* 2.3.1-1 : Code modified to pass a PEP8 Python style guide compliance test. Don't show jobs objects added and removed. Use only string methods. Use get_block(), get_filesystem(), get_partition(), get_drive() instead of the get_interface('...') method. Use 'is not None' in tests. Change 'audiotracks' with 'numaudio' names. Use all uppercase constant names. Use 'except Exception:' in traydvm script. Change name of popup menu name from 'udisksvm' to 'traydvm'.

berbae commented on 2013-08-06 13:27 (UTC)

2.3.0 release: New feature: notifications of 'Mount' and 'UnMount' actions or of errors when executing actions this can be disabled by the '-s', '--silent' command line option Important change: automounting is disabled by default and enabled by the '-a', '--auto' command line option added the 'sync' mount option for 'ext2' file system better management of added objects small improvements of code

berbae commented on 2013-07-12 15:27 (UTC)

2.2.4 release: Replace the 'gi._glib.GError' exception with 'GLib.GError' Remove the 'ntfs-3g' file system type which is rejected by UDisks2

dustball commented on 2013-06-27 23:51 (UTC)

Automounting /dev/sdb1... Traceback (most recent call last): File "/usr/bin/udisksvm", line 174, in action_on_object mountpath = ifilesystem.call_mount_sync(vparam, None) File "/usr/lib/python3.3/site-packages/gi/types.py", line 113, in function return info.invoke(*args, **kwargs) gi._glib.GError: GDBus.Error:org.freedesktop.UDisks2.Error.OptionNotPermitted: Requested filesystem type `ntfs-3g' is neither well-known nor in /proc/filesystems nor in /etc/filesystems During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/udisksvm", line 193, in handler_on_object_added action_on_object(object_added, None) File "/usr/bin/udisksvm", line 175, in action_on_object except gi._glib.GError: AttributeError: 'module' object has no attribute 'GError'

berbae commented on 2013-04-22 20:47 (UTC)

2.2.3 release: Don't use signal handler anymore to end processes But use the KeyboardInterrupt exception So <Ctrl-C> or SIGINT ends 'udisksvm' and 'traydvm'

berbae commented on 2013-01-12 10:37 (UTC)

2.2.2 release: Using python3 again Changed the call_sync method with call_mount_sync, call_unmount_sync and call_eject_sync of the udisks2 filesystem interface; they are easier and lighter to use.

berbae commented on 2012-10-18 13:04 (UTC)

2.2.1 release: Using python2 because the gobject introspection scheme is broken with new python 3.3.0 release

berbae commented on 2012-10-14 21:46 (UTC)

Changelog for 2.2: Added connection to 'interface-added' signal, to act on Filesystem interface addition to an already present object Added default values to 'iscontainer' and 'iscontained' variables when there is no Partition interface In traydvm, change in the detection of optical disk, using the Drive interface 'Optical' property

berbae commented on 2012-08-02 14:47 (UTC)

Changelog for 2.1.1: Bug fix when there is no CD/DVD drive at /dev/sr0

berbae commented on 2012-07-10 10:05 (UTC)

Changelog for 2.1: Improving/optimizing the code: Don't use the 'IdUsage' property anymore, the test of the filesystem interface is better Don't use the 'Number' property of the partition interface anymore but use the 'IsContainer' and 'IsContained' properties to, presently, limit the mounting on block devices to plain partitions Improve the 'handler_on_changed' function in the udiskvm script to act only if one tested property on optical disk has changed since last call to it Better identified messages from traydvm, when the debug option is used: they are prefixed with '-----traydvm----->' Simplification of the 'setup_sensitive' function to only look for a change in mountpoints The traydvm script ignores all changes made to partitions or file system types or label, while it is running; if such changes are made on a device, while traydvm is running on it, the device has first to be plugged out/in to re-launch traydvm on it