Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: MKVToolNix GUI Broken.

  1. #1
    Join Date
    Feb 2016
    Beans
    66

    Exclamation MKVToolNix GUI Broken.

    I'm using MKVToolNix GUI v64.0.0 ('Too Much') 64-bit on Ubuntu MATE 22.04 amd64 desktop, and the GUI is broken. I mean, it's just not working right. I'll include a picture. I don't know if I have it use it as command line or what, but this is weird. I've tried reinstalling it, and it still is like this.
    Attached Images Attached Images

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: MKVToolNix GUI Broken.

    xorg or Wayland?

  3. #3
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: MKVToolNix GUI Broken.

    Even on a Xwayland session it should work.
    Code:
    apt policy mkvtoolnix mkvtoolnix-gui
    mkvtoolnix:
      Installed: 67.0.0-0~ubuntu2204bunkus01
      Candidate: 67.0.0-0~ubuntu2204bunkus01
      Version table:
     *** 67.0.0-0~ubuntu2204bunkus01 500
            500 https://mkvtoolnix.download/ubuntu jammy/main amd64 Packages
            100 /var/lib/dpkg/status
         65.0.0-1 500
            500 http://ca.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
    mkvtoolnix-gui:
      Installed: 67.0.0-0~ubuntu2204bunkus01
      Candidate: 67.0.0-0~ubuntu2204bunkus01
      Version table:
     *** 67.0.0-0~ubuntu2204bunkus01 500
            500 https://mkvtoolnix.download/ubuntu jammy/main amd64 Packages
            100 /var/lib/dpkg/status
         65.0.0-1 500
            500 http://ca.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
    How was it installed, did you follow a link perhaps?
    Any way if you would like or have any interest I'll post mine:
    I start by importing his key:
    Code:
    sudo wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg
    Then I'll add the source to "/etc/apt/sources.list.d":
    Code:
    sudoedit /etc/apt/sources.list.d/mkvtoolnix.download.list
    and add the pools like: CODE is fixed now. see post #4
    Code:
    deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
    deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
    And then update package manager.
    Code:
    sudo apt update
    it should now show a upgrade to " mkvtoolnix mkvtoolnix-gui"
    Strictly your choice here, my suggestion is all.
    Attached Images Attached Images
    Last edited by #&thj^%; May 16th, 2022 at 10:27 PM.

  4. #4
    Join Date
    Feb 2016
    Beans
    66

    Re: MKVToolNix GUI Broken.

    I tried
    Code:
    sudoedit /etc/apt/sources.list.d/mkvtoolnix.download.list
    and put this in the file
    Code:
    deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https:/>
    deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] htt>
    and it broke apt. I had to delete the code to truncate the file to 0 bytes to get apt to load the repositories again. I don't know if I did something wrong, or if you gave me bad code. Ubuntu MATE uses xorg. Only xorg is installed. As far as I can tell, MKVToolNix is installed correctly. It is installed from the Ubuntu repository.

  5. #5
    Join Date
    Feb 2016
    Beans
    66

    Re: MKVToolNix GUI Broken.

    Code:
    apt policy mkvtoolnix mkvtoolnix-gui
    mkvtoolnix:
      Installed: 65.0.0-1
      Candidate: 65.0.0-1
      Version table:
     *** 65.0.0-1 500
            500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
            100 /var/lib/dpkg/status
    mkvtoolnix-gui:
      Installed: 65.0.0-1
      Candidate: 65.0.0-1
      Version table:
     *** 65.0.0-1 500
            500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
            100 /var/lib/dpkg/status

  6. #6
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: MKVToolNix GUI Broken.

    Yep something went astray, but forward to now, add them with nano this time.
    Code:
    sudo nano /etc/apt/sources.list.d/mkvtoolnix.download.list
    Add this, and I will check the correct syntax after I post this: EDIT all code looks as it should.
    Code:
    deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
    deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main
    save the file and close.
    then show me the return of:
    Code:
    cat /etc/apt/sources.list.d/mkvtoolnix.download.list
    then update and upgrade.
    BTW if your worried about the source, it comes straight from the Developers of " MKVToolNix": https://mkvtoolnix.download/downloads.html#ubuntu
    Last edited by #&thj^%; May 17th, 2022 at 03:53 PM. Reason: add to

  7. #7
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: MKVToolNix GUI Broken.

    I just love the reply's when someone asks for help, then offered and no reply. Sad just sad.

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: MKVToolNix GUI Broken.

    Quote Originally Posted by 1fallen View Post
    I just love the reply's when someone asks for help, then offered and no reply. Sad just sad.
    That's why I try to drop subscriptions to forum threads after about a week. I'd love to have a setting to automatically drop subscripts that haven't been touched in 30 days. Inactivity tells me it isn't THAT important. Too many nights of sleep between the question is bad for resolutions.

    Out.

  9. #9
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: MKVToolNix GUI Broken.

    Quote Originally Posted by TheFu View Post
    That's why I try to drop subscriptions to forum threads after about a week.
    Great Idea! and Done.

  10. #10
    Join Date
    Feb 2016
    Beans
    66

    Re: MKVToolNix GUI Broken.

    The output is:
    Code:
    deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy maindeb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •