Skip to content
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

Open
PSGitHubUser1 opened this issue Jun 21, 2024 · 4 comments
Open

The 'make build' command doesn't work #30

PSGitHubUser1 opened this issue Jun 21, 2024 · 4 comments

Comments

@PSGitHubUser1
Copy link

PSGitHubUser1 commented Jun 21, 2024

Here is the log:

  • Arch Linux
  • Hyprland
  • Download link doesn't work on pling or gnome-looks...

:: Created /home/shubham/oreo-cursors/src/oreo_spark_white_bordered_cursors/
:: Successfully created src/ files
bash build.sh
=> Workon './src/oreo_black_cursors' ...
terminate called after throwing an instance of 'Gio::DBus::Error'
xargs: sh: terminated by signal 6
make: *** [Makefile:9: build] Error 125

@JefteKeller
Copy link

Setting DBUS_SESSION_BUS_ADDRESS="" before building solved the issue for me.

@PSGitHubUser1
Copy link
Author

PSGitHubUser1 commented Jun 30, 2024

Setting DBUS_SESSION_BUS_ADDRESS="" before building solved the issue for me.

How I set that? Which file?

@hetenyi-domonkos
Copy link

Setting DBUS_SESSION_BUS_ADDRESS="" before building solved the issue for me.

This really works, you're a godsend

Setting DBUS_SESSION_BUS_ADDRESS="" before building solved the issue for me.

How I set that? Which file?

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.

@qlixed
Copy link

qlixed commented Jul 22, 2024

You can also run the command as follows:
$ DBUS_SESSION_BUS_ADDRESS="" make build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants