Closed highoncarbs closed 6 years ago
Hi there, you can follow this guide taken from the contribute page :) I will close this issue since it has nothing to do with the development of this theme, regards and have fun with this theme :)
Gnome Shell theme
git clone https://github.com/ubuntu/gnome-shell-communitheme.git cd gnome-shell-communitheme
meson build --prefix=/usr cd build
sudo ninja install If you want to change the GDM look and point to the same stylesheet. You only need to do this once.
update-alternatives --install /usr/share/gnome-shell/theme/gdm3.css gdm3.css /usr/share/gnome-shell/theme/communitheme/gnome-shell.css 15 GTK theme
git clone https://github.com/ubuntu/gtk-communitheme.git
cd gtk-communitheme
meson build --prefix=/usr cd build
sudo ninja install Suru Icon theme
git clone https://github.com/ubuntu/suru-icon-theme.git
cd suru-icon-theme
meson build --prefix=/usr cd build
sudo ninja install Now everything should be in place. Reboot and login to the Communitheme on Xorg session and set the Communitheme themes using Gnome Tweaks.
@Feichtmeier Hey , sudo ninja build doesn't seem to work , shows build.ninja no such file pr directory
Install meson
@Feichtmeier already installed
Are you in the build folder
yes
You got telegram ? So we don't need to spam GitHub
riot.im ?
@Feichtmeier I'm getting meson build error , meson.build:6:0: ERROR: Program(s) ['sassc'] not found or not executable . Any idea ?
Install sassc
Yep , already tried that sudo yum install scssc
package not found error
Install sassc
not scssc. The name of the package might differ though, but I'm sure you'll find any answer with google
Thanks for trying Communitheme :)
Shhaaa , made a typo thanks installed sassc . After i run meson build command , there is a build file within which there are two more files meson-private and meson-logs.
@Feichtmeier @clobrano Ok so i seem to have successfully installed all the packages , i have the look on the app windows but when i login by setting community theme on xorg , i am dropped back to the login screen , can't seem to start the desktop when ubuntu communitheme on xorg is selected. P.S : It's for both the communitheme login options.
@PadamSethia Maybe "Communitheme session" doesn't work on distros other than Ubuntu.
Try to run:
sudo ln -sT /usr/share/gnome-shell/theme/communitheme /usr/share/themes/Communitheme/gnome-shell
Then launch gnome-tweak-tool. You should be able to select Communitheme from "Shell".
@nana-4 Yep that seemed to work. Thanks a lot.
I really love this theme and would like to install it on Fedora Workstation 27 , I would be really glad if someone could help me with this. Thank you!