sphaerophoria

Results 25 comments of sphaerophoria

Interesting! I'm just running a fairly default fedora 25 installation (Gnome 3). Not quite sure what else is releavant. xdg-open version 1.1.1+, zeal 0.3.1. I can look a little farther...

I think I've tracked it down. Created a quick .desktop file to print out what it's receiving from xdg-open ``` └> xdg-open "dash-plugin:query=shared_ptr&keys=cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages" dash-plugin:///query=shared_ptr&keys=cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages └> xdg-open "dash-plugin://query=shared_ptr&keys=cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages" dash-plugin://query=shared_ptr&keys=cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages/ ``` Looks...

Looks like it's a problem with gio. xdg-open has a bunch of logic to decide who he asks to open his uri for him. If I put a dummy gio...

I think that's reasonable. A bug filed with gio is probably reasonable as well since it's the one actually mangling the URIs. I can hold local modifications of my package...

I'm unsure if this is by design or a mistake. It looks like the problem is that in the textedit we call ui.scroll_to_rect() [when the text changes](https://github.com/emilk/egui/blob/888cd9c3eb09b44995369aebe0034c5be01f1917/egui/src/widgets/text_edit/builder.rs#L594). This sets the...

> As for testing, I don't really see how additionally testing ToxCall and Dispatcher is better than just mocking CoreAV. My thoughts were that we could now test the logic...

Just to put in my 2c... I don't think it's worth doing anything with Qt6 for the time being. After a bit of googling it looks like kde isn't jumping...

Okay I've started taking a look at this. There was a PR at https://github.com/qTox/qTox/pull/4674 that never got merged. Unfortunately it looks like a potential good contributor was scared off by...

Thanks @nurupo! If you're offering to help out with the build script stuff I'll gladly accept :P. I was planning on handling the windows build last so if you handle...