File cinnamon-fix-typelib-false-positive.patch of Package cinnamon
--- a/js/ui/indicatorManager.js
+++ b/js/ui/indicatorManager.js
@@ -1039,7 +1039,7 @@ IndicatorActor.prototype = {
// FIXME: The Tooltips are an object and is render in html format. To show the real tooltips
// (this._indicator.toolTip), we will need a good html parser.
- // In the tooltips implementation, maybe imports.gi.WebKit and use Webkit.WebView and then loadData.
+ // In the tooltips implementation, maybe import gi.WebKit and use Webkit.WebView and then loadData.
// So instead we will used the title as a tooltip.
getToolTip: function() {
return this._indicator.title;