After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696467 - gedit-plugins: dashboard: uri = u" → ".join(uri[0:len(uri) - 1]): SyntaxError: invalid syntax
gedit-plugins: dashboard: uri = u" → ".join(uri[0:len(uri) - 1]): SyntaxError...
Status: RESOLVED OBSOLETE
Product: gedit-plugins
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-23 19:12 UTC by Thomas Bechtold
Modified: 2020-11-24 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix syntax error (1.01 KB, patch)
2013-03-23 19:41 UTC, Thomas Bechtold
committed Details | Review

Description Thomas Bechtold 2013-03-23 19:12:09 UTC
When I try to use the dashboard plugin from current gedit-plugins git, I get:

Traceback (most recent call last):
  • File "/home/tom/devel/gnome/build/lib64/gedit/plugins/dashboard/__init__.py", line 23 in <module>
    from .dashboard import Dashboard
  • File "/home/tom/devel/gnome/build/lib64/gedit/plugins/dashboard/dashboard.py", line 325
    uri = u" → ".join(uri[0:len(uri) - 1])
SyntaxError: invalid syntax

Comment 1 Thomas Bechtold 2013-03-23 19:41:15 UTC
Created attachment 239641 [details] [review]
Fix syntax error
Comment 2 Thomas Bechtold 2013-03-23 19:42:30 UTC
The plugin still doesn't work because zeitgeist can not be imported. I guess there's no python3 zeitgeist module available?!
Comment 3 Ignacio Casal Quinteiro (nacho) 2013-03-24 09:17:33 UTC
Afaik seif is porting the plugin to python3 but no news yet...
Comment 4 Ignacio Casal Quinteiro (nacho) 2013-03-25 19:52:01 UTC
Comment on attachment 239641 [details] [review]
Fix syntax error

Pushed this although I still think this plugin needs more work.
Comment 5 Sébastien Wilmet 2020-11-24 10:17:03 UTC
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.