<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — [solved] packages that created unwanted user directories?]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=720</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=720&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [solved] packages that created unwanted user directories?.]]></description>
		<lastBuildDate>Tue, 30 Aug 2022 18:05:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4957#p4957</link>
			<description><![CDATA[<p>Ah pardon me, even the firejailed iceweasel *still* creates the Desktop directory... </p><p>I ultimately find @dikasp2&#039;s solution to work, I ran:</p><p>$ xdg-user-dirs-update<br />to generate and edit a config at <br />$ vim .config/user-dirs.dirs</p><p>and changed to these values:<br />XDG_DESKTOP_DIR=&quot;$HOME/downloads&quot;<br />XDG_DOWNLOAD_DIR=&quot;$HOME/downloads&quot;<br />XDG_TEMPLATES_DIR=&quot;$HOME/downloads&quot;<br />XDG_PUBLICSHARE_DIR=&quot;$HOME/downloads&quot;<br />XDG_DOCUMENTS_DIR=&quot;$HOME/docs&quot;<br />XDG_MUSIC_DIR=&quot;$HOME/music&quot;<br />XDG_PICTURES_DIR=&quot;$HOME/pictures&quot;<br />XDG_VIDEOS_DIR=&quot;$HOME/videos&quot;</p><p>Then I ran xdg-user-dirs-update again,</p><p>and I find that if you have any user directories removed, then it will assume you don&#039;t want them and will start putting things only in the home directory. And will change the config for you, so you could basically do:</p><br /><p>XDG_DESKTOP_DIR=&quot;$HOME/&quot;<br />XDG_DOWNLOAD_DIR=&quot;$HOME/downloads&quot;<br />XDG_TEMPLATES_DIR=&quot;$HOME/&quot;<br />XDG_PUBLICSHARE_DIR=&quot;$HOME/&quot;<br />XDG_DOCUMENTS_DIR=&quot;$HOME/&quot;<br />XDG_MUSIC_DIR=&quot;$HOME/&quot;<br />XDG_PICTURES_DIR=&quot;$HOME/&quot;<br />XDG_VIDEOS_DIR=&quot;$HOME/&quot;</p><p>And now my home folder stays clean! This is a huge win for organization!</p>]]></description>
			<author><![CDATA[null@example.com (auanta)]]></author>
			<pubDate>Tue, 30 Aug 2022 18:05:52 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4957#p4957</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4935#p4935</link>
			<description><![CDATA[<p>Great there is a solution found. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 27 Aug 2022 20:55:19 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4935#p4935</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4932#p4932</link>
			<description><![CDATA[<div class="quotebox"><cite>rachad wrote:</cite><blockquote><p>i always run iceweasel-uxp inside firejail and i think if you do that it will prevent it from creating any files,<br />try this command :</p><div class="codebox"><pre><code>firejail --seccomp --noroot --disable-mnt iceweasel-uxp</code></pre></div><p>this will allow your browser to have access to /home/user/Dowloads only it wont allow it to create or have access to other files in your system</p></blockquote></div><br /><p>OMG! That was on my todo list too -- perfect solution! Thank you <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (auanta)]]></author>
			<pubDate>Sat, 27 Aug 2022 19:24:31 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4932#p4932</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4928#p4928</link>
			<description><![CDATA[<p>i always run iceweasel-uxp inside firejail and i think if you do that it will prevent it from creating any files,<br />try this command :</p><div class="codebox"><pre><code>firejail --seccomp --noroot --disable-mnt iceweasel-uxp</code></pre></div><p>this will allow your browser to have access to /home/user/Dowloads only it wont allow it to create or have access to other files in your system</p>]]></description>
			<author><![CDATA[null@example.com (rachad)]]></author>
			<pubDate>Sat, 27 Aug 2022 18:27:03 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4928#p4928</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4919#p4919</link>
			<description><![CDATA[<div class="quotebox"><cite>dikasp2 wrote:</cite><blockquote><p>I see @aunta you might be the perfectionist type <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /> . is not wrong whatever ideals you might have.<br />those are standard created by developer for interopability. but of course you are free to make it your way.</p><p>maybe try looking into xdg-user-dirs ? you might do some tweaks there</p></blockquote></div><br /><p>Yes, indeed! Thanks for the tip, I&#039;ll try it out <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><p>By the way, I can&#039;t make an account in the issues.hyperbola.info page, and I was told to hold off on making one for the time being, so sorry if some of my posts should belong in bug reports -- until I eventually can make them</p>]]></description>
			<author><![CDATA[null@example.com (auanta)]]></author>
			<pubDate>Sat, 27 Aug 2022 15:46:30 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4919#p4919</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4917#p4917</link>
			<description><![CDATA[<p>I see @aunta you might be the perfectionist type <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /> . is not wrong whatever ideals you might have.<br />those are standard created by developer for interopability. but of course you are free to make it your way.</p><p>maybe try looking into xdg-user-dirs ? you might do some tweaks there</p>]]></description>
			<author><![CDATA[null@example.com (dikasp2)]]></author>
			<pubDate>Sat, 27 Aug 2022 15:41:06 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4917#p4917</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4915#p4915</link>
			<description><![CDATA[<p>This isn&#039;t really an issue per se, more of a personal customization, as upon launching iceweasel-uxp it creates &quot;Desktop&quot; and &quot;Download&quot; directories respectively in the home directory, and I was able to change the &quot;Download&quot; directory to a preferred one, but I can&#039;t figure out how to do that for &quot;Desktop&quot; which for me will always go unused and empty. (Personal preference) The browser makes the assumption that I want this directory, even though it does not use it</p><p>$ ls -l Desktop/<br />total 0</p><p>wasn&#039;t aware of the difference between applications and packages</p>]]></description>
			<author><![CDATA[null@example.com (auanta)]]></author>
			<pubDate>Sat, 27 Aug 2022 15:20:18 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4915#p4915</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4914#p4914</link>
			<description><![CDATA[<p>Yeah, most of the chosen applications have for sure a wide set of configured parameters. Thanks for adding!</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 27 Aug 2022 14:10:42 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4914#p4914</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4912#p4912</link>
			<description><![CDATA[<div class="quotebox"><cite>auanta wrote:</cite><blockquote><p>some packages like iceweasel-uxp create directoriees I don&#039;t want or need, how can I prevent it from creating the Desktop directory on every launch?</p></blockquote></div><p>preferences#general</p><p>then click on browse</p><p>and you can select wherever you want your downloads to be placed.</p><p>as for the .hyperbola folder, </p><p>that is where your addons, bookmarks, preferences, etc... are placed.</p><p>So its not wise to delete that.</p><p>I wasn&#039;t sure which you meant, so I thought I should mention both of these things.</p><p>Hope this helps.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sat, 27 Aug 2022 13:56:10 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4912#p4912</guid>
		</item>
		<item>
			<title><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4899#p4899</link>
			<description><![CDATA[<p>Please remember that the forum is <strong>NOT</strong> an issue-tracker. But therefore also: What kind of directories do you think and speak of? Downloads? You cannot prevent those directories created as the applications demand them, not the packages.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 27 Aug 2022 09:32:12 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4899#p4899</guid>
		</item>
		<item>
			<title><![CDATA[[solved] packages that created unwanted user directories?]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4897#p4897</link>
			<description><![CDATA[<p>some packages like iceweasel-uxp create directoriees I don&#039;t want or need, how can I prevent it from creating the Desktop directory on every launch?</p>]]></description>
			<author><![CDATA[null@example.com (auanta)]]></author>
			<pubDate>Sat, 27 Aug 2022 07:37:23 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4897#p4897</guid>
		</item>
	</channel>
</rss>
