Network
System Software
Hi!
What version of Kfilebox are you using?
I left this project a year ago and kfilebox 0.4.7 probably won't work with latest Dropbox in Kubuntu(I don't know)
There are newer versions of Kfilebox by other developers. You can find them in Sourceforge, and probably they fixed the problem:
http://sourceforge.net/projects/kdropbox/files/
Regards! - Mar 15 2012
What version of Kfilebox are you using?
I left this project a year ago and kfilebox 0.4.7 probably won't work with latest Dropbox in Kubuntu(I don't know)
There are newer versions of Kfilebox by other developers. You can find them in Sourceforge, and probably they fixed the problem:
http://sourceforge.net/projects/kdropbox/files/
Regards! - Mar 15 2012
Hi, maybe you can do a script to interact directly with the daemon. You need to write the socket and process the response. You can use kfilebox source code as an example:
http://kdropbox.svn.sourceforge.net/viewvc/kdropbox/core/DaemonConnection.cpp?revision=33&view=markup
The command to send to the daemon socket is get_dropbox_status
Regards - Oct 06 2010
http://kdropbox.svn.sourceforge.net/viewvc/kdropbox/core/DaemonConnection.cpp?revision=33&view=markup
The command to send to the daemon socket is get_dropbox_status
Regards - Oct 06 2010
Thanks for your comments
Yes! A german translation would be great, but I don't understand what do you mean with knetwork feature. I'm planning to auto-start the daemon from kdropbox when the app starts.
Asking Dropbox guys to add a link is one of my TODOs :D
Regards! - May 31 2010
Yes! A german translation would be great, but I don't understand what do you mean with knetwork feature. I'm planning to auto-start the daemon from kdropbox when the app starts.
Asking Dropbox guys to add a link is one of my TODOs :D
Regards! - May 31 2010
That's it but you might miss some features like % of usage of your account and regarding Spanish:
Si tu configuración de idioma es es_ES no tendrás problema. Puedes comprobarlo haciendo echo $LANG
En caso de ser otra te aconsejo que renombres /usr/share/qt4/translations/kdropbox_es_ES.qm con las siglas adecuadas
Saludos - May 21 2010
Si tu configuración de idioma es es_ES no tendrás problema. Puedes comprobarlo haciendo echo $LANG
En caso de ser otra te aconsejo que renombres /usr/share/qt4/translations/kdropbox_es_ES.qm con las siglas adecuadas
Saludos - May 21 2010
Sorry! I'm not accepting translations currently, may be soon...
I'm working on some internal changes for the next release:
- Custom Dropbox client. This means it won't be necessary to use dropbox.py python script.
- Installation process: Kdropbox will download the official daemon, extract the files and launch the gtk wizard for setting up the account.
Thanks in advance for the translation! - May 17 2010
I'm working on some internal changes for the next release:
- Custom Dropbox client. This means it won't be necessary to use dropbox.py python script.
- Installation process: Kdropbox will download the official daemon, extract the files and launch the gtk wizard for setting up the account.
Thanks in advance for the translation! - May 17 2010
dropbox.py isn't included in the package but is required to query the status and some other operations.
You can follow these instructions to download it and finish the installation:
http://kdropbox.deuteros.es/index.php?option=com_content&view=article&id=46&Itemid=53 - May 03 2010
You can follow these instructions to download it and finish the installation:
http://kdropbox.deuteros.es/index.php?option=com_content&view=article&id=46&Itemid=53 - May 03 2010
Yes, I know Kinus project and I'm user of his service-menu application. I agree both projects fit perfectly but I'm not in contact with him.
Currently I'm focused on these features:
-Start/stop Dropbox
-Recently changed files
-Opening Dropbox folder when double click on tray icon
I'm considering to include some kind of integration throughout a service menu and contact kinus could be a good thing.
Thanks for your comment. Regards!
- Apr 21 2010
Currently I'm focused on these features:
-Start/stop Dropbox
-Recently changed files
-Opening Dropbox folder when double click on tray icon
I'm considering to include some kind of integration throughout a service menu and contact kinus could be a good thing.
Thanks for your comment. Regards!
- Apr 21 2010
Hi again, it seems a problem with your dropbox installation.
May be you installed (unpacked) dropbox as a root. This would explain why dropbox.py isn't able to mkdir cache directory
Try this:
$ cd /home/alvanx/.dropbox/
$ ls -la
Is alvanx the owner of all files and directories?
Regards - Apr 20 2010
May be you installed (unpacked) dropbox as a root. This would explain why dropbox.py isn't able to mkdir cache directory
Try this:
$ cd /home/alvanx/.dropbox/
$ ls -la
Is alvanx the owner of all files and directories?
Regards - Apr 20 2010
Hi!
May be you have to configure the path to dropbox.py in Kdropbox preferences window.
Unfortunately it's not posible to launch the daemon without the GUI. There are some tricks to avoid this situation.
For both issues the following link could be useful for you:
http://kdropbox.deuteros.es/index.php?option=com_content&view=article&id=46&Itemid=53
Let me know if you still have any problem - Apr 20 2010
May be you have to configure the path to dropbox.py in Kdropbox preferences window.
Unfortunately it's not posible to launch the daemon without the GUI. There are some tricks to avoid this situation.
For both issues the following link could be useful for you:
http://kdropbox.deuteros.es/index.php?option=com_content&view=article&id=46&Itemid=53
Let me know if you still have any problem - Apr 20 2010
Thank you Karapuz.
Start/Stop daemon will be available on the next release in a couple of weeks.
Some other operations like "amount of free space" depend on the availability of an API from Dropbox. I think they are working on it.
Off course I will consider the third one. - Apr 16 2010
Start/Stop daemon will be available on the next release in a couple of weeks.
Some other operations like "amount of free space" depend on the availability of an API from Dropbox. I think they are working on it.
Off course I will consider the third one. - Apr 16 2010