Re: Guix Home Issues: Redshift Service Won't Run (Problem with Wayland?)

2023-11-28 Thread Jaft
On Tuesday (November 28, 2023) at 05:45:28 AM CST, Tomas Volf wrote: > > [1 ] > On 2023-11-28 03:02:58 -0600, Jaft wrote: > > I dunno if anyone would be able to help but I've had this issue where > > the Redshift home service just won't run. > > > > M

Guix Home Issues: Redshift Service Won't Run (Problem with Wayland?)

2023-11-28 Thread Jaft
I dunno if anyone would be able to help but I've had this issue where the Redshift home service just won't run. My config. is below but, as it's (relatively) long, I'll put it last. Looking at ~herd status redshift~, it says that it's stopped and disabled but, I also noticed, says it requires =x1

Re: Every Reconfigure of Guix Home Results in "Connection Refused"

2023-06-03 Thread Jaft
Hey, David. I'm not sure that your issue is the same of mine. Mine seemed to be a socket issue specifically related to Shepard (which, I suppose, makes sense as I was trying to start services). Mine went away when I restarted my computer; I could've sworn I did a guix pull  before trying to reco

Including Cargo Input that's Pulled in By Git in .toml File

2023-05-16 Thread Jaft
I packaged up a Crate that's being pulled in by another package with Git but =cargo-build-system= keeps trying to pull it from GitHub (which, naturally, it can't do). Is there something else I need to do beyond including it via the ~#:cargo-inputs~ =argument=? Alternatively, if there a way to

Every Reconfigure of Guix Home Results in "Connection Refused"

2023-05-13 Thread Jaft
Playing around with Guix Home and have, more or less: > (use-modules (gnu  home) >              (gnu  home     services) >              (gnu  home     services   mcron) >              (gnu  home     services   pm) >              (gnu  home     services   shells) >              (gnu  packages) >   

Re: Help with DBus Tests Failing for Python Package

2022-12-29 Thread Jaft
On Tuesday, December 27, 2022 at 11:49:31 AM CST, Maxim Cournoyer wrote: > I bet this is because of the expectation of python-dbus on the processes > being reaped by PID 1 instead of staying around as zombies, as currently > happens in the Guix build container (see: > https://issues.guix.gnu.or

Re: Help with DBus Tests Failing for Python Package

2022-12-27 Thread Jaft
_file__='setup.py';f=getattr(tokenize, 'open', > open)(__file__);code=f.read().replace('\r\n', > '\n');f.close();exec(compile(code, __file__, 'exec'))" "test") exit-status: 1 > term-signal: #f stop-signal: #f> It

Help with DBus Tests Failing for Python Package

2022-12-26 Thread Jaft
I'm attempting to package the Python package DasBus (https://github.com/rhinstaller/dasbus/) and the tests, when it tries to test by making DBus calls, are failing. For specificity, the error output is: > test_additional_arguments (tests.test_dbus.DBusExampleTestCase) > Call a DBus method. ...

Re: Wayland Functionality for Jami

2022-10-18 Thread Jaft
Bumping this, just in case. On Wednesday, October 5, 2022 at 03:52:49 PM CDT, Wamm K. D. wrote: The Jami available in the repo.s, currently, causes an error about the Wayland plugin for QT not being available. While some app.s don't require this to be bundled with the app. – apparently

Re: Trying to Build (Elixir) Mix Packages

2022-07-15 Thread Jaft
July 15, 2022, 01:58:53 AM CDT, pukkamustard wrote: I've had similar issues and was able to resolve them by setting the `CC` environment variable: CC=gcc mix build hth, pukkamustard Jaft writes: > I installed Elixir (from the Guix repo.s) and was trying to install > some

Re: Updating LXTerminal from v0.3.2 to v0.4.0

2022-05-22 Thread Jaft
Wow; 'thought I'd sent this sometime last year. Your response, unfortunately, got put in the Spam folder and I just found it and thought it'd been months since you got back to me. Apparently, my last two months have been /rough/. zimoun writes: > Hi, > > On Mon, 07 Mar 20

Re: Android Device Mounting Detection with GVFS Help

2022-02-27 Thread Jaft
> On Saturday, February 26, 2022, 04:27:23 PM CST, Tobias Geerinckx-Rice > wrote: > > > > > > Jaft, > > > Not quite equivalent to GVFS/udisks (for me that's a feature), but I'm > very happy with jmtpfs. Heh, – funnily enough – jmtpfs was recomme

Re: Android Device Mounting Detection with GVFS Help

2022-02-26 Thread Jaft via
ve to GVFS (I know some people use udiskie, instead)? Or just tolerating the bugginess? On Monday, February 21, 2022, 07:08:57 PM CST, raingloom wrote: On Mon, 14 Feb 2022 11:19:29 + (UTC) Jaft via wrote: > I dunno if anyone might have any suggestions but I've been trying

Only Using Openbox (vs GNOME/Openbox or KDE/Openbox); and xfce4-power-manager and polkit

2021-11-16 Thread Jaft via
So I got Guix working on a laptop and've been playing around with the system config. I've been trying to see how things work and figuring out what to use a service for and what to install a package for. I have part of my config. as so, currently: (users (cons* (user-account                (name

Re: Running Out of Inodes

2021-11-16 Thread Jaft via
Hello Jonathan, Em domingo, 14 de novembro de 2021, às 15:47:54 -03, Jaft via escreveu: > Out of curiosity, I read that Btrfs requires periodic > fragmentation; how often do you find yourself doing it and do you use > any particular program for it (if you don't mind sharing, of c

Re: Running Out of Inodes

2021-11-16 Thread Jaft via
ly well, thus far. Thanks for the info. you provided, though; it was helpful in understanding what's going on. Jonathan On Sunday, November 14, 2021, 03:01:39 PM CST, Vincent Legoll wrote: Hello, On Sun, Nov 14, 2021 at 7:58 PM Jaft via wrote: > Heh, – well – I tried the large_

Re: Running Out of Inodes

2021-11-14 Thread Jaft via
I know it's not directly Guix related)? JonathanOn Sunday, November 14, 2021, 07:47:23 AM CST, phodina wrote: Hi Jonathan, On Nov 14, 2021, 12:14 PM, Jaft via < help-guix@gnu.org> wrote: Hey, hey. It could very well be my own ignorance about things but I'm running int

Running Out of Inodes

2021-11-14 Thread Jaft via
Hey, hey. It could very well be my own ignorance about things but I'm running into an issue that I wouldn't think I'd run into so naïvely; if there's any further light to be shed, I very much appreciate it. I wanted to try out Guix so I installed it to a laptop I have; the previous distro I had