我正在使用super+1訪問擴充座/啟動器上的第一個項目,即 Google Chrome。
我想要將super+2綁定到 Chrome 的另一個實例,以便我可以使用鍵盤在它們之間切換。
我嘗試建立專用的 chrome 設定檔(設定檔 4)並新增chrome-2.desktop
包含以下內容的條目:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=google-chrome
Exec=google-chrome --profile-directory=Profile\ 4
Name[en_US]=Chrome-Profile\ 4
Name=Chrome-Profile\ 4
Icon=google-chrome
問題是,當我單擊它或在鍵盤中執行super+操作2時,它會打開一個新窗口,但將其綁定到第一個停靠項目,因此我在第一個項目上獲得兩個Chrome 實例,而在第二個項目上沒有任何內容:
我在這裡缺少什麼?這可能嗎?我不介意下載任何東西,如果能以“乾淨”的方式解決它就好了。
強文本嘗試過的事情:添加StartupWmClass=Profile4
並Exec=google-chrome --profile-directory=Profile\ 4 --class Profile4
如評論中所述。結果仍然是在第一個 Chrome Dock 項目下打開窗口,並顯示以下內容: