Open PSGitHubUser1 opened 4 months ago
Setting DBUS_SESSION_BUS_ADDRESS=""
before building solved the issue for me.
Setting
DBUS_SESSION_BUS_ADDRESS=""
before building solved the issue for me.
How I set that? Which file?
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 <keefer.rourke@gmail.com>
# 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:
$ DBUS_SESSION_BUS_ADDRESS="" make build
Here is the log: