This file is indexed.

/usr/lib/python3/dist-packages/udiskie-1.5.1.egg-info/PKG-INFO is in udiskie 1.5.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
Metadata-Version: 1.1
Name: udiskie
Version: 1.5.1
Summary: Removable disk automounter for udisks
Home-page: https://github.com/coldfix/udiskie
Author: Thomas Gläßle
Author-email: t_glaessle@gmx.de
License: MIT
Description: =======
        udiskie
        =======
        
        |Version| |Downloads| |License|
        
        *udiskie* is a UDisks_ front-end that allows to manage removeable media such
        as CDs or flash drives from userspace. Its features include:
        
        - automount removable media when inserted
        - notifications (on insertion, mount, unmount, …)
        - GTK tray icon to manage all available devices
        - command line tools for manual un-/mounting
        - support for LUKS encrypted devices
        - support for loop devices (mounting iso archives, requires UDisks2)
        - password caching
        - works with either udisks1 or udisks2
        - an extensible code base (python)
        - a maintainer who is open for suggestions;)
        
        All features can be indidually enabled or disabled (yes, you can submit
        unmaintainable code and make me salty!)
        
        .. _UDisks: http://www.freedesktop.org/wiki/Software/udisks
        
        
        Documentation
        ~~~~~~~~~~~~~
        
        - Usage_
        - Permissions_
        - Installation_
        
        Miscellaneous:
        
        - `Custom mount paths`_
        - `Acquiring debug information`_
        - `Miscellaneous`_
        
        .. _Usage: https://github.com/coldfix/udiskie/wiki/Usage
        .. _Permissions: https://github.com/coldfix/udiskie/wiki/Permissions
        .. _Installation: https://github.com/coldfix/udiskie/wiki/Installation
        .. _Custom mount paths: https://github.com/coldfix/udiskie/wiki/Custom-mount-paths
        .. _Acquiring debug information: https://github.com/coldfix/udiskie/wiki/Debugging-a-problem
        .. _Miscellaneous: https://github.com/coldfix/udiskie/wiki/Miscellaneous
        
        
        Project pages
        ~~~~~~~~~~~~~
        
        The…
        
        - `Wiki`_ contains installation instructions and additional information.
        - `Man page`_ describes the command line options
        - `Source Code`_ is hosted on github.
        - `Latest Release`_ is available for download on PyPI.
        - `Issue Tracker`_ is the right place to report any issues you encounter,
          ask general questions or suggest new features. There is also a public
          `Mailing List`_ if you prefer email.
        
        
        .. _Wiki: https://github.com/coldfix/udiskie/wiki
        .. _Man Page: https://raw.githubusercontent.com/coldfix/udiskie/master/doc/udiskie.8.txt
        .. _Source Code: https://github.com/coldfix/udiskie
        .. _Latest Release: https://pypi.python.org/pypi/udiskie/
        .. _Issue Tracker: https://github.com/coldfix/udiskie/issues
        .. _Mailing List: https://lists.coldfix.de/mailman/listinfo/udiskie
        
        
        Roadmap
        ~~~~~~~
        
        For the next udiskie versions, I am mainly concerned with quality assurance
        and stability. For one this means reducing the number of supported runtime
        configurations and make the remaining easier to test, i.e.:
        
        - **drop support for python2** to avoid unicode issues and make use of the new
          asyncio module which provides better error handling (stack traces!) than the
          current solution.
        - **drop support for udisks1**. The udisks1 API is rather unfit for the
          asynchronous nature of the problem which has led to numerous bugs and
          problems (plenty more probably waiting to be discovered as we speak)
        - **add automated tests**. needed desperately…
        
        
        .. |Version| image:: http://coldfix.de:8080/v/udiskie/badge.svg
           :target: https://pypi.python.org/pypi/udiskie/
           :alt: Latest Version
        
        .. |Downloads| image:: http://coldfix.de:8080/d/udiskie/badge.svg
           :target: https://pypi.python.org/pypi/udiskie#downloads
           :alt: Downloads
        
        .. |License| image:: http://coldfix.de:8080/license/udiskie/badge.svg
           :target: https://github.com/coldfix/udiskie/blob/master/COPYING
           :alt: License
        
        CHANGELOG
        ---------
        
        1.5.1
        ~~~~~
        Date: 03.06.2016
        
        - fix unicode issue that occurs on python2 when stdout is redirected (in
          particular for zsh autocompletion)
        
        
        1.5.0
        ~~~~~
        Date: 03.06.2016
        
        - make systray menu flat (use ``udiskie --tray --menu smart`` to request the
          old menu) [#119]
        - extend support for loop devices (requires UDisks2) [#101]
        - support ubuntu/unity AppIndicator backend for status icon [#59]
        - add basic utility to obtain info on block devices [#122]
        - add zsh completions [#26]
        - improve UI menu labels for devices
        - fix error when force-ejecting device [#121]
        - respect configured ignore-rules in ``udiskie-umount``
        - fix error message for empty task lists [#123]
        
        
        1.4.12
        ~~~~~~
        Date: 15.05.2016
        
        - log INFO events to STDOUT (#112)
        - fix exception in notifications when action is not available. This concerns
          the retry button in the ``job_failed`` notification, as well as the browse
          action in the ``device_mounted`` notification (#117)
        - don't show 'browse' action in tray menu if unavailable
        
        
        1.4.11
        ~~~~~~
        Date: 13.05.2016
        
        - protect password dialog against garbage collection (which makes the invoking
          coroutine hang up and not unlock the device)
        - fix add_all/remove_all operations: only consider leaf/root devices within
          the handleable devices hierarchy:
        - avoid considering the same device twice (#114)
        - makes sure every handleable device is considered at all in remove_all
        
        
        1.4.10
        ~~~~~~
        Date: 11.05.2016
        
        - signal failing mount/unmount operations with non-zero exit codes (#110)
        - suppress notifications for unhandled devices
        - add rules for docker devices marking them unhandled to avoid excessive
          notifications (#113)
        - allow mounting/unmounting using UUID (#90)
        - prevent warning when starting without X session (#102)
        - can now match against wildcards in config rules (#49)
        
        
        1.4.9
        ~~~~~
        Date: 02.04.2016
        
        - add is_loop and loop_file properties for devices
        - fix recursive mounting of crypto devices (udiskie-mount)
        - prevent empty submenus from showing
        
        
        1.4.8
        ~~~~~
        Date: 09.02.2016
        
        - fix problem with setupscript if utf8 is not the default encoding
        - fix crash when starting without X
        - basic support for loop devices (must be enabled explicitly at this time)
        - fix handling of 2 more error cases
        
        
        1.4.7
        ~~~~~
        Date: 04.01.2016
        
        - fix typo that prevents the yaml config file from being used
        - fix problem with glib/gio gir API on slackware (olders versions?)
        - fix bug when changing device state (e.g. when formatting existing device or
          burning ISO file to device)
        - improve handling of race conditions with udisks1 backend
        - fix notifications for devices without labels
        
        
        1.4.6
        ~~~~~
        Date: 28.12.2015
        
        - cleanup recent bugfixes
        - close some gates for more py2/unicode related bugs
        
        
        1.4.5
        ~~~~~
        Date: 24.12.2015
        
        - fix another bug with unicode data on command line (py2)
        - slightly improve stack traces in async code
        - further decrease verbosity while removing devices
        
        
        1.4.4
        ~~~~~
        Date: 24.12.2015
        
        - fix too narrow dependency enforcement
        - make udiskie slightly less verbose in default mode
        
        
        1.4.3
        ~~~~~
        Date: 24.12.2015
        
        - fix bug with unicode data on python2
        - fix bug due to event ordering in udisks1
        - fix bug due to inavailability of device data at specific time
        
        
        1.4.2
        ~~~~~
        Date: 22.12.2015
        
        - fix regression in get_password_tty
        
        
        1.4.1
        ~~~~~
        Date: 19.12.2015
        
        - fix problem in SmartTray due to recent transition to async
        
        
        1.4.0
        ~~~~~
        Date: 19.12.2015
        
        - go async (with self-made async module for now, until gbulb becomes ready)
        - specify GTK/Notify versions to be imported (hence fix warnings and a problem
          for the tray icon resulting from accidentally importing GTK2)
        - add optional password caching
        
        
        1.3.2
        ~~~~~
        
        - revert "respect the automount flag for devices"
        - make dependency on Gtk optional
        
        
        1.3.1
        ~~~~~
        
        - use icon hints from udev settings in notifications
        - respect the automount flag for devices
        - don't fail if libnotify is not available
        
        
        1.3.0
        ~~~~~
        
        - add actions to "Device added" notification
        - allow to configure which actions should be added to notifications
        
        
        1.2.1
        ~~~~~
        
        - fix unicode issue in setup script
        - update license/copyright notices
        
        
        1.2.0
        ~~~~~
        
        - use UDisks2 by default
        - add --password-prompt command line argument and config file entry
        
        
        1.1.3
        ~~~~~
        
        - fix password prompt for GTK2 (tray is still broken for GTK2)
        - fix minor documentation issues
        
        
        1.1.2
        ~~~~~
        
        - add key ``device_id`` for matching devices rather than only file systems
        - improve documentation regarding dependencies
        
        
        1.1.1
        ~~~~~
        
        - fix careless error in man page
        
        
        1.1.0
        ~~~~~
        
        - implemented internationalization
        - added spanish translation
        - allow to choose icons from a configurable list
        
        
        1.0.4
        ~~~~~
        
        - compatibility with older version of pygobject (e.g. in Slackware 14.1)
        
        
        1.0.3
        ~~~~~
        
        - handle exception if no notification service is installed
        
        
        1.0.2
        ~~~~~
        
        - fix crash when calling udiskie mount/unmount utilites without udisks1
          installed
        
        
        1.0.1
        ~~~~~
        
        - fix crash when calling udiskie without having udisks1 installed
          (regression)
        
        
        1.0.0
        ~~~~~
        
        - port to PyGObject, removing dependencies on pygtk, zenity, dbus-python,
          python-notify
        - use a PyGObject based password dialog
        - remove --password-prompt parameter
        - rename command line parameters
        - add negations for all command line parameters
        
        
        0.8.0
        ~~~~~
        
        - remove the '--filters' parameter for good
        - change config format to YAML
        - change default config path to $XDG_CONFIG_HOME/udiskie/config.yml
        - separate ignore filters from mount option filters
        - allow to match multiple attributes against a device (AND-wise)
        - allow to overwrite udiskies default handleability settings
        - raise exception if --config file doesn't exist
        - add --options parameter for udiskie-mount
        - simplify local installations
        
        
        0.7.0
        ~~~~~
        
        There are some backward incompatible changes, hence the version break:
        
        - command line parameter '-f'/'--filters' renamed to '-C'/'--config'
        - add sections in config file to disable individual mount notifications and
          set defaults for some program options (udisks version, prompt, etc)
        - refactor ``udiskie.cli``, ``udiskie.config`` and ``udiskie.tray``
        - revert 'make udiskie a namespace package'
        - add 'Browse folder' action to tray menu
        - add 'Browse folder' action button to mount notifications
        - add '--no-automounter' command line option to disable automounting
        - add '--auto-tray' command line option to use a tray icon that
          automatically disappears when no actions are available
        - show notifications when devices dis-/appear (can be disabled via config
          file)
        - show 'id_label' in tray menu, if available (instead of mount path or
          device path)
        - add 'Job failed' notifications
        - add 'Retry' button to failed notifications
        - remove automatic retries to unlock LUKS partitions
        - pass only device name to external password prompt
        - add '--quiet' command line option
        - ignore devices ignored by udev rules
        
        
        0.6.4
        ~~~~~
        
        - fix logging in setup.py
        - more verbose log messages (with time) when having -v on
        - fix mounting devices that are added as 'external' and later changed to
          'internal' [udisks1] (applies to LUKS devices that are opened by an udev
          rule for example)
        
        
        0.6.3 (bug fix)
        ~~~~~~~~~~~~~~~
        
        - fix exception in Mounter.detach_device if unable to detach
        - fix force-detach for UDisks2 backend
        - automatically use UDisks2 if UDisks1 is not available
        - mount unlocked devices only once, removes error message on UDisks2
        - mention __ignore__ in man page
        
        0.6.2 (aesthetic)
        ~~~~~~~~~~~~~~~~~
        
        - add custom icons for the context menu of the system tray widget
        
        
        0.6.1 (bug fix)
        ~~~~~~~~~~~~~~~
        
        - fix udisks2 external device detection bug: all devices were considered
          external when using ``Sniffer`` (as done in the udiskie-mount and
          udiskie-umount tools)
        
        
        0.6.0 (udisks2 support, bug fix)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - cache device states to avoid some race conditions
        - show filesystem label in mount/unmount notifications
        - retry to unlock LUKS devices when wrong password was entered twice
        - show 'eject' only if media is available (udisks1 ejects only in this case)
        - (un-) mount/lock notifications shown even when operations failed
        - refactor internal API
        - experimental support for udisks2
        
        
        0.5.3 (feature, bug fix)
        ~~~~~~~~~~~~~~~~~~~~~~~~
        
        - add '__ignore__' config file option to prevent handling specific devices
        - delay notifications until termination of long operations
        
        
        0.5.2 (tray icon)
        ~~~~~~~~~~~~~~~~~
        
        - add tray icon (pygtk based)
        - eject / detach drives from command line
        
        
        0.5.1 (mainly internal changes)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - use setuptools entry points to create the executables
        - make udiskie a namespace package
        
        
        0.5.0 (LUKS support)
        ~~~~~~~~~~~~~~~~~~~~
        
        - support for LUKS devices (using zenity for password prompt)
        - major refactoring
        - use setuptools as installer
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Utilities