bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

Fedora COPR package is broken #11

Closed dralley closed 7 years ago

dralley commented 7 years ago

At least with Fedora 25, I have not tried other versions. It also does not appropriately declare nautilus-python a dependency. Even after installing this it does not work however.

bilelmoussaoui commented 7 years ago

Sorry, but i'm not the package maintainer of the Fedora COPR package. So i can't fix it. When you run those from terminal what happens?

nautilus -q
nautilus 

Please paste the output here. Thanks!

bilelmoussaoui commented 7 years ago

@HeikoAdams Any idea about the COPR package? Sorry for the ping :)

dralley commented 7 years ago

@bil-elmoussaoui There's no output

HeikoAdams commented 7 years ago

nautilus-python is declared as a dependency for tilix-nautilus:

%package nautilus
Summary:        %{name} Nautilus integration
Group:          Applications/System
Requires:       nautilus-extensions
Requires:       nautilus-python
Requires:       %{name} = %{version}-%{release}
Obsoletes:  terminix-nautilus <= %{version}-%{release}
dralley commented 7 years ago

@HeikoAdams But not nautilus-git. My problem has nothing to do with tilix-nautilus.

nautilus-git.spec:

...
BuildRequires:  pkgconfig(gobject-introspection-1.0)

Requires:       nautilus
BuildArch:      noarch
...
dralley commented 7 years ago

@bil-elmoussaoui I installed from source and it seems to work fine, so it's just the COPR. You can close the issue if you like.

bilelmoussaoui commented 7 years ago

@dralley Thanks! I will close this and hope @HeikoAdams will fix it pretty soon :+1: