<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4103&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Panel entries for browsers that a distribution does not support]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4103</link>
		<description><![CDATA[The most recent posts in Panel entries for browsers that a distribution does not support.]]></description>
		<lastBuildDate>Fri, 05 Feb 2021 11:55:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Panel entries for browsers that a distribution does not support]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27230#p27230</link>
			<description><![CDATA[<div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>Basilisk might be different though, i believe palemoon is a derivative of basilisk ?</p></div></blockquote></div><p>No. Pale Moon&#039;s initial release was October 2009. Basilisk&#039;s was November 2017.</p></div></blockquote></div><p>yeah sorry i didnt bother to search before i typed that. Thanks for clearing that up.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 05 Feb 2021 11:55:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27230#p27230</guid>
		</item>
		<item>
			<title><![CDATA[Re: Panel entries for browsers that a distribution does not support]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27225#p27225</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>You would better off letting basilisk/palemoon have there own directories imo instead of the Download folder.</p><p>Palemoon has a nice guide where you can softlink icons, .desktop files and binaries in the correct areas.</p><p><a href="https://linux.palemoon.org/help/installation/" rel="nofollow">https://linux.palemoon.org/help/installation/</a></p><p>Basilisk might be different though, i believe palemoon is a derivative of basilisk ?</p></div></blockquote></div><p>Palemoon is based originally on firefox 38 ESR </p><p>Basilisk is based on firefox esr 52</p><p>Just a heads up.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 05 Feb 2021 11:12:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27225#p27225</guid>
		</item>
		<item>
			<title><![CDATA[Re: Panel entries for browsers that a distribution does not support]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27219#p27219</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>Basilisk might be different though, i believe palemoon is a derivative of basilisk ?</p></div></blockquote></div><p>No. Pale Moon&#039;s initial release was October 2009. Basilisk&#039;s was November 2017.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Fri, 05 Feb 2021 02:25:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27219#p27219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Panel entries for browsers that a distribution does not support]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27201#p27201</link>
			<description><![CDATA[<p>You would better off letting basilisk/palemoon have there own directories imo instead of the Download folder.</p><p>Palemoon has a nice guide where you can softlink icons, .desktop files and binaries in the correct areas.</p><p><a href="https://linux.palemoon.org/help/installation/" rel="nofollow">https://linux.palemoon.org/help/installation/</a></p><p>Basilisk might be different though, i believe palemoon is a derivative of basilisk ?</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Thu, 04 Feb 2021 06:52:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27201#p27201</guid>
		</item>
		<item>
			<title><![CDATA[Panel entries for browsers that a distribution does not support]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27194#p27194</link>
			<description><![CDATA[<p>I&#039;ve asked many questions and have gotten all of my queries answered. So I thought I&#039;d try to give back to the community.</p><p>When I first started using Linux, I thought I was restricted to the browsers the developers offered. Then I realized that browsers such as Pale Moon and Basilisk could be used by downloading it (Pale Moon calls it a bzipped tarball), extracting it, and moving the folder to the desktop, where I could start it by opening the folder and double-clicking on the executable (I could also just leave them in Downloads and access them there). But then I realized that I could add those entries to the panel by adding two files to the file system. Please note that Openbox is slightly different, as one must edit the Panel file.</p><p>First, a .png file must be copied to /usr/share/pixmaps, in this case, basilisk.png. I found this icon in basilisk/browser/icons, named mozicon128.png. This file will serve as the icon in the panel.</p><p>Second, a .desktop file must be added to /usr/share/applications. The format is:</p><div class="codebox"><pre><code>[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=/home/username/Downloads/basilisk/basilisk
Name=Basilisk
GenericName=Web Browser
Icon=basilisk
Categories=Network;WebBrowser</code></pre></div><p>The file referenced in the Exec line could reside anywhere. The file referenced in the Icon line has an implied extension of .png, in this case the icon is called &quot;basilisk.png&quot; and resides in /usr/share/pixmaps. I chose to copy the .png file to /usr/share/pixmaps, though one could easily keep it in /home/username/Downloads and reference it properly. The Categories line will place it in the start menu section titled Internet. The files will be accessed on the next login, so don&#039;t panic if you add them and don&#039;t see them in the start menu.</p><p>Please note that the above process would work for any application. Also note that certain browsers, with Brave being a good example, do not offer a downloadable folder that can be used this way. Browsers such as Vivaldi that offer a .deb file will automatically create .desktop and .png files and copy them to the appropriate directories. The reason I left the browser folder in Downloads is that Linux is inconsistent with respect to executables. On Devuan, both Firefox and Vivaldi are stored in /opt, so I could have copied the Basilisk folder to /opt as well. But on Sparky Linux, Firefox is stored in /usr/lib, which is surprising given that both Devuan and Sparky are Debian spins. /usr/share/pixmaps appears to be consistent between Debian spins.</p><p>The above .desktop / .png scheme works for openSUSE as well, though obviously .deb files will be of no use.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Wed, 03 Feb 2021 23:17:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27194#p27194</guid>
		</item>
	</channel>
</rss>
