Non è una questione di vita o di morte, ma ne va dell'onore di un sistema operativo.
Da molto tempo sono oramai ammaliato dalla saggezza di
Wanda the fish. Dopo il passaggio a Gnome 3 però è scomparsa, allora ho installato il comando "fortune" e la ascolto da terminale, ma ora mi sono rotto...
Qualcuno ha fatto
questo programma in java - di cui io sono digiuno - che per altro ho scoperto essere già naturalmente presente sulla mia versione di Fedora.
Allora pensavo di trovare un qualche modo (a cui ancora non ho pensato) per aggiungere questa applicazione all'avvio magari eseguendo la stringa "rhino wanda.js" che dovrebbe compilarlo e lanciarlo.
Osservando che rhino era già installato, ho quindi provato a eseguire questo comando da terminale, ma ottengo questa sfilza di errori che sono basilarmente tutti lo stesso e che mi sembrano poco sensati.
Code: Select all
js: "wanda.js", line 31: missing ; before statement
js: let file = GLib.build_filenamev([global.datadir, GNOME_PANEL_PIXMAPDIR, fish + '.fish']);
js: ................^
js: "wanda.js", line 40: missing ; before statement
js: let tmpPixbuf = GdkPixbuf.Pixbuf.new_from_file(this._imageFile);
js: .........................^
js: "wanda.js", line 87: missing ; before statement
js: let n = this._animations.get_n_children();
js: .............^
js: "wanda.js", line 118: missing ; before statement
js: let text;
js: ................^
js: "wanda.js", line 145: missing ; before statement
js: let monitor = Main.layoutManager.primaryMonitor;
js: ...................^
js: "wanda.js", line 208: missing ; before statement
js: let icon = new WandaIconBin(resultMeta.id, resultMeta.name);
js: ................^
[due@due ui]$ rhino wanda.js
js: "wanda.js", line 31: missing ; before statement
js: let file = GLib.build_filenamev([global.datadir, GNOME_PANEL_PIXMAPDIR, fish + '.fish']);
js: ................^
js: "wanda.js", line 40: missing ; before statement
js: let tmpPixbuf = GdkPixbuf.Pixbuf.new_from_file(this._imageFile);
js: .........................^
js: "wanda.js", line 87: missing ; before statement
js: let n = this._animations.get_n_children();
js: .............^
js: "wanda.js", line 118: missing ; before statement
js: let text;
js: ................^
js: "wanda.js", line 145: missing ; before statement
js: let monitor = Main.layoutManager.primaryMonitor;
js: ...................^
js: "wanda.js", line 208: missing ; before statement
js: let icon = new WandaIconBin(resultMeta.id, resultMeta.name);
js: ................^
Qualcuno ha un'idea migliore?