nx-libs icon indicating copy to clipboard operation
nx-libs copied to clipboard

nx-libs

Results 125 nx-libs issues
Sort by recently updated
recently updated
newest added

Hi There, This project is still using an old implementation of LGTM's automated code review, which has now been disabled. To continue using automated code review, and receive checks on...

Once #830 has been merged we should add a routine similar to PropagateArtsdProperties for the window manager properties

The current Xinerama implementation suffers from multiple problems, including it resizing based upon invisible areas if the display configuration is a bit odd. This PR tries to fix these shortcomings...

bug
work-in-progress

A number of GNOME applications were updated to use XI2, and as a result stopped working with libnx/x2go. For example, gedit tries to set XInputExtension.X_XIGetClientPointer and causes the next error:...

bug

The former nxcompext code (now in Xserver/hw/nxagent/Compext/) contains many "unsafe" free() calls. They should be converted to using FREE_SAFE provided via nxcomp. See #605 for reference...

According to the code there should be the splash logon on reconnect. However, I only can see it when I add `sleep(1);` after XFlush() in Reconnect.c ``` 525 XFlush(nxagentDisplay); 526...

Under i3 desktop on the client host, the Magic Pixel feature in nxagent behaves inaccurate: * in SwitchAllScreens mode: - after hitting the magic pixel, the session is frozen -...

bug

AFAIKS open source projects can get (regular) free static analysis using coverity: https://scan.coverity.com/ How about doing that before 3.6.x release?

enhancement
feature request

``` XKBleds.c:86:27: runtime error: left shift of 1073741824 by 1 places cannot be represented in type 'int' ``` 1073741824 is 1

1. `nxagent -ac -R :55` 2. `DISPLAY=:55 xrandr` will show a list of resolutions not prefixed with `nx` which means rrxinerama is not active 3. `pkill -HUP nxagent && sleep...