rrerolle / unity-lens-tomboy

Ubuntu unity lens for Tomboy notes access
GNU General Public License v3.0
14 stars 2 forks source link

Tomboy Lens doesn't work in saucy (Ubuntu 13.10) #2

Open khurshid-alam opened 11 years ago

khurshid-alam commented 11 years ago

When I run /usr/lib/unity-lens-tomboy/unity-lens-tomboy from terminal it gives me following error:

Traceback (most recent call last):
  File "/usr/lib/unity-lens-tomboy/unity-lens-tomboy", line 13, in <module>
    class TomboyLens(Unity.Lens):
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 313, in __getattr__
    return getattr(self._introspection_module, name)
  File "/usr/lib/python2.7/dist-packages/gi/module.py", line 134, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Unity' object has no attribute 'Lens'

It seems (to me) that its a python-2.7 related error. But I checked, python-2.7 is pre-installed with saucy.

rrerolle commented 11 years ago

Hi, sadly I'm not using Unity anymore, so I can't really test it for now. One thing though, you shouldn't really need this lens in Saucy anymore, since Tomboy notes searching is now integrated in the Dash by default.

You can search Tomboy notes either by:

2013/10/18 Khurshid Alam notifications@github.com

When I run /usr/lib/unity-lens-tomboy/unity-lens-tomboy from terminal it gives me following error:

Traceback (most recent call last): File "/usr/lib/unity-lens-tomboy/unity-lens-tomboy", line 13, in class TomboyLens(Unity.Lens): File "/usr/lib/python2.7/dist-packages/gi/module.py", line 313, in getattr return getattr(self._introspection_module, name) File "/usr/lib/python2.7/dist-packages/gi/module.py", line 134, in getattr self.name, name)) AttributeError: 'gi.repository.Unity' object has no attribute 'Lens'

It seems (to me) that its a python-2.7 related error. But I checked, python-2.7 is pre-installed with saucy.

— Reply to this email directly or view it on GitHubhttps://github.com/rrerolle/unity-lens-tomboy/issues/2 .

khurshid-alam commented 11 years ago

Actually, I use Gnote. Anyway, Thanks. I will look into it.

On Fri, Oct 18, 2013 at 1:51 PM, Rémi Rérolle notifications@github.com wrote:

Hi, sadly I'm not using Unity anymore, so I can't really test it for now.

One thing though, you shouldn't really need this lens in Saucy anymore,

since Tomboy notes searching is now integrated in the Dash by default.

You can search Tomboy notes either by:

  • Opening the dash and typing notes:
  • In the dash filtering options, choose Tomboy as a source

2013/10/18 Khurshid Alam notifications@github.com

When I run /usr/lib/unity-lens-tomboy/unity-lens-tomboy from terminal it

gives me following error:

Traceback (most recent call last):

File "/usr/lib/unity-lens-tomboy/unity-lens-tomboy", line 13, in

``` class TomboyLens(Unity.Lens): ``` File "/usr/lib/python2.7/dist-packages/gi/module.py", line 313, in **getattr** ``` return getattr(self._introspection_module, name) ``` File "/usr/lib/python2.7/dist-packages/gi/module.py", line 134, in **getattr** ``` self.__name__, name)) ``` AttributeError: 'gi.repository.Unity' object has no attribute 'Lens' It seems (to me) that its a python-2.7 related error. But I checked, python-2.7 is pre-installed with saucy. — Reply to this email directly or view it on GitHubhttps://github.com/rrerolle/unity-lens-tomboy/issues/2 .

— Reply to this email directly or view it on GitHub.