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
2019-06-28 03:21:30 +02:00
=====
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
```
2019-06-28 03:21:30 +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:21:30 +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:21:30 +02:00
2019-06-28 03:28:23 +02:00
prtdir /usr/ports/jolupalabs
2019-06-28 03:21:30 +02:00
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:21:30 +02:00
2019-06-28 03:26:04 +02:00
NOTES
2019-06-28 03:21:30 +02:00
=====
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-06-28 03:21:30 +02:00
=====
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:21:30 +02:00
2019-06-28 03:26:04 +02:00
XFCE INSTALLATION
2019-06-28 03:21:30 +02:00
=====
2019-10-28 00:10:13 +01:00
I don't know why the two ways to install Xfce the first one, the meta package, was installing the packages in the wrong way; so now I recommend this way.
1. Install the packages in this **same order** :
2019-06-28 03:21:30 +02:00
2019-06-28 16:13:48 +02:00
```bash
2019-10-30 09:33:56 +01:00
sudo prt-get depinst 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
```
2019-06-28 03:21:30 +02:00
2019-06-28 09:45:15 +02:00
3. Take a big cup of coffe or just relax...
2019-06-28 03:21:30 +02:00
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
```
2019-06-28 09:45:15 +02:00
2019-10-30 15:41:47 +01:00
5. Enjoy this beatifull Desktop Environment!
XFCE DEPENDENCIES IN THIS REPOSITORY
=====
This are the dependencies you can find in this repository that are not avalaible in the oficila Crux repos.
2019-10-30 15:45:57 +01:00
2019-12-26 12:10:57 +01:00
| PACKAGE | DEPENDENCY | | |
|---|---|---|---|
| LibXfce4Ui | Libgtop | | |
2019-12-26 12:12:44 +01:00
| Thunar/Thunar-Volman | Gvfs | Udisks2 | |
2019-12-26 12:10:57 +01:00
| | | Gsettings-Desktop-Schemas | |
2019-12-27 00:03:08 +01:00
| | | Libatasmart | Ndctl |
2019-12-26 12:10:57 +01:00
| | | Libblockdev | |
| Xfce4-Settings | Colord | |
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
2020-03-09 15:22:23 +01:00
| PACKAGE NAME | NOTES |
|---|:---:|
2020-03-11 02:25:56 +01:00
| Berry | A byte sized Window Manager |
2020-03-09 15:19:26 +01:00
| Console Tdm | A Console Display Manager |
| Font Undefined Medium | |
| Font Noto | All the Noto Fonts in one package |
| Granite | |
| Image Burner | |
| Lshw | List Computer Hardware |
| Libgee | |
| Nordic | A beatiful Gtk3 theme based in nordic color scheme |
| ObinsKit | Software for controlling the Anne Pro 2 Mechanical Keyboard. |
| Qogir Gtk theme | Fantastic Flat Theme |
| Vala | Needed for Granite compilation |