Fixes:
Bug 735940 - if filter target folder is moved, all subsequent filters
got their targets set to this folder
Bug 733731 - hang when switching folders on IMAP server
This application can search for files in a given directory, matching
their names or contents.
It doesn't require any indexation tool, and as such is lightweight but
slow.
ok robert@
Baobab is able to scan either specific directories or the whole
filesystem, in order to give the user a graphical tree representation
including each directory size or percentage in the branch. It also
auto-detects in real-time any change made to your home folder as far as
any mounted/unmounted device
ok robert@
Me and My Shadow is a puzzle/platform game where you control not only a
character, but also its shadows following the moves recorded by the
main character at distance. The game has an interesting concept and
rather unique gameplay.
ok kili@
WWW: http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
This is is a collection of 34 well-known puzzle games, all built around a
common portable framework by Simon Tatham. They're perfect to slack
during a compilation. Local improvements :
- add 'online help' menu item opening help in web browser through xdg-open
- install icons and generate .desktop files for nice desktop integration
ok sthen@
GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME
desktop.
ok robert@
(not hooked yet as it requires uncommitted bits)
Iniparse is an INI parser for Python which is API compatible with the
standard library's ConfigParser, preserves structure of INI files (order
of sections & options, indentation, comments, and blank lines are
preserved when data is updated), and is more convenient to use.