Re: [Nix-dev] xfce

2017-03-14 Thread Vladimír Čunát
On 03/14/2017 01:50 AM, Karn Kallio wrote: >> [...] Which particular programs have you found to suffer from this? > > It was the kde applications program okular. Putting the gappshook on > qt/kde programs did not seem right, and since xfce is a gtk+ > environment it seemed like it should include

Re: [Nix-dev] xfce

2017-03-13 Thread Karn Kallio
> Hi! > > On 03/13/2017 06:55 PM, Karn Kallio wrote: > > The attached patch adds the gtk+ glib GIO schemas to the xfce > > XDG_DATA_DIRS environment variable. Without it gtk+ programs for > > example using the filepicker crash. > > It's better to wrap individual executables, so that they're

Re: [Nix-dev] xfce

2017-03-13 Thread Vladimír Čunát
Hi! On 03/13/2017 06:55 PM, Karn Kallio wrote: > The attached patch adds the gtk+ glib GIO schemas to the xfce > XDG_DATA_DIRS environment variable. Without it gtk+ programs for > example using the filepicker crash. It's better to wrap individual executables, so that they're self-contained (I

[Nix-dev] xfce

2017-03-13 Thread Karn Kallio
The attached patch adds the gtk+ glib GIO schemas to the xfce XDG_DATA_DIRS environment variable. Without it gtk+ programs for example using the filepicker crash. >From bbd3ee049b40b606eb55068a4cc3dbfcfe954b2a Mon Sep 17 00:00:00 2001 From: Karn Kallio Date: Mon, 13 Mar 2017

Re: [Nix-dev] xfce: 'lock screen' button

2014-05-20 Thread Sergey Mironov
Thanks! Didn't know i3lock. It works fine. For the dm-tool, it doesn't work as expected $ dm-tool lock command does nothing and /var/log/lightdm.log contains [see below]. Could you please compare this snippet with your own? Regards, Sergey -- /var/log/lightdm.log (after dm-tool)

Re: [Nix-dev] xfce: 'lock screen' button

2014-05-20 Thread Kirill Elagin
I do not actually use dm-tool for screen locking, I just thought that it might work for you =). For me it does actually work. Kind of. It starts a new greeter on another VT and switches there. Once I enter my password it switches back to the VT with my session. The funny thing is that the active

[Nix-dev] xfce: 'lock screen' button

2014-05-16 Thread Sergey Mironov
Hi. A question to Xfce gurus: In my current config the 'lock screen' button performs no action. If I install xscreensaver, the button will run it, but the login prompt window looks a bit .. Xy. Does anybody know how to connect 'lock screen' button with lightdm display manager? Regards, Sergey

Re: [Nix-dev] xfce: 'lock screen' button

2014-05-16 Thread Domen Kožar
That's how I override default: $ type -P xflock4 /home/ielectric/bin/xflock4 $ cat /home/ielectric/bin/xflock4 scrot /tmp/screen_locked.png convert /tmp/screen_locked.png -scale 10% -scale 1000% /tmp/screen_locked.png killall -SIGUSR1 dunst DISPLAY=:0.0 i3lock -i /tmp/screen_locked.png --nofork

Re: [Nix-dev] xfce: 'lock screen' button

2014-05-16 Thread Kirill Elagin
Yeah, and to ask lightdm to lock your session you do `dm-tool lock`. -- Кирилл Елагин On Fri, May 16, 2014 at 11:06 AM, Domen Kožar do...@dev.si wrote: That's how I override default: $ type -P xflock4 /home/ielectric/bin/xflock4 $ cat /home/ielectric/bin/xflock4 scrot

[Nix-dev] xfce and gvfs-fuse-daemon

2012-02-12 Thread Sergey Mironov
Hi! I've done some work to add gvfs-fuse-daemon support to the Xfce's gvfs (I've found that Xfce uses it's own gvfs, free of heavy gnome deps). There are 2 patches in attach. Could you please review/apply them? 0001-xfce-gvfs-add-fuse-to-buildInputs.patch - is for nixpkgs, should work without