OpenboxでDropboxdを適切に実行してDropboxをインストールすることに成功した人はいますか(FreeBSDも私にとってはうまくいきます。)。私はソースからビルドし、すべてがうまくインストールされていますが、起動しようとすると:
$ python /usr/bin/dropbox start
Starting Dropbox...
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemon
$ ssh root@localhost
root@localhost's password:
<snip>
# python /usr/bin/dropbox start -i
Starting Dropbox...
Dropbox is the easiest way to share and store your files online.
Want to learn more? Head to http://www.dropbox.com/
In order to use Dropbox, you must download the proprietary daemon. [y/n] y
Error: Platform not supported
コマンドラインクライアントとテキストのみのものをhttp://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstallからチェックアウトしましたが、もちろん、Linux用にプリコンパイルされています。サイコロはありません。
誰かがこれに取り組み、DropBox / BSDコンボの回避策を得ようとしていますか?
私はこれにプラグインし続け、最終的にショーストッパーに遭遇しました:openbsdのamd64にはLinuxエミュレーションがありません。ゲームオーバー。みんなの時間を殺してすみません。
/usr/bin/dropbox
テキストエディターで開き、Error: Platform not supported
メッセージを検索して、対応するコード行をここに投稿できますか(上に数行、下に数行も)。これはPythonスクリプトなので、公式にサポートされているプラットフォームのチェックだけであれば、少し変更することができる場合があります。