MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    GTK error

    Scheduled Pinned Locked Moved Bug Hunt
    3 Posts 2 Posters 245 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      peem
      last edited by

      I’m using Arch Linux (Gnome desktop)
      MagicMirror is the latest version and is up to date.
      I ran npm start (without issues before this), and this is what I’m seeing.
      I only use two modules, so I removed MagicMirror and reinstalled, same problem appears.

      Gtk-ERROR **: 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported.
      /MagicMirror/node_modules/electron/dist/electron exited with signal SIGTRAP.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @peem
        last edited by

        @peem change the package.json

        "start:x11": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --gtk-version=3 js/electron.js"
        

        this is fixed in the next electron version

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Reply Quote 1
        • P Offline
          peem @sdetweil
          last edited by

          @sdetweil Well that sorted it. Thank you so much.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy