<?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=5372&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / lximage-qt: missing a library though it's already installed.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5372</link>
		<description><![CDATA[The most recent posts in lximage-qt: missing a library though it's already installed..]]></description>
		<lastBuildDate>Sat, 26 Nov 2022 10:54:03 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: lximage-qt: missing a library though it's already installed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38944#p38944</link>
			<description><![CDATA[<div class="quotebox"><cite>AhmadRaniri wrote:</cite><blockquote><div><p>Linking libfm-qt.so.12 &amp; libfm-qt.so.12.0.0 to libfm-qt.so.11 &amp; libfm-qt.so.11.0.0 make lximage-qt run.</p></div></blockquote></div><p>Don&#039;t do that.</p><p>Soname bumps are a &quot;feature&quot; of the development branches. If you don&#039;t know how to handle them correctly then you probably shouldn&#039;t be using those branches.</p><p>Relevant bug report: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024687" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … ug=1024687</a></p><p>Should be fixed soon so revert that &quot;fix&quot;, downgrade the relevant packages and wait.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 26 Nov 2022 10:54:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38944#p38944</guid>
		</item>
		<item>
			<title><![CDATA[Re: lximage-qt: missing a library though it's already installed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38937#p38937</link>
			<description><![CDATA[<p>Linking libfm-qt.so.12 &amp; libfm-qt.so.12.0.0 to libfm-qt.so.11 &amp; libfm-qt.so.11.0.0 make lximage-qt run.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sat, 26 Nov 2022 00:37:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38937#p38937</guid>
		</item>
		<item>
			<title><![CDATA[Re: lximage-qt: missing a library though it's already installed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38935#p38935</link>
			<description><![CDATA[<p>Surprisingly I have *libfm-qt.so.12* instead.</p><div class="codebox"><pre><code>[ahmad ~]$ ls /usr/lib/x86_64-linux-gnu/libfm-qt.so.12                                                                                                                    
/usr/lib/x86_64-linux-gnu/libfm-qt.so.12                                                                                                                                  
[ahmad ~]$</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sat, 26 Nov 2022 00:32:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38935#p38935</guid>
		</item>
		<item>
			<title><![CDATA[lximage-qt: missing a library though it's already installed.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38934#p38934</link>
			<description><![CDATA[<p>lximage-qt :</p><p>- Version :&#160; 1.1.0-2.<br />- Package from unstable.<br />- missing library : libfm-qt.so.11.</p><div class="codebox"><pre><code>[ahmad ~]$ ldd /usr/bin/lximage-qt | grep found                                                                                                                           
        libfm-qt.so.11 =&gt; not found                                                                                                                                       
[ahmad ~]$</code></pre></div><p>- package that possible has&#160; *libfm-qt.so.11* : libfm-qt11.</p><div class="codebox"><pre><code>[ahmad ~]$ apt-file find libfm-qt.so.11                                                                                                                                   
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11                                                                                                                      
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11.0.0                                                                                                                  
[ahmad ~]$</code></pre></div><p>- Check if libfm-qt11 is installed : </p><div class="codebox"><pre><code>[ahmad ~]$ apt search libfm-qt11                                                                                                                                          
Sorting... Done                                                                                                                                                           
Full Text Search... Done                                                                                                                                                  
libfm-qt11/unstable,now 1.2.0-1 amd64 [installed]                                                                                                                         
  file management support for pcmanfm-qt                                                                                                                                  
                                                                                                                                                                          
[ahmad ~]$</code></pre></div><p>- Check libfm-qt11 package list files : </p><div class="codebox"><pre><code>[ahmad ~]$ apt-file list libfm-qt11                                                                                                                                       
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11                                                                                                                      
libfm-qt11: /usr/lib/x86_64-linux-gnu/libfm-qt.so.11.0.0                                                                                                                  
libfm-qt11: /usr/share/doc/libfm-qt11/AUTHORS                                                                                                                             
libfm-qt11: /usr/share/doc/libfm-qt11/README.md                                                                                                                           
libfm-qt11: /usr/share/doc/libfm-qt11/changelog.Debian.gz                                                                                                                 
libfm-qt11: /usr/share/doc/libfm-qt11/changelog.gz                                                                                                                        
libfm-qt11: /usr/share/doc/libfm-qt11/copyright                                                                                                                           
libfm-qt11: /usr/share/libfm-qt/archivers.list                                                                                                                            
libfm-qt11: /usr/share/libfm-qt/terminals.list                                                                                                                            
libfm-qt11: /usr/share/mime/packages/libfm-qt-mimetypes.xml                                                                                                               
[ahmad ~]$</code></pre></div><p>I already installed the package but lximage-qt still complain about missing that one library.</p>]]></description>
			<author><![CDATA[dummy@example.com (AhmadRaniri)]]></author>
			<pubDate>Sat, 26 Nov 2022 00:30:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38934#p38934</guid>
		</item>
	</channel>
</rss>
