Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Fedora 29 on Nemo file manager #252

Closed
juanrad opened this issue Jan 30, 2019 · 2 comments
Closed

Not working on Fedora 29 on Nemo file manager #252

juanrad opened this issue Jan 30, 2019 · 2 comments

Comments

@juanrad
Copy link

juanrad commented Jan 30, 2019

Launching from terminal outputs this:

Traceback (most recent call last):
  File "/usr/share/nemo-python/extensions/RabbitVCS.py", line 71, in <module>
    import rabbitvcs.vcs.status
  File "/usr/lib/python3.7/site-packages/rabbitvcs/vcs/status.py", line 403, in <module>
    class TestStatusObjects(unittest.TestCase):
  File "/usr/lib/python3.7/site-packages/rabbitvcs/vcs/status.py", line 408, in TestStatusObjects
    os.path.join(base, chr(x)) for x in range(97,123) 
  File "/usr/lib/python3.7/site-packages/rabbitvcs/vcs/status.py", line 408, in <listcomp>
    os.path.join(base, chr(x)) for x in range(97,123) 
NameError: name 'base' is not defined
@X3MBoy
Copy link

X3MBoy commented Feb 21, 2019

I'm having the same issue

# ealucena @ MOEALUCENA in ~ [14:51:40] 
$ lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch
Distributor ID:	Fedora
Description:	Fedora release 29 (Twenty Nine)
Release:	29
Codename:	TwentyNine

# ealucena @ MOEALUCENA in ~ [14:51:47] 
$ uname -a
Linux MOEALUCENA 4.20.10-200.fc29.x86_64 #1 SMP Fri Feb 15 18:33:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

# ealucena @ MOEALUCENA in ~ [14:51:48] 
$ python -V
Python 2.7.15

# ealucena @ MOEALUCENA in ~ [14:51:53] 
$ python3 -V
Python 3.7.2

# ealucena @ MOEALUCENA in ~/.config/rabbitvcs [14:52:34] C:1
$ dnf info rabbitvcs-core-0.17.1-9.fc29.noarch rabbitvcs-nemo-0.17.1-9.fc29.noarch 
Installed Packages
Name         : rabbitvcs-core
Version      : 0.17.1
Release      : 9.fc29
Architecture : noarch
Size         : 1.5 M
Source       : rabbitvcs-0.17.1-9.fc29.src.rpm
Repository   : @System
From repo    : updates
Summary      : Common package of RabbitVCS
URL          : http://rabbitvcs.org
License      : GPLv2+
Description  : Contains files shared between the RabbitVCS extensions.

Name         : rabbitvcs-nemo
Version      : 0.17.1
Release      : 9.fc29
Architecture : noarch
Size         : 24 k
Source       : rabbitvcs-0.17.1-9.fc29.src.rpm
Repository   : @System
From repo    : updates
Summary      : Nemo extension for RabbitVCS
URL          : http://rabbitvcs.org
License      : GPLv2+
Description  : An extension for Nemo to allow better integration with the
             : source control system.

@monnerat
Copy link

monnerat commented Jun 9, 2019

This now works from a master branch snapshot. For Fedora package bugs (or request for a package update), use https://bugzilla.redhat.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants