diff --git a/macifylinux/components/latte_dock/__init__.py b/macifylinux/components/latte_dock/__init__.py index f3990ee..0851b21 100644 --- a/macifylinux/components/latte_dock/__init__.py +++ b/macifylinux/components/latte_dock/__init__.py @@ -28,6 +28,7 @@ "libkf5xmlgui-dev", "libqt5x11extras5-dev", "libsm-dev", + "libunity-dev", "libxcb-util-dev", "libxcb-util0-dev", "qtdeclarative5-dev", diff --git a/macifylinux/components/sf_fonts/__init__.py b/macifylinux/components/sf_fonts/__init__.py index 7dea1f5..7b6a9ea 100644 --- a/macifylinux/components/sf_fonts/__init__.py +++ b/macifylinux/components/sf_fonts/__init__.py @@ -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): diff --git a/macifylinux/core.py b/macifylinux/core.py index 6b876bd..bed2b62 100644 --- a/macifylinux/core.py +++ b/macifylinux/core.py @@ -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)