summaryrefslogtreecommitdiff
path: root/nautilus (follow)
AgeCommit message (Collapse)Author
2017-12-07Nautilus extension: avoid spamming the logs due to missing method.intrigeri
Without this change I see a dozen or so warnings in the Journal: nautilus_menu_provider_get_background_items: assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed Nautilus upstream developers are going to discuss if/how they want to address this on their side; in the meantime they recommend simply adding a no-op method to silence the logs, so here we go.
2017-03-18Make the Nautilus extension work again.intrigeri
It was broken since commit 0d1fe2555e90db35eeb531a1b6026ff64f1f5ae5, i.e. in the MAT 0.6 and 0.6.1 releases. The impact is: the MAT extension for Nautilus fails to clean metadata, without making the user aware of it. This bug was discovered by the Tails contributor sajolida, and initially reported to Debian as https://bugs.debian.org/858058.
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-02Document and simplify a bit the nautilus extension codejvoisin
- Document some methods and the class - Simplify a condition
2015-11-26Clean up a bit the nautilus-extensio codejvoisin
2015-11-26Make the logging more pep-282 compliantjvoisin
See https://www.python.org/dev/peps/pep-0282/ for details, but basically this is commit leaves the string replacement to the logging function, instead of doing it in place in its parameters with the '%' operator.
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-30More pep8 conformancejvoisin
2013-10-28The nautilus plugin warns if the file is non-writablejvoisin
2013-07-17Fix typojvoisin
2013-07-13Nautilus extension: add icon to popup menuTails developers
2013-07-13Add nautilus extensionTails developers