Git Product home page Git Product logo

Comments (4)

didierm avatar didierm commented on July 4, 2024 1

F32, python3 (quick & dirty) :

  • connmgr.py :
32c32
< from StringIO import StringIO
---
> from io import StringIO
705c705
<                 if profileName.decode('utf-8') == row[3]:
---
>                 if profileName == row[3]:
  • extension.js :
142,146c142
<             try {
<                 Util.trySpawnCommandLine('python2 ' + this._prefFile);
<             } catch (e) {
<                 Util.trySpawnCommandLine('python ' + this._prefFile);
<             }
---
>             Util.trySpawnCommandLine('python ' + this._prefFile);

from connectionmanager2.

pieska avatar pieska commented on July 4, 2024

by commenting this line out th eextension loads but the settings do not open and the icons look strange

function init(extensionMeta) {
    extensionPath = extensionMeta.path;

    let theme = imports.gi.Gtk.IconTheme.get_default();
//    theme.append_search_path(extensionPath);

}

from connectionmanager2.

pieska avatar pieska commented on July 4, 2024

the settings manager does not start because of

gnome-shell[2992]: File "/usr/share/gnome-shell/extensions/[email protected]/connmgr.py", line 21, in
gnome-shell[2992]: import gi
gnome-shell[2992]: ImportError: No module named gi

there's no pygobject3, https://bugzilla.redhat.com/show_bug.cgi?id=1787247

from connectionmanager2.

lx183 avatar lx183 commented on July 4, 2024

This helped for my setup with rhel8.2. Just make sure to configure:

alternatives --set python /usr/bin/python3

or use "python3" instead of "python"

from connectionmanager2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.