<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.completenoobs.com/noobs/index.php?action=history&amp;feed=atom&amp;title=Ubuntu-Mate_24.04_Guake_Terminal</id>
	<title>Ubuntu-Mate 24.04 Guake Terminal - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.completenoobs.com/noobs/index.php?action=history&amp;feed=atom&amp;title=Ubuntu-Mate_24.04_Guake_Terminal"/>
	<link rel="alternate" type="text/html" href="https://www.completenoobs.com/noobs/index.php?title=Ubuntu-Mate_24.04_Guake_Terminal&amp;action=history"/>
	<updated>2026-04-30T02:31:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.completenoobs.com/noobs/index.php?title=Ubuntu-Mate_24.04_Guake_Terminal&amp;diff=458&amp;oldid=prev</id>
		<title>AwesomO: Created page with &quot;==Installing Guake==  &lt;code&gt;sudo apt install guake&lt;/code&gt;  drop down menu default is F12 key, open and right click background of terminal and select preferences for more details  ==Start at Start up==   ===using kde=== &lt;pre&gt; To make Guake start automatically at login, you can add it to the startup applications. In Kubuntu, you can do this by: Opening the System Settings Navigating to &quot;Startup and Shutdown&quot; Selecting &quot;Autostart&quot; Clicking &quot;Add Program&quot; or &quot;Add Script&quot; Sear...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.completenoobs.com/noobs/index.php?title=Ubuntu-Mate_24.04_Guake_Terminal&amp;diff=458&amp;oldid=prev"/>
		<updated>2025-02-07T14:23:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Installing Guake==  &amp;lt;code&amp;gt;sudo apt install guake&amp;lt;/code&amp;gt;  drop down menu default is F12 key, open and right click background of terminal and select preferences for more details  ==Start at Start up==   ===using kde=== &amp;lt;pre&amp;gt; To make Guake start automatically at login, you can add it to the startup applications. In Kubuntu, you can do this by: Opening the System Settings Navigating to &amp;quot;Startup and Shutdown&amp;quot; Selecting &amp;quot;Autostart&amp;quot; Clicking &amp;quot;Add Program&amp;quot; or &amp;quot;Add Script&amp;quot; Sear...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Installing Guake==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt install guake&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
drop down menu default is F12 key, open and right click background of terminal and select preferences for more details&lt;br /&gt;
&lt;br /&gt;
==Start at Start up==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===using kde===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
To make Guake start automatically at login, you can add it to the startup applications. In Kubuntu, you can do this by:&lt;br /&gt;
Opening the System Settings&lt;br /&gt;
Navigating to &amp;quot;Startup and Shutdown&amp;quot;&lt;br /&gt;
Selecting &amp;quot;Autostart&amp;quot;&lt;br /&gt;
Clicking &amp;quot;Add Program&amp;quot; or &amp;quot;Add Script&amp;quot;&lt;br /&gt;
Searching for &amp;quot;Guake&amp;quot; or entering the command &amp;quot;guake&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Guake.desktop===&lt;br /&gt;
&lt;br /&gt;
If the above method doesn&amp;#039;t work, you can try creating a .desktop file in the autostart directory. &lt;br /&gt;
&lt;br /&gt;
Create a file named &amp;#039;&amp;#039;&amp;#039;guake.desktop&amp;#039;&amp;#039;&amp;#039; in &amp;lt;code&amp;gt;~/.config/autostart/&amp;lt;/code&amp;gt; Directory with the following content:&lt;br /&gt;
* If directory &amp;#039;&amp;#039;&amp;#039;~/config/autostart&amp;#039;&amp;#039;&amp;#039; does not exist create one &amp;lt;code&amp;gt;mkdir ~/.config/autostart&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$EDITOR ~/.config/autostart/guake.desktop&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Exec=guake&lt;br /&gt;
Hidden=false&lt;br /&gt;
NoDisplay=false&lt;br /&gt;
X-GNOME-Autostart-enabled=true&lt;br /&gt;
Name=Guake&lt;br /&gt;
Comment=Start Guake Terminal&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Guake.desktop file disappering after reboot problem====&lt;br /&gt;
&lt;br /&gt;
The issue you&amp;#039;re experiencing with the guake.desktop file disappearing from the &amp;#039;&amp;#039;&amp;#039;~/.config/autostart&amp;#039;&amp;#039;&amp;#039; directory after reboot is a known behavior in some Ubuntu MATE versions, including 24.04. &lt;br /&gt;
&lt;br /&gt;
This happens because certain applications, including Guake, manage their own autostart entries.&lt;br /&gt;
&lt;br /&gt;
To resolve this issue and ensure Guake starts automatically, you can try the following workaround:&lt;br /&gt;
&lt;br /&gt;
Create the guake.desktop file in ~/.config/autostart as you&amp;#039;ve been doing.&lt;br /&gt;
&lt;br /&gt;
After creating the file, rename it to something like &amp;quot;start_guake.desktop&amp;quot; This prevents Guake from recognizing it as its own file and removing it.&lt;br /&gt;
&lt;br /&gt;
===systemd===&lt;/div&gt;</summary>
		<author><name>AwesomO</name></author>
	</entry>
</feed>