Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用特定配置文件启动 yakuake 会话?与 org.kde.konsole.Window 的 newSession 方法不同,org.kde.yakuake /yakuake/sessions 的 addSession 方法不接受任何参数,因此不允许我指定配置文件名称。我该如何规避这个?
$ qdbus org.kde.yakuake /yakuake/sessions org.kde.yakuake.addSession $ qdbus org.kde.yakuake /Windows/1 org.kde.konsole.Window.newSession 'profile' '.'
当然,窗口编号可能不同。