<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://plover.wiki/index.php?action=history&amp;feed=atom&amp;title=AppImage_integration</id>
	<title>AppImage integration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://plover.wiki/index.php?action=history&amp;feed=atom&amp;title=AppImage_integration"/>
	<link rel="alternate" type="text/html" href="https://plover.wiki/index.php?title=AppImage_integration&amp;action=history"/>
	<updated>2026-05-22T23:56:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://plover.wiki/index.php?title=AppImage_integration&amp;diff=2285&amp;oldid=prev</id>
		<title>Aerick: Created page with &quot;The only officially supported method for &quot;installing&quot; Plover on Linux is to use the AppImage. This file doesn&#039;t install anything, but is instead an executable file that can be placed anywhere in your system. Therefore, it may not show up in your applications menu (particularly if does not index arbitrary files on your computer). This can be addressed by using a &lt;code&gt;.desktop&lt;/code&gt; file.  == &lt;code&gt;Plover.desktop&lt;/code&gt; == Follow these steps to add Plover to your applica...&quot;</title>
		<link rel="alternate" type="text/html" href="https://plover.wiki/index.php?title=AppImage_integration&amp;diff=2285&amp;oldid=prev"/>
		<updated>2024-06-26T02:00:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The only officially supported method for &amp;quot;installing&amp;quot; Plover on Linux is to use the AppImage. This file doesn&amp;#039;t install anything, but is instead an executable file that can be placed anywhere in your system. Therefore, it may not show up in your applications menu (particularly if does not index arbitrary files on your computer). This can be addressed by using a &amp;lt;code&amp;gt;.desktop&amp;lt;/code&amp;gt; file.  == &amp;lt;code&amp;gt;Plover.desktop&amp;lt;/code&amp;gt; == Follow these steps to add Plover to your applica...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The only officially supported method for &amp;quot;installing&amp;quot; Plover on Linux is to use the AppImage. This file doesn&amp;#039;t install anything, but is instead an executable file that can be placed anywhere in your system. Therefore, it may not show up in your applications menu (particularly if does not index arbitrary files on your computer). This can be addressed by using a &amp;lt;code&amp;gt;.desktop&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;code&amp;gt;Plover.desktop&amp;lt;/code&amp;gt; ==&lt;br /&gt;
Follow these steps to add Plover to your applications menu:&lt;br /&gt;
&lt;br /&gt;
# Move the Plover AppImage to your Desktop folder.&lt;br /&gt;
# Create a file at &amp;lt;code&amp;gt;~/.local/share/applications/plover.desktop&amp;lt;/code&amp;gt; with the content below.&lt;br /&gt;
# Download the [https://raw.githubusercontent.com/openstenoproject/plover/main/plover/assets/plover-icon.svg Plover icon] and save it to your Desktop (optional)&lt;br /&gt;
# Log out and log back in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/.local/share/applications/plover.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;
Terminal=false&lt;br /&gt;
Exec=$HOME/Desktop/plover-4.0.0rc2+6.g53c416f-x86_64.AppImage&lt;br /&gt;
Name=Plover&lt;br /&gt;
Icon=$HOME/Desktop/plover-icon.svg&lt;br /&gt;
Categories=Utility;Accessibility;&lt;br /&gt;
Comment=Stenographic Input Tool&lt;br /&gt;
Keywords=steno;input;keyboard;&lt;br /&gt;
X-Unity-IconBackgroundColor=#414F4C&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Automatically run Xwayland command ===&lt;br /&gt;
For running Plover under [[Wayland#Xwayland|Xwayland]], you will first have to create a script to run the command and start Plover.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/Desktop/plover-wayland.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
xhost +si:localuser:$USER&lt;br /&gt;
$HOME/Desktop/Plover-4.0.0rc+6.g53c416f-x86_64.AppImage&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mark the script as executable by running &amp;lt;code&amp;gt;chmod +x ~/Desktop/plover-wayland.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Now, have the desktop file call the script instead of the Plover AppImage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/.local/share/applications&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;
Terminal=false&lt;br /&gt;
Exec=$HOME/Desktop/plover-wayland.sh&lt;br /&gt;
Name=Plover&lt;br /&gt;
Icon=$HOME/Desktop/plover-icon.svg&lt;br /&gt;
Categories=Utility;Accessibility;&lt;br /&gt;
Comment=Stenographic Input Tool&lt;br /&gt;
Keywords=steno;input;keyboard;&lt;br /&gt;
X-Unity-IconBackgroundColor=#414F4C&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aerick</name></author>
	</entry>
</feed>