JingMatrix

Results 157 comments of JingMatrix

As a note, I add the wiki page of its usage: [CLI usage without Gnome](/GSConnect/gnome-shell-extension-gsconnect/wiki/CLI-usage-without-Gnome-environment). It will be helpful to put some instructions described there into the meson build process.

Given what said by @pobrn , it is better not to use environment variable for detecting the 'Gnome'. I was for using `imports` to detect `Gnome`, @andyholmes changed it out...

@andyholmes Thanks for mentioning it, I totally forgot it. So I guess we may use the existence of the directory `/usr/share/cinnamon/js/ui/*` as a detector. Or, alternatively, is there a way...

I propose to use `imports.gi.Shell` as a heuristic for setting `HAVE_GNOME`. See my pull-request for details: https://github.com/GSConnect/gnome-shell-extension-gsconnect/pull/1715#issuecomment-1841296211

Please make changes using https://github.com/takayama-lily/oicq/issues/451#issuecomment-1313047633

官方的 Linux QQ 需要手机允许登陆,很失望。

I use termux to build https://github.com/carlospolop/hacktricks , which is so large that couldn't be done on mobile.

Well, I can build the book on my desktop then transfer to my Android. It works... But if a memory limit option is easy to implement, I would be very...

Hi! Do you have related development documents? I didn't find them yet. Most importantly, how do you set up a test environment locally?

Try this ```js import("https://cdn.jsdelivr.net/npm/eruda").then(_imports => eruda.init()) ``` This is because eruda defines globally an object `window.eruda`.