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
2020-10-02 02:35:28 +02:00
4. Create the dir where the ports are contained:
```bash
sudo mkdir /usr/ports/jolupalabs
```
4. 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
2020-10-02 02:35:28 +02:00
5. Update the repo into your computer:
2019-06-28 03:21:30 +02:00
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
=====
2020-09-30 17:53:11 +02:00
1. Enable the contrib repo because some dependencies reside there.
2019-06-28 03:21:30 +02:00
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.
2020-09-30 02:17:16 +02:00
1. To ensure you have a sane X installation I decided to put all the X dependencies with the first package you install from XFCE on **libxfce4util**
2019-10-28 00:10:13 +01:00
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
2020-09-30 02:17:16 +02: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
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
```
2020-10-02 02:43:16 +02:00
4.1. If you install [console-tdm ](https://github.com/jolupa/jolupalabs/tree/master/console-tdm ) from this repo you can add this line inside ``` .config/tdm/tdmexit ` `` following instructions from that REPO Readme.
2020-10-02 02:38:15 +02:00
2020-04-30 14:10:31 +02:00
5. If you have any problem launching XFCE and you have a an Intel graphic card, please try to use the mesa drivers in this repo.
2019-06-28 09:45:15 +02:00
2020-04-30 14:10:31 +02:00
6. Enjoy this beatifull Desktop Environment!