Alternative method for installing dropbox without Nautilus
#1
Posted 07 July 2011 - 11:26 PM
Well, I figure, to avoid regret over losing 4 or 5 hours of my time, here's the method I came up with. This is somewhat differently implemented.
download dropbox: https://www.dropbox....nloading?os=lnx
unzip
key file - "dropboxd" in ".dropbox-dist"
register as application w/ enlightenment
- icons are here: /home/beitme/.dropbox-dist/icons/hicolor/16x16/status
register w/ autostart
"open dropbox folder" functionality:
1)create "nautilus" file in /bin
2)enter following script:
#!/bin/bash
exec pcmanfm $@
exit 0
3)make file executable
[EDIT] originally wrote in a purportedly updates nautilus script. It didn't work right, so original is back in the game.
#2
Posted 07 July 2011 - 11:45 PM
But thanks again.
Edit: added it to the wiki index.
"No technology can ever be too arcane or complicated for the black t-shirt crowd."
#3
Posted 08 July 2011 - 05:05 AM
#4
Posted 12 September 2011 - 09:30 PM
At step "Create a DropBox Menu Item" of your guide ylee, I don't have a dropbox entry to select. Am I missing something? I followed the preceding steps to the letter.
Got any idea's?
#5
Posted 12 September 2011 - 09:55 PM
aeonius, on 12 September 2011 - 09:30 PM, said:
At step "Create a DropBox Menu Item" of your guide ylee, I don't have a dropbox entry to select. Am I missing something? I followed the preceding steps to the letter.
Got any idea's?
did you manually create and save a .desktop file:
Quote
Copy and paste the code below into Leafpad and save it at ~/.local/share/applications with the name DropBox.desktop
[Desktop Entry]
Hidden=false
Exec=(sleep 60s && ~/.dropbox-dist/dropboxd) &
Type=Application
NoDisplay=false
Version=1.0
StartupNotify=false
Terminal=false
Name=DropBox
Name[en_US]=DropBox
"No technology can ever be too arcane or complicated for the black t-shirt crowd."
#7
Posted 12 September 2011 - 10:19 PM
aeonius, on 12 September 2011 - 10:09 PM, said:
And your problem is that Dropbox is not showing up in the Startup Applications dialogs when you try to add it to enlightenments start up?
If so have you tried restarting enlightenment on rare occasions a new .desktop menu item is not added to e-17s menu until enlightenment is restarted. I have had that happen before. Give that a try and note DropBox should also show up in your Main menu.
"No technology can ever be too arcane or complicated for the black t-shirt crowd."
#8
Posted 12 September 2011 - 10:21 PM
ylee, on 12 September 2011 - 10:19 PM, said:
If so have you tried restarting enlightenment on rare occasions a new .desktop menu item is not added to e-17s menu until enlightenment is restarted. I have had that happen before. Give that a try and note DropBox should also show up in your Main menu.
It doesn't show up, not after restarting E or the pc...
#9
Posted 12 September 2011 - 11:15 PM
Seems to be connected to the .desktop file.
Anyway: Ylee, thanks a million! You rule!
#10
Posted 12 September 2011 - 11:47 PM
aeonius, on 12 September 2011 - 11:15 PM, said:
Seems to be connected to the .desktop file.
Anyway: Ylee, thanks a million! You rule!
I can't really explain it either, but it seems the first .desktop file had something wrong with it. I couldn't see anything wrong tho, but we created another one just like it and got it to work... so beats me. Must have been some flaw in the first I just overlooked or maybe a ghost in the machine
Whatever it was it I am glad we sorted it out aeonius
"No technology can ever be too arcane or complicated for the black t-shirt crowd."
#12
Posted 13 September 2011 - 09:03 AM
Thanx,
Charles.
EEE PC 901, 1GB RAM, 12 GB SSD, WIN-XP SP3, Bodhi 1.4.0
How to mark a thread as [SOLVED]
The Bodhi Guide to Enlightenment
#14
Posted 13 September 2011 - 02:37 PM
Quote
Hidden=false
Exec=(sleep 60s && ~/.dropbox-dist/dropboxd) &
Type=Application
NoDisplay=false
Version=1.0
StartupNotify=false
Terminal=false
Name=DropBox
Name[en_US]=DropBox
Still looks a lot like the one in the guide to me... guessing ylee has a point, will call the ghostbusters tonight.
#15
Posted 20 October 2011 - 08:38 PM
I've done what it says on the wiki. However no dropbox comes up upon rebooting. So then I went to the Dropbox.desktop file and double clicked it. I get this error: Failed to execute child process "(sleep"(no such file or directory). Then I click the Okay button. I copied and pasted the exact text from the wiki. So what am I doing wrong here folks?
Peace
#17
Posted 20 October 2011 - 09:02 PM
Duma, on 20 October 2011 - 08:45 PM, said:
sleep 10son your terminal? You might have the terminal blinking for 10 seconds .
Hi, nope, sleep 10s does what it's supposed to do, pause for 10. Thanks though. I have to admit, I'm puzzled by this one.
Peace
#19
Posted 20 October 2011 - 09:23 PM
Duma, on 20 October 2011 - 09:11 PM, said:
cat ~/.local/share/applications/Dropbox.desktop
If you type on your terminal
(sleep 60s && ~/.dropbox-dist/dropboxd) &
what do you get?
Hi the cat meow says:
[Desktop Entry]
Hidden=false
Exec=(sleep 60s && ~/.dropbox-dist/dropboxd) &
Type=Application
NoDisplay=false
Version=1.0
StartupNotify=false
Terminal=false
Name=DropBox
I'm trying a workaround since I can't figure this one out. So I created a script called dropbox.sh and placed it in /etc/xdg/autostart. The script contains the following complex
#!/bin/bash (sleep 60s && ~/.dropbox-dist/dropboxd) &
When I run the script, 60 seconds later dropbox comes up. So at least that works. I'll just have to wait to reboot to see if it auto loads.
Thanks, any other solutions to the above mystery would be greatly appreciated. But it appears as if the issue is solved.
Peace
#20
Posted 20 October 2011 - 09:27 PM
If it works, I think you could feel solved your problem, but IMHO, of course

Help













