Just started getting this error after running GNOME3 upgrade from extra:
pid: 7338
ppid: 1
uid: 1000
user_info: ('$USER', 'x', 1000, 100, ',,,', '$HOME/', '/bin/bash')
effective_user_info: ('$USER', 'x', 1000, 100, ',,,', '$HOME/', '/bin/bash')
euid: 1000
gid: 100
egid: 100
group_info: ('users', '', 100, ['$USER'])
effective_group_info: ('users', '', 100, ['$USER'])
appdata: u'$HOME//.dropbox'
mode=040700 uid=1000 gid=100
parent mode=040700 uid=1000 gid=100
dropbox_path: u'$HOME//Dropbox'
mode=040700 uid=1000 gid=100
parent mode=040700 uid=1000 gid=100
HOME: $HOME/
tempdir: '/tmp'
mode=041777 uid=0 gid=0
parent mode=040755 uid=0 gid=0
Traceback (most recent call last):
File "__main__dropbox__.py", line 843, in main_startup
File "__main__dropbox__.py", line 499, in run
File "__main__dropbox__.py", line 336, in activate_translation
File "common_util/i18n.py", line 131, in activate_translation
File "common_util/i18n.py", line 172, in system_lang_code
AttributeError: 'NoneType' object has no attribute 'split'
Anyone else get it / resolved it?
Search Criteria
Package Details: dropbox 211.4.6008-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dropbox.git (read-only, click to copy) |
---|---|
Package Base: | dropbox |
Description: | A free service that lets you bring your photos, docs, and videos anywhere and share them easily. |
Upstream URL: | https://www.dropbox.com |
Licenses: | custom |
Submitter: | mtorromeo |
Maintainer: | mtorromeo |
Last Packager: | mtorromeo |
Votes: | 2374 |
Popularity: | 1.54 |
First Submitted: | 2009-01-22 14:21 (UTC) |
Last Updated: | 2024-10-30 08:51 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- libsm
- libxcomposite
- libxdamage
- libxmu
- libxrender
- libxslt (libxslt-gitAUR)
- libxxf86vm
- gendesk (make)
- libappindicator-gtk3 (optional) – make tray icons themed under some desktop environments like KDE plasma
- perl-file-mimeinfo (optional) – opening dropbox folder on some desktop environments
- ufw-extras (optional) – ufw rules for dropbox
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for "Launch Dropbox Website" and file manager integration
Required by (9)
Sources (8)
- dropbox.service
- dropbox@.service
- DropboxGlyph_Blue.svg
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz
- https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-205.4.5765.tar.gz.asc
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-211.4.6008.tar.gz
- https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-211.4.6008.tar.gz.asc
- terms.txt
Latest Comments
« First ‹ Previous 1 .. 87 88 89 90 91 92 93 94 95 96 Next › Last »
twa022 commented on 2011-05-01 02:39 (UTC)
<deleted-account> commented on 2011-04-29 07:12 (UTC)
@entangled: You should give more information if we shall understand WHICH permission error.
If you mean the one discussed here, see the latest posts (especially mine); but an updated script can be found in the wiki
entangled commented on 2011-04-28 19:38 (UTC)
Any workaround for permission error?
<deleted-account> commented on 2011-04-26 11:06 (UTC)
Current version is 1.1.28: https://dl-web.dropbox.com/u/17/dropbox-lnx.x86-1.1.28.tar.gz
<deleted-account> commented on 2011-04-19 14:20 (UTC)
daemon script @ https://wiki.archlinux.org/index.php/Dropbox#Daemon is working again with 1.1.25-1 - many thanks sylar_5 and mtorromeo.
<deleted-account> commented on 2011-04-16 13:43 (UTC)
My previous workaround doesn't work when running it through rc.conf DAEMON array...
just insert a
LANG=$LOCALE
just before the "su -c "/usr/bin/dropboxd &" $USER"
<deleted-account> commented on 2011-04-15 19:39 (UTC)
Found the problem with the script:
dropbox is somehow in conflict with /etc/rc.d/functions
so just remove the ". /etc/rc.d/functions" command from the top of the script, and then every call of stat_busy, stat_done, stat_fail, add_daemon, rm_daemon.
<deleted-account> commented on 2011-04-15 10:40 (UTC)
1.1.23-1 wont work with the daemon script @ https://wiki.archlinux.org/index.php/Dropbox#Daemon any more, it complains about permissions. Strangely, manual
su -c "/usr/bin/dropboxd &" $USER
does work :/
Anyone have any ideas? As I don't use a DE or Filemanager and start/stop dropbox with wicd upon connect/disconnect.
mtorromeo commented on 2011-04-04 14:22 (UTC)
@pherms: Done.
pherms commented on 2011-04-03 16:36 (UTC)
Do you mind adding the following line to your .desktop file? Otherwise KDE waits till timeout for a window to open when dropbox starts.
StartupNotify=false
Pinned Comments
yan12125 commented on 2019-01-05 16:39 (UTC) (edited on 2019-02-27 08:11 (UTC) by yan12125)
Run the following command in case you got errors during "Verifying source file signatures with gpg..."
Alternatively, you can download Dropbox's public key from https://linux.dropbox.com/fedora/rpm-public-key.asc and import it with:
You can check whether keys are successfully imported or not using the output of
gpg -k
. You should find something like this:yan12125 commented on 2018-08-01 11:41 (UTC) (edited on 2020-01-24 15:13 (UTC) by yan12125)
If you can't run the dropbox@ service normally, try to create a read-only directory ~/.dropbox-dist and run again.
yan12125 commented on 2017-11-06 15:13 (UTC) (edited on 2019-03-18 03:50 (UTC) by yan12125)
Some useful places for issues about Dropbox itself (not the package):
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016 Official Dropbox user feedback forum
Arch Linux discussion places: https://bbs.archlinux.org/, #archlinux on freenode.net, https://lists.archlinux.org/listinfo/aur-general