特定のGTK3アプリ用
.desktop
ファイルを編集します(Nautilus 'はにあります/usr/share/applications/nautilus.desktop
)
そしてenv XDG_CURRENT_DESKTOP=GNOME
、各行の直後に追加しExec=
ます。たとえば、nautilus.desktop
のExec=
行(2つあり、1つは新しいウィンドウを開くため)は次のように変更されます...
Exec=nautilus --new-window %U
[… Some other lines, skipping …]
Exec=nautilus --new-window
に
Exec=env XDG_CURRENT_DESKTOP=GNOME nautilus --new-window %U
[… Some other lines, skipping …]
Exec=env XDG_CURRENT_DESKTOP=GNOME nautilus --new-window
注:Unityを使用する場合は、/usr/share/applications/nautilus-autostart.desktop
および/またはに同じ操作を行い/etc/xdg/autostart/nautilus-autostart.desktop
ます。
(ログアウト/ログインが必要な場合があります。)
すべてのGTK3アプリ用
警告:すべてのアプリにDEがGNOMEであることを伝えると、副作用が生じる可能性があります。
編集:Unityはこれで開始できません。
行を編集~/.profile
して追加します。
export XDG_CURRENT_DESKTOP=GNOME
すべてのアプリがこれに従います。
/etc/xdg/autostart/nautilus-autostart.desktop