wyhaya / tauri-plugin-theme

Dynamically change Tauri App theme
61 stars 7 forks source link

Is version `0.2.0` still functional? #11

Open shubhexists opened 3 months ago

shubhexists commented 3 months ago

I was using it for tauri 1.6.5 and seems like it doesn't work at all... Moreover I am getting console messages like

MethodError(OwnedErrorName(ErrorName(Str(Owned("org.freedesktop.portal.Error.NotFound")))), 
Some("Requested setting not found"), Msg { type: Error, sender: UniqueName(Str(Borrowed(":1.80"))), 
reply-serial: 2, body: Signature("s") })
wyhaya commented 3 months ago

It (v0.2.0) works fine for me, but it hasn't been fully tested and I only have a Fedora VM. Have you tried Tauri 2.x? Does it work correctly?

shubhexists commented 3 months ago

Oh, It gives error on Ubuntu 20.04.. Sorry I forgot to mention the OS in the issue lol... Haven't tested on Tauri 2.x yet... Will let you know once I do it