Editing Desktop Environment

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{Welcome Desktop Environment}}
 
{{Welcome Desktop Environment}}
 
{{Navbar Desktop Environment}}
 
 
  
 
==Introduction==
 
==Introduction==
  
 
[https://forums.ghostbsd.org/viewtopic.php?f=54&t=1499 '''Eric:''']
 
[https://forums.ghostbsd.org/viewtopic.php?f=54&t=1499 '''Eric:''']
"Our official desktop is [[MATE]], which means that the leading developer of GhostBSD does not officially support XFCE. Community releases are maintained by the community and for the community. GhostBSD project will provide help to build and to host the community release. If anyone wants to have a particular desktop supported, it is up to the community. Sure I will help where I can, answer questions and guide new community members that contribute to community release."
+
"Our official desktop is MATE, which means that the leading developer of GhostBSD does not officially support XFCE. Community releases are maintained by the community and for the community. GhostBSD project will provide help to build and to host the community release. If anyone wants to have a particular desktop supported, it is up to the community. Sure I will help where I can, answer questions and guide new community members that contribute to community release."
  
 
GhostBSD uses the [https://www.gtk.org/ GTK] environment as default to provide a beautiful looks and a comfortable experience on the modern BSD platform offering a natural and native Unix work environment.
 
GhostBSD uses the [https://www.gtk.org/ GTK] environment as default to provide a beautiful looks and a comfortable experience on the modern BSD platform offering a natural and native Unix work environment.
Line 13: Line 10:
 
[[File:Screenshot-gnome-desktop.png|500px]]
 
[[File:Screenshot-gnome-desktop.png|500px]]
  
==[[MATE]] Desktop Environment==
+
==MATE Desktop Environment==
  
  
Line 21: Line 18:
  
  
MATE is simple to use. You can place the panel on each side. So you can get the look and feel of
+
Mate is simple to use. You can place the panel on each side. So you can get the look and feel of
 
* pure MATE - panel on top
 
* pure MATE - panel on top
 
* GNOME 3 - panel on the left
 
* GNOME 3 - panel on the left
Line 41: Line 38:
  
 
You may wish to install
 
You may wish to install
* [[XFCE]]
+
* XFCE
* [[GNOME]]
+
* GNOME Shell
* [[Cinnamon]]
+
* Cinnamon
* [[KDE]]
+
* KDE
 
You will find all this in your [[Software Station]] or in the [[Ports]].  
 
You will find all this in your [[Software Station]] or in the [[Ports]].  
  
Line 50: Line 47:
 
"If anyone is interested in helping to improve or create another community release, you are well come to contribute. Also, Contribution to the GhostBSD base system, to ports and new ports, and in house software are welcome."
 
"If anyone is interested in helping to improve or create another community release, you are well come to contribute. Also, Contribution to the GhostBSD base system, to ports and new ports, and in house software are welcome."
  
==Fonts in QT5 applications under other desktop environments==
+
==Community Build==
If you should use QT5 applications you will discover that the fonts here look not the same as in the rest of the apps. There is a way out, just install qt5ct:
+
  
<code>pkg install qt5ct</code>
+
===[[File:KhostBSD.png|35px|link=]] KhostBSD===
  
or go to your [[Software Station]], set a hook and install the package.
+
If you looking for GhostBSD with KDE (aka KhostBSD) you can find it at: ftp://219.121.16.20/pub/KhostBSD/ If you have any questions, just ask on KhostBSD's Telegram channel (t.me/khostbsd).
  
After installing, you still cannot use the qt5 font settings, because you get an error message, that the environment variable of '''QT_QPA_PLATFORMTHEME''' is not set. You can do that in ''.xinitrc'' or ''.xprofile'' file in your users home directory by adding the line:
+
===Desktop Environment MATE, XFCE, Cinnamon===
  
<code>export QT_QPA_PLATFORMTHEME=qt5ct</code>
+
Some instructions from [https://github.com/KhostBSD/ghostbsd-build the Developers] :
  
After logging out and in again you are able to set the fonts in QT5 environment.
+
Live media creator for GhostBSD distribution
  
==[[How to build GhostBSD]]==
+
The purpose of this tool is quickly generate live images for GhostBSD.
 +
Features
  
[[GhostBSD Builds]]
+
    Build GhostBSD with GhostBSD or TrueOS
 +
    Mate, XFCE, and KDE desktop environments
 +
    Hybrid DVD/USB image
 +
 
 +
 
 +
'''Graphics Support'''
 +
 
 +
    Compatible with VirtualBox, VMware, NVIDIA graphics out of box
 +
    SCFB support with automatic best resolution
 +
    for UEFI enabled systems with Intel/AMD graphics
 +
 
 +
 
 +
'''System Requirements'''
 +
 
 +
    Latest version of GhostBSD
 +
    20GB of free disk space
 +
    4GB of free memory
 +
 
 +
'''Note:''' GhostBSD 19.09 and later should be used to build ISO.
 +
 
 +
 
 +
'''Initial Setup'''
 +
 
 +
* Install the required packages:
 +
 
 +
  <code>pkg install git transmission-cli rsync</code>
 +
 
 +
 
 +
* Make sure to have linux64 kernel module loaded
 +
 
 +
  <code>kldload linux64</code>
 +
  <code>sysrc -f /etc/rc.conf kld_list="linux64"</code>
 +
 
 +
 
 +
* Clone the repo:
 +
 
 +
  <code>git clone https://www.github.com/ghostbsd/ghostbsd-build.git</code>
 +
 
 +
 
 +
* Enter the directory for running the LiveCD build script:
 +
 
 +
  <code>cd ghostbsd-build</code>
 +
 
 +
 
 +
'''TrueOS Based GhostBSD'''
 +
 
 +
* To build a GhostBSD with '''MATE''' as default desktop
 +
 
 +
  <code>./build.sh mate</code>
 +
 
 +
 
 +
* Option: To build GhostBSD with '''XFCE''' as default desktop
 +
 
 +
  <code>./build.sh xfce</code>
 +
 
 +
 
 +
* Option: To build GhostBSD with '''Cinnamon''' as default desktop
 +
 
 +
  <code>./build.sh cinnamon</code>
 +
 
 +
 
 +
* Option: To build GhostBSD '''without a default desktop'''
 +
 
 +
  <code>./build.sh</code>
 +
 
 +
 
 +
* Burn an image to cd:
 +
 
 +
  <code>cdrecord /usr/local/ghostbsd-build/iso/GhostBSD19.10.iso</code>
 +
 
 +
 
 +
* Write an image to usb stick:
 +
 
 +
  <code>dd if=/usr/local/ghostbsd-build/iso/GhostBSD19.10.iso of=/dev/da0 bs=4m</code>
 +
 
 +
 
 +
===GhostBSD-KDE-Build===
 +
 
 +
An Other communty member has build also a KDE Desktop on GhostBSD:
 +
 
 +
[https://github.com/vimanuelt/ghostbsd-kde-build KDE on GhostBSD]
 +
 
 +
Contributor: Vester I. Thacker (vimanuelt)
 +
 
 +
===Some Instructions===
 +
 
 +
From ghostbsd-kde-build
 +
 
 +
Live media creator for GhostBSD distribution
 +
Introduction
 +
 
 +
The purpose of this tool is quickly generate live images for GhostBSD.
 +
Features
 +
 
 +
    Build GhostBSD with GhostBSD or TrueOS
 +
    KDE, Mate, and XFCE desktop environments
 +
    Hybrid DVD/USB image
 +
 
 +
'''Graphics Support'''
 +
 
 +
    Compatible with VirtualBox, VMware, NVIDIA graphics out of box
 +
    SCFB support with automatic best resolution for
 +
    UEFI enabled systems with Intel/AMD graphics
 +
 
 +
'''System Requirements'''
 +
 
 +
    Latest version of GhostBSD or TrueOS
 +
    20GB of free disk space
 +
    4GB of free memory
 +
 
 +
'''Note:''' GhostBSD 19.04 and earlier releases cannot be used to build ISO.
 +
 
 +
'''Initial Setup'''
 +
 
 +
* Install the required packages:
 +
 
 +
  <code>pkg install git transmission-cli rsync</code>
 +
 
 +
* Make sure to have linux64 kernel module loaded
 +
 
 +
  <code>kldload linux64</code>
 +
  <code>sysrc -f /etc/rc.conf kld_list="linux64"</code>
 +
 
 +
* Clone the repo:
 +
 
 +
  <code>git clone https://www.github.com/ghostbsd/ghostbsd-build.git</code>
 +
 
 +
* Enter the directory for running the LiveCD build script:
 +
 
 +
  <code>cd ghostbsd</code>
 +
 
 +
'''TrueOS Based GhostBSD'''
 +
 
 +
*To build a GhostBSD with KDE as default desktop
 +
 
 +
<code>./build.sh kde</code>
 +
 
 +
* To build a GhostBSD with MATE as default desktop
 +
 
 +
<code>./build.sh mate</code>
 +
 
 +
* Option: To build GhostBSD with XFCE as default desktop
 +
 
 +
  <code>./build.sh xfce</code>
 +
 
 +
* Option: To build GhostBSD with Cinnamon as default desktop
 +
 
 +
  <code>./build.sh cinnamon</code>
 +
 
 +
* Option: To build GhostBSD without a default desktop
 +
 
 +
  <code>V./build.sh</code>
 +
 
 +
* Burn an image to cd:
 +
 
 +
  <code>cdrecord /usr/local/ghostbsd-build/iso/GhostBSD18.12.iso</code>
 +
 
 +
* Write an image to usb stick:
 +
 
 +
  <code>dd if=/usr/local/ghostbsd-build/iso/GhostBSD18.12.iso of=/dev/da0 bs=4m </code>
  
 
==Get Help==
 
==Get Help==
Line 75: Line 231:
 
There are always friendly [[File:10095-ogre-icon.png|50px]] folk around.
 
There are always friendly [[File:10095-ogre-icon.png|50px]] folk around.
  
 +
{|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text-align:center;padding: 10px"
 +
|'''Back to the''' [[image:Icon Disti GhostBSD.png|50px|link=GhostBSD Wiki]]'''Wiki'''
 +
 +
|}
  
[[Category:Central Station Desktop Environment]]
 
 
[[Category:Desktop Environment]]
 
[[Category:Desktop Environment]]

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)