samueldr changed the topic of #nixos-dev to: #nixos-dev NixOS Development (#nixos for questions) | NixOS 19.09 is released! https://discourse.nixos.org/t/nixos-19-09-release/4306 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite | https://logs.nix.samueldr.com/nixos-dev
<rnhmjoj> nixosTests.networking.networkd.virtual is failing on master. is there someone that contributes to the networkd configuration here?
<genesis> hey rnhmjoj , spend afternoon trying to package noteshrink-qt, don't , it's craps :)
ris has quit [Ping timeout: 276 seconds]
bhipple_ has joined #nixos-dev
bhipple__ has joined #nixos-dev
<genesis> on lxqt, i've only icons when they are in fullpath in the desktop file, or a category
<genesis> a lxqt bug i guess, i wonder when latest libqtxdg would come in nixos
justanotheruser has quit [Ping timeout: 245 seconds]
justanotheruser has joined #nixos-dev
bhipple_ has quit [Ping timeout: 268 seconds]
bhipple__ has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-dev
bhipple__ has joined #nixos-dev
drakonis1 has quit [Quit: WeeChat 2.6]
drakonis has quit [Ping timeout: 252 seconds]
drakonis has joined #nixos-dev
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
bhipple__ has quit [*.net *.split]
orivej has quit [*.net *.split]
evanjs has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
octe has quit [*.net *.split]
betawaffle has quit [*.net *.split]
nbp has quit [*.net *.split]
catern has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
v0|d has quit [*.net *.split]
sheenobu has quit [*.net *.split]
ddima__ has quit [*.net *.split]
capisce has quit [*.net *.split]
joko has quit [*.net *.split]
disasm has quit [*.net *.split]
klys has quit [*.net *.split]
danderson has quit [*.net *.split]
pie__ has quit [Quit: pie__]
pie_ has joined #nixos-dev
pie_ has quit [Ping timeout: 276 seconds]
pie_ has joined #nixos-dev
bhipple has quit [Remote host closed the connection]
janneke_ has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
janneke has quit [Ping timeout: 245 seconds]
stears_ has quit [Quit: WeeChat 2.6]
<rnhmjoj> genesis: i'm not sure i understand. is that a PR i should check out? where?
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
lopsided98 has joined #nixos-dev
cjpbirkbeck has joined #nixos-dev
<Profpatsch> worldofpeace: I don’t have time for code review, but I can certainly apply the patch and see if my system breaks :)
cjpb has joined #nixos-dev
cjpbirkbeck has quit [Ping timeout: 268 seconds]
cjpb2 has joined #nixos-dev
cjpb has quit [Ping timeout: 250 seconds]
<genesis> rnhmjoj : no i didn't commit, i just said don't waste your time with that if you're interested by it
klys has joined #nixos-dev
capisce has joined #nixos-dev
betawaffle has joined #nixos-dev
ddima_ has joined #nixos-dev
sheenobu has joined #nixos-dev
danderson has joined #nixos-dev
tdeo has joined #nixos-dev
nbp has joined #nixos-dev
joko has joined #nixos-dev
octe has joined #nixos-dev
disasm has joined #nixos-dev
v0|d has joined #nixos-dev
tdeo has quit [Changing host]
tdeo has joined #nixos-dev
orivej has joined #nixos-dev
evanjs has joined #nixos-dev
kcalvinalvin has joined #nixos-dev
catern has joined #nixos-dev
__monty__ has joined #nixos-dev
janneke_ is now known as janneke
psyanticy has joined #nixos-dev
<rnhmjoj> genesis: ah, ok: thank you, but i didn't know about the gui version
aminechikhaoui has joined #nixos-dev
<genesis> "gui" is so wrong when it doesn't do _only_ gui :P
<genesis> (try to use imagemagick's convert on his own etc)
* genesis still on desktop file problematic
<genesis> is it possible to write ofborg test without learning rust ?
<genesis> some test i'd like to add , arch use https://github.com/AndyCrowd/fbrokendesktop/blob/master/fbrokendesktop
cjpb2 has quit [Quit: Quitting now.]
orivej has quit [Ping timeout: 268 seconds]
<worldofpeace> Profpatsch: sounds good πŸ‘οΈ
pie_ has quit [Ping timeout: 245 seconds]
ddima_ has quit [Quit: leaving]
<gchristensen> worldofpeace: I was going to test it, and while I see mentions of sway here and there I don't know how to use it :x
<worldofpeace> gchristensen: sway now has a desktop file installed so it can be chosen in a display manager
<gchristensen> no way!
<gchristensen> my manual `exec sway` has always felt quaint
<worldofpeace> yeah. welcome to 2006
<gchristensen> :D
<worldofpeace> oh wait
<worldofpeace> I mean 2019 :P
<gchristensen> hmm I wonder how much X I'll need to configure for this :)
<worldofpeace> services.xserver.enable = true; services.xserver.displayManager.$what_you_want.enable
drakonis_ has quit [Ping timeout: 250 seconds]
<worldofpeace> imho sddm is noncanonical cuz no accountsservice integration
drakonis_ has joined #nixos-dev
<gchristensen> cool, so it started sddm. my mouse didn'twork (probably libinput config needed) and sway picked the wrong config on startup (not sure why, will look) but otherwise it worked. not sure what accountservice is / why that makes it noncanonical :)
<adisbladis> gchristensen: A dbus interface to query user accounts
<gchristensen> I don't think I have that anyway :)
<gchristensen> okay, enabling libinput made the mouse work
<worldofpeace> And just user related information, storing their last used session and even preferred settings like background files if you make use of the extensions
<gchristensen> and deleting ~/.config/i3/config fixed sway's config
<worldofpeace> how do you not already use libinput gchristensen ?
<gchristensen> sway uses libinput by default -- I had to explicitly turn it on for sddm (xserver) :)
orivej has joined #nixos-dev
drakonis_ has quit [Ping timeout: 276 seconds]
<gchristensen> I guess this isn't too surprising, but using sddm made my gnupg pinentry window prettier
<worldofpeace> hmm not sure I understand. either modules don't enable sway,
<worldofpeace> prrograms.sway.enable makes it use gnome3 pinentry
<worldofpeace> * don't enable libinput
<gchristensen> way always uses libinput
<gchristensen> I never had to turn it on, because I didn't use any xserver things before
orivej has quit [Ping timeout: 246 seconds]
<gchristensen> worldofpeace: does that make sense?
<worldofpeace> gchristensen: sorta, but I guess it's something out of scope of the change anyways
<gchristensen> oh of course
<gchristensen> it is on me to set services.xserver.libinput.enable = true :)
<gchristensen> anyway, I should comment that it looks good
<gchristensen> heh, I would, but firefox is crashing when I load that web page, haha, okay back to stable I go :P
red[evilred] has joined #nixos-dev
<red[evilred]> I've been having issues with firefox too... fullscreening on youtube is problematic now
pie_ has joined #nixos-dev
<worldofpeace> gchristensen: ooh from stable. my confidence grows that it'll be an unoticable change, unless the user sets default sessions or autologs maybe
<rnhmjoj> is it possible that openGL is broken on non-NixOS?
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
<worldofpeace> idk why gegl_0_4 keeps failing to build on staging-next https://hydra.nixos.org/build/108185426
<worldofpeace> but it has been a cached failure sometimes for the gnome3 tests causing channel interruption https://hydra.nixos.org/build/108422598
<worldofpeace> seems a certain test timesout, but I don't see why it has to be a cached failure so regular
<worldofpeace> ah, some longshot patch that I can't verify. https://salsa.debian.org/gnome-team/gegl/blob/debian/master/debian/patches/increase_test_timeout.patch let's see.
<gchristensen> if its in debian I feel good about it
<worldofpeace> gchristensen: geary used to be a problem and debian also came to the rescue https://github.com/NixOS/nixpkgs/blob/master/pkgs/desktops/gnome-3/misc/geary/default.nix#L39
<gchristensen> nice
<adisbladis> debian <3
<adisbladis> They produce so many good patches
<adisbladis> It's like a magical patch fairy
<worldofpeace> adisbladis: Anytime there's weird timeout/timing issues for tests, debian is the first place I look 😁 They really can be magic
<worldofpeace> partly because they build with somemany arches
<{^_^}> #75773 (by worldofpeace, 12 seconds ago, open): gegl_0_4: add patch for test timeouts
ixxie has joined #nixos-dev
<genesis> gchristensen ; you seems to not have so many contributors on ofborg
<genesis> do you think desktop file validation would be interesting at this point
<genesis> i look in ofborg/ofborg/test-srcs , is it a good start ?
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
eraserhd has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos-dev
eraserhd has joined #nixos-dev
eraserhd has quit [Quit: WeeChat 2.7]
psyanticy has quit [Quit: Connection closed for inactivity]
eraserhd has joined #nixos-dev
phreedom has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
phreedom has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
fpletz has quit [Remote host closed the connection]
fpletz has joined #nixos-dev
fpletz has joined #nixos-dev
fpletz has quit [Changing host]
<gchristensen> any dockerTools.buildLayeredImage users out there available to test a PR?
<{^_^}> #75781 (by grahamc, 2 hours ago, open): dockertools.buildLayeredImage: remove implementation detail layers
ris has joined #nixos-dev
drakonis has joined #nixos-dev
tilpner_ has joined #nixos-dev
tilpner has quit [Ping timeout: 276 seconds]
ixxie has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 268 seconds]