私は自分のニーズに合わせてguakeを構成するために多くの作業をしましたが、これらの変更をエクスポートする方法を見つけることができません(gnome-terminalのプロファイルに関連していないようです)。 「guakeプロファイル」をバックアップし、別のPCに復元する方法はありますか?
幸い、もうdconfの専門家である必要はありません。
guake --restore-preferences ~/myguakeprefs
guake --save-preferences ~/myguakeprefs
[〜#〜]古い[〜#〜]--restore-preferences
と--save-preferences
を含む新しい回答を確認してください
Gconf /apps/guake
および/schemas/apps/guake
パスを再帰的にバックアップします。
gconftool-2 --dump /apps/guake > apps-guake.xml
gconftool-2 --dump /schemas/apps/guake > schemas-apps-guake.xml
gconftool-2 --load apps-guake.xml
gconftool-2 --load schemas-apps-guake.xml
さらに、ディレクトリ~/.gconf/apps/guake
をバックアップすれば実行できます。