Menu
JAQForum Ver 19.10.27

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

   Page 2 of 4    
Posted: 07:53pm
26 Feb 2026
Copy link to clipboard
dddns
Guru

Run mmcc or mmedit in a terminal to see the error message.
 
Posted: 08:54pm
26 Feb 2026
Copy link to clipboard
stanleyella
Guru


Jim,"From a command prompt run ./getrequired.sh"
did amd updated/upgraded.doesn't execute. has it been tested on rpi 4/ 400?
 
Posted: 09:13pm
26 Feb 2026
Copy link to clipboard
TassyJim
Guru


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.
 
Posted: 09:32pm
26 Feb 2026
Copy link to clipboard
stanleyella
Guru


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?
 
Posted: 08:04am
27 Feb 2026
Copy link to clipboard
JohnS
Guru

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

^^^ This

John
 
Posted: 08:56am
27 Feb 2026
Copy link to clipboard
TassyJim
Guru


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
 
Posted: 09:53am
27 Feb 2026
Copy link to clipboard
JohnS
Guru

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

No worries.

John
 
Posted: 04:28pm
27 Feb 2026
Copy link to clipboard
stanleyella
Guru


  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
 
Posted: 04:51pm
27 Feb 2026
Copy link to clipboard
JohnS
Guru

  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
 
Posted: 06:20pm
27 Feb 2026
Copy link to clipboard
stanleyella
Guru


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
 
Posted: 07:26pm
27 Feb 2026
Copy link to clipboard
JohnS
Guru

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
 
Posted: 07:53pm
27 Feb 2026
Copy link to clipboard
dddns
Guru

Maybe
apt install libwebkit2gtk-4.0-37
 
Posted: 08:09pm
27 Feb 2026
Copy link to clipboard
TassyJim
Guru


You can try
sudo apt-get install libwebkit2gtk-4.0
 
Posted: 09:00pm
27 Feb 2026
Copy link to clipboard
stanleyella
Guru


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
 
Posted: 09:09pm
27 Feb 2026
Copy link to clipboard
TassyJim
Guru


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?
 
Posted: 09:25pm
27 Feb 2026
Copy link to clipboard
stanleyella
Guru


no errors sudo apt-get install libwebkit2gtk-4.0
This is Trixie, upgraded and updated.
 
Posted: 09:41pm
27 Feb 2026
Copy link to clipboard
JohnS
Guru

Try running from a command line again.

Fingers crossed for you!

John
 
Posted: 09:47pm
27 Feb 2026
Copy link to clipboard
TassyJim
Guru


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).
 
Posted: 09:56pm
27 Feb 2026
Copy link to clipboard
dddns
Guru

  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
 
Posted: 12:01am
28 Feb 2026
Copy link to clipboard
TassyJim
Guru


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
 
   Page 2 of 4    
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026