Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
add latte-dock dependency, fix typo for configuring fonts,  disable installation of albert as per #36
  • Loading branch information
jonchun committed Apr 9, 2020
1 parent 4e3c5bd commit 9eec63e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions macifylinux/components/latte_dock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"libkf5xmlgui-dev",
"libqt5x11extras5-dev",
"libsm-dev",
"libunity-dev",
"libxcb-util-dev",
"libxcb-util0-dev",
"qtdeclarative5-dev",
Expand Down
1 change: 1 addition & 0 deletions macifylinux/components/sf_fonts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def install(*args, **kwargs):
u.git_clone(repo_url, G["SOURCES_DIR"])
# run install.sh
u.bash_action(action="install", file=__file__, name=component_name)
config()


def upgrade(*args, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion macifylinux/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run():
# modules.append((m.lookandfeel, [], {"style": "light"}))
modules.append(m.lookandfeel)
# spotlight should be installed after lookandfeel because it needs access to the installed icons
modules.append(m.spotlight)
# modules.append(m.spotlight)
modules.append(m.plasmoids)
# dockandpanel should be installed AFTER plasmoids because latte-dock depends on the installed plasmoids.
modules.append(m.dockandpanel)
Expand Down

0 comments on commit 9eec63e

Please sign in to comment.