Ruan Formigoni
Ruan Formigoni
Sample snippet: ```json "custom/camera": { "exec": "notify-send two | echo yoy", "interval": "once", "on-click": "notify-send one && sleep 2", "on-click-right": "notify-send one && sleep 2", "on-click-middle": "cheese", "exec-on-event": true, "tooltip":...
Hello there, I'm currently experiencing an issue, I can use this command: ```sh $ fuse2fs -ofakeroot focal.img mnt ``` To mount a filesystem in the `mnt` folder, I can also...
Greetings, I've noticed that when using something like: ```cpp m_parser.add_argument("args") .nargs(argparse::nargs_pattern::at_least_one) .remaining() .required() .help("Install an application into the default directory"); ``` It generates the help message: ``` Usage: args [--help]...
Google Integration: * When you create a task, you set a date, it appears in your google agenda. * When you set a start/end time, it appears as so in...
## Expected Behavior To open wine inside the new root, with `winecfg`. ## Actual Behavior Here's the output with enabled debugging: ``` [root@zenbook Desktop]# WINEDEBUG=+all winecfg trace:virtual:NtAllocateVirtualMemory 0xffffffff 0x7ffe0000 00001000...
This PR implements a bicubic filter to remedy issue #692. ## Update 10-mar-2023 ### Nier Automata (2160p) Current gamescope result:  Proposal:  ### Need for Speed ProStreet...
Greetings, Would it be possible to implement something like `RSR` or `DLDSR` to improve image quality on down-scaling? I've tested gamescope with a virtual resolution in xorg, and it has...
This is a fix for issue #1681. `exec` now runs after `on-click`, `on-click-right`, `on-*` events. Test sample: ```json "custom/camera": { "exec": "notify-send exec; echo exec", "interval": "once", "on-click": "notify-send on-click...
This dependency is now required for the system to work properly.
This issue proposes a dropdown menu to select the compression level before compressing a game on the `compress` screen.