From 995d698e7d508527d9434b50e83f13af99f4a959 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Fri, 29 Aug 2025 03:40:42 +0300 Subject: [PATCH] Update compiling.md --- docs/compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling.md b/docs/compiling.md index d210a1b..1ae7846 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -59,7 +59,7 @@ Libnotify sucks in many situations, but it always work - Make a desktop file: Enter the repository folder and run: `./misc/create-desktop.sh` \ -You'll get a desktop file contents, just edit paths here and write it to a new file in the `~/.local/share/applications` or `/usr/share/applications`\ +You'll get a desktop file contents, just edit paths here and write it to a new file `ru.themixray.bRAC.desktop` in the `~/.local/share/applications` or `/usr/share/applications`\ All of these, with adding icons and other, makes this command: `make install` (using `gnumake` package) \ But make sure, that you have `.local/bin` in the `PATH` variable, otherwise it won't work. \ Now, if you'll run with the desktop file, GNotifications will work perfectly.