Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 05:51 17 Apr 2026 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : mmedit for linux cinnamon

     Page 2 of 5    
Author Message
dddns
Guru

Joined: 20/09/2024
Location: Germany
Posts: 819
Posted: 07:53pm 26 Feb 2026
Copy link to clipboard 
Print this post

Run mmcc or mmedit in a terminal to see the error message.
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 08:54pm 26 Feb 2026
Copy link to clipboard 
Print this post

Jim,"From a command prompt run ./getrequired.sh"
did amd updated/upgraded.doesn't execute. has it been tested on rpi 4/ 400?
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 09:13pm 26 Feb 2026
Copy link to clipboard 
Print this post

Compiled and tested on RPi5 bookworm.
Test RPi5 trixie
I don't own a RPi400
You could try as dddns suggested and post the results but I am not going to try too hard with this one.
VK7JH
MMedit
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 09:32pm 26 Feb 2026
Copy link to clipboard 
Print this post

Jim, fair enough. rpi 400 not end of the world.
I'm liking linux mint and mmbasic. it's like using the win version which I liked using.
what is your favourite OS?
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4299
Posted: 08:04am 27 Feb 2026
Copy link to clipboard 
Print this post

  dddns said  Run mmcc or mmedit in a terminal to see the error message.

^^^ This

John
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 08:56am 27 Feb 2026
Copy link to clipboard 
Print this post

Stan doesn't seem interested in using the command line.
That's his choice.

I will wait until someone else want's to run MMEdit on their system.

Jim
VK7JH
MMedit
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4299
Posted: 09:53am 27 Feb 2026
Copy link to clipboard 
Print this post

Yeah :( but I figured he could just try it and report back to help others (including you).

No worries.

John
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 04:28pm 27 Feb 2026
Copy link to clipboard 
Print this post

  JohnS said  
  dddns said  Run mmcc or mmedit in a terminal to see the error message.

^^^ This

John


John, If I double click mmcc or mmedit on rpi 400 It opens a window with execute, execute in terminal, open, exit. Double click execute or execute in terminal and the window disappears and nothing happens, no error messages just the desktop.
mmedit and mmcc properties says they're executable files.
stan
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4299
Posted: 04:51pm 27 Feb 2026
Copy link to clipboard 
Print this post

  stanleyella said  
  JohnS said  
  dddns said  Run mmcc or mmedit in a terminal to see the error message.

^^^ This

John


John, If I double click mmcc or mmedit on rpi 400 It opens a window with execute, execute in terminal, open, exit. Double click execute or execute in terminal and the window disappears and nothing happens, no error messages just the desktop.
mmedit and mmcc properties says they're executable files.
stan

Yes, so don't do that.

Open a command line window. Run mmedit or mmcc by typing their name (obeying case, as Linux is case-sensitive) followed by the Enter key.

If you get something like command not found, type in the full path (of where you put them) and then the name such as
/home/stan/mmedit/mmedit5/MMEdit

If you get the path right you won't get command not found but instead hopefully a useful message.

Either way, the window will stay open so you can read any messages (or try again if you type wrongly).

If you find it easier you can change directory (folder) such as
cd  /home/stan/mmedit/mmedit5
and then just type
./MMEdit
(note the dot slash means look here to the shell)

John
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 06:20pm 27 Feb 2026
Copy link to clipboard 
Print this post

John, thanks. I got error message
error while loading shared libraries:libwebkit2gtk-4.0.so.37
cannot open shared object file no such file or directory
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4299
Posted: 07:26pm 27 Feb 2026
Copy link to clipboard 
Print this post

Brilliant!  That's what it wants.

You can go into the system's installer (or use the command line) and add it.

You can trim the name a bit, down to something like webkit2gtk
(I expect)

Jim might have suggestions, too.

It doesn't matter if you install something with a name like the above and it turns out still not right - just a bit of disk space will have gone and you could remove it again if you wanted.

A web search might well tell you the right name to use if I've guessed wrong.

John
 
dddns
Guru

Joined: 20/09/2024
Location: Germany
Posts: 819
Posted: 07:53pm 27 Feb 2026
Copy link to clipboard 
Print this post

Maybe
apt install libwebkit2gtk-4.0-37
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 08:09pm 27 Feb 2026
Copy link to clipboard 
Print this post

You can try
sudo apt-get install libwebkit2gtk-4.0
VK7JH
MMedit
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 09:00pm 27 Feb 2026
Copy link to clipboard 
Print this post

Thanks for the replies. used sudo apt-get install libwebkit2gtk-4.0 and the full name of missing file, lots of scrolling text then press y then more scrollingtext so it joaded? no error message, then rebooted and tried in terminal to launch mmedit and same error message as before.
sorry to seem a pain. can't see anything wrong installing. stan
Edited 2026-02-28 07:07 by stanleyella
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 09:09pm 27 Feb 2026
Copy link to clipboard 
Print this post

Assuming you didn't get any error messages with
sudo apt-get install libwebkit2gtk-4.0 ?

I am not sure which version of RPI OS you are running. Bookworm or Trixie?
VK7JH
MMedit
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 2807
Posted: 09:25pm 27 Feb 2026
Copy link to clipboard 
Print this post

no errors sudo apt-get install libwebkit2gtk-4.0
This is Trixie, upgraded and updated.
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4299
Posted: 09:41pm 27 Feb 2026
Copy link to clipboard 
Print this post

Try running from a command line again.

Fingers crossed for you!

John
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 09:47pm 27 Feb 2026
Copy link to clipboard 
Print this post

If you do run it again,
somewhere in the response should be:
libwebkit2gtk-4.0-37 is already the newest version (2.50.1-1~deb12u1).
VK7JH
MMedit
 
dddns
Guru

Joined: 20/09/2024
Location: Germany
Posts: 819
Posted: 09:56pm 27 Feb 2026
Copy link to clipboard 
Print this post

  stanleyella said  no errors sudo apt-get install libwebkit2gtk-4.0
This is Trixie, upgraded and updated.

Really sure? For trixie I see libwebkit2gtk-4.1-0
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6506
Posted: 12:01am 28 Feb 2026
Copy link to clipboard 
Print this post

I agree trixie should be 4.1 and I understand that 4.0 has been removed from the repository but:
  Quote  jim@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.3
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
jim@raspberrypi:~ $  sudo apt-get install libwebkit2gtk-4.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libwebkit2gtk-4.0-dev' for regex 'libwebkit2gtk-4.0'
Note, selecting 'libwebkit2gtk-4.0-doc' for regex 'libwebkit2gtk-4.0'
Note, selecting 'libwebkit2gtk-4.0-37' for regex 'libwebkit2gtk-4.0'
libwebkit2gtk-4.0-doc is already the newest version (2.50.4-1~deb13u1).
libwebkit2gtk-4.0-37 is already the newest version (2.50.1-1~deb12u1).
libwebkit2gtk-4.0-dev is already the newest version (2.50.1-1~deb12u1).
The following packages were automatically installed and are no longer required:


MMEdit needs libwebkit2gtk-4.0-37 not 4.1

Jim
VK7JH
MMedit
 
     Page 2 of 5    
Print this page
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026