summaryrefslogtreecommitdiff
path: root/examples/background-image.py
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20Examples: remove use of Python 2/3 incompatible urllib/urlparse.Patrick Monnerat1-21/+4
Plus some other rewriting to improve lisibility.
2019-01-30Modernize examplesPatrick Monnerat1-4/+23
The example extension scripts need to be in sync with new versions of referenced foreign packages. This commit also makes them compatible with Python version 3 (retaining Python 2 compatibility). An additional example extension "mixed" is added: it implements all caja extension features and can also be used as a new extension pattern. See source header comment for a description. Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457257832
2016-08-24examples: add dummy function to background-image extensionmonsta1-0/+3
seems like the only way to fix Caja warning: caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER (provider)' failed
2016-08-23examples: fix Caja crash when loading background-image extensionmonsta1-1/+1
due to wrong background schema name
2013-01-22Port examples to g-i and gsettingsYaakov Selkowitz1-13/+9
2012-01-13initial import from Mate-Extra repoStefano Karapetsas1-0/+40