如何更改默认打开的文件管理器 Dropbox?

6 xfce thunar dropbox

我在新的笔记本电脑上安装了 Xubuntu,这是我第一次使用 xfce,我不小心告诉我的 dropbox 文件夹用 nautilus(来自 ubuntu)而不是 thunar 打开。现在它不允许我通过任务栏打开文件夹。有什么办法可以告诉它改用 thunar 吗?

jas*_*yan 6

Dropbox 与 Nautilus 集成在一起,但是,Crunchbang Wiki 中有一个 hack可以解决这个问题。创建一个脚本,/bin/nautilus

#!/bin/bash
exec thunar ~/Dropbox
exit 0
Run Code Online (Sandbox Code Playgroud)

以便将 dropbox 对文件管理器的请求传递给 Thunar。

还有一个插件,Thunar Dropbox,它为Thunar 中的 dropbox提供上下文菜单(复制公共链接等)。