<?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=4193&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Thunar crashes on "Drag and Drop"]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4193</link>
		<description><![CDATA[The most recent posts in Thunar crashes on "Drag and Drop".]]></description>
		<lastBuildDate>Fri, 07 May 2021 15:16:17 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29675#p29675</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... dependencies are mostly from sid/ceres rather than experimental.<br />... that .deb cannot be installed in a beowulf system without breaking it.</p></div></blockquote></div><p>Enough for me not to consider attempting it.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... could try backporting it ...<br />... not worth the bother.</p></div></blockquote></div><p>I agree.</p><p>Thanks for your input.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 07 May 2021 15:16:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29675#p29675</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29673#p29673</link>
			<description><![CDATA[<p>The missing dependencies are mostly from sid/ceres rather than experimental. It looks like that .deb cannot be installed in a beowulf system without breaking it.</p><p>You could try backporting it but you would probably have to also backport several other packages and then keep them updated manually afterwards. Probably not worth the bother.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 07 May 2021 15:04:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29673#p29673</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29672#p29672</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... the way I would try it.<br />... technically &quot;safe&quot; to add the experimental repositories directly ...</p></div></blockquote></div><p>Hmm ...<br />There must be a solid reason for <em>experimental</em>.&#160; 8^D</p><p>I remembered looking up this once.<br />It seems that <span class="bbc">dpkg -i package_file.deb</span> does not take care of dependencies prooperly or at all.</p><p>Which <span class="bbc">apt install ./package_file.deb</span> does:</p><div class="codebox"><pre><code>groucho@devuan:~/Downloads$ sudo apt install ./libgtk-3-0_3.24.29-1_amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting &#039;libgtk-3-0&#039; instead of &#039;./libgtk-3-0_3.24.29-1_amd64.deb&#039;
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgtk-3-0 : Depends: libatk1.0-0 (&gt;= 2.35.1) but 2.30.0-2 is to be installed
              Depends: libc6 (&gt;= 2.29) but 2.28-10 is to be installed
              Depends: libgdk-pixbuf-2.0-0 (&gt;= 2.40.0) but it is not installable
              Depends: libglib2.0-0 (&gt;= 2.59.0) but 2.58.3-2+deb10u2 is to be installed
              Depends: libjson-glib-1.0-0 (&gt;= 1.5.2) but 1.4.4-2 is to be installed
              Depends: libpango-1.0-0 (&gt;= 1.45.5) but 1.42.4-8~deb10u1 is to be installed
              Depends: libxcomposite1 (&gt;= 1:0.4.5) but 1:0.4.4-2 is to be installed
              Depends: libgtk-3-common (&gt;= 3.24.29-1) but 3.24.5-1 is to be installed
E: Unable to correct problems, you have held broken packages.
groucho@devuan:~/Downloads$ </code></pre></div><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>... if you wanted but be sure to play close attention to the suggested course of action before accepting.</p></div></blockquote></div><p>My guess is that I&#039;d have to fetch all these unmet dependencies from <span class="bbc">experimental</span> also.<br />But I&#039;d rather not dive into <em>dependency hell</em> and be sure.</p><p>I think I&#039;ll live with the occasional crash and wait.<br />In any case I&#039;ll eventually be ditching Xfce4.<br />I don&#039;t like where it is going, so I may try LXDE, <em>à la</em> Knoppix Live or a <span class="bbc">#!</span> solution. </p><p>Thanks for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 07 May 2021 14:43:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29672#p29672</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29668#p29668</link>
			<description><![CDATA[<p>That would be the way I would try it. It is technically &quot;safe&quot; to add the experimental repositories directly and without pinning because packages from there have a default pin value of 1 (one) so you could do that instead if you wanted but be sure to play close attention to the suggested course of action before accepting.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 07 May 2021 13:57:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29668#p29668</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29667#p29667</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>v3.24.29 seems to be available in Debian&#039;s experimental repositories:<br /><a href="http://deb.debian.org/debian/pool/main/g/gtk+3.0/libgtk-3-0_3.24.29-1_amd64.deb" rel="nofollow">http://deb.debian.org/debian/pool/main/ … _amd64.deb</a></p></div></blockquote></div><p>Thanks for the heads up.&#160; &#160;8^)</p><p>So ...<br />Download the <span class="bbc">.deb</span> and install with <span class="bbc">dpkg -i libgtk-3-0_3.24.29-1_amd64.deb</span>? <br />Or is there a better, more fool-proof way?</p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 07 May 2021 13:55:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29667#p29667</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29664#p29664</link>
			<description><![CDATA[<p>v3.24.29 seems to be available in Debian&#039;s experimental repositories:</p><p><a href="http://deb.debian.org/debian/pool/main/g/gtk+3.0/libgtk-3-0_3.24.29-1_amd64.deb" rel="nofollow">http://deb.debian.org/debian/pool/main/ … _amd64.deb</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 07 May 2021 13:41:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29664#p29664</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29655#p29655</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>The issue is evidently xfce4 inter-component related.</p></div></blockquote></div><p>Apparently (?) the problem has been fixed/worked around.</p><p><a href="https://gitlab.gnome.org/GNOME/gtk/-/issues/3715" rel="nofollow">https://gitlab.gnome.org/GNOME/gtk/-/issues/3715</a></p><p>From what I <em>think</em> I understand, a patch has been written up so that the affected applications don&#039;t crash.<br />ie: the root of the problem (in xfce4?) will remain where it is till the next time someone reports something else.</p><p>The Devuan Beowulf repository has <span class="bbc">libgtk-3-0 3.24.5-1</span> and the Chimaera repository has&#160; <span class="bbc">3.24.24-3</span>.<br />The patch is in <span class="bbc">3.24.29</span>.</p><p>How can I go about checking to see if <span class="bbc">3.24.29</span> fixes the problem?</p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 06 May 2021 23:42:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29655#p29655</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28352#p28352</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>... using cinnamon desktop ...</p></div></blockquote></div><p>I looked at Gnome under Debian just once years ago in my first attempt at Linux.<br />Not really what I was wanting to see.</p><p>A couple of years later I used Cinammon and then Mate in a few other distributions.<br />I did not like them too much, really didn&#039;t see any need for so much bling and flash.<br />You have MS for that type of thing.</p><p>#! Linux with it&#039;s customised Openbox WM was great but that distrubution went south in 2015.<br />Then systemd crept into everything around me but then found Devuan which came with with Xfce. </p><p>As time goes by and I use it more (no more office IT work+MS stuff to deal with), I find Xfce more and more annoying.<br />The fact that at v4.12 Xfce has not been able to get icon behaviour working properly is really annoying and if 4.16 ends up being what it says it will be ...</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>... dont mind the extra ram usage and a bit of gnome ...</p></div></blockquote></div><p>But I <em>do</em> mind.<br />Both in principle <em>and</em> in practice.</p><p>[rant]<br />Things are what they are in IT because the concept of <em>lean and mean</em> has long been abandoned.<br />Intelligent/clean coding seems to have become a thing of the past.</p><p>If those chaps who write those absolutely incredibly efficient viruses in 8 or 10 lines of code used their skills to write <em>a</em> Linux desktop, Linux would be the king of the desktop PCs today.</p><p>Yes, <em>one</em> highly adaptable and configurable desktop, instead of the absurd number of bloated DE we have today.<br />There&#039;s far too much crap (and time/effort spent) in the name of a mis-interpreted freedom within an ecosystem where everyone and his dog wants to be a <em>prima donna</em>.<br />[/rant]</p><p>Right.<br />I will now quietly step off my box and go have my second morning espresso.<br />Maybe then I&#039;ll feel better.&#160; 8^7</p><p>Thanks for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 19 Mar 2021 13:04:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28352#p28352</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28349#p28349</link>
			<description><![CDATA[<p>Ive been using cinnamon desktop lately just to see how it goes and its not bad, uses around a 700mb on startup but it is put to good use, very snappy for a bloated desktop environment. I think im over computing though and getting bored with it. If you dont mind the extra ram usage and a bit of gnome i suggest cinnamon as desktop env, Ive only got 4G of ram and i hardly use all of it unless im doing something ram intensive which i havent done for a long time. Anyhow, no such isses with drag and drop using nemo.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Fri, 19 Mar 2021 11:12:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28349#p28349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28343#p28343</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>... if the xfce4 compositor is the issue, maybe see what happens using compton ...</p></div></blockquote></div><p>The issue is evidently xfce4 inter-component related.<br />And from what I have seen with how the 4.16 version is coming along, things won&#039;t get better.</p><p>It&#039;s a pity but that&#039;s how it is rolling these days.</p><p>So I won&#039;t insist with Thunar unless PCManFM ends up not being up to par and have to try something else.<br />I already have a parallel Beowulf installation that I am attempting to build up as what at one time #! Linux was, I really liked it.</p><p>Thanks a lot for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 19 Mar 2021 01:04:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28343#p28343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28317#p28317</link>
			<description><![CDATA[<p>Ok so if the xfce4 compositor is the issue, maybe see what happens using compton compositor. Disable xfwm4 compositing in window tweaks then...</p><div class="codebox"><pre><code># apt install compton</code></pre></div><p>then in a terminal </p><div class="codebox"><pre><code>compton -b</code></pre></div><p>then do drag and drop in thunar and see what messages if any print in the terminal.</p><p>control -c to cancel compton.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Thu, 18 Mar 2021 12:58:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28317#p28317</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28316#p28316</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>... using xfwm4 compositing from the tweaks dialog ...</p></div></blockquote></div><p>Yes.<br />It&#039;s all xfwm4: thunar, compositing, etc.</p><p>Unfortunately, removing thunar is a messy affaire.<br />It is so ingrained into Xfce and the desktop that without it, the icons on my desktop would not open and the system complained about <span class="bbc">org.xfce.filemanager</span> not being found.<br />The workarounds I found on the web did not work and I had to install it again, bringing along <span class="bbc">thunar-volman</span>.</p><p>It&#039;s a real pain in the ass and yet another reason to consider dumping Xfce. </p><p>Thanks for your input.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 18 Mar 2021 06:55:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28316#p28316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28315#p28315</link>
			<description><![CDATA[<p>So are you using xfwm4 compositing from the tweaks dialog, or something like compton and have xfwm4 compositing disabled?</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Thu, 18 Mar 2021 06:02:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28315#p28315</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28314#p28314</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p> ... play with mouse settings and see if this helps?</p></div></blockquote></div><p>Does not make any difference, it is not a mouse problem.</p><p>Given my observations, I have concluded that this is a problem with <span class="bbc">thunar</span> and how it interacts with compositing.<br />Maybe it is related to how <span class="bbc">Xfce</span> intruments compositing?</p><p>The maintainers at <span class="bbc">gitlab.xfce.org</span> first made a reference to my using &quot; ... outdated versions of the various involved components (Thunar, GTK, X and xfwm4) ...&quot; <br />They have told me me that no one else has reported it and had not been able to reproduce it.</p><p>On their suggestion, I also tried to get a backtrace but the gdb utility did not produce a stack on <span class="bbc">thread apply all bt full</span> or <span class="bbc">bt</span>.<br />Alternatively, running it as root completely froze my desktop and did not produce a stack either.</p><p>So there&#039;s evidently something wrong there.</p><p>So I will just get rid of <span class="bbc">thunar</span> and stay with <span class="bbc">PCManFM</span>.<br />It seems to work quite well and most importantly, does <em>not</em> crash under the same conditions <span class="bbc">thunar</span> does.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Wed, 17 Mar 2021 20:44:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28314#p28314</guid>
		</item>
		<item>
			<title><![CDATA[Re: Thunar crashes on "Drag and Drop"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28308#p28308</link>
			<description><![CDATA[<p>Perhaps play with mouse settings and see if this helps?</p><p><a href="https://docs.xfce.org/xfce/xfce4-settings/mouse" rel="nofollow">https://docs.xfce.org/xfce/xfce4-settings/mouse</a></p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Wed, 17 Mar 2021 14:13:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28308#p28308</guid>
		</item>
	</channel>
</rss>
