<?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=1568&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / flash player plugin not run in Devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1568</link>
		<description><![CDATA[The most recent posts in flash player plugin not run in Devuan.]]></description>
		<lastBuildDate>Mon, 01 Jan 2018 04:20:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=6943#p6943</link>
			<description><![CDATA[<p>Hello,</p><p>Since the libflashplayer.so file was placed in /usr/lib/flashplugin-nonfree/, shouldn&#039;t the symbolic links be:</p><p>ln -s /usr/lib/<strong>flashplugin-nonfree</strong>/libflashplayer.so /etc/alternatives/libflashplayer.so</p><p>ln -s /usr/lib/<strong>flashplugin-nonfree</strong>/libflashplayer.so /usr/lib/mozilla/plugins/flash-mozilla.so</p><p>ln -s /usr/lib/<strong>flashplugin-nonfree</strong>/libflashplayer.so /home/USER/.mozilla/plugins/libflashplayer.so</p><p>I downloaded the flash_player_npapi_linux.x86_64.tar.gz from the Adobe site and I extracted the libflashplayer.so. After creating the flashplugin-nonfree folder and placing the libflashplayer.so there, the second symlink worked for me.</p><p>Ian</p>]]></description>
			<author><![CDATA[dummy@example.com (yaye)]]></author>
			<pubDate>Mon, 01 Jan 2018 04:20:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=6943#p6943</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5198#p5198</link>
			<description><![CDATA[<p>Another way is to grab the adobe-flashplugin package from MX16 (for Jessie, of course). And, if that package could be added to the Devuan repo......</p>]]></description>
			<author><![CDATA[dummy@example.com (NFT5)]]></author>
			<pubDate>Thu, 28 Sep 2017 18:27:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5198#p5198</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5130#p5130</link>
			<description><![CDATA[<p>Nothing to worry about. I&#039;m pretty sure it&#039;s the right pathname.<br />But it just made me think about <a href="https://www.gutenberg.org/files/13/old/snark12h.htm" rel="nofollow">the Bellman</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 24 Sep 2017 10:56:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5130#p5130</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5129#p5129</link>
			<description><![CDATA[<p>Yes, I didn&#039;t catch that from the notes that I copied + pasted from.&#160; Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Sun, 24 Sep 2017 10:20:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5129#p5129</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5127#p5127</link>
			<description><![CDATA[<p>You mention <span class="bbu">/usr/lib/mozilla/plugins/flash-mozilla.so</span> twice already, so if I mention it once more, it&#039;ll sure be the right place <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 24 Sep 2017 06:05:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5127#p5127</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5125#p5125</link>
			<description><![CDATA[<p>Regarding the flash player situation in devuan, I had this problem some time ago.&#160; I found that the problem was that the .deb package may not have been putting it in the proper location.&#160; What I did was to search (google search, not file search) for the correct location of the flash player in linux and then symlinked to these locations that were mentioned.&#160; </p><p>So, if I remember correctly, I downloaded the adobe flash player from the adobe website and put the file libflashplayer.so in /usr/lib/flashplugin-nonfree/ .&#160; Then I created symlinks to this location with </p><div class="codebox"><pre><code>ln -s /usr/lib/flashplayer-plugin/libflashplayer.so /etc/alternatives/libflashplayer.so</code></pre></div><p>If that does not work, try</p><div class="codebox"><pre><code>ln -s /usr/lib/flashplayer-plugin/libflashplayer.so /usr/lib/mozilla/plugins/flash-mozilla.so</code></pre></div><p>If that does not work, try</p><div class="codebox"><pre><code>ln -s /usr/lib/flashplayer-plugin/libflashplayer.so /home/USER/.mozilla/plugins/libflashplayer.so</code></pre></div><p>I apologize for not being able to give you the exact location that I symlinked to in order to make it work, but it should be one of these.&#160; I did not symlink one location at a time, but I created the symlink in Thunar and them copied it to these locations and one of them worked.&#160; I just don&#039;t know which one is the correct location.&#160; Thus, in not knowing which location was correct, I left them all in place.</p><p>Edit:&#160; removed duplicate location</p>]]></description>
			<author><![CDATA[dummy@example.com (nixer)]]></author>
			<pubDate>Sun, 24 Sep 2017 00:43:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5125#p5125</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=5122#p5122</link>
			<description><![CDATA[<p>Hi, I haven&#039;t used flash in a year, I use html5 extension in FF, and it is working very well with youtube, and movies.</p><p><a href="http://www.imagebam.com/image/355714607252393" rel="nofollow"><span class="postimg"><img src="http://thumbs.imagebam.com/95/39/cb/355714607252393.jpg" alt="355714607252393.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (macondo123)]]></author>
			<pubDate>Sat, 23 Sep 2017 22:02:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=5122#p5122</guid>
		</item>
		<item>
			<title><![CDATA[Re: flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=4765#p4765</link>
			<description><![CDATA[<p>I ran into this a few days ago and ended up downloading it from <a href="https://get.adobe.com/flashplayer/otherversions/" rel="nofollow">https://get.adobe.com/flashplayer/otherversions/</a> for a friend. We can&#039;t get it to work. I already have flashplugin-nonfree installed from long ago, and when I go to about:plugins, I don&#039;t see it listed. And neither of us could see some items on one site that requires flash. Debian wiki looked helpful, but as I said, the plugin didn&#039;t seem to work and doesn&#039;t show up in the list of plugins. I don&#039;t know what&#039;s going on with it.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 27 Aug 2017 22:19:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=4765#p4765</guid>
		</item>
		<item>
			<title><![CDATA[flash player plugin not run in Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=4763#p4763</link>
			<description><![CDATA[<p>Is impossible install package flashplugin-nonfree. Result is &quot;Connessione a fpdownload.adobe.com (fpdownload.adobe.com)|104.106.117.189|:443... connesso.<br />Richiesta HTTP inviata, in attesa di risposta... 404 Not Found<br />2017-08-27 21:37:52 ERRORE 404: Not Found.</p><p>ERROR: wget failed to download <a href="https://fpdownload.adobe.com/get/flashplayer/pdc/24.0.0.186/flash_player_npapi_linux.x86_64.tar.gz" rel="nofollow">https://fpdownload.adobe.com/get/flashp … _64.tar.gz</a><br />More information might be available at:<br />&#160; <a href="http://wiki.debian.org/FlashPlayer" rel="nofollow">http://wiki.debian.org/FlashPlayer&quot;</a><br />What about this ?</p>]]></description>
			<author><![CDATA[dummy@example.com (smolnyn)]]></author>
			<pubDate>Sun, 27 Aug 2017 19:39:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=4763#p4763</guid>
		</item>
	</channel>
</rss>
