Prepping for release

Updating the installer.py script. Removing font enable option due to issues with Debian blocking bitmaps, so I just included it as a post install option in the popup text file.
This commit is contained in:
EMH-Mark-I 2022-03-23 22:13:42 -05:00
parent cb8b2a3a33
commit 82cac10f47
3 changed files with 7 additions and 5 deletions

View File

@ -3,13 +3,15 @@ Manual Steps:
You're not done yet! Not everything could be automated. Here's what left:
!! Enable the Helvetica font
!! Enabling the notification theme
If you run a Debian based operating system, you'll have to disable the bitmap font block. From a terminal, run the following:
- Open the XFCE settings manager > Notifications.
- Choose Chicago95 for the theme.
- Adjust Opacity to 100%.
$ mv /etc/fonts/conf.d/70-no-bitmaps.conf /etc/fonts/conf.d/70-no-bitmaps.conf.bak
- Open the XFCE settings manager > Appearance
- Click Fonts tab and select Helvetica Regular. Set to size 8.
- Enable anti-aliasing and set hinting to "Full."
!! Start Button

View File

@ -322,8 +322,8 @@ class InstallGUI:
self.change_component_label()
elif from_file == "install_fonts" and self.copy_files["install_fonts"]:
print("Enabling Fonts in XFCE4")
self.xfconf_query('xsettings', '/Gtk/FontName', "Helvetica 8")
self.change_component_label()
# LOL this is a lie we don't have to do anything
elif from_file == "thunar" and self.copy_files["thunar"]:
if os.path.exists(os.path.expanduser("~/.themes/Chicago95/gtk-3.24/apps/thunar.css")):
print("Enabling authenticity in Thunar")