Git Product home page Git Product logo

adwaita-refresh-installer's Introduction

trophy

adwaita-refresh-installer's People

Contributors

refi64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adwaita-refresh-installer's Issues

To fix Nautilus's pathbar...

I used Adwaita Creamy's nautilus.css. I put that file in the gtk-3.0 folder and then I just had to add:
@import url("nautilus.css");
to the end of the gtk.css file.
I think this could be automated in your script without too much hassle.
I'm uploading screenshots of the steps I took.

Fails to build on Ubuntu 18.10

It fails to build with any option on my 2 devices with Ubuntu 18.10 (minimal install) and make and git installed (do I need something besides that?). It did work just fine with my Arch Linux devices.

$ make build-native # but every ends the same

[ -d _build/gtk ] && (cd _build/gtk; git pull) || \
	git clone --depth=1 -b wip/jimmac/adwaita-3-32 \
		https://gitlab.gnome.org/GNOME/gtk.git _build/gtk
Cloning into '_build/gtk'...
remote: Enumerating objects: 4451, done.
remote: Counting objects: 100% (4451/4451), done.
remote: Compressing objects: 100% (3829/3829), done.
remote: Total 4451 (delta 1287), reused 2207 (delta 485)
Receiving objects: 100% (4451/4451), 18.40 MiB | 232.00 KiB/s, done.
Resolving deltas: 100% (1287/1287), done.
Checking out files: 100% (4607/4607), done.
rm -rf _build/native
mkdir -p _build/native/AdwaitaRefresh/gtk-3.0
echo '@import url("gtk-contained.css");' > _build/native/AdwaitaRefresh/gtk-3.0/gtk.css
echo '@import url("gtk-contained-dark.css");' > \
	_build/native/AdwaitaRefresh/gtk-3.0/gtk-dark.css
cp _build/gtk/gtk/theme/Adwaita/gtk-contained{,-dark}.css \
	_build/native/AdwaitaRefresh/gtk-3.0
cp: cannot stat '_build/gtk/gtk/theme/Adwaita/gtk-contained{,-dark}.css': No such file or directory
make: *** [Makefile:32: build-native] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.