Comments
-
If the error message prodused is the same - i.e. import error for libatomic.so.1, not other library, for example - I have no more ideas. :slight_frown: Sorry.
-
@"Luis28" wrote: What you mean here? - "the other package"... Why back? i did install the 32 bit package of dropbox to test if it does make a differance. It did not, so i will install the right one for my PC's architecture again! (while installing the following message pops up: error: can't create transaction lock on…
-
@"Luis28" wrote:all right so back to the other package! ... What you mean here? - "the other package"... Why back? And result from following command: objdump -i $(whereis libatomic.so.1 | sed s/libatomic.so:\ //)
-
First, the Dropbox package and the library package should match your architecture! After that, to see what's going on exactly, what is the result from: ls -l $(whereis libatomic.so.1 | sed s/libatomic.so:\ //) :thinking:
-
@"Luis28" wrote:... i followed the solution and tried to install: sudo dnf install libatomic* but all packages where already installed. ... Hi @"Luis28", Are you sure?! :grinning::grin: Note here no file name is denoted, but package name! Accordingly the wildcards have different meaning here, little bit! Wildcard use is…
-
Hi anonymous, :grinning: When you make a call to a native OS API, are you receiving results ordered somehow? :wink: Every application arranges the result in a target sequence or use some library to achieve this. Hope this helps to some extent.
-
Hi @"Sparsh C.", I'm not so sure what is still not clear on the information. For every one big, heavy loaded network system, (like Dropbox, but not restricted to) it's always matter of load balancing. There are different ways achieve such balance. The Dropbox chosen one is described in the API documentation (as much as…
-
Ooohh... If the problems are default browser player options, they could be disabled using different approaches. Overflow the player with a <div> tag, for example, and redirect clicks alternatively to play and pause. :wink: No very powerful but simple solution. You can use HTML like following (as idea): <div> <div…
-
Hi @"alexkaplanphoto", In fact, when you change the ending parameters to "raw=1", you have almost formed a download links! :wink: The only difference is missing "content-disposition" in http header. If you embed a link with attribute "download", pointing to your video, it become download link. That's why when you disable…
-
Might be more easy to review raw JSON result. There always is field 'has_more', with value either true or false. 😉 PS: There isn't guaranteed way receive everything at once. Could be received 'has_more' on the beginning, for short list, but no guarantee! Convenient way to pass the result is using codeblock (</>).
-
I already have said everything I can. I believe that everything is clear. If there is something else I can add, You or somebody from backteam can ask me, I would be happy to help further. I want to note that statements, like a discrepancy related to feature description and actual feature are new feature request, is more…
-
Wow... Probably the Ticket #9534992 is closed. That's way I have no any new post from a while ago. Seems your "specialists" are no so specialists! As I already said, I can't add anything more. Of course, if you want, new ticket could be created, but I don't want to repeat everything again. All my system details are in the…
-
Hi @"Daphne", I can't say anything more than described in links I have posted above. There, everything is described in details. About tickets... :laughing: I already have one (I have no idea why you can't see it) for something else, but "speed" is disappointing. :slight_frown: I can't add anything more. If that's not…
-
Hi @"Johnheed", I don't use Adobe Illustrator and am not sure if possible (in particular) but set relative links would solve your problem (likely). Try at least... :wink: Good luck.
-
About the stupid and meaningless message, take a look here https://www.dropboxforum.com/t5/Installs-integrations/Need-to-quot-download-proprietary-daemon-quot-every-time-Xubuntu/m-p/380239#M83397 😉. Hope this helps.
-
https://www.dropbox.com/developers/documentation/http/documentation :laughing::grin: Is that a rhetorical question? Just use API documentation and implement whatever you want. 😉 Hope this helps.
-
Hello @"Daphne", Can you share to us: Will we alive to see, some day, that gets fixed? :thinking: :nerd: Thanks. :slight_smile:
-
Wow... Everything looks fine. The file is pretty small. I have no more ideas. 😞 Seems like a bug 🐛, very similar to "one time update". Only Dropbox development can say what is really going on here (if they know what they're typing).
-
Try following: ls -alR ~/Dropbox | grep "FullRhs_SFW6.m" Let see the result.
-
Am I wrong or some errors dissappeared now? What's resulting "dropbox status" now? :-?
-
Hi @"yuvi", In your case seems the daemon started successfully. Next, some other problem brings up, some problem related to communication between daemon and Nautilus plugin. Try uninstall your plugin, ensure all is clearred enough and install again latest version according your system (32 or 64 bit). After uninstall check…
-
Hi @"laurocesar", Your issue is something completely different. Did you solve it? There could be two reasons - permission mistake or broken installation (for some reason). You can try fix some possible permission problems using following commands: sudo chown -R "$USER" ~/.dropbox* chmod -R u+rw ~/.dropbox* If nothing…
-
Ooh, Yes. That's known bug in the control script. I have signaled long time ago, but no fix yet. Dropbox development don't care about. Easiest way is ignore such messages and always reject new install (it's already installed in fact). Another way is introducing delay in launching after restart. In fact due to heavy initial…
-
Hi everyone, On this thread different troubles are posted! Most of them are related to missing library assignment declaration (library package in fact). For Ubuntu and other debian derived packaging systems, package name is "libatomic1". For RPM based - "libatomic". Workaround to this Dropbox developers fault could be…
-
Hi @"wellerpond", Seems like you experience some permissions problems. On MAC OS there could be two parallel install, one - system wide and other - per user. From your description could be concluded one of the installs is damaged and the other works. It enough only one of them to work so everything could work as usual. To…
-
Hi @"Miguel P.16", Dropbox icon appearance is a very "painful" thing for Dropbox, seems. There are many different situations where such thing (missing icon) could happens. Might be some missing dependencies again. Did you check that "libappindicator" is installed? This is first thing you can ensure (missing in…
-
Hi @"Jane", Seems there is a mistake/bug in dropbox package declaration (in requirements part). I agree to @"Daniel L.20", @"Miguel P.16",... correctly mentioned "libatomic1" is required to run Dropbox, but this library is missing in dependencies list: As could be seen "libatomic1" is missing. Final solution (not only to…
-
Hi @"psummitt", Did you install TopIcon? If not, try it. Also make sure the extensions are enabled!
-
:grinning::slight_smile: Seems you haven't been restarted your graphical shell, so new plugins haven't got in effect (just logout/login were enough). :wink: That's why the new plugins got in effect after restart.
-
Oh.. What can I say more.. Even Dropbox are not sure what they really expect. Try install "top-icons" (usually "gnome-shell-extension-top-icons-plus"). If still not working, try looking around dropboxforum. There are some other proposals, someone could work for you.