Earlier quoted context omitted.
Certainly looks promising. For some reason it reminds me of Portable Apps. As for Dropbox, yes, I recently went through installing it. Terrible experience on Ubuntu. I think the reason is mostly that it is using a proprietary daemon. A FUSE driver seems like a much better idea, and if they released it under an open license, it would be as easy as apt-get install dropbox.
I've had nothing but a completely smooth experience with Dropbox on Ubuntu. YMMV?
Thank you, Ubuntu
131–133 of 133 posts
Re: Thank you, Ubuntu
#132Earlier quoted context omitted.
I guess what I'm "doing wrong" is to expect sensible out of the box behaviour. I'm fully aware that I can make it do whatever I want to if I put enough work into it. That holds for almost everything in life. What's limited in my life, though, is time. Installing Python 3 alongside the old version didn't work for a long time after Python 3 came out. If it works now, that's fine. I compiled my own Python 3 a long time…
On the contrary, you're acting like you desperately want to be a sysadmin by demanding to control which specific version of each package is installed.
Re: Thank you, Ubuntu
#133I keep try to evangelize the fact that things like apt are one of the biggest wins for the various UNIX-like OS's. In Windows world installing software takes both finding it and configuring the installer. On a Mac you have to at least find it. On Ubuntu/Debian/etc you just have to know the name (or you can search a central database). Also no more Java/Flash player/Acrobat Reader "needs to be updated" messages. You up…
It's so true - when I configure a Windows machine I can't believe what a pain it is to go find and install all the needed software (go to web page... click... find download area... download... double click... click 800 more times...). And then, uninstallation is a mess. That's one of the things that I think is so silly when people say Linux isn't user friendly, that the package management is really so amazing, and pe…