OLEGSHA

Results 8 issues of OLEGSHA

**Describe the bug** In MATE, when `xfreerdp` is started in fullscreen mode (`/f`), exiting fullscreen mode with either Ctrl+Alt+Enter or the floatbar button does not make window decorations or DE...

**Describe the bug** Terminating a running `xfreerdp` process with an interruption (read: ^C) leaves a temporary directory with a broken `/dev/fuse` mounted into it. Aside from the general garbage accumulation,...

help-wanted

### Describe your use-case which is not covered by existing documentation. It seems that the repository is set up to be built by the maintainers. However, some users, myself included,...

documentation

## tl;dr Судя по всему, при поиске JavaFX система поиска не учитывает, что бинарники JavaFX вполне могут не лежать в `java.library.path` aka `LD_LIBRARY_PATH` по умолчанию; следует что-то сделать по этому...

bug

Shift/sneak key is an important movement control that is currently missing. Its display is useful for demonstrating various tricks where sneaking is impossible or hard to infer from camera movement....

In `LICENSE`, there does not seem to be any unambiguous list of rights granted by the license and conditions enforced by the license. What makes your license different from MIT?...

question

From `README.md`: ```c++ struct Order { // (comment) std::string ticker; ``` ```c++ handler("ticker", [](Order& o, value v) {v.to(o.ticker);}), ``` Attempting to compile this code causes `value::as` to fail because `std::string_view`...

### Description A project generated with Maven as build system and all other settings default generates warning messages when running `mvn package`. Warnings should be resolved or suppressed. This may...