From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Haggerty Subject: bug#34642: Date: Mon, 25 Feb 2019 01:21:44 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000002485590582adc465" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gy4z2-0007pk-20 for bug-guix@gnu.org; Sun, 24 Feb 2019 20:23:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gy4z1-0004Gl-5A for bug-guix@gnu.org; Sun, 24 Feb 2019 20:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37163) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gy4z0-0004GY-D2 for bug-guix@gnu.org; Sun, 24 Feb 2019 20:23:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gy4z0-00080m-61 for bug-guix@gnu.org; Sun, 24 Feb 2019 20:23:02 -0500 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34642@debbugs.gnu.org --0000000000002485590582adc465 Content-Type: text/plain; charset="UTF-8" Leo Famulari wrote: > Can you give some details about how you are trying to start clipit with your window manager session? Yes, here's is an excerpt from the end of my ~/.config/awesome/rc.lua file. -- Startup applications autorun = true autorunApps = { "xset s off", "xset -dpms", "xset +fp /home/brad/.fonts", "xset +fp $(dirname $(readlink -f ~/.guix-profile/share/fonts/truetype/fonts.dir))", "xset fp rehash", --"xrandr --output HDMI-2 --primary --mode 1920x1200 --pos 1200x0 --rotate normal --output HDMI-1 --off --output LVDS-1 --off --output VGA-1 --mode 1920x1200 --pos 0x0 --rotate left", "mpd", "mpdscribble", "nm-applet", "clipit", "deluge-gtk", } if autorun then for app = 1, #autorunApps do awful.util.spawn(autorunApps[app]) end end The other way I tried to launch it was manually via the application launcher called rofi. it is similar to dmenu. Tobias Geerinckx-Rice wrote: > It's hard to tell, but it might be this[0] upstream issue I agree, that issue sounds like what's happening here. Tobias Geerinckx-Rice wrote: >Are you comfortable building clipit from this[2] commit and testing that? I'm afraid I'm not comfortable doing that. I have yet to do anything that advanced with Guix, and I don't have much experience building things from source in general. --0000000000002485590582adc465 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Leo Famulari wrote:
> Can you give s= ome details about how you are trying to start clipit with
your window manager session?
Yes, here's is an excerpt f= rom the end of my ~/.config/awesome/rc.lua file.
-- Startup = applications
autorun =3D true
autorunApps =3D
{
=C2=A0=C2=A0 = "xset s off",
=C2=A0=C2=A0 "xset -dpms",
=C2=A0= =C2=A0 "xset +fp /home/brad/.fonts",
=C2=A0=C2=A0 "xset += fp $(dirname $(readlink -f ~/.guix-profile/share/fonts/truetype/fonts.dir))= ",
=C2=A0=C2=A0 "xset fp rehash",
=C2=A0=C2=A0 --"= ;xrandr --output HDMI-2 --primary --mode 1920x1200 --pos 1200x0 --rotate no= rmal --output HDMI-1 --off --output LVDS-1 --off --output VGA-1 --mode 1920= x1200 --pos 0x0 --rotate left",
=C2=A0=C2=A0 "mpd",
= =C2=A0=C2=A0 "mpdscribble",
=C2=A0=C2=A0 "nm-applet"= ,
=C2=A0=C2=A0 "clipit",
=C2=A0=C2=A0 "deluge-gtk"= ;,
}
if autorun then
=C2=A0=C2=A0 for app =3D 1, #autorunApps do=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 awful.util.spawn(autorunApps[app])=C2=A0=C2=A0 end
end

The other way I tried to l= aunch it was manually via the application launcher called rofi. it is simil= ar to dmenu.

Tobias Geerinckx-Rice wrote:
> It's hard to tell, but it might be this[0] upstream issue

I agree, that issue sounds like what's happening= here.

Tobias Geerinckx-Rice wrote:
= >Are you comfortable building clipit from this[2] commit and
testing that?
I&= #39;m afraid I'm not comfortable doing that. I have yet to do anything = that advanced with Guix, and I don't have much experience building thin= gs from source in general.
--0000000000002485590582adc465--