Simão Gomes Viana

Results 33 comments of Simão Gomes Viana

What do you expect from Microsoft, they don't really care about this. I do need this feature but looks like I need to solve it differently.... I hate working with...

>I do this on @tilktilk5's behalf, since I have the same issue: > /opt/stable-diffusion-web-ui/venv/bin/python3 -m pip install torch==2.0.1+rocm5.4.2 torchvision==0.15.2+rocm5.4.2 --index-url https://download.pytorch.org/whl/rocm5.4.2: I'm using Arch just as @dreirund and I'm seeing...

@dreirund @tilktilk5 I was able to solve the issue by going into the stable-diffusion-webui directory and running following commands: ``` source venv/bin/activate pip install lit deactivate ./webui.sh ``` In my...

I'm having the same issue. This started happening without changing anything in the config. Next boot and suddenly eww doesn't work anymore: ``` 2024-05-22T18:05:43.161Z INFO eww > Initializing Eww server....

It looks like deleting the log file solves the issue. I deleted `/home/simao/.cache/eww/eww_9d82731067d0218d.log` and after that it worked. Maybe the log file has a date in it or the modified...

Maybe eww could rename the config file when this error happens and just create a new one.

I can't install the extension but I definitively have done that: ``` simao@simao-ubuntu:~$ sudo apt-get install gir1.2-gconf-2.0 [sudo] password for simao: Reading package lists... Done Building dependency tree Reading state...

I installed the extension manually by cloning the git repo and moving the extension into the extensions folder and now I can enable it. I restarted gnome using ALT+F2 and...

Yes it shows an error message: ``` simao@simao-ubuntu:~/.local/share/gnome-shell/extensions$ dbus-send --session --print-reply --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Extensions.InstallRemoteExtension string: [email protected] dbus-send: Data item "[email protected]" is badly formed ```

Did that, got following result: ``` simao@simao-ubuntu:~/.local/share/gnome-shell/extensions$ dbus-send --session --print-reply --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Extensions.InstallRemoteExtension string:[email protected] Error org.gnome.Shell.LoadExtensionError: Error: Type name WindowButtonsPrefsWidget is already registered ```