Brian T.
Brian T.
Hi, I just ran into this issue when I upgraded my Rustdesk from 1.1.8 (which worked fine but had secure error) to 1.1.9 and I can no longer type into...
I can try to take a look if you can point me in the right direction (I noticed there is a lot of changes between 1.1.8 and 1.1.9). what areas/modules...
I am digging into, but I just seen this: [2022-06-24T16:22:18Z INFO librustdesk::ui::remote] keyboard hooked [2022-06-24T16:22:22Z INFO enigo::linux] pynput service: ./pynput_service.py [2022-06-24T16:22:22Z WARN enigo::linux] Failed to connect to /tmp/RustDesk/pynput_service: Connection refused...
not much more to what I have so far (just started really), only other applicable line is srv var: ``` var srv = bus.getService('org.freedesktop.Notifications'); srv.getInterface('/org/freedesktop/Notifications', 'org.freedesktop.DBus.Properties', function(err, obj) { obj.addListener('NameAcquired',...
``` type='signal',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameAcquired' type='signal',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='message' type='signal',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='PropertiesChanged' ``` looks like not full path to org.freedesktop.DBus.Properties, but if I try to use those obj interface returns null
After a quick look I do not think those functions are very efficient/as intended, and I actually don't use them in production. I suspect they could be optimized, but I...
I am unfortunately not too familiar with webpack, any suggestions are welcome. I took a quick look around and it may only require a config for webpack to resolve files,...
looks like that should not be a problem, but I need to test to be sure
After some testing I just realized webpack would not work since this module relies on reading files with read streams, and browsers can not use the fs module. I can...
ah, ok, I seen that but was not familiar with it. I will push the changes shortly and you can test, if all is good I can bump version in...