Using plasma/wayland, Dropbox stopped loading. The icon does not appear in the tray. Launching from the terminal doesn’t produce error messages per se, but does produce
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/cryptography.hazmat.bindings._openssl.abi3.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/cryptography.hazmat.bindings._padding.abi3.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/apex._apex.abi3.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/PyQt5.QtCore.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/PyQt5.sip.so'
dropbox: load fq extension '/home/biscotty/.dropbox-dist/dropbox-lnx.x86_64-209.4.3661/PyQt5.QtGui.so'
I removed Dropbox and it’s associated directories and reinstalled. The icon appeared, and I went to settings to connect to my account, which took me to a browser interface. After connecting, I realized the Dropbox app was no longer running. I relaunched it, and it started flashing as it does when syncing, and it did sync, at least partially. Then the app crashed again, and will not relaunch.
Is anyone else experiencing this?
2 Likes
Yeah me too. I thought it might have to do with my institution’s administrator accidentally yeeting all of our accounts, but maybe not.
I had the exact same problem, including the part where it crashes after the reinstallation. I am still trying to find out what is happening.
I have the same problem, so I assume that all NixOS users are affected!
Thanks for the confirmation.
Me as well. It worked fine until recently when I upgraded my packages.
If you run Dropbox with sudo
(i.e., sudo dropbox
), then it will run, but it won’t let you sign in using Firefox because the user owns /tmp/xauth...
.
Gene
October 11, 2024, 7:10am
9
Same. Delighted to find this post. To rectify I thought maybe switching from NixOS 24.05 to Unstable might resolve it (before I saw this - I thought maybe a new package had been released but not for 24.05). And now I’ve just got new problems - Waybar has stopped working (I’m using Sway as window manager) as well as Dropbox…
As a newcomer to NixOS (from Manjaro), this is one advantage that AUR does have over Nix packages, normally someone has already identified the problem and a workaround in the comments for that package before you realise there is an issue. I don’t think there is an equivalent in the Nix ecosystem - like to be wrong though…
I think the issue is being worked on in
NixOS:master
← goffrie:dropbox-libgl
opened 08:32AM - 02 Oct 24 UTC
<!--
^ Please summarise the changes you have done and explain why they are nece… ssary here ^
For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates.
For new packages please briefly describe the package or provide a link to its homepage.
-->
Adds `libGL.so.1` to the environment, as dropbox v209 has stopped shipping libGL.so which otherwise causes a crash on startup if $DISPLAY is set.
## Things done
- Built on platform(s)
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- For non-Linux: Is sandboxing enabled in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
- [ ] `sandbox = relaxed`
- [ ] `sandbox = true`
- [ ] Tested, as applicable:
- [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- and/or [package tests](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests)
- or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
- made sure NixOS tests are [linked](https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#linking-nixos-module-tests-to-a-package) to the relevant packages
- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
- [x] Tested basic functionality of all binary files (usually in `./result/bin/`)
- [24.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2411.section.md) (or backporting [23.11](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2311.section.md) and [24.05](https://github.com/NixOS/nixpkgs/blob/master/nixos/doc/manual/release-notes/rl-2405.section.md) Release notes)
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
<!--
To help with the large amounts of pull requests, we would appreciate your
reviews of other pull requests, especially simple package updates. Just leave a
comment describing what you have tested in the relevant package/service.
Reviewing helps to reduce the average time-to-merge for everyone.
Thanks a lot if you do!
List of open PRs: https://github.com/NixOS/nixpkgs/pulls
Reviewing guidelines: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#reviewing-contributions
-->
---
Add a :+1: [reaction] to [pull requests you find important].
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
[pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc
5 Likes
Thanks for checking. I was going to make sure an issue had been opened there, just hadn’t gotten around to it. Cheers.
And it works! (extra characters)
Gene
October 21, 2024, 7:37pm
14
This didn’t work immediately for me. It was some time before I realised I had to also delete / rename ~/dropbox-dist
before it would download the updated version required.