File compizconfig-settings-manager-profile-extensions.patch of Package compizconfig-settings-manager
Index: ccm/Pages.py
===================================================================
--- ccm/Pages.py.orig
+++ ccm/Pages.py
@@ -840,6 +840,8 @@ class ProfileBackendPage(object):
dlg.set_markup(_("Do you want to skip default option values while exporting your profile?"))
ret = dlg.run()
dlg.destroy()
+ if not path.endswith(".profile"):
+ path = "%s.profile" % path
self.Context.Export(path, ret == gtk.RESPONSE_YES)
def ImportProfileDialog (self, main):