How to install RabbitVCS on CentOS 7 & nautlius 3?
I haven't found any solution working so far :( What I've tried so far was follow steps from the manual.
First I installed all required packages (at least I think so, naming isn't always the same) .
List of packages:
- pygtk2 (2.24.0-9)
- python-configobj (4.7.2-7)
- pygobject2 (2.28.6-11)
- pygobject3 (3.8.2-6)
- python-simplejson (3.3.3-1)
- pysvn (1.7.6-10)
- subversion-python (1.8.11-1)
- subversion (1.8.11-1)
Second i tried running setup.py install
where I was getting error on line 165 when icon cache is deleted and recreated. I couldn't find gtk-update-icon-cache-3.0
executable on my distro so I just changed the executable name with gtk-update-icon-cache
. Not sure if that is the right way or not.
Note: No rabbitvcs binary was found after running setup.py install
command. I think the setup.py
script could be a little more verbose :)
From there I followed nautilus-3 README. I couldn't find any nautilus-python package. Not sure how to deal with this problem, any hints? I did find this link, but I don't know what to do with it. I ignored the missing package and created /usr/share/nautilus-python/extensions
manually and copied the RabbitVCS.py
. Restarted nautilus without success :|
It's a shame no one is dealing with this problem, since the damn Windows got me hooked with tortoisesvn and unfortunately I also had to switch from CentOS 6 to CentOS 7.
centos nautilus subversion
add a comment |
I haven't found any solution working so far :( What I've tried so far was follow steps from the manual.
First I installed all required packages (at least I think so, naming isn't always the same) .
List of packages:
- pygtk2 (2.24.0-9)
- python-configobj (4.7.2-7)
- pygobject2 (2.28.6-11)
- pygobject3 (3.8.2-6)
- python-simplejson (3.3.3-1)
- pysvn (1.7.6-10)
- subversion-python (1.8.11-1)
- subversion (1.8.11-1)
Second i tried running setup.py install
where I was getting error on line 165 when icon cache is deleted and recreated. I couldn't find gtk-update-icon-cache-3.0
executable on my distro so I just changed the executable name with gtk-update-icon-cache
. Not sure if that is the right way or not.
Note: No rabbitvcs binary was found after running setup.py install
command. I think the setup.py
script could be a little more verbose :)
From there I followed nautilus-3 README. I couldn't find any nautilus-python package. Not sure how to deal with this problem, any hints? I did find this link, but I don't know what to do with it. I ignored the missing package and created /usr/share/nautilus-python/extensions
manually and copied the RabbitVCS.py
. Restarted nautilus without success :|
It's a shame no one is dealing with this problem, since the damn Windows got me hooked with tortoisesvn and unfortunately I also had to switch from CentOS 6 to CentOS 7.
centos nautilus subversion
add a comment |
I haven't found any solution working so far :( What I've tried so far was follow steps from the manual.
First I installed all required packages (at least I think so, naming isn't always the same) .
List of packages:
- pygtk2 (2.24.0-9)
- python-configobj (4.7.2-7)
- pygobject2 (2.28.6-11)
- pygobject3 (3.8.2-6)
- python-simplejson (3.3.3-1)
- pysvn (1.7.6-10)
- subversion-python (1.8.11-1)
- subversion (1.8.11-1)
Second i tried running setup.py install
where I was getting error on line 165 when icon cache is deleted and recreated. I couldn't find gtk-update-icon-cache-3.0
executable on my distro so I just changed the executable name with gtk-update-icon-cache
. Not sure if that is the right way or not.
Note: No rabbitvcs binary was found after running setup.py install
command. I think the setup.py
script could be a little more verbose :)
From there I followed nautilus-3 README. I couldn't find any nautilus-python package. Not sure how to deal with this problem, any hints? I did find this link, but I don't know what to do with it. I ignored the missing package and created /usr/share/nautilus-python/extensions
manually and copied the RabbitVCS.py
. Restarted nautilus without success :|
It's a shame no one is dealing with this problem, since the damn Windows got me hooked with tortoisesvn and unfortunately I also had to switch from CentOS 6 to CentOS 7.
centos nautilus subversion
I haven't found any solution working so far :( What I've tried so far was follow steps from the manual.
First I installed all required packages (at least I think so, naming isn't always the same) .
List of packages:
- pygtk2 (2.24.0-9)
- python-configobj (4.7.2-7)
- pygobject2 (2.28.6-11)
- pygobject3 (3.8.2-6)
- python-simplejson (3.3.3-1)
- pysvn (1.7.6-10)
- subversion-python (1.8.11-1)
- subversion (1.8.11-1)
Second i tried running setup.py install
where I was getting error on line 165 when icon cache is deleted and recreated. I couldn't find gtk-update-icon-cache-3.0
executable on my distro so I just changed the executable name with gtk-update-icon-cache
. Not sure if that is the right way or not.
Note: No rabbitvcs binary was found after running setup.py install
command. I think the setup.py
script could be a little more verbose :)
From there I followed nautilus-3 README. I couldn't find any nautilus-python package. Not sure how to deal with this problem, any hints? I did find this link, but I don't know what to do with it. I ignored the missing package and created /usr/share/nautilus-python/extensions
manually and copied the RabbitVCS.py
. Restarted nautilus without success :|
It's a shame no one is dealing with this problem, since the damn Windows got me hooked with tortoisesvn and unfortunately I also had to switch from CentOS 6 to CentOS 7.
centos nautilus subversion
centos nautilus subversion
edited 2 hours ago
Rui F Ribeiro
41.5k1483140
41.5k1483140
asked Jul 14 '15 at 8:35
krizajbkrizajb
11817
11817
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I too struggled for installing rabbitvcs+nautilus but I ended with rabbitvcs+Thunar. To get it working on CentOS 7 do following:
Download following packages from here:
rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch
rabbitvcs-core-0.14.2.1-5.el7.centos.noarch
rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64
thunarx-python-0.2.3-5.el7.centos.x86_64
Open terminal as root user and run following commands
yum install thunar gtk-doc Thunar-devel
yum install meld pysvn python-dulwich python-simplejson subversion
rpm -ivh rabbitvcs-core-0.14.2.1-5.el7.centos.noarch.rpm rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch.rpm thunarx-python-0.2.3-5.el7.centos.x86_64.rpm rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64.rpm
open thunar explorer and check context menu, rabbitvcs menu should be available to you to serve.
Hope this serves the purpose you are looking for.
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
add a comment |
Based on guidelines from Dipak Chaudhari, I completely installed RabbitVCS and Nautilus.
On terminal, install packages:
yum install meld pysvn python-dulwich python-simplejson subversion
(and maybe other packages if your system misses:
pygtk
,python-configobj
,python-gobject
,python-gtkspell
,python-svn
,git
)
Go to http://rpm.pbone.net, search and download (search in Fedora 19 and CentOS 7):
rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rabbitvcs-core-0.16-1.fc19.noarch.rpm
nautilus-python-1.1-4.fc19.x86_64.rpm
nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Then install them on terminal in the order as listed below (you can install on one line):
rpm -ivh rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rpm -ivh rabbitvcs-core-0.16-1.fc19.noarch.rpm
rpm -ivh nautilus-python-1.1-4.fc19.x86_64.rpm
rpm -ivh nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rpm -ivh rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Restart the system. Open File Manager. Create new folder.
Right click on that folder and you can see RabbitCVS on the submenu.
Hope this helps.
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f215856%2fhow-to-install-rabbitvcs-on-centos-7-nautlius-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I too struggled for installing rabbitvcs+nautilus but I ended with rabbitvcs+Thunar. To get it working on CentOS 7 do following:
Download following packages from here:
rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch
rabbitvcs-core-0.14.2.1-5.el7.centos.noarch
rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64
thunarx-python-0.2.3-5.el7.centos.x86_64
Open terminal as root user and run following commands
yum install thunar gtk-doc Thunar-devel
yum install meld pysvn python-dulwich python-simplejson subversion
rpm -ivh rabbitvcs-core-0.14.2.1-5.el7.centos.noarch.rpm rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch.rpm thunarx-python-0.2.3-5.el7.centos.x86_64.rpm rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64.rpm
open thunar explorer and check context menu, rabbitvcs menu should be available to you to serve.
Hope this serves the purpose you are looking for.
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
add a comment |
I too struggled for installing rabbitvcs+nautilus but I ended with rabbitvcs+Thunar. To get it working on CentOS 7 do following:
Download following packages from here:
rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch
rabbitvcs-core-0.14.2.1-5.el7.centos.noarch
rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64
thunarx-python-0.2.3-5.el7.centos.x86_64
Open terminal as root user and run following commands
yum install thunar gtk-doc Thunar-devel
yum install meld pysvn python-dulwich python-simplejson subversion
rpm -ivh rabbitvcs-core-0.14.2.1-5.el7.centos.noarch.rpm rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch.rpm thunarx-python-0.2.3-5.el7.centos.x86_64.rpm rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64.rpm
open thunar explorer and check context menu, rabbitvcs menu should be available to you to serve.
Hope this serves the purpose you are looking for.
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
add a comment |
I too struggled for installing rabbitvcs+nautilus but I ended with rabbitvcs+Thunar. To get it working on CentOS 7 do following:
Download following packages from here:
rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch
rabbitvcs-core-0.14.2.1-5.el7.centos.noarch
rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64
thunarx-python-0.2.3-5.el7.centos.x86_64
Open terminal as root user and run following commands
yum install thunar gtk-doc Thunar-devel
yum install meld pysvn python-dulwich python-simplejson subversion
rpm -ivh rabbitvcs-core-0.14.2.1-5.el7.centos.noarch.rpm rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch.rpm thunarx-python-0.2.3-5.el7.centos.x86_64.rpm rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64.rpm
open thunar explorer and check context menu, rabbitvcs menu should be available to you to serve.
Hope this serves the purpose you are looking for.
I too struggled for installing rabbitvcs+nautilus but I ended with rabbitvcs+Thunar. To get it working on CentOS 7 do following:
Download following packages from here:
rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch
rabbitvcs-core-0.14.2.1-5.el7.centos.noarch
rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64
thunarx-python-0.2.3-5.el7.centos.x86_64
Open terminal as root user and run following commands
yum install thunar gtk-doc Thunar-devel
yum install meld pysvn python-dulwich python-simplejson subversion
rpm -ivh rabbitvcs-core-0.14.2.1-5.el7.centos.noarch.rpm rabbitvcs-cli-0.14.2.1-5.el7.centos.noarch.rpm thunarx-python-0.2.3-5.el7.centos.x86_64.rpm rabbitvcs-thunar-0.14.2.1-5.el7.centos.x86_64.rpm
open thunar explorer and check context menu, rabbitvcs menu should be available to you to serve.
Hope this serves the purpose you are looking for.
edited Aug 7 '15 at 11:39
Tejas
1,83621941
1,83621941
answered Aug 7 '15 at 10:56
Dipak ChaudhariDipak Chaudhari
161
161
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
add a comment |
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Thanks! Works, shame it's not nautilus + I have some side cases which thunar handles poorly, but that's already another topic. I was looking into using another file browser myself but gave up in the end. Did you came across any issues when using thunar on centos7 or rabbitvcs in that matter?
– krizajb
Aug 10 '15 at 10:25
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
Yes that's true about Thunar, I observed repobrowser crash several times but I managed to use by using browse button to enter repo url
– Dipak Chaudhari
Aug 12 '15 at 5:58
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
I've been noticing that commit&update options available in context menu aren't available past third level directory, i.e. root/source/module. Any clues?
– krizajb
Aug 14 '15 at 9:59
add a comment |
Based on guidelines from Dipak Chaudhari, I completely installed RabbitVCS and Nautilus.
On terminal, install packages:
yum install meld pysvn python-dulwich python-simplejson subversion
(and maybe other packages if your system misses:
pygtk
,python-configobj
,python-gobject
,python-gtkspell
,python-svn
,git
)
Go to http://rpm.pbone.net, search and download (search in Fedora 19 and CentOS 7):
rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rabbitvcs-core-0.16-1.fc19.noarch.rpm
nautilus-python-1.1-4.fc19.x86_64.rpm
nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Then install them on terminal in the order as listed below (you can install on one line):
rpm -ivh rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rpm -ivh rabbitvcs-core-0.16-1.fc19.noarch.rpm
rpm -ivh nautilus-python-1.1-4.fc19.x86_64.rpm
rpm -ivh nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rpm -ivh rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Restart the system. Open File Manager. Create new folder.
Right click on that folder and you can see RabbitCVS on the submenu.
Hope this helps.
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
add a comment |
Based on guidelines from Dipak Chaudhari, I completely installed RabbitVCS and Nautilus.
On terminal, install packages:
yum install meld pysvn python-dulwich python-simplejson subversion
(and maybe other packages if your system misses:
pygtk
,python-configobj
,python-gobject
,python-gtkspell
,python-svn
,git
)
Go to http://rpm.pbone.net, search and download (search in Fedora 19 and CentOS 7):
rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rabbitvcs-core-0.16-1.fc19.noarch.rpm
nautilus-python-1.1-4.fc19.x86_64.rpm
nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Then install them on terminal in the order as listed below (you can install on one line):
rpm -ivh rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rpm -ivh rabbitvcs-core-0.16-1.fc19.noarch.rpm
rpm -ivh nautilus-python-1.1-4.fc19.x86_64.rpm
rpm -ivh nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rpm -ivh rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Restart the system. Open File Manager. Create new folder.
Right click on that folder and you can see RabbitCVS on the submenu.
Hope this helps.
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
add a comment |
Based on guidelines from Dipak Chaudhari, I completely installed RabbitVCS and Nautilus.
On terminal, install packages:
yum install meld pysvn python-dulwich python-simplejson subversion
(and maybe other packages if your system misses:
pygtk
,python-configobj
,python-gobject
,python-gtkspell
,python-svn
,git
)
Go to http://rpm.pbone.net, search and download (search in Fedora 19 and CentOS 7):
rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rabbitvcs-core-0.16-1.fc19.noarch.rpm
nautilus-python-1.1-4.fc19.x86_64.rpm
nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Then install them on terminal in the order as listed below (you can install on one line):
rpm -ivh rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rpm -ivh rabbitvcs-core-0.16-1.fc19.noarch.rpm
rpm -ivh nautilus-python-1.1-4.fc19.x86_64.rpm
rpm -ivh nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rpm -ivh rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Restart the system. Open File Manager. Create new folder.
Right click on that folder and you can see RabbitCVS on the submenu.
Hope this helps.
Based on guidelines from Dipak Chaudhari, I completely installed RabbitVCS and Nautilus.
On terminal, install packages:
yum install meld pysvn python-dulwich python-simplejson subversion
(and maybe other packages if your system misses:
pygtk
,python-configobj
,python-gobject
,python-gtkspell
,python-svn
,git
)
Go to http://rpm.pbone.net, search and download (search in Fedora 19 and CentOS 7):
rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rabbitvcs-core-0.16-1.fc19.noarch.rpm
nautilus-python-1.1-4.fc19.x86_64.rpm
nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Then install them on terminal in the order as listed below (you can install on one line):
rpm -ivh rabbitvcs-cli-0.16-1.fc19.noarch.rpm
rpm -ivh rabbitvcs-core-0.16-1.fc19.noarch.rpm
rpm -ivh nautilus-python-1.1-4.fc19.x86_64.rpm
rpm -ivh nautilus-python-devel-1.1-4.fc19.x86_64.rpm
rpm -ivh rabbitvcs-nautilus-0.16-1.fc19.x86_64.rpm
Restart the system. Open File Manager. Create new folder.
Right click on that folder and you can see RabbitCVS on the submenu.
Hope this helps.
edited Sep 16 '15 at 22:29
roaima
45.6k757124
45.6k757124
answered Sep 16 '15 at 22:04
Hien LeHien Le
111
111
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
add a comment |
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
All those install without error, albeit "core" must be installed first. However, even after reboot I see no menu in Nautilus.
– robross0606
Apr 20 '17 at 13:25
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
This suggestion doesn't work with Nautilus3.
– robross0606
Apr 20 '17 at 13:27
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f215856%2fhow-to-install-rabbitvcs-on-centos-7-nautlius-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown