<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>shared folder &#8211; El Cornijal de Linux</title>
	<atom:link href="https://linuxete.duckdns.org/category/shared-folder/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxete.duckdns.org</link>
	<description>Un blog sobre Linux</description>
	<lastBuildDate>Thu, 18 Jul 2024 07:09:22 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Xfce sin acceso a red local</title>
		<link>https://linuxete.duckdns.org/xfce-sin-acceso-a-red-local/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xfce-sin-acceso-a-red-local</link>
					<comments>https://linuxete.duckdns.org/xfce-sin-acceso-a-red-local/#respond</comments>
		
		<dc:creator><![CDATA[raspberry]]></dc:creator>
		<pubDate>Thu, 18 Jul 2024 07:09:22 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[redes]]></category>
		<category><![CDATA[shared folder]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[escritorio]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[xfce]]></category>
		<guid isPermaLink="false">https://linuxete.duckdns.org/?p=1370</guid>

					<description><![CDATA[Xfce es un entorno de escritorio ligero para sistemas tipo UNIX. Su objetivo es ser rápido y usar pocos recursos del sistema, sin dejar de ser visualmente atractivo y fácil de usar. Según la arquitectura que hayas elegido, amd64, arm64, armf,etc, Xfec puede venir ligero de más, tan ligero que no reconoce los equipos que [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter size-full"><img fetchpriority="high" decoding="async" width="270" height="215" src="https://linuxete.duckdns.org/wp-content/uploads/2024/07/xfce-logo.png" alt="" class="wp-image-1482"/></figure>



<p>Xfce es un entorno de escritorio ligero para sistemas tipo UNIX. Su objetivo es ser rápido y usar pocos recursos del sistema, sin dejar de ser visualmente atractivo y fácil de usar.</p>



<p>Según la arquitectura que hayas elegido, amd64, arm64, armf,etc, Xfec puede venir ligero de más, tan ligero que no reconoce los equipos que están en nuestra red. Supongo que el responsable de la distribución no instala algunos plugins para aligerar el escritorio.</p>



<p>Cuando abres Thunar veras que no aparecen las unidades de red</p>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="854" height="707" src="https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar.png" alt="" class="wp-image-1375" srcset="https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar.png 854w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar-300x248.png 300w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar-768x636.png 768w" sizes="(max-width: 854px) 100vw, 854px" /></figure>



<p>Si entras en Preferencias del gestor de archivos Thunar, Opciones avanzadas, ya vemos el problema. Faltan dependencias, GVfs no está disponible.</p>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="900" height="742" src="https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar2.png" alt="" class="wp-image-1376" srcset="https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar2.png 900w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar2-300x247.png 300w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/thunar2-768x633.png 768w" sizes="(max-width: 900px) 100vw, 900px" /></figure>



<p>Para ver que complementos nos hacen falta, hacemos un <code>apt show</code> a Thunar con el siguiente comando:</p>



<pre class="wp-block-code"><code>apt show thunar</code></pre>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="917" height="688" src="https://linuxete.duckdns.org/wp-content/uploads/2024/07/terminal.png" alt="" class="wp-image-1378" srcset="https://linuxete.duckdns.org/wp-content/uploads/2024/07/terminal.png 917w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/terminal-300x225.png 300w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/terminal-768x576.png 768w" sizes="auto, (max-width: 917px) 100vw, 917px" /></figure>



<p>Nos fijamos en los paquete recomendados y en los sugeridos porque los vamos a instalar.</p>



<p>Recommends: default-dbus-session-bus | dbus-session-bus, gvfs, policykit-1-gnome | polkit-1-auth-agent, thunar-volman, tumbler, udisks2, xdg-user-dirs, libxfce4panel-2.0-4 (&gt;= 4.13.0)</p>



<p>Suggests: thunar-archive-plugin, thunar-media-tags-plugin, gvfs-backends</p>



<p>Instalamos los paquetes recomendados.</p>



<pre class="wp-block-code"><code>sudo apt install default-dbus-session-bus gvfs policykit-1-gnome thunar-volman tumbler udisks2 xdg-user-dirs libxfce4panel-2.0-4</code></pre>



<p>Instala los paquete sugeridos:</p>



<pre class="wp-block-code"><code>sudo apt install thunar-archive-plugin thunar-media-tags-plugin gvfs-backends</code></pre>



<p>Reinicia la máquina y abre el gestor de archivos <strong>Thunar</strong></p>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="854" height="707" src="https://linuxete.duckdns.org/wp-content/uploads/2024/07/Captura-de-pantalla_2024-07-05_21-22-39.png" alt="" class="wp-image-1382" srcset="https://linuxete.duckdns.org/wp-content/uploads/2024/07/Captura-de-pantalla_2024-07-05_21-22-39.png 854w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/Captura-de-pantalla_2024-07-05_21-22-39-300x248.png 300w, https://linuxete.duckdns.org/wp-content/uploads/2024/07/Captura-de-pantalla_2024-07-05_21-22-39-768x636.png 768w" sizes="auto, (max-width: 854px) 100vw, 854px" /></figure>



<p>Ahora tenemos a la vista la opción de «<strong>Red»</strong> y su carpeta «<strong>Navegar por la red</strong>«</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxete.duckdns.org/xfce-sin-acceso-a-red-local/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
