Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:system:userspace:desktop_enviroment:lumina_desktop [2022/03/25 22:30]
i3_relativism [Installation] add missing links to notes
en:system:userspace:desktop_enviroment:lumina_desktop [2023/08/02 12:02]
throgh [Invocation]
Line 4: Line 4:
  
 ==== Installation ==== ==== Installation ====
- 
-=== Building from source=== 
-The [[https://www.hyperbola.info/packages/extra/x86_64/lumina-core/|lumina]] package is configurable by one **use-flag**: 
- 
-<code bash> 
-USEflag package=x11-wm/lumina 
-</code> 
  
 === Prebuilt package === === Prebuilt package ===
 <note important>dont forget to update you system before you proceed</note> <note important>dont forget to update you system before you proceed</note>
  
-To install Lumina desktop, run: +To **install** Lumina desktop, <color #620BB9/#EEDDFF>run</color>:
- +
-<code bash> +
-pacman -S lumina +
-</code> +
- +
-<note>this [[https://www.hyperbola.info/packages/extra/x86_64/lumina-core/|package group]] includes both **lumina-core** and **lumina-core-utils**</note>+
  
 <code bash> <code bash>
- pacman -S lumina-extra+pacman -S lumina lumina-extra
 </code> </code>
  
-<note>this [[https://www.hyperbola.info/groups/x86_64/lumina-extra/|package group]] includes the **lumina's** own implementations of: **archiver**, **fileinfo**, **fm**, **mediaplayer**, **photo**, **screenshot**, **textedit**</note>+<note> 
 +This packages groups [[https://www.hyperbola.info/packages/extra/x86_64/lumina-core/|lumina]] includes both **lumina-core** and **lumina-core-utils**, and [[https://www.hyperbola.info/groups/x86_64/lumina-extra/|lumina-extra]] includes own implementations: **archiver**, **fileinfo**, **fm**, **mediaplayer**, **photo**, **screenshot**, **textedit**, respectively 
 +</note>
  
 ==== Configuration ==== ==== Configuration ====
  
-A configuration file is installed in <color #620BB9/#EEDDFF>/etc/luminaDesktop.conf</color> . Lumina also has a bunch of own configuration tools.+**configuration file** is installed in <color #620BB9/#EEDDFF>/etc/luminaDesktop.conf</color> . Lumina also has a bunch of own configuration **tools**.
  
 ==== Invocation ==== ==== Invocation ====
Line 41: Line 30:
 </code> </code>
  
-Alternatively it can be added to the <color #620BB9/#EEDDFF>~./xinitrc</color> file for being started via [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] or a [[ WIP |display manager]]+Alternatively it can be added to the <color #620BB9/#EEDDFF>~./xinitrc</color> file for being started via [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] or a [[en:system:userspace:display_manager|display manager]]
  
-Make sure to read this [[https://wiki.archlinux.org/index.php/X_resources#Adding_to_xinitrc|article]], for more information on managing startx on Arch GNU/Linux (the information applies to Hyperbola, as well). But relevant commands are bellow:+Make sure to read this [[https://wiki.archlinux.org/index.php/X_resources#Adding_to_xinitrc|article]], for more information on managing startx on Arch GNU/Linux (the information applies to Hyperbola, as well). But relevant commands are bellow:
  
 <code bash> <code bash>
Line 50: Line 39:
 </code> </code>
  
-=== External resources ===+==== External resources ====
  
   * [[https://lumina-desktop.org/|Official webpage]].   * [[https://lumina-desktop.org/|Official webpage]].
-  * Moore, Ken (26 April 2014). [[  |"Quick Lumina Desktop FAQ"]].+  * Moore, Ken (26 April 2014). [[https://lumina-desktop.org/faq/|"Quick Lumina Desktop FAQ"]].
   * [[https://github.com/lumina-desktop/lumina|Lumina]] source code.   * [[https://github.com/lumina-desktop/lumina|Lumina]] source code.