<?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=128&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=128</link>
		<description><![CDATA[The most recent posts in [Solved] Removable media unaccessible as normal user (PCManFM/Thunar).]]></description>
		<lastBuildDate>Wed, 08 Jul 2020 18:29:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23335#p23335</link>
			<description><![CDATA[<div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>In the above case, the problem was that PCManFM was unable to communicate with <em>gvfs</em> (well, sort of). PCManFM and <em>gvfs</em> use D-Bus, a system for interprocess communication, to communicate with each other. Now, for things like communication between the file manager and <em>gvfs</em> in your X session, D-Bus uses per-user instances of its message bus deamon (visually speaking, one telephone network per user for the communication between the programs this user works with). If you just start X from the command line without further configuration, that message bus deamon won&#039;t be started. Therefore, PCManFM won&#039;t be able to call <em>gvfs</em> and ask it to mount a device. Putting</p><div class="codebox"><pre><code>exec dbus-launch</code></pre></div><p>into your ~/.xinitrc file instructs the <em>xinit</em> program to start that per-user d-bus deamon for the session and so provide means of communication between PCManFM and <em>gvfs</em>.</p></div></blockquote></div><p>thanks for this informative and to learn paragraph,</p><p>useful for me since I had problems with automount using Thunar/PcmanFM after I start login to X without lxdm</p><p>PS : I think I prefer Thunar</p>]]></description>
			<author><![CDATA[dummy@example.com (vlax)]]></author>
			<pubDate>Wed, 08 Jul 2020 18:29:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23335#p23335</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9649#p9649</link>
			<description><![CDATA[<p>To make the polkit rules really work in KDE uninstall gvfs and related packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (phloggu)]]></author>
			<pubDate>Fri, 01 Jun 2018 18:19:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9649#p9649</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7848#p7848</link>
			<description><![CDATA[<div class="quotebox"><cite>msi wrote:</cite><blockquote><div><p>I&#039;ve now found a way to unmount CDs using a bit of a less insecure (though still unsane) configuration. Going through the list of available <em>policykit</em> actions for <em>udisks2</em>, I discovered that allowing &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot; in addition to all the actions allowed in the setup I began with makes it possible to unmount CDs as well.</p><p>So, /etc/polkit-1/localauthority/50-local.d/10-removable_storage.pkla currently looks like this:</p><div class="codebox"><pre><code>[udisks2 permissions]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.encrypted-unlock;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.eject-media;org.freedesktop.udisks2.filesystem-unmount-others
ResultAny=yes
ResultActive=yes
ResultInactive=yes</code></pre></div></div></blockquote></div><p>this worked for me, thanks...</p><p>I am able to mount external storage again. (and unmount it )<br />it was the update of today.</p>]]></description>
			<author><![CDATA[dummy@example.com (rfgmm)]]></author>
			<pubDate>Sun, 04 Mar 2018 08:32:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7848#p7848</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7846#p7846</link>
			<description><![CDATA[<p>My Devuan started to missbehave like this after the update of today, I was&#039;nt able to remove mounted external storage devices and to manage the Network, through network-manager-applet.</p><p>I fixed the network-manager-applet with a policykit file ... and now I am heading to look about the mounting/unmounting problem</p>]]></description>
			<author><![CDATA[dummy@example.com (rfgmm)]]></author>
			<pubDate>Sun, 04 Mar 2018 08:01:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7846#p7846</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=1028#p1028</link>
			<description><![CDATA[<p>Ozi, this is not about missing packages. I&#039;m not 100% sure about my following explanation, but it should be alright (i&#039;m ignoring <em>policykit</em> here):</p><p>In the above case, the problem was that PCManFM was unable to communicate with <em>gvfs</em> (well, sort of). PCManFM and <em>gvfs</em> use D-Bus, a system for interprocess communication, to communicate with each other. Now, for things like communication between the file manager and <em>gvfs</em> in your X session, D-Bus uses per-user instances of its message bus deamon (visually speaking, one telephone network per user for the communication between the programs this user works with). If you just start X from the command line without further configuration, that message bus deamon won&#039;t be started. Therefore, PCManFM won&#039;t be able to call <em>gvfs</em> and ask it to mount a device. Putting</p><div class="codebox"><pre><code>exec dbus-launch</code></pre></div><p>into your ~/.xinitrc file instructs the <em>xinit</em> program to start that per-user d-bus deamon for the session and so provide means of communication between PCManFM and <em>gvfs</em>.</p><div class="quotebox"><cite>Ozi wrote:</cite><blockquote><div><p>Also xfe does mount/umount.</p></div></blockquote></div><p>Well, I&#039;d be interested in how Xfe does that.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Fri, 24 Mar 2017 21:10:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=1028#p1028</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=999#p999</link>
			<description><![CDATA[<p>PCMan File Manager is a GTK+ based file manager, featuring:</p><p> * Support GVFS for auto-mount handling on removable devices</p><p>These work for me: gvfs-backends, gvfs-fuse.</p><p>Also xfe does mount/umount.</p><p>Ozi</p>]]></description>
			<author><![CDATA[dummy@example.com (Ozi)]]></author>
			<pubDate>Wed, 15 Mar 2017 02:43:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=999#p999</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=606#p606</link>
			<description><![CDATA[<p>Thanks for the hint! However, I felt that line looked really complex for doing nothing but pull in settings from ~/.Xresources. And so did other people in the Arch Linux forums (see <a href="https://bbs.archlinux.org/viewtopic.php?id=208894)" rel="nofollow">https://bbs.archlinux.org/viewtopic.php?id=208894)</a>.</p><p>Actually, it&#039;s enough to just put the following into your ~/.xinitrc (running order matters):</p><div class="codebox"><pre><code>xrdb -load ~/.Xresources
exec dbus-launch --exit-with-session openbox-session</code></pre></div><p>You could even omit &quot;-load&quot; since that is <em>xrdb&#039;s</em> default action. But that would make the whole thing look unnecessarily cryptic to me.</p><p>Btw, my ~/.Xresources file looks like this:</p><div class="codebox"><pre><code>xterm*font:	9x15
xterm*geometry:	100x24
xterm*background: black
xterm*foreground: white</code></pre></div><p>I&#039;m marking this topic als solved. Explanations on <em>dbus</em> and <em>policykit</em> as well as other comments still welcome.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 05 Mar 2017 22:29:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=606#p606</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=605#p605</link>
			<description><![CDATA[<p>Good stuff. I&#039;m gonna play with that when I get a chance. I don&#039;t have the answer to your last question, but this might be helpful -</p><p><a href="https://wiki.archlinux.org/index.php/Xresources" rel="nofollow">https://wiki.archlinux.org/index.php/Xresources</a></p><div class="quotebox"><blockquote><div><p>xinitrc</p><p>If you are using a copy of the default xinitrc as your .xinitrc it already merges ~/.Xresources.</p><p>If you are using a custom .xinitrc add the following line:</p><p>[[ -f ~/.Xresources ]] &amp;&amp; xrdb -merge -I$HOME ~/.Xresources</p><p>Warning: Never background the xrdb command within ~/.xinitrc. Otherwise, programs launched after xrdb may look for resources before it has finished loading them.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 05 Mar 2017 20:44:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=605#p605</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=604#p604</link>
			<description><![CDATA[<p>I&#039;ve had the developer of <em>udiskie</em> take a look at all this. He suggested that it&#039;s not actually a problem with <em>udisks2</em> but with some other element of PCManFM&#039;s mount procedure, possibly <em>gvfs</em>. He told me to try to mount and unmout removable devices through <em>udisksctl</em> without &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot; in place in order to verify that.</p><p>As can be seen below, that worked seemlessly:</p><div class="codebox"><pre><code>msi@moon:~$ udisksctl mount -b /dev/sdb
Mounted /dev/sdb at /media/msi/SONY.
msi@moon:~$ udisksctl unmount -b /dev/sdb
Unmounted /dev/sdb.

msi@moon:~$ udisksctl mount -b /dev/sr0
Mounted /dev/sr0 at /media/cdrom0.
msi@moon:~$ udisksctl unmount -b /dev/sr0
Unmounted /dev/sr0.</code></pre></div><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>FWIW on my Devuan Jessie Xfce, I have both udisks2 and libsystemd0 installed but not libpam-systemd.&#160; Drives do not automount but do with a click on a right button menu option of the icon that pops up on my desktop.</p></div></blockquote></div><p>I tried Devuan Jessie with a full installation of LXDE (except for a login manager) today. That didn&#039;t change anything for the better. You just can&#039;t unmount a CD without giving your root password.</p><p>So, what about <em>gvfs</em> then? Well, it uses <em>dbus</em>. Reading through various forum posts, I saw that some people have solved problems with accessing removable devices by creating an <em>.xinitrc</em> file containing</p><div class="codebox"><pre><code>exec dbus-launch [window manager]</code></pre></div><p>The manpage for <em>dbus-launch</em> reads:<br />&quot;The dbus-launch command is used to start a session bus instance of dbus-daemon from a shell script. It would normally be called from a user&#039;s login scripts.&quot;</p><p>As it seems, <em>gvfs</em> uses <em>dbus</em> as an interface to communicate with other system processes that can then perfom actions like, for example, mount a removable device. However, just starting your X session with <em>startx</em> doesn&#039;t provide that interface per se. You have to explicitly request that within your <em>.xinitrc</em> file. For Openbox, it would have to look like this:</p><div class="codebox"><pre><code>exec dbus-launch --exit-with-session openbox-session</code></pre></div><p>This solves the problem, but it also brings a new one in that this configuration – for whatever reason – totally ignores the <em>xterm</em> settings (font size etc.) in my <em>.Xresources</em> file.</p><p>Thinkg about and trying to understand what <em>dbus</em> is, it crossed my mind that when there&#039;s a <em>dbus</em> interface for the X session, there&#039;s probably no need for all those <em>policykit</em> rules I&#039;ve been amusing myself with lately. So, I shoved aside /etc/polkit-1/localauthority/50-local.d/10-removable_storage.pkla to see what happens. Well, nothing happens and everything works fine – if you count out the <em>xterm</em> issue.</p><p>If, maybe, someone could breifly explain <em>dbus</em>, <em>policykit</em> and their relation, that would really help.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 05 Mar 2017 20:11:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=604#p604</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=592#p592</link>
			<description><![CDATA[<p>FWIW on my Devuan Jessie Xfce, I have both udisks2 and libsystemd0 installed but not libpam-systemd.&#160; Drives do not automount but do with a click on a right button menu option of the icon that pops up on my desktop.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 26 Feb 2017 21:30:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=592#p592</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=591#p591</link>
			<description><![CDATA[<p>Not getting anywhere near solving the problem, I installed Debian Jessie on a testing machine to see if the same issue would occur there. Well, it doesn&#039;t. Everything works fine with the set of <em>policykit</em> rules I had used in the first place and there is no need to allow &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot;.</p><p>This seems to be a <em>systemd</em>-related issue. In Debian Jessie, <em>udisks2</em> depends on <em>libpam-systemd</em> as well as on <em>libsystemd0</em>; the Devuan fork doesn&#039;t. So, what now?</p><p>As for using SpaceFM as an alternative, I&#039;ve just been told today on the project&#039;s official IRC channel that &quot;development is dead&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 26 Feb 2017 21:09:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=591#p591</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=566#p566</link>
			<description><![CDATA[<p>I&#039;ve now found a way to unmount CDs using a bit of a less insecure (though still unsane) configuration. Going through the list of available <em>policykit</em> actions for <em>udisks2</em>, I discovered that allowing &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot; in addition to all the actions allowed in the setup I began with makes it possible to unmount CDs as well.</p><p>So, /etc/polkit-1/localauthority/50-local.d/10-removable_storage.pkla currently looks like this:</p><div class="codebox"><pre><code>[udisks2 permissions]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.encrypted-unlock;org.freedesktop.udisks2.power-off-drive;org.freedesktop.udisks2.eject-media;org.freedesktop.udisks2.filesystem-unmount-others
ResultAny=yes
ResultActive=yes
ResultInactive=yes</code></pre></div><p>The description for &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot; reads: &quot;Unmount a device mounted by another user&quot;. Therefore, this configuration will enable unprivileged users to unmount anything (if they are in the <em>plugdev</em> group), but that&#039;s it.</p><p>The question this inevitably leads to is: Why would a CD be mounted by another user than the one asking the file manager to mount it? The thing is that this doesn&#039;t even seem to be the case. When I check the list of mounted devices with <em>mount</em> after mounting the CD, I get this:</p><div class="codebox"><pre><code>/dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,noexec,relatime,user=msi)</code></pre></div><p>When I delete &quot;org.freedesktop.udisks2.filesystem-unmount-others&quot; from the local authority file and then try to unmount a CD via <em>udisksctl</em>, this happens:</p><div class="codebox"><pre><code>msi@moon:~$ udisksctl unmount -b /dev/sr0
==== AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-unmount-others ===
Authentication is required to unmount HL-DT-ST DVDRAM GH22NS50 (/dev/sr0) mounted by another user
Authenticating as: root
Password: </code></pre></div><p>Am I missing anything here?</p><p>I wonder how desktop environments like LXDE or Xfce solve this.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 11 Feb 2017 23:20:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=566#p566</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=565#p565</link>
			<description><![CDATA[<p>After tinkering with <em>udisks2</em>, <em>udisks</em>, <em>udevil</em>, SpaceFM and PCManFM for several hours on a testing machine as well as on my main system, installing and removing packages back and forth, I discovered that the solution to not being able to unmount CDs should be very simple. It&#039;s obviously about getting the <em>policykit</em> rules for <em>udisks2</em> right in the local authority file in /etc/polkit-1/localauthority/50-local.d (which I&#039;ve chosen to rename 10-removable_storage.pkla).</p><p>If I simply allow members of the <em>plugdev</em> group to perfom any <em>udisks2</em> action, then I&#039;m also able to unmount and eject CDs through PCManFM without any problem. To achieve this, /etc/polkit-1/localauthority/50-local.d/10-removable_storage.pkla needs to look like this:</p><div class="codebox"><pre><code>[udisks2 permissions]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks2*
ResultAny=yes
ResultActive=yes
ResultInactive=yes</code></pre></div><p>However, allowing everything is never a good choice. In this case, allowing any <em>udisks2</em> action to be performed by members of the <em>plugdev</em> group enables me to unmount system partitions as an unprivileged user. Though this isn&#039;t possible through PCManFM since it doesn&#039;t display the partitions of my hard drive as seperate devices, I can use the <em>udisksctl</em> commandline utility to do it. As an example, I unmounted and remounted my /boot partition:</p><div class="codebox"><pre><code>msi@moon:~$ udisksctl unmount -b /dev/sda1
Unmounted /dev/sda1.

msi@moon:~$ udisksctl mount -b /dev/sda1
Mounted /dev/sda1 at /boot.</code></pre></div><p>I was also able to force my in-use /home partition to be unmounted during normal system operation, just by adding the &quot;-f&quot; parameter. To fully comprehend the infernal security disaster created by the above, you might want have a look into the list of all <em>udisks2</em> <em>policykit</em> actions that have now been unleashed to play with for anyone on the system (see <a href="https://udisks.freedesktop.org/docs/latest/udisks-polkit-actions.html#udisks-polkit-actions-file)" rel="nofollow">https://udisks.freedesktop.org/docs/lat … ions-file)</a>.</p><p>So the question now is, which <em>udisks2</em> rules have to be put into <em>policykit&#039;s</em> local authority file to enable normal users to handle CDs without enabling them to crash the system at the same time.</p><p>By the way, all of the above also works for Thunar.</p><p>On a side note, I can also confirm now that installing <em>XDM</em> has no part in making this work.</p><p>PS: Don&#039;t forget to install <em>cryptsetup</em> in case you want to (un)lock encrypted drives through the file manager.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sat, 11 Feb 2017 20:37:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=565#p565</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=555#p555</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Not sure what &#039;the standard way&#039; means to you, but for example, the group name &#039;storage&#039; is not listed at <span class="bbu"><a href="https://wiki.debian.org/SystemGroups" rel="nofollow">https://wiki.debian.org/SystemGroups</a></span>. I suppose, that might not be normative for Devuan, since Devuan is not Debian, but to me it implies that polkit is not standard.</p></div></blockquote></div><p>You are right about <em>storage</em> not being a standard group. But that&#039;s not connected to <em>policykit</em>. You could use the <em>plugdev</em> group instead. The <em>storage</em> group was part of the pre-systemd setup in Arch Linux, it&#039;s purpose being to grant &quot;access to removable drives such as USB hard drives, flash/jump drives, MP3 players&quot; and &quot;enable the user to mount storage devices.&quot; (<a href="https://wiki.archlinux.org/index.php/Users_and_groups#Pre-systemd_groups" rel="nofollow">https://wiki.archlinux.org/index.php/Us … emd_groups</a>) Thinking about it again, there&#039;s actually no reason to create the <em>storage</em> group at all. So, I deleted it and substituted &quot;storage&quot; with &quot;plugdev&quot; in <em>/etc/polkit-1/localauthority/50-local.d/10-udisks.pkla</em>.</p><p>Also, I found out that the kind of problems I was having can arise from starting X directly from a tty, which I normally do. There seem to be ways to fix this by creating a reasonably equipped <em>~/.xinitrc</em> file. As my attempts to do that weren&#039;t successful, I simply gave XDM a shot. Et voilà, apparently this made things work. I then removed XDM with <em>apt-get purge</em> and also deleted <em>~/.xinitrc</em>, since I don&#039;t normally need it. Surprisingly, (un)mounting and accessing USB drives through PCManFM and Thunar still worked flawlessly, which had me think that it doesn&#039;t actually have anything to do with XDM, which hadn&#039;t pulled any dependencies on installation.</p><p>So, now I was able to handle USB devices through PCManFM. What still didn&#039;t work, were CDs. Just as before, I was able to mount a CD but unable to unmount it. Also, CDs were being mounted to <em>/media/cdrom0</em>, <span class="bbs">which probably means they are not being handled by <em>udisks2</em></span>.</p><p>Then I tried SpaceFM and <em>udevil</em>. That totally worked. However, I needed to give <em>apt</em> &quot;adwaita-icon-theme-&quot;, so it wouldn&#039;t pull a whole lot of stuff I don&#039;t need. The latter had already been an issue throughout the installation process of my Devuan system.</p><p>Any ideas on how to solve the CD unmounting problem in PCManFM? I&#039;m not sure if I want to go with SpaceFM. I&#039;m used to working with PCManFM and it was able to handle CDs correctly on very much the same setup in Debian Jessie.</p><p>PS: I think there should be a removable media guide for minimal desktops.</p>]]></description>
			<author><![CDATA[dummy@example.com (msi)]]></author>
			<pubDate>Sun, 05 Feb 2017 16:55:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=555#p555</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Removable media unaccessible as normal user (PCManFM/Thunar)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=553#p553</link>
			<description><![CDATA[<p>Alternatively you could use Spacefm instead of PCManFM. SpaceFM is able to use udevil to mount and unmount file systems when they are plugged in. See&#160; the thread at <a href="https://dev1galaxy.org/viewtopic.php?pid=449#p449" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=449#p449</a>.</p><p>Geoff</p>]]></description>
			<author><![CDATA[dummy@example.com (Geoff 42)]]></author>
			<pubDate>Sun, 05 Feb 2017 11:32:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=553#p553</guid>
		</item>
	</channel>
</rss>
