GNOME Bugzilla – Bug 696467
gedit-plugins: dashboard: uri = u" → ".join(uri[0:len(uri) - 1]): SyntaxError: invalid syntax
Last modified: 2020-11-24 10:17:03 UTC
When I try to use the dashboard plugin from current gedit-plugins git, I get: Traceback (most recent call last):
+ Trace 231677
from .dashboard import Dashboard
uri = u" → ".join(uri[0:len(uri) - 1])
Created attachment 239641 [details] [review] Fix syntax error
The plugin still doesn't work because zeitgeist can not be imported. I guess there's no python3 zeitgeist module available?!
Afaik seif is porting the plugin to python3 but no news yet...
Comment on attachment 239641 [details] [review] Fix syntax error Pushed this although I still think this plugin needs more work.
Mass-closing of all gedit-plugins bugzilla tickets. Special "code" to find again all those gedit-plugins bugzilla tickets that were open before the mass-closing: 2bfe1b0590a78457e1f1a6a90fb975f5878cb60064ccfe1d7db76ca0da52f0f3 By searching the above sha256sum in bugzilla, the gedit contributors can find again the tickets. We may be interested to do so when we work on a specific area of the code, to at least know the known problems and possible enhancements. We do this mass-closing because bugzilla.gnome.org is being replaced by gitlab.gnome.org.