all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bradley Haggerty <bradigger@gmail.com>
To: 34642@debbugs.gnu.org
Subject: bug#34642:
Date: Mon, 25 Feb 2019 01:21:44 +0000	[thread overview]
Message-ID: <CABGw91ea1LUGc=kvwKvwrT=q9fpQS8_iqhB3oZT49-e4qNccaQ@mail.gmail.com> (raw)
In-Reply-To: <CABGw91fLk4Tdwo9NyL7uLa8U2t94tUymfukMFrp5ZZaTi2KcqA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1327 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1840 bytes --]

      parent reply	other threads:[~2019-02-25  1:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-24 23:41 bug#34642: clipit cannot be started by awesomewm or rofi Bradley Haggerty
2019-02-24 23:49 ` bug#34642: Bradley Haggerty
2019-02-24 23:52 ` bug#34642: clipit cannot be started by awesomewm or rofi Leo Famulari
2019-02-25  0:04 ` Tobias Geerinckx-Rice
2019-02-25  0:10   ` Tobias Geerinckx-Rice
2019-02-25  1:21 ` Bradley Haggerty [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABGw91ea1LUGc=kvwKvwrT=q9fpQS8_iqhB3oZT49-e4qNccaQ@mail.gmail.com' \
    --to=bradigger@gmail.com \
    --cc=34642@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.