Costales

Results 70 comments of Costales

Thanks for the feedback, But I (think) can't do anything because GNOME hasn't a control player in the volume and it depends of extensions. For Ubuntu 20.04 install anoise-gui, it's...

Hi, You have to replicate the files in your system as the installers https://launchpad.net/~costales/+archive/ubuntu/anoise?field.series_filter=disco Best regards.

Hi, Yes, your line 54 looks right. I had several problems with the python directory and that is the reason on this change. Thanks for you work adapting it!! Love...

Hi, But it is already GTK :O Best regards.

Hi, I don't remember the needs of this library. I will check ot, but I will not have time soon. Thank you for the feedback! Best regards!

Hi, What is happening if you remove this line: "gi.require_version('WebKit2', '4.0')" in the file "/usr/lib64/python3.9/site-packages/gufw/gufw/view/gufw.py", line 21 Thanks in advance!

Hi, Please, try then to change: ``` gi.repository import Gtk, Gdk, WebKit2 ``` for: ``` import gi gi.require_version('WebKit2', '4.0') gi.repository import Gtk, Gdk, WebKit2 ```

Hi, I think you are not working with the last commits? I [don't find](https://github.com/costales/gufw/blob/master/gufw/gufw/view/gufw.py#L22) any `gi.repository import Gtk, Gdk, WebKit2`. Best regards.

> Only GTK, there is no need for Webkit2gtk, or python-distutils-extra? Hi, sorry, I just remembered, the webkit is necessary for the main Gufw tutorial. Best regards.

Hi, yes that tutorial in 1st screen. If someone can develop it, it is welcome! Best regards