2020-09-30 17:35:50 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:54:38 +02:00
2020-09-30 03:10:07 +02:00
2020-09-30 03:20:26 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 03:13:59 +02:00
2020-09-30 03:19:25 +02:00
2020-09-30 03:24:37 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 03:26:28 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 03:29:31 +02:00
2020-09-30 14:04:29 +02:00
2020-09-30 14:07:06 +02:00
2020-09-30 14:08:54 +02:00
2020-09-30 14:10:40 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 14:13:10 +02:00
2020-09-30 14:15:24 +02:00
2020-09-30 14:17:30 +02:00
2020-09-30 14:46:24 +02:00
2020-09-30 14:49:06 +02:00
2020-09-30 17:35:50 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 03:46:46 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:57:56 +02:00
2020-09-30 02:57:56 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 02:17:16 +02:00
2020-09-30 17:35:50 +02:00

INSTRUCTIONS INSTALLING JOLUPALABS CRUX REPO

  1. First download the necessary files:

    wget --no-ch https://raw.githubusercontent.com/jolupa/jolupalabs/master/jolupalabs.{httpup,pub}
    
  2. Move the downloaded file to the proper folder:

    sudo mv jolupalabs.{httpup,pub} /etc/ports/
    
  3. Add the ports line in yours /etc/prt-get.conf to fetch the repo:

    prtdir /usr/ports/jolupalabs

  4. Update the repo into your computer:

    sudo ports -u jolupalabs
    

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.
  2. Enable the contrib repo because some dependencies reside there.

CONTACT

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

XFCE INSTALLATION

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. 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

  2. Install the packages in this same order:

    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
    
  3. Take a big cup of coffe or just relax...

  4. To launch Xfce create a .xinitrc file in your home directory with the following content:

    #!/bin/sh
    exec ck-launch-session startxfce4
    
  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.

  6. 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.

PACKAGE DEPENDENCIES
LibXfce4Ui Libgtop
Thunar/Thunar-Volman Gvfs, Udisks2, Libatasmart
Xfce4-Settings Colord
Description
XFCE4 (4.20) Ports Repository
https://www.xfce.org/
Readme 9.4 MiB
Languages
Shell 100%