Aleksei

Results 20 comments of Aleksei

Having khard manage contact photos would be very nice, is there any progress on this?

Hi, Waiting or reconnecting cable doesn't help, I still see ancient files that were deleted long time ago in `aft-mtp-cli` session. On Sun, Nov 15, 2020 at 05:09:46AM -0800, Vladimir...

@dmage > There is a heartbeat file to check if everything works fine. Just checked - it is not created if daemon was started with disconnected device. I have 2...

My use case for this: host-only networking for VMs. Bridge needs to start empty (no enslaved interfaces) at boot, then later the hypervisor adds tap* devices to it. Creating empty...

> Your status messages include Interface 'bridgevm' does not exist. This message can only appear when the Connection= type is ethernet Indeed, I had a second `Connection=` line in the...

I start swayidle like this to not unlock on mouse movements, it works: ``` swayidle -w \ timeout 1800 'swaymsg input type:pointer events disabled ; swaymsg "output * dpms off"'...

Please do this. Preferably export everything (containers and URLs assigned to them) to one file - json or whatever.

For anyone interested: [android-file-transfer-linux](https://whoozle.github.io/android-file-transfer-linux/) works very well for mounting MTP over FUSE, way better than `libmtp`-based programs I tried (gvfs, mtpfs). There is [an open ticket](https://github.com/whoozle/android-file-transfer-linux/issues/161) to introduce python bindings...

> In Firefox out of the box we can use Ctrl+Q for that. My Firefox quits on Ctrl+Q by default (GNU/Linux, default settings).

config/rc.lua: ``` ------------------------------------------------------------------------------ -- luakit configuration file, more information at https://luakit.github.io/ -- ------------------------------------------------------------------------------ require "lfs" -- Check for lua configuration files that will never be loaded because they are --...