<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[AppImage support for Linux users]]></title><description><![CDATA[<p dir="auto">Hi and I am an Opera user for quite a long while.</p>
<p dir="auto">Recently I got into AppImage and it is an amazing thing for (especially) Linux users, for we all know Linux has many distros with their own package managers and repos.</p>
<p dir="auto">AppImage in short, is distro-agnostic approach to package a program where any Linux users in any distros just have to make the file executable, then voila, it runs.</p>
<p dir="auto">I had built Opera AppImage from its deb binary package and it runs well on my machine. It is relatively easy to build Opera AppImage, I have made my own directory tree for building the Opera AppImage:</p>
<p dir="auto">opera.AppDir<br />
└── AppRun<br />
└── opera.desktop<br />
└── opera.png<br />
└── usr<br />
├── bin<br />
├── lib<br />
└── share</p>
<p dir="auto">AppRun is the main script(file) to tell AppImage to execute when users double-click it. I wrote a primitive AppRun script:</p>
<pre><code>#! /bin/sh
cd "$(dirname "$0")"
exec ./usr/bin/opera %U
</code></pre>
<p dir="auto">After all set, just use <a href="https://github.com/AppImage/AppImageKit" target="_blank" rel="noopener noreferrer nofollow ugc">AppImageTool</a> to package the opera.AppDir into a single package, then done.</p>
<p dir="auto">The reason I made a suggestion post here is that instead I build an unofficial Opera AppImage, it is better to have an official Opera AppImage that can follow up the upstream version and also having official support. Consider a distro-agnostic program, it would be much convenient for every Linux user to have a simple run-able Opera.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forums.opera.com/topic/31695/appimage-support-for-linux-users</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 09:56:50 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/31695.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Apr 2019 04:11:19 GMT</pubDate><ttl>60</ttl></channel></rss>