Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFO] - Ubuntu 22.04 LTS compatibility required modification #3

Open
Latruffy opened this issue Mar 17, 2024 · 0 comments
Open

[INFO] - Ubuntu 22.04 LTS compatibility required modification #3

Latruffy opened this issue Mar 17, 2024 · 0 comments

Comments

@Latruffy
Copy link

Latruffy commented Mar 17, 2024

Hello,

Firstly, thanks very much for this Nautilus extension that helps me a lot today. Since I'm not a developer, it's like a gift for me.

It's not really an issue but just a feedback as far as Ubuntu 22.04 LTS embended Nautilus is concerned. Perhaps to ad in your README. Up to you to decide.

My configuration :

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy

$ gtk-launch --version
3.24.33

As you can see, Ubuntu 22.04 LTS GTK version is lower than 4.0, then I had to modify your script to make it work :

gi.require_version("Gtk", "3.0")

And I can confirm it still works.

Bonus : My poor participation for french users :

        item = Nautilus.MenuItem(
            name="SendToBluetooth::MenuItem",
            label="Envoyer par Bluetooth",
            tip="Envoyer par Bluetooth",
        )

Again thanx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant