<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Cant install any DE]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=913&amp;type=atom" />
	<updated>2023-10-12T18:11:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=913</id>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6655#p6655" />
			<content type="html"><![CDATA[<p>Personal I have no account at riseup.net for this current moment. But perhaps someone here in the community can help?</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-12T18:11:15Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6655#p6655</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6654#p6654" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>Perhaps also here a bit more clear: You need for sure a file named <strong>.xinitrc</strong> in your HOME-folder. This file has be &quot;executable&quot;. So the following:</p><div class="codebox"><pre><code>cd ~
touch .xinitrc
chmod +x .xinitrc</code></pre></div><p>BUT: You will also need to specify WHAT environment should be loaded. Some selection to make for example into that file:</p><p><strong>lumina desktop</strong><br /></p><div class="codebox"><pre><code>exec start-lumina-desktop</code></pre></div><p><strong>icewm</strong><br /></p><div class="codebox"><pre><code>exec icewm-session</code></pre></div><p>I added <strong>xterm</strong> into your package-selection before so you have a terminal running at most of them already.</p></blockquote></div><p>Yeah, thx, im install lumina/ <br />Btw, throgh. Sorry for this qq, but maybe u have invite code for riseup mail?<br />Cause, i saw that pgp key was verify, and its was on sig file info about riseup mail. So, maybe u have code?</p>]]></content>
			<author>
				<name><![CDATA[fuknitimla@gufum.com]]></name>
			</author>
			<updated>2023-10-12T16:18:01Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6654#p6654</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6653#p6653" />
			<content type="html"><![CDATA[<p>Perhaps also here a bit more clear: You need for sure a file named <strong>.xinitrc</strong> in your HOME-folder. This file has be &quot;executable&quot;. So the following:</p><div class="codebox"><pre><code>cd ~
touch .xinitrc
chmod +x .xinitrc</code></pre></div><p>BUT: You will also need to specify WHAT environment should be loaded. Some selection to make for example into that file:</p><p><strong>lumina desktop</strong><br /></p><div class="codebox"><pre><code>exec start-lumina-desktop</code></pre></div><p><strong>icewm</strong><br /></p><div class="codebox"><pre><code>exec icewm-session</code></pre></div><p>I added <strong>xterm</strong> into your package-selection before so you have a terminal running at most of them already.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-12T09:54:07Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6653#p6653</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6652#p6652" />
			<content type="html"><![CDATA[<p>It would help if you state what kind of window-manager or desktop-environment you have now installed. For <strong>Lumina</strong> you would have basics already, same for <strong>IceWM</strong> and <strong>JWM</strong> also. Others in the list are different. So please take into perspective that you always give more information about what you did. Besides interesting: Have you taken a look into your <strong>.xinitrc</strong>-file under $HOME?</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-12T09:45:31Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6652#p6652</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6651#p6651" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>So to install lumina:</p><p>Frist you create at best your user (root-access).</p><div class="codebox"><pre><code>useradd -g users -m -s /bin/bash [USERNAME]</code></pre></div><p>Second you add your user to the groups (root-access):</p><div class="codebox"><pre><code>usermod -aG video [USERNAME]
usermod -aG audio [USERNAME]
usermod -aG sys [USERNAME]
usermod -aG storage [USERNAME]
usermod -aG optical [USERNAME]
usermod -aG games [USERNAME]
usermod -aG network [USERNAME]
usermod -aG power [USERNAME]
usermod -aG wheel [USERNAME]
usermod -aG input [USERNAME]</code></pre></div><p>Then you install:</p><div class="codebox"><pre><code>doas pacman -S lumina lumina-extra slim-theme-hyperbola xenocara-video-intel xterm</code></pre></div><p>And add your services afterwards:</p><div class="codebox"><pre><code>doas rc-update add slim default</code></pre></div></blockquote></div><p>yes, thx, now i have start login screen<br />but i dont have nothing, only terminal, no taskbar or smth else</p>]]></content>
			<author>
				<name><![CDATA[fuknitimla@gufum.com]]></name>
			</author>
			<updated>2023-10-12T09:27:54Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6651#p6651</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6649#p6649" />
			<content type="html"><![CDATA[<p>Please have a look at the previous postings where I underline the packages to be installed. And the wiki-link itself. So I think it is clear that lumina is part of the repositories. <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-12T00:11:38Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6649#p6649</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6645#p6645" />
			<content type="html"><![CDATA[<p>@throgh you could also mention that Lumina Desktop is already in the Hyperbola repos so it shouldn&#039;t be terribly hard.</p>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2023-10-11T23:20:21Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6645#p6645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6644#p6644" />
			<content type="html"><![CDATA[<p>Before I forget: <a href="https://wiki.hyperbola.info/doku.php?id=en:system:userspace:desktop_enviroment:lumina_desktop">https://wiki.hyperbola.info/doku.php?id … na_desktop</a></p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-11T19:52:00Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6644#p6644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6643#p6643" />
			<content type="html"><![CDATA[<p>So to install lumina:</p><p>Frist you create at best your user (root-access).</p><div class="codebox"><pre><code>useradd -g users -m -s /bin/bash [USERNAME]</code></pre></div><p>Second you add your user to the groups (root-access):</p><div class="codebox"><pre><code>usermod -aG video [USERNAME]
usermod -aG audio [USERNAME]
usermod -aG sys [USERNAME]
usermod -aG storage [USERNAME]
usermod -aG optical [USERNAME]
usermod -aG games [USERNAME]
usermod -aG network [USERNAME]
usermod -aG power [USERNAME]
usermod -aG wheel [USERNAME]
usermod -aG input [USERNAME]</code></pre></div><p>Then you install:</p><div class="codebox"><pre><code>doas pacman -S lumina lumina-extra slim-theme-hyperbola xenocara-video-intel xterm</code></pre></div><p>And add your services afterwards:</p><div class="codebox"><pre><code>doas rc-update add slim default</code></pre></div>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-11T17:27:46Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6643#p6643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6642#p6642" />
			<content type="html"><![CDATA[<p>Hello, Hyperbola is not proposing any desktop-environment. So you won&#039;t find any KDE, Gnome, Xfce, Mate, Deepin or Pantheon here. You can nevertheless have different other options:</p><p><strong>desktop-environment</strong><br />lumina, lumina-extra (package-groups) for the Lumina-desktop, <a href="https://lumina-desktop.org/">https://lumina-desktop.org/</a></p><p><strong>window-managers</strong><br />jwm, <a href="https://joewing.net/projects/jwm/">https://joewing.net/projects/jwm/</a><br />icewm, <a href="https://ice-wm.org/">https://ice-wm.org/</a><br />fluxbox, <a href="https://en.wikipedia.org/wiki/Fluxbox">https://en.wikipedia.org/wiki/Fluxbox</a><br />openbox, <a href="https://en.wikipedia.org/wiki/Openbox">https://en.wikipedia.org/wiki/Openbox</a><br />herbstluftwm, <a href="https://herbstluftwm.org/">https://herbstluftwm.org/</a><br />i3wm, <a href="https://i3wm.org/">https://i3wm.org/</a><br />dwm, <a href="https://dwm.suckless.org/">https://dwm.suckless.org/</a><br />evilwm, <a href="https://www.6809.org.uk/evilwm/">https://www.6809.org.uk/evilwm/</a></p><p>Your choice as there are for sure much more environments and combinations.<br />But to note: You cannot install KDE, Gnome or Xfce. We do not offer those here.</p>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2023-10-11T17:07:00Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6642#p6642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cant install any DE]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=6641#p6641" />
			<content type="html"><![CDATA[<p>Hello everyone! Much thx for throgh!<br />Now i dont have problem with install Hyperbola! But i can install any DE</p><p>Im trying install KDE by manual <a href="https://www.ubuntubuzz.com/2021/11/how-to-install-hyperbola-kde-on-virtual-machine.html">https://www.ubuntubuzz.com/2021/11/how- … chine.html</a> <br />But i want to install KDE plasma, but i have errors. </p><p>Or Lumina by this video <a href="https://www.youtube.com/watch?v=MFYtfvxauhM">https://www.youtube.com/watch?v=MFYtfvxauhM</a> </p><p>or xcfe<br /><a href="https://youtu.be/l3dR-aGUVF8?si=5dwwFm6PsRod205j">https://youtu.be/l3dR-aGUVF8?si=5dwwFm6PsRod205j</a></p><p>Sorry for imgur <br /><a href="https://imgur.com/a/OeRdHuc">https://imgur.com/a/OeRdHuc</a></p><p>Help me please!</p>]]></content>
			<author>
				<name><![CDATA[fuknitimla@gufum.com]]></name>
			</author>
			<updated>2023-10-11T14:00:16Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=6641#p6641</id>
		</entry>
</feed>
