<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — [solved] packages that created unwanted user directories?]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=720&amp;type=atom" />
	<updated>2022-08-30T18:05:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=720</id>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4957#p4957" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[auanta]]></name>
			</author>
			<updated>2022-08-30T18:05:52Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4957#p4957</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4935#p4935" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-08-27T20:55:19Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4935#p4935</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4932#p4932" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[auanta]]></name>
			</author>
			<updated>2022-08-27T19:24:31Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4932#p4932</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4928#p4928" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rachad]]></name>
			</author>
			<updated>2022-08-27T18:27:03Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4928#p4928</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4919#p4919" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[auanta]]></name>
			</author>
			<updated>2022-08-27T15:46:30Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4919#p4919</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4917#p4917" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dikasp2]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=482</uri>
			</author>
			<updated>2022-08-27T15:41:06Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4917#p4917</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4915#p4915" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[auanta]]></name>
			</author>
			<updated>2022-08-27T15:20:18Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4915#p4915</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4914#p4914" />
			<content type="html"><![CDATA[<p>Yeah, most of the chosen applications have for sure a wide set of configured parameters. Thanks for adding!</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-08-27T14:10:42Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4914#p4914</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4912#p4912" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2022-08-27T13:56:10Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4912#p4912</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4899#p4899" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-08-27T09:32:12Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4899#p4899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[solved] packages that created unwanted user directories?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4897#p4897" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[auanta]]></name>
			</author>
			<updated>2022-08-27T07:37:23Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4897#p4897</id>
		</entry>
</feed>
