thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Archived topics about LMDE 1
Locked
User avatar
merlwiz79
Level 8
Level 8
Posts: 2421
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by merlwiz79 » Sun May 08, 2011 7:39 pm

This is only for the Debian Editions
Screenshot:
Image

i386(32bit) Download:
thunar-dropbox-i386.tar.gz
(7.28 KiB) Downloaded 1534 times
amd64(64bit) Download:
thunar-dropbox-amd64.tar.gz
(7.67 KiB) Downloaded 1273 times
Installations:
Extract file and open the debian package with GDebi Package Manager
Menu --> Dropbox
Now download the file and setup your Dropbox account.
Image

User avatar
Oscar799
Level 19
Level 19
Posts: 9982
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by Oscar799 » Mon May 09, 2011 4:37 am

Thanks merlwiz79
Dropbox up and running on my Mint Debian Xfce :D
Image

gideond
Level 1
Level 1
Posts: 34
Joined: Thu Apr 07, 2011 2:13 pm

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by gideond » Mon May 09, 2011 2:23 pm

Is there an advantage to doing it this way? I simply installed it from Synaptic and it downloads it's own package files when you first run it. It's been working fine this way for me.

User avatar
pan
Level 2
Level 2
Posts: 65
Joined: Tue May 03, 2011 4:51 pm

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by pan » Mon May 09, 2011 2:37 pm

Just better integration with thunar, works anyway. Now you can have these Dropbox options in menu if you right-click.

User avatar
wobblybob
Level 1
Level 1
Posts: 38
Joined: Mon Mar 21, 2011 6:33 pm
Location: Hull, East Yorkshire, UK
Contact:

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by wobblybob » Wed May 11, 2011 9:33 am

Thanks merlwiz79, Dropbox now up and running

M_onkeyman
Level 1
Level 1
Posts: 19
Joined: Tue Mar 15, 2011 4:45 pm

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by M_onkeyman » Thu May 12, 2011 2:05 am

Keep 'em coming! :D

User avatar
wobblybob
Level 1
Level 1
Posts: 38
Joined: Mon Mar 21, 2011 6:33 pm
Location: Hull, East Yorkshire, UK
Contact:

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by wobblybob » Wed May 25, 2011 12:08 pm

following the install of this dropbox package whenever I do and apt-get update now I get,
N: Ignoring file 'dropbox.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

User avatar
M_Mynaardt
Level 4
Level 4
Posts: 232
Joined: Thu Sep 09, 2010 12:28 am
Location: Victoria, BC, Canada

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by M_Mynaardt » Wed Jun 01, 2011 2:50 am

Are these Thunar Dropbox things are only going to work on LMDX?

I tried to install it on my LMDX portable install, and I got an error message about missing or incompatible dependencies.
~*~ M_Mynaardt ~*~

Linux Mint is your computer's friend.
Always trust Linux Mint.

User avatar
merlwiz79
Level 8
Level 8
Posts: 2421
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by merlwiz79 » Wed Jun 08, 2011 7:47 pm

wobblybob wrote:following the install of this dropbox package whenever I do and apt-get update now I get,
N: Ignoring file 'dropbox.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Just delete the file it's not needed.
It got backed up even though it's the same.

Code: Select all

sudo rm /etc/apt/sources.list.d/dropbox.list.save
Image

User avatar
merlwiz79
Level 8
Level 8
Posts: 2421
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by merlwiz79 » Wed Jun 08, 2011 7:48 pm

M_Mynaardt wrote:Are these Thunar Dropbox things are only going to work on LMDX?

I tried to install it on my LMDX portable install, and I got an error message about missing or incompatible dependencies.
You need to install dropbox 1st.
Image

User avatar
M_Mynaardt
Level 4
Level 4
Posts: 232
Joined: Thu Sep 09, 2010 12:28 am
Location: Victoria, BC, Canada

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by M_Mynaardt » Thu Jun 09, 2011 2:09 am

merlwiz79 wrote:
M_Mynaardt wrote:Are these Thunar Dropbox things are only going to work on LMDX?

I tried to install it on my LMDX portable install, and I got an error message about missing or incompatible dependencies.
You need to install dropbox 1st.
Ooops! I just assumed that Thunar Dropbox was instead of the regular Dropbox install on Xfce, not as well as it. Okay, I'll try that later and see what happens.
Last edited by M_Mynaardt on Thu Jun 09, 2011 9:31 pm, edited 1 time in total.
~*~ M_Mynaardt ~*~

Linux Mint is your computer's friend.
Always trust Linux Mint.

User avatar
wobblybob
Level 1
Level 1
Posts: 38
Joined: Mon Mar 21, 2011 6:33 pm
Location: Hull, East Yorkshire, UK
Contact:

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by wobblybob » Thu Jun 09, 2011 5:07 pm

merlwiz79 wrote:
wobblybob wrote:following the install of this dropbox package whenever I do and apt-get update now I get,
N: Ignoring file 'dropbox.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
Just delete the file it's not needed.
It got backed up even though it's the same.

Code: Select all

sudo rm /etc/apt/sources.list.d/dropbox.list.save
Thanks mate, I worked that one out for myself eventually but thanks for the reply, do you know if the right click problem with the Mint styles will be fixed anytime soon? it's a shame not to be able to use them on a Mint Distro

ufugu
Level 1
Level 1
Posts: 13
Joined: Mon Mar 09, 2009 12:28 pm

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by ufugu » Sun Aug 07, 2011 12:49 pm

THANK YOU!!!

secipolla
Level 4
Level 4
Posts: 355
Joined: Sun Sep 05, 2010 5:19 pm

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by secipolla » Wed Feb 29, 2012 7:38 am

It's already version 0.2.0 at http://softwarebakery.com/maato/thunar-dropbox.html
Shouldn't this package be updated too?
* edit: never mind, I see that 0.2.0 was released before this post so maybe 0.1.2 is related to the Thunar version...

User avatar
Oscar799
Level 19
Level 19
Posts: 9982
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by Oscar799 » Sat Apr 28, 2012 6:40 am

Moved here by moderator
Image

gosa
Level 4
Level 4
Posts: 303
Joined: Mon Nov 01, 2010 5:12 am
Location: Spain

Re: thunar-dropbox for LMDX(Linux Mint Debian Xfce)

Post by gosa » Sun Apr 29, 2012 2:37 am

Silly question maybe, but is this one still the right way to do it if I want to have the right-click options for Dropbox?

Locked

Return to “LMDE 1 Archive”