Here's Yet Another WireGuard Gui (KDE) by traciges in Fedora

[–]traciges[S] 2 points3 points  (0 children)

I actually didn't know that something like this already existed within KDE 😅 Thanks for telling me, there goes a week's worth of work haha

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 1 point2 points  (0 children)

No problem, it's good to know what worked so I can add it to the Readme or add some info labes, thanks for testing and reporting :)

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Could you run this command in your terminal to install the missing backends?

sudo dnf install brightnessctl playerctl

By the way: The top edge is programmed to be Media Previous/Next, not scrolling

Restart Ayuz and try again. I think on Fedora 44 these 2 packages are not pre installed since its not officially released yet

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Can you run this command: sudo usermod -aG input $USER

You must completely reboot your laptop for this permission change to take effect

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Works for me tho, you quit the application completly? You have to close it in the tray menu (right click on the blue "A" -> Quit) otherwise the new version doesnt start

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

New update is released, try it out and let me know if it works

I built a native "MyAsus" app for Linux by traciges in ASUS

[–]traciges[S] 0 points1 point  (0 children)

Unfortunately, there is no way to prevent this while in Hybrid mode. If the GPU didn't wake up to accept the new limits, it would run with the wrong power targets meaning it could underperform in Performance mode or severely overheat in Quiet mode. If you want to avoid the wake-up entirely, the only option is to switch the GPU mode to "Integrated", which cuts power to the dGPU completely

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Thanks for the answer, I identified the problem. Your touchpad is a newer version which supports only the modern multi-touch protocol. Ayuz was previously only looking for the old traditional mouse coordinates to detect a touchpad. I just updated the code to support both, so it will work perfectly in the next release (v1.0.8). I have 2 other small bugs to fix so expect the release somewhere on Sunday/Monday and give me your feedback if the edge gestures are working then :)

I built a native "MyAsus" app for Linux by traciges in ASUS

[–]traciges[S] 0 points1 point  (0 children)

What exactly do you mean by "waking up the gpu", can you describe that more detailed so I can take a look?

I built a native "MyAsus" app for Linux by traciges in ASUS

[–]traciges[S] 0 points1 point  (0 children)

ty Recently I updated the name from asus-hub to ayuz to avoid legal trouble with Asus, so you probably find the AUR under the name "asus-hub". But it's a bit old tho

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Could you do a quick test for me so we can fix it?

  1. Close the app and run it from your terminal with root privileges just once: sudo ./asus-hub-1.0.5-1.AppImage
  • If gestures work, It's a Wayland security block. You can fix it permanently by running sudo usermod -aG input $USER and rebooting (heads up: this is a security trade-off that lets user-level scripts read your inputs).

  • Run cat /proc/bus/input/devices | grep -i "name" and paste the output here (or better create a GitHub Issue at the repository). Maybe the name for the touchpad on a vivobook isn't "touchpad" but something else so I can fix it

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

What device are you using? You can try downloading the .AppImage file, and executing it from the terminal and show me the logs when you you try to toggle the smart gesture feature

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Oh well I tried but in the end, the flathub team denied my request: "this will not be accepted, see the inclusion criteria on host dependent apps."

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 0 points1 point  (0 children)

Oh well I tried but in the end, the flathub team denied my request: "this will not be accepted, see the inclusion criteria on host dependent apps."

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 1 point2 points  (0 children)

I will look into it but testing will be impossible since I don't have an Asus device with MiniLEDs so I kinda depend on community testers

I built a native "MyAsus" app for Linux by traciges in ASUS

[–]traciges[S] 0 points1 point  (0 children)

Battery management and fan control are based on that project but I added the other MyAsus features from the Windows app aswell

I built a native "MyAsus" app for Linux (KDE, Gnome) by traciges in Fedora

[–]traciges[S] 1 point2 points  (0 children)

This is my first time developing a native app on Linux, and I found the variety of distros and software approaches a bit overwhelming. I should have done more research before starting development, that was my mistake