Sarim Khan
Sarim Khan
I think the lesion here is not to enable new powertoys feature by default.
> [SSLMate/go-pkcs12#47](https://github.com/SSLMate/go-pkcs12/pull/47) has been closed in favor of [SSLMate/go-pkcs12#48](https://github.com/SSLMate/go-pkcs12/pull/48) Feature has been merged in upstream library. I opened a PR here: https://github.com/symfony-cli/cert/pull/7
@BrenoVelasco `symfony server:start` command creates `$HOME/.symfony5/certs/default.p12` file. If you delete this file and symfony will create it again next time. webpack-encore doesn't use symfony-cli, it just uses (if told to...
running in a project idx workspace. rootless docker. I had to do the following at various stages ``` chmod 777 -R fyne-cross/ # inside MY-APP-FOLDER chmod 777 MY-APP-FOLDER # inside...
It was an old problem where gtk/qt immodule was not set to ibus and ibus then runs in xim (Xserver) mode. But in recent gnomes that shouldn't be possible. @gunnarhj...
Thanks for providing the detailed error log. I'll check the issue.
This seems like the same or similar issue to #143 and #151 . I couldn't debug those as those didn't have relevant information. Seems like the issue comes from gjs's...
I've pushed a commit which might at least alleviate the issue a bit. run ``` sudo wget -O /usr/share/ibus-avro/main-gjs.js https://raw.githubusercontent.com/sarim/ibus-avro/master/main-gjs.js ``` to replace current version with the updated code. restart...
@haseebmahmud Thanks for the feedback. I'm in discussion gnome/gjs peoples and I think the issue might be in their end. I'll update this issue when the full investigation concludes.
Unfortunately I couldn't manage to find the time to investigate it further. But I'm not super confident about the previous commit. I do have another quick fix idea, and I'll...