Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EMH-Mark-I authored and EMH-Mark-I committed Mar 24, 2022
1 parent cb8b2a3 commit 82cac10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified Extras/Chicago95_Panel_Preferences.tar.bz2
Binary file not shown.
10 changes: 6 additions & 4 deletions Extras/post_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ def install(self):
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")
Expand Down

0 comments on commit 82cac10

Please sign in to comment.