Skip to content

Commit

Permalink
Show resource paths
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 22, 2025
1 parent a99cc2b commit 0578072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styling.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def apply_styling(self):
"Please download the 'Inter' font family from the following link:\n"
"https://fonts.google.com/specimen/Inter\n\n"
"After downloading, place the font files in the 'fonts' directory located in the same folder as your script.\n\n"
"Resource path: " + self.resource_path("")
self.resource_path("fonts")
)
msg_box.setWindowTitle("Font Error")
msg_box.exec()
Expand Down Expand Up @@ -106,7 +106,8 @@ def setup_icon_theme(self):
"Oops! It looks like the icon theme is missing.\n\n"
"Please download the 'elementary-xfce' icon theme from the following link:\n"
"http://archive.ubuntu.com/ubuntu/pool/universe/x/xubuntu-artwork/xubuntu-artwork_16.04.2.tar.xz\n"
"and extract 'elementary-xfce' to the 'icons' directory located in the same folder as your script."
"and extract 'elementary-xfce' to the 'icons' directory located in the same folder as your script.\n\n"
self.resource_path("icons")
)
msg_box.setWindowTitle("Icon Theme Error")
msg_box.exec()
Expand Down

0 comments on commit 0578072

Please sign in to comment.