<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Sumon Ahmed</title>
    <description>The latest articles on Forem by Sumon Ahmed (@sumon4skf).</description>
    <link>https://forem.com/sumon4skf</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1203779%2F3fb4f4f8-cd57-4f4e-8784-2f6a821761ba.png</url>
      <title>Forem: Sumon Ahmed</title>
      <link>https://forem.com/sumon4skf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sumon4skf"/>
    <language>en</language>
    <item>
      <title>How to Add AppImage Application to Menu in Ubuntu (Linux)</title>
      <dc:creator>Sumon Ahmed</dc:creator>
      <pubDate>Thu, 18 Apr 2024 06:43:57 +0000</pubDate>
      <link>https://forem.com/sumon4skf/how-to-add-appimage-application-to-menu-in-ubuntu-linux-1j77</link>
      <guid>https://forem.com/sumon4skf/how-to-add-appimage-application-to-menu-in-ubuntu-linux-1j77</guid>
      <description>&lt;p&gt;AppImages are the easiest to run compared. All you need to do is follow the steps mentioned below.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step to use AppImage
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Download the AppImage&lt;/li&gt;
&lt;li&gt;Make the AppImage executable.&lt;code&gt;$ sudo chmod +x *.AppImage&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Run the file (&lt;code&gt;./*.AppImage&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;The challenging task is to make the AppImage accessible globally through the system like an installed application (in the menu)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can achieve this by going through the following steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps to add AppImage to Menu
&lt;/h2&gt;

&lt;p&gt;Move the AppImage to an accessible directory (I use &lt;code&gt;*.appImage&lt;/code&gt; in your user home directory but you are free to be creative)&lt;br&gt;
Create an &lt;code&gt;appName.desktop&lt;/code&gt; file in &lt;code&gt;~/.local/share/applications&lt;/code&gt;&lt;br&gt;
Add the following content to the &lt;code&gt;*.desktop&lt;/code&gt; file you create&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Desktop Entry]
Version=0.13.23
Type=Application
Name=appName
Comment=Application Description
TryExec=Path/to/AppImage
Exec=Path/to/AppImage
Icon=Path/to/AppImage.icon
Actions=Editor
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and we are done.&lt;/p&gt;

&lt;p&gt;Congrats, Now your AppImage is available for your user in the menu.&lt;/p&gt;

&lt;p&gt;Advanced tip :&lt;br&gt;
If you want this AppImage to be accessible to all the users of the system, place the &lt;code&gt;*.desktop&lt;/code&gt; file in &lt;code&gt;/usr/share/applications&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Enabling "Add to Favorites" Option&lt;br&gt;
As suggested In the comment, you can enable the by renaming the filename in &lt;code&gt;filename.desktop&lt;/code&gt; to the app's name after running. It is also case-sensitive. For example, move the file &lt;strong&gt;"Outline-Manager.desktop"&lt;/strong&gt; that is created to the file &lt;strong&gt;"Outline Manager.desktop"&lt;/strong&gt; and then you will be able to pin in. (The "Name=" field inside .desktop file does not matter and it could be anything you wish.)&lt;/p&gt;

&lt;p&gt;Feel free to comment on any suggestions in the comments section.&lt;/p&gt;

&lt;p&gt;Ref. &lt;a href="https://codebysamgan.com/how-to-add-appimage-application-to-menu-in-ubuntu-linux"&gt;Link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>appimage</category>
      <category>application</category>
    </item>
  </channel>
</rss>
