Skip to content

coldfix/udiskie

Repository files navigation

udiskie

Version License: MIT Translations

udiskie is a udisks2 front-end that allows to manage removable media such as CDs or flash drives from userspace.

Screenshot

Its features include:

  • automount removable media
  • notifications
  • tray icon
  • command line tools for manual un-/mounting
  • LUKS encrypted devices
  • unlocking with keyfiles (requires udisks 2.6.4)
  • loop devices (mounting iso archives)
  • password caching (requires python keyutils 0.3)

All features can be individually enabled or disabled.

NOTE: support for python2 and udisks1 have been removed. If you need a version of udiskie that supports python2, please check out the 1.7.X releases or the maint-1.7 branch.

Links

Contributing

udiskie is developed on github. Feel free to contribute patches as pull requests here. If you don't have nor want a github account, you can send me the relevant files via email.

Further resources:

Translations

Translations by users are always welcome. There are currently two main ways to edit translations:

Weblate

I have setup a Weblate UI to make translation editing more convenient. This is so far experimental. Please let me know if you encounter any issues. I may decide remove this interface in the future because it sucks the RAM out of my server.

Manually

The corresponding files are in the lang subfolder. In order to create a new translation, find out the locale name for your language, e.g. es_ES for Spanish, and create a translation file in the lang folder as follows:

cd lang
make es_ES.po

or simply copy the udiskie.pot to a .po file with the name of the target locale and start editing. It's also best to fill in your name and email address.

The translations may become outdated as udiskie changes. If you notice an outdated translation, please edit the corresponding .po file in submit a patch, even for very small changes.

In order to test udiskie with your locally edited translation files, type (still from the lang folder):

export TEXTDOMAINDIR=$PWD/../build/locale
export LANG=es_ES.UTF-8

make mo

udiskie

About

Automounter for removable media

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 29