From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7wwB-0005eV-8X for guix-patches@gnu.org; Sun, 24 Mar 2019 02:48:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7wnb-0006jo-0b for guix-patches@gnu.org; Sun, 24 Mar 2019 02:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7wna-0006jf-GX for guix-patches@gnu.org; Sun, 24 Mar 2019 02:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h7wna-00041Z-9c for guix-patches@gnu.org; Sun, 24 Mar 2019 02:40:02 -0400 Subject: [bug#34971] [PATCH] gnu: Add mako. Resent-Message-ID: References: <20190324060845.7921-1-meiyo@riseup.net> From: Meiyo Peng In-reply-to: <20190324060845.7921-1-meiyo@riseup.net> Date: Sun, 24 Mar 2019 14:39:35 +0800 Message-ID: <87o960dbdk.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34971@debbugs.gnu.org Hi everyone, If you have trouble running mako and mako gives you an error message like: #+begin_example Failed to connect to user bus: No such file or directory #+end_example The problem is caused by that $DBUS_SESSION_BUS_ADDRESS is not set in your GUI session. You can start mako with this command: #+begin_src sh dbus-launch --autolaunch=$(dbus-uuidgen --get) mako #+end_src I run mako with Sway. And I put this line in Sway config file: #+begin_src conf exec sh -c 'dbus-launch --autolaunch=$(dbus-uuidgen --get) mako' #+end_src -- Meiyo Peng https://www.pengmeiyu.com/