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]]
+
* KDE
* [[GNOME]]
+
* Cinnamon
* [[Cinnamon]]
+
* XFCE
* [[KDE]]
+
* GNOME Shell
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]]. But these desktops are not supported yet properly.  
  
 
[https://forums.ghostbsd.org/viewtopic.php?f=54&t=1499 '''Eric:''']
 
[https://forums.ghostbsd.org/viewtopic.php?f=54&t=1499 '''Eric:''']
"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."
+
"There is some effort going on for Plasma5 desktop. If anyone is interested in helping with XFCE and Plasma5 or in creating 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==
 
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>
+
==Community Build==
  
or go to your [[Software Station]], set a hook and install the package.
+
For GhostBSD with KDE = KhostBSD you can find: [https://github.com/khostbsd/ 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:
+
Some instructions from [https://github.com/KhostBSD/ghostbsd-build the Developers] :
  
<code>export QT_QPA_PLATFORMTHEME=qt5ct</code>
 
  
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]]==
+
===Introduction===
  
[[GhostBSD Builds]]
+
The purpose of this tool is quickly generate live images for GhostBSD.
 +
Features
  
==Get Help==
+
    Build GhostBSD with GhostBSD or TrueOS
 +
    Mate, XFCE, and KDE desktop environments
 +
    Hybrid DVD/USB image
  
It is possible, that some members of our community will help you.
 
  
Ask on [[File:Telegram-messenger-icon.png|50px|link=https://telegram.org/]] '''Telegram''' or within the [https://forums.ghostbsd.org/index.php '''GhostBSD Forums'''] for help.  
+
'''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>
 +
 
 +
 +
==Get Help==
 +
 
 +
It is possible, that some members of our community will help you. Ask on [[File:Telegram-messenger-icon.png|50px|link=https://telegram.org/]] '''Telegram''' or within the [https://forums.ghostbsd.org/index.php '''GhostBSD Forums'''] for help. 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)