Thicket data repository for the EEG
at main 1.7 kB view raw
1{ 2 "id": "https://mort.io/blog/electron-cli/", 3 "title": "Debugging Electron apps", 4 "link": "https://mort.io/blog/electron-cli/", 5 "updated": "2024-08-14T00:00:00", 6 "published": "2024-08-14T00:00:00", 7 "summary": "<p>Another short one, this time the magic flags to get debug output and access to\nwebdev tools under Electron apps such as Slack and whatnot on Wayland:</p>\n<pre><code><span><span><span>APPLICATION</span></span><span><span><span> --</span>enable-logging</span><span><span> --</span>devtools</span> <span>\\\n</span></span></span><span><span><span><span> --</span>platform</span><span>=</span>wayland<span><span> --</span>enable-features</span><span>=</span>UseOzonePlatform<span><span> --</span>password-store</span><span>=</span><span><span>&quot;</span>gnome_libsecret<span>&quot;</span></span></span>\n</span></code></pre>", 8 "content": "<p>Another short one, this time the magic flags to get debug output and access to\nwebdev tools under Electron apps such as Slack and whatnot on Wayland:</p>\n<pre><code><span><span><span>APPLICATION</span></span><span><span><span> --</span>enable-logging</span><span><span> --</span>devtools</span> <span>\\\n</span></span></span><span><span><span><span> --</span>platform</span><span>=</span>wayland<span><span> --</span>enable-features</span><span>=</span>UseOzonePlatform<span><span> --</span>password-store</span><span>=</span><span><span>&quot;</span>gnome_libsecret<span>&quot;</span></span></span>\n</span></code></pre>", 9 "content_type": "html", 10 "author": { 11 "name": "Unknown", 12 "email": null, 13 "uri": null 14 }, 15 "categories": [], 16 "source": "https://mort.io/atom.xml" 17}