What do they gain from this shitty policy?
Psyhackological
joined 9 months ago
I remember being "sorry" for doing so to Helldivers 2 🤣
Have you automated creation?
I think it can be summed up to C is more mature than Rust so we wait for Rust to shine Rust can overcome some complex things in C and vice versa
Use Remmina on the client and then install anything that opens and listens to VNC ports. For example TightVNC or RealVNC.
Just even a small sys admin tip for Android phones
- For VNC - AVNC
- For SSH - ConnectBot
Wth is that, that is the most anti-idiomatic code I have ever seen
https://github.com/rustdesk/rustdesk/blob/master/src%2Fplatform%2Flinux.rs#L176
pub fn get_cursor() -> ResultType<Option<u64>> {
let mut res = None;
DISPLAY.with(|conn| {
if let Ok(d) = conn.try_borrow_mut() {
if !d.is_null() {
unsafe {
let img = XFixesGetCursorImage(*d);
if !img.is_null() {
res = Some((*img).cursor_serial as u64);
XFree(img as _);
}
}
}
}
});
Ok(res)
}
I'm not an expert but this seems wrong.
Hahaha true 😆
But the scale is too small for now. :/
So reading all of your responses
- Tested and preinstalled hardware
- One resource to solve the issue not many
- Customizablity when needed
- Easy rollback when something breaks
- Changing people mindset that Linux isn't for desktops
Does anyone have more?
Enshititifaction.