Difference between revisions of "Translations:Setup Fcitx 5/39/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "= DBus = 在大多数附带 systemd 的发行版上,这应该不再是问题。但是如果您使用一些所谓的“systemd”free 的发行版,您可能需要自己启...")
 
(No difference)

Latest revision as of 03:24, 18 March 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Setup Fcitx 5)
= DBus =
On most distribution that ships with systemd, this should no longer be an issue. But if you are using some so called "systemd" free distribution, you may need to start DBus yourself and set the relevant environment variables. Usually, this can be done by adding a line in like this in your start up script. E.g. ~/.xprofile if you are using X11. Also you need to make sure this syntax works for your login shell. 
 
 <nowiki>eval `dbus-launch --sh-syntax --exit-with-session`</nowiki>
Translation= DBus =
在大多数附带 systemd 的发行版上,这应该不再是问题。但是如果您使用一些所谓的“systemd”free 的发行版,您可能需要自己启动DBus并设置相关的环境变量。通常,这可以通过在启动脚本中添加如下行来完成。例如,如果您使用的是 X11,则为 ~/.xprofile。此外,您还需要确保此语法适用于您的登录 shell。
 
 <nowiki>eval `dbus-launch --sh-syntax --exit-with-session`</nowiki>

DBus

在大多数附带 systemd 的发行版上,这应该不再是问题。但是如果您使用一些所谓的“systemd”free 的发行版,您可能需要自己启动DBus并设置相关的环境变量。通常,这可以通过在启动脚本中添加如下行来完成。例如,如果您使用的是 X11,则为 ~/.xprofile。此外,您还需要确保此语法适用于您的登录 shell。

eval `dbus-launch --sh-syntax --exit-with-session`