나는 뛰고있어기본 운영체제그들 중 하나알려진 문제Dropbox 아이콘이 패널에 표시되지 않습니다.
Dropbox는 잘 작동하지만 아이콘이 없고 설치한 버전을 확인하는 방법을 모르겠습니다.
명령줄을 사용해 보았으나 버전을 표시할 수 있는 옵션이 없는 것 같습니다.
Dropbox command-line interface
commands:
Note: use dropbox help <command> to view usage for a specific command.
status get current status of the dropboxd
help provide help
puburl get public url of a file in your dropbox
stop stop dropboxd
running return whether dropbox is running
start start dropboxd
filestatus get current sync status of one or more files
ls list directory contents with current sync status
autostart automatically start dropbox at login
exclude ignores/excludes a directory from syncing
lansync enables or disables LAN sync
현재 실행 중인 Dropbox 버전을 어떻게 알 수 있나요?
답변1
~/.dropbox-dist/VERSION
Dropbox 버전이 포함된 파일이 있어야 합니다 . 예상한 후행 개행 문자가 없으므로 cat
다음과 같은 것이 필요합니다.
$ cat .dropbox-dist/VERSION ; echo
3.4.6
...그렇지 않으면 3.4.6이 결국 쉘 프롬프트로 실행됩니다.