如何在 Thunderbird 中使用 KDE / Plasma 对话框

Al *_*l F 5 kde thunderbird dialog plasma

虽然让 Firefox 使用 KDE / Plasma 对话框并不简单,但点击此链接并重新启动我的机器后它就可以工作了。

不过,雷鸟似乎是另一种动物。

将 Thunderbird.desktop 文件复制到我的主目录没有帮助。编辑菜单项看起来GTK_USE_PORTAL=1 thunderbird没有帮助。

我可以通过从终端运行上述命令来获取等离子对话框,然后会抛出很多错误:

~$ GTK_USE_PORTAL=1 thunderbird
[calBackendLoader] Using Thunderbird's libical backend
console.debug: "Successfully loaded OpenPGP library librnp.so from /usr/lib/thunderbird/librnp.so"
Extension error: Error while loading 'jar:file:///usr/lib/thunderbird/omni.ja!/chrome/messenger/search-extensions/twitter/manifest.json' (NS_ERROR_FILE_NOT_FOUND) resource://gre/modules/Extension.jsm:570 :: readJSON/</<@resource://gre/modules/Extension.jsm:570:20
onStopRequest@resource://gre/modules/NetUtil.jsm:128:18

console.debug: "public keys: 0, secret keys: 0"
console.debug: "Successfully loaded optional OpenPGP library libgpgme.so.11 from system's standard library locations"
console.debug: "gpgme version: 1.13.1-unknown"
console.log: (new Error("Cannot load required OTR library", "resource:///modules/OTRLib.jsm", 75))
JavaScript error: chrome://chat/content/conversation-browser.js, line 853: NotSupportedError: CustomElementRegistry.define: 'conversation-browser' has already been defined as a custom element
JavaScript error: , line 0: uncaught exception: 2147500036
Run Code Online (Sandbox Code Playgroud)

Thunderbird 最终打开,要求我选择系统集成。然后它将使用 Plasma 对话框,但在下次启动时它将返回到默认对话框。

那么,如何让 Thunderbird 每次都使用 KDE / Plasma 文件对话框呢?

小智 6

编辑 --> 首选项,然后在最后单击“配置编辑器..:”,在配置编辑器中搜索 xdg,将 widget.use-xdg-desktop-portal 切换为 true