xfce4/README.md

85 lines
2.9 KiB
Markdown
Raw Normal View History

2019-07-06 10:41:39 +02:00
2019-07-06 10:36:57 +02:00
2019-06-28 03:26:04 +02:00
INSTRUCTIONS INSTALLING JOLUPALABS CRUX REPO
=====
1. First download the necessary files:
2019-06-28 16:13:48 +02:00
```bash
2019-06-28 16:16:14 +02:00
wget --no-ch https://raw.githubusercontent.com/jolupa/jolupalabs/master/jolupalabs.{httpup,pub}
2019-06-28 16:14:58 +02:00
```
2. Move the downloaded file to the proper folder:
2019-06-28 16:13:48 +02:00
```bash
2019-06-28 16:16:14 +02:00
sudo mv jolupalabs.{httpup,pub} /etc/ports/
2019-06-28 16:14:58 +02:00
```
2019-06-28 03:30:36 +02:00
3. Add the ports line in yours */etc/prt-get.conf* to fetch the repo:
2019-06-28 03:28:23 +02:00
prtdir /usr/ports/jolupalabs
4. Update the repo into your computer:
2019-06-28 16:13:48 +02:00
```bash
2019-06-28 16:16:14 +02:00
sudo ports -u jolupalabs
2019-06-28 16:14:58 +02:00
```
2019-06-28 03:26:04 +02:00
NOTES
=====
1. All the builds have the locales installed, this is a **NOT** for the CRUX handbook. If you want to remove the locales just edit the *Pkgfile* and uncomment the *rm* line.
2019-06-28 03:26:04 +02:00
CONTACT
=====
2019-07-06 10:41:39 +02:00
If you have any question, doubt or problem regarding the ports, please feel free to contact me at jlpavon at me dot com or just open a [issue](https://github.com/jolupa/jolupalabs/issues)
2019-06-28 03:26:04 +02:00
XFCE INSTALLATION
=====
I provide two methods for installing the **Desktop Environment** Xfce.
1. Just make a depinst install of the meta package:
2019-06-28 16:13:48 +02:00
```bash
2019-06-28 16:16:14 +02:00
sudo prt-get depinst xfce
2019-06-28 16:14:58 +02:00
```
2. Install the packages in this **same order**:
2019-06-28 16:13:48 +02:00
```bash
2019-06-28 16:16:14 +02:00
sudo prt-get depinst xfce4-dev-tools libxfce4util xfconf libxfce4ui garcon exo xfce4-panel thunar thunar-volman xfce4-settings xfce4-session xfwm4 xfdesktop xfce4-appfinder tumbler xfce4-terminal xfce4-power-manager xfce4-notifyd xfce4-screenshooter mousepad xdg-user-dirs greybird-xfce elementary-xfce font-noto font-undefined-medium
2019-06-28 16:14:58 +02:00
```
3. Take a big cup of coffe or just relax...
2019-06-28 16:03:40 +02:00
4. To launch Xfce create a *.xinitrc* file in your *home* directory with the following content:
2019-06-28 16:09:01 +02:00
```bash
2019-06-28 16:07:38 +02:00
#!/bin/sh
exec ck-launch-session startxfce4
```
5. Enjoy this beatifull Desktop Manager!
2019-06-28 16:34:01 +02:00
OTHER PACKAGES IN THIS REPO
=====
2019-06-28 16:39:53 +02:00
You can find other packages not Xfce related in this repo, here's a list.
2019-06-28 16:34:01 +02:00
| PACKAGE NAME | VERSION | NOTES |
|---|:---:|---|
2019-07-27 23:44:30 +02:00
| Berry | 0.1.0 | |
2019-07-12 11:05:01 +02:00
| B43-fwcutter | 019 | |
| Broadcom-driver | 6.30.163.46 | |
2019-07-27 11:37:57 +02:00
| Claws-Mail GTK3 | GIT | The Git version with Gtk3 support |
2019-08-04 22:59:01 +02:00
| Colord | 1.3.5 | Added for Xfce4-settings color management support |
2019-06-28 16:34:01 +02:00
| Font Undefined Medium | 1.0 | |
2019-07-14 02:41:12 +02:00
| Granite | 5.2.4 | |
| Image Burner | 0.1.0 | |
2019-08-19 00:50:46 +02:00
| Lshw | B0.2.18 | List Computer Hardware |
2019-07-27 11:37:57 +02:00
| Libetpan | 1.9.3 | From [TimB87](https://github.com/TimB87/crux-ports) REPO to supply claws-mail-gtk3 dependency |
2019-07-14 02:41:12 +02:00
| Libgee | 0.20.1 | |
2019-07-15 15:15:29 +02:00
| Mbpfan | 2.1.1 | |
2019-07-12 11:05:01 +02:00
| Neofetch | 6.0.0 | |
2019-08-19 18:09:05 +02:00
| Nordic | 1.6.5 | A beatiful Gtk3 theme based in nordic color scheme |
2019-06-28 16:39:53 +02:00
| ObinslabStarter | 1.0.11 | Software for controlling the Anne Pro 2 Mechanical Keyboard. Right now it seems there's a segmentation fault error when you exit the program and the tray icon is still visible in the tray area, if you click it the segmentation fault occurs |
2019-06-28 16:34:01 +02:00
| Qogir Gtk theme | 2019-05-03 | Fantastic Flat Theme |
2019-08-04 22:59:01 +02:00
| Xiccd | 0.3.0 | Added for Xfce4-settings color management support |
2019-06-28 16:34:01 +02:00