Makefile : use xdg-open instead of gio for DE-agnostic view.

This commit is contained in:
Dmitry Voronin 2023-07-31 04:41:37 +03:00
parent cfb152be0b
commit f23653df06

View file

@ -27,4 +27,5 @@ ru:
.PHONY: view
view:
@gio open $(targeten) $(targetru)
@xdg-open $(targeten);\
xdg-open $(targetru)