Gustash / Hyprshot

Hyprshot is an utility to easily take screenshots in Hyprland using your mouse.
GNU General Public License v3.0
289 stars 19 forks source link

DBus Error: Service Unknown #59

Open dominikheinz opened 1 month ago

dominikheinz commented 1 month ago

Trying to take a screenshot with by running hyprshot -m window from the terminal. I get the error:

GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

Am I missing something? I have all the dependencies installed, that are listed in the README.

dominikheinz commented 1 month ago

Well, it works as soon as I install a notification daemon, such as dunst.

@Gustash Maybe the wording in the readme could be improved. It says it requires libnotify, but it doesnt say an actual daemon like dunst is required. Or alternatively, if one is not present, we shouldn't error?