-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
After upgrading to the latest flatpak, I noticed my indicator icon had disappeared. Then I tried running Dropbox from the command line. Here's what I see:
alex@alex-desktop:/var/home/alex$ flatpak run com.dropbox.Client start
Starting Dropbox...dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/cryptography.hazmat.bindings._rust.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/apex._apex.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/psutil._psutil_linux.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/psutil._psutil_posix.abi3.so'
<frozen zipimport>:259: UserWarning: google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins which generate code specific to the RPC implementation. service.py will be removed in Jan 2025
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/tornado.speedups.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemonNaturally, running dropbox start -i doesn't work because flatpaks are immutable:
alex@alex-desktop:/var/home/alex$ flatpak run com.dropbox.Client start -i
Starting Dropbox...dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/cryptography.hazmat.bindings._rust.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/apex._apex.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/google._upb._message.cpython-38-x86_64-linux-gnu.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/psutil._psutil_linux.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/psutil._psutil_posix.abi3.so'
<frozen zipimport>:259: UserWarning: google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins which generate code specific to the RPC implementation. service.py will be removed in Jan 2025
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/tornado.speedups.abi3.so'
dropbox: load fq extension '/app/extra/.dropbox-dist/dropbox-lnx.x86_64-241.4.4795/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
/app/bin/dropbox:259: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.
archive.extract(member, PARENT_DIR)
[Errno 30] Read-only file system: '/app/extra/.dropbox-dist/VERSION'
/app/bin/dropbox:337: PyGTKDeprecationWarning: The keyword(s) "type, message_format" have been deprecated in favor of "message_type, text" respectively. See: https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations
error = Gtk.MessageDialog(parent = None,
/app/bin/dropbox:337: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations
error = Gtk.MessageDialog(parent = None,Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels