我在Ubuntu 22.04.1 LTS上
我安装了Guake,并在~/..config/autostart中创建了一个名为guake.desktop的文件,其内容如下:
[Desktop Entry]
Name=Guake Terminal
Comment=Use the command line in a Quake-like terminal
TryExec=guake
Exec=/usr/bin/guake
Icon=guake
Type=Application
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
StartupNotify=true
Hidden=false
NoDisplay=false当我注销并重新登录时,Guake会自动启动,问题是文件在重新启动后就消失了。
发布于 2022-09-23 20:22:12
尝试将您的Guake程序添加到自动启动中,方法是使用特殊的GNOME程序来实现这一点,而不是手工完成。您可以按以下方式启动此程序:
A0gt; gnome-session-propertieshttps://askubuntu.com/questions/1431975
复制相似问题