Xfce Trying to make FreeBSD looks like Windows 95 with Chicago theme...

Hello to everyone.

I'm trying to make FreeBSD looks like Windows 95 with Chicago theme. I like the idea of having xfce looks like so retro style like the old Windows 95. I've found this tutorial and I tried to follow it :

View: https://www.youtube.com/watch?v=SpaSXca-tEs&t=180s&ab_channel=BugsWriter


So,I've cloned the repo and I tried to run the installer.py file :

Code:
root@marietto:/usr/home/marietto/Desktop/Scripts/Chicago95 # ls


.git            Cursors         INSTALL.md      Lightdm         Plymouth        Theme
.gitignore      Extras          Icons           Makefile        README.md       installer.py
CREDITS         Fonts           KDE             Plus            Screenshots     sounds


root@marietto:/usr/home/marietto/Desktop/Scripts/Chicago95 # ./installer.py
env: python3: No such file or directory

The script starts with :

Code:
#!/usr/bin/env python3

I see that it wants that I make the installation of python3. So,I'm going to do this,but before to do it,I would like that someone can give a look inside the installer.py file,to understand if the script will not make a mess in my system :P

Code:
root@marietto:/usr/home/marietto/Desktop/Scripts/Chicago95 # pkg install python
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: kodi has a missing dependency: libdvdcss
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        python: 3.8_3,2
        python3: 3_3

Number of packages to be installed: 2

2 KiB to be downloaded.

Proceed with this action? [y/N]: N

According with the video tutorial,he has installed the theme for FreeBSD simply running the py file and it worked like a charm. I'm not sure that It will be so easy for me.
 
Back
Top