Adminy
Adminy
gcc (GCC) 14.2.1 20241116 when I set: `CXXFLAGS="-Wno-sign-compare -Wno-stringop-truncation"` Everything seems to be ok. strange that you don't see the warnings at least.
what about opening apps? I tried exec but that closes the apps if ags is closed.
Thanks, ```javascript const results = apps.fuzzy_query(request) execAsync(['hyprctl', 'dispatch', 'exec', results[0].executable]) ``` worked. Now I'll just have to figure out how to make a nice widget for it.
Any updates on this? Can Orange Pi 5 Plus be booted with latest kernel??
@Eveeifyeve how does your solution fix apc write perms on vscode exec?
perhaps an unrelated question, why is it dash case? its really a pain in the butt to destructure the network.wifi object because of the dash case.
I meant https://github.com/Aylur/ags/blob/8971835c8aefd9b6a90165c997a549264cb53310/src/service/network.ts#L91-L94 `access-points` and `icon-name`
having the same issue on the pi 5. It can't be the 2.4Ghz band, because its connected to the 5Ghz band: ``` phy#0 Unnamed/non-netdev interface wdev 0x2 addr type P2P-device...
new error also related t kernel 6.12 update: ``` > /build/NVIDIA-Linux-x86_64-560.35.03/kernel/nvidia-modeset/nvidia-modeset-linux.c:1139:6: warning: no previous prototype for 'nvkms_close_pm_locked' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmissing-prototypes-Wmissing-prototypes8;;] > 1139 | void nvkms_close_pm_locked(struct nvkms_per_open *popen) > | ^~~~~~~~~~~~~~~~~~~~~ > /build/NVIDIA-Linux-x86_64-560.35.03/kernel/nvidia-modeset/nvidia-modeset-linux.c:1202:5:...
When I try to add `media-controls` extra icons, it weirdly overlays them on top of the existing icons of the default layout. It'd be nice to extend the default layout...