-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 'make build' command doesn't work #30
Comments
Setting |
How I set that? Which file? |
This really works, you're a godsend
I appended it into the build.sh file, like this: #!/usr/bin/env bash
# Oreo cursors, based on KDE Breeze
# Copyright (c) 2016 Keefer Rourke <[email protected]>
# Copyright (c) 2020 Sergei Eremenko <https://github.com/SmartFinn>
set -e
DBUS_SESSION_BUS_ADDRESS=""
INKSCAPE_VERSION=$(inkscape --version 2>/dev/null | awk '/Inkscape[ ]/ {print $2; exit}')
convert_to_png() {
local src_dir="$1" Not sure is that's the correct place for it, but it worked for me. |
You can also run the command as follows: |
Here is the log:
The text was updated successfully, but these errors were encountered: