IFo Hancroft

Results 67 comments of IFo Hancroft

> > Is there a way to make sxhkd just show the command the way it has it parsed, without actually executing it so I can check what the output...

That's not a problem with sxhkd. If you set the shortcut for scrot from the DE's keyboard shortcuts the result would still be the same. For some reason, many DEs...

Also, isn't xdg-desktop-portal specific to flatpak and such? I would love for scrot to work on Wayland as well, however, I'm against scrot being changed for/with things that are explicit...

> > Also, isn't xdg-desktop-portal specific to flatpak and such? > > No, it's not. I think you are right. Apparently it has its uses in Wayland, but separately from...

I had no idea you can take screenshots like that. That's fucking awesome! I don't seem to be able to reproduce your problem btw. Environment: ``` Manjaro 21.2.3 Viewnior 1.8...

To avoid getting a fatal error from PHP, I putt my $worker->addServer() call inside of a try catch block and it helps, however, I still never get inside of the...

It returns true or false but apparently on some PHP versions (between 7 and 8, I think) if you don't put it in a try catch block, php dies with...

> Here is the source code for this method: > > https://github.com/php/pecl-networking-gearman/blob/7da13e4babc17067b2b45d6b37041c3c8ed91637/php_gearman_worker.c#L627 > > It will return `false` if return code is not `GEARMAN_SUCCESS`. Thank you! The return code of...

> > The return code of what though? > > The C function `gearman_worker_work` in libgearman. I get that, but I am asking on a higher level. What has to...

I am having a similar (if not the same) issue: https://github.com/ValveSoftware/csgo-osx-linux/issues/1330 and for me having pavucontrol running fixes it, where just having m_rawinput set to 1 makes it so I...