File cinnamon-fix-typelib-false-positive.patch of Package cinnamon
Index: cinnamon-4.2.3/js/ui/indicatorManager.js
===================================================================
--- cinnamon-4.2.3.orig/js/ui/indicatorManager.js
+++ cinnamon-4.2.3/js/ui/indicatorManager.js
@@ -1055,7 +1055,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;