bovender / indicator-ip

Ubuntu indicator that displays local and external IP addresses.
34 stars 5 forks source link

WIP: python 3+ copy to clipboard + proxy support #17

Closed Sispheor closed 5 years ago

Sispheor commented 5 years ago

Hi, this is a work in progress. I just wanted to know if you would be interested into merging it.

I created a side entry point indicator-ip-refacto.py that will need to be merge woth the current one if you want this change.

edit: I targeted the master branch because it seems that the "develop" one haven't been rebased onto master yet.

bovender commented 5 years ago

Thanks very much! However, there seems to be a missing requiremend?

daniel@UbuntuDev:/media/sf_Code/indicator-ip$ python3 indicator-ip-refacto.py 
Traceback (most recent call last):
  File "indicator-ip-refacto.py", line 7, in <module>
    gi.require_version('AppIndicator3', '0.1')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AppIndicator3 not available

I verified that the python3-gi package is installed, as per the dev instructions in the revised README.

As I said, I'm unfortunately not a Python programmer (this was a side project that I forked from someone else's), so I'd appreciate your help with this.

Sispheor commented 5 years ago

I finally re created this app from scratch.