|
Forum Index : Microcontroller and PC projects : mmedit for linux cinnamon
| Author | Message | ||||
| dddns Guru Joined: 20/09/2024 Location: GermanyPosts: 819 |
Run mmcc or mmedit in a terminal to see the error message. |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2807 |
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: AustraliaPosts: 6506 |
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 KingdomPosts: 2807 |
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 KingdomPosts: 4299 |
^^^ This John |
||||
TassyJim![]() Guru Joined: 07/08/2011 Location: AustraliaPosts: 6506 |
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 KingdomPosts: 4299 |
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 KingdomPosts: 2807 |
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 KingdomPosts: 4299 |
^^^ 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 KingdomPosts: 2807 |
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 KingdomPosts: 4299 |
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: GermanyPosts: 819 |
Maybe apt install libwebkit2gtk-4.0-37 |
||||
TassyJim![]() Guru Joined: 07/08/2011 Location: AustraliaPosts: 6506 |
You can try sudo apt-get install libwebkit2gtk-4.0 VK7JH MMedit |
||||
| stanleyella Guru Joined: 25/06/2022 Location: United KingdomPosts: 2807 |
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: AustraliaPosts: 6506 |
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 KingdomPosts: 2807 |
no errors sudo apt-get install libwebkit2gtk-4.0 This is Trixie, upgraded and updated. |
||||
| JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 4299 |
Try running from a command line again. Fingers crossed for you! John |
||||
TassyJim![]() Guru Joined: 07/08/2011 Location: AustraliaPosts: 6506 |
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: GermanyPosts: 819 |
This is Trixie, upgraded and updated. Really sure? For trixie I see libwebkit2gtk-4.1-0 |
||||
TassyJim![]() Guru Joined: 07/08/2011 Location: AustraliaPosts: 6506 |
I agree trixie should be 4.1 and I understand that 4.0 has been removed from the repository but: 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 |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2026 |