Problem installing Dropbox on Ubuntu 12.04 (Crouton)
I'm using 12.04 with Xfce on a Chromebook using crouton. The package downloads and says it needs to install proprietary software. It seems to finish and then just does nothing. It also does nothing when I try and run Dropbox again. I have just successfully installed on another machine (14.04, Xfce, non-Chromebook) where after installation it shows a GUI window asking me to log-in, which is what I'd expect.
Also if I try running ~/.dropbox-dist/dropboxd
a process is started and the terminal remains blank (no errors).
I've also tried a number of workaround methods from similar posts, including downloading from the repo rather than the Dropbox site.
12.04 xfce dropbox chromebook
add a comment |
I'm using 12.04 with Xfce on a Chromebook using crouton. The package downloads and says it needs to install proprietary software. It seems to finish and then just does nothing. It also does nothing when I try and run Dropbox again. I have just successfully installed on another machine (14.04, Xfce, non-Chromebook) where after installation it shows a GUI window asking me to log-in, which is what I'd expect.
Also if I try running ~/.dropbox-dist/dropboxd
a process is started and the terminal remains blank (no errors).
I've also tried a number of workaround methods from similar posts, including downloading from the repo rather than the Dropbox site.
12.04 xfce dropbox chromebook
add a comment |
I'm using 12.04 with Xfce on a Chromebook using crouton. The package downloads and says it needs to install proprietary software. It seems to finish and then just does nothing. It also does nothing when I try and run Dropbox again. I have just successfully installed on another machine (14.04, Xfce, non-Chromebook) where after installation it shows a GUI window asking me to log-in, which is what I'd expect.
Also if I try running ~/.dropbox-dist/dropboxd
a process is started and the terminal remains blank (no errors).
I've also tried a number of workaround methods from similar posts, including downloading from the repo rather than the Dropbox site.
12.04 xfce dropbox chromebook
I'm using 12.04 with Xfce on a Chromebook using crouton. The package downloads and says it needs to install proprietary software. It seems to finish and then just does nothing. It also does nothing when I try and run Dropbox again. I have just successfully installed on another machine (14.04, Xfce, non-Chromebook) where after installation it shows a GUI window asking me to log-in, which is what I'd expect.
Also if I try running ~/.dropbox-dist/dropboxd
a process is started and the terminal remains blank (no errors).
I've also tried a number of workaround methods from similar posts, including downloading from the repo rather than the Dropbox site.
12.04 xfce dropbox chromebook
12.04 xfce dropbox chromebook
edited Aug 14 '15 at 14:58
asked Aug 14 '15 at 14:18
user4430615
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I solved this following the steps here
Use apt-get if you can:
sudo apt-get install nautilus-dropbox
If not, this is a work in progress to help compile dropbox by source. Note the missing packages may differ for your distribution. This is for the default XFCE.
sudo apt-get install libnautilus-extension-dev python-gtk2 python-docutils
Download the source and follow instructions at https://www.dropbox.com/install2
./configure; make
sudo make install
./dropbox start -i
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f661412%2fproblem-installing-dropbox-on-ubuntu-12-04-crouton%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I solved this following the steps here
Use apt-get if you can:
sudo apt-get install nautilus-dropbox
If not, this is a work in progress to help compile dropbox by source. Note the missing packages may differ for your distribution. This is for the default XFCE.
sudo apt-get install libnautilus-extension-dev python-gtk2 python-docutils
Download the source and follow instructions at https://www.dropbox.com/install2
./configure; make
sudo make install
./dropbox start -i
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
add a comment |
I solved this following the steps here
Use apt-get if you can:
sudo apt-get install nautilus-dropbox
If not, this is a work in progress to help compile dropbox by source. Note the missing packages may differ for your distribution. This is for the default XFCE.
sudo apt-get install libnautilus-extension-dev python-gtk2 python-docutils
Download the source and follow instructions at https://www.dropbox.com/install2
./configure; make
sudo make install
./dropbox start -i
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
add a comment |
I solved this following the steps here
Use apt-get if you can:
sudo apt-get install nautilus-dropbox
If not, this is a work in progress to help compile dropbox by source. Note the missing packages may differ for your distribution. This is for the default XFCE.
sudo apt-get install libnautilus-extension-dev python-gtk2 python-docutils
Download the source and follow instructions at https://www.dropbox.com/install2
./configure; make
sudo make install
./dropbox start -i
I solved this following the steps here
Use apt-get if you can:
sudo apt-get install nautilus-dropbox
If not, this is a work in progress to help compile dropbox by source. Note the missing packages may differ for your distribution. This is for the default XFCE.
sudo apt-get install libnautilus-extension-dev python-gtk2 python-docutils
Download the source and follow instructions at https://www.dropbox.com/install2
./configure; make
sudo make install
./dropbox start -i
edited Jan 3 at 4:24
Pablo Bianchi
2,3741528
2,3741528
answered Aug 15 '15 at 14:44
user4430615
112
112
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
add a comment |
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
Welcome to Ask Ubuntu and for your interest in the forum. You probably received a downvote because you provided what the reviewers/moderators consider to be a "link-only answer". You can certainly provide a helpful link but it is also protocol to include the basic information to actually resolve the issue and so provide a truly useful "answer".
– CentaurusA
Jan 3 at 2:40
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f661412%2fproblem-installing-dropbox-on-ubuntu-12-04-crouton%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