web-dev-qa-db-ja.com

ターミネーターターミナルを常にトップになるように構成するにはどうすればよいですか?

モニターの幅全体を広げるように端末を設定できましたが、別のワークスペースに移動しても、画面の上部にとどまるようにしたいと思います。別のワークスペースにいるときにF12キーを押してドロップダウンすると、ターミナルを開いたワークスペースに戻り、モニターウィンドウの下部にターミナルウィンドウが表示されます。

以下に私の設定が表示されます:

[global_config]
  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
  hide_from_taskbar = True
  always_on_top = True
  tab_position = bottom
  sticky = True
[keybindings]
  hide_window = F12
[profiles]
  [[default]]
    background_darkness = 0.93
    palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
    background_type = transparent
    foreground_color = "#00ff00"
[layouts]
  [[default]]
    [[[child0]]]
      position = 0:24
      type = Window
      order = 0
      parent = ""
      size = 1700, 464
    [[[terminal3]]]
      profile = default
      type = Terminal
      order = 1
      parent = child0
    [[[terminal2]]]
      profile = default
      type = Terminal
      order = 0
      parent = child0
[plugins]

スクリーンショットを介して何が起こるかを次に示します。私はワークスペース1にいて、ワークスペース2に切り替えてF12を押しました。ご覧のとおり、端末を一番下にしてWS 1に戻りました。

Before workspace change

After workspace change and hitting F12

3
dustin

UbuntuからXubuntuに切り替えると、この問題が修正されます。

1
dustin