Tapatalk

Unable to run UltraEdit v21.00 under the Ubuntu 24.04 environment (solved with UEX v2023.0)

Unable to run UltraEdit v21.00 under the Ubuntu 24.04 environment (solved with UEX v2023.0)

3
NewbieNewbie
3

PostApr 28, 2024#1

Hi,

I am unable to run UltraEdit under Ubuntu 24.04. The steps I made are downloading Gzip compressed TAR file of UltraEdit 21.00 for Linux . Then I uncompressed it, and attempted to run UE – the uex/bin/uex binary file. However, I am not getting a successful UltraEdit startup. The terminal output is:
./uex: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
Can you please help in regards to what is necessary to have UltraEdit run for a normal user?

Deb installation files do not work as well. I suspect this is related to Wayland, but I am unsure/not 100% certain, nor do I know how to go around fixing this.

I am a licensed user.

With thanks,
Mario

6,823625
Grand MasterGrand Master
6,823625

PostApr 28, 2024#2

The information provided on the web page How to Install and Uninstall libjpeg62 Package on Ubuntu 24.04 LTS (Noble Numbat) could be useful for fixing this library dependency issue.

3
NewbieNewbie
3

PostApr 28, 2024#3

Hi Mofi,

I did the installation of  libjpeg62 package, as well as libwebkit2gtk-4.0-doc , libwebkitgtk-doc .

However the run is still not possible, due to the dependencies which are missing in the new Ubuntu:

"./uex: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory"

I am not sure what is the remedy for this one. UE was a struggle even in 22.04, where I had to us Xorg instead of Wayland when logging in, in order to have it up for a normal user.

New Ubuntu does not even offer Xorg. I assume it is not only the library files that are the issue, but an underlying Wayland issue, but this is an assumption. Someone probably knows a bit more. Hence I started the discussion.

With thanks in advance.

6,823625
Grand MasterGrand Master
6,823625

PostApr 28, 2024#4

It looks like it is time that UltraEdit, Inc. publishes a new release of UEX for Linux which is compatible with the latest versions of the Linux distributions because of lots of changes regarding to pre-installed libraries. The three years old UEX for Linux seems to be too old for the currently latest Linux distributions. Linux is not like Windows where a more than three years or even more than 15 years old Windows GUI application can be very often still installed and used on latest version of Windows.

Please report your issues to UltraEdit support by email. The more UEX users do that the higher becomes the priority for an updated version of UEX for Linux.

It looks like there is an UEX beta testing period  currently active. I don't know more because of I use UltraEdit only on Windows.

3
NewbieNewbie
3

PostApr 28, 2024#5

I reported the issue to the support channel/mail just before posting this in the forum. I am a bit skeptical about their feedback though, since a very similar issue with Wayland & UEX was also reported two years ago, by myself, to the support, and there hasn't been an UEX engine fix/update for Linux since then.

There are alternatives to UEX on Linux: Geany (probably the most similar), VSCode. However, users paying for software they need for work should be patched/fixed with higher frequency, as you very well state in your observation.

UltraEdit, Inc., please have this looked into. You have developers checking this for Debian based systems.

2
NewbieNewbie
2

PostAug 23, 2024#6

I am running into similar issues. UltraEdit doesn't install on Linux Mint 22 due to outdated dependencies. It seems like Linux has been abandoned by UltraEdit, Inc.

PostAug 26, 2024#7

wieger wrote:
Aug 23, 2024
I am running into similar issues. UltraEdit doesn't install on Linux Mint 22 due to outdated dependencies. It seems like Linux has been abandoned by UltraEdit, Inc.
I've managed to solve the problems using toolbox.

sudo apt install podman-toolbox
toolbox create --distro ubuntu --release 22.04
toolbox enter ubuntu-toolbox-22.04
sudo apt install libcairo2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libjavascriptcoregtk-4.0-18 libjpeg8 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libsm6 libwebkit2gtk-4.0-37 cmark-gfm
sudo dpkg -i uex_21.00.0.0_amd64.deb

After this I can start uex in Linux Mint 22 (a derivative of Ubuntu 24.04) using the command `toolbox run -c ubuntu-toolbox-22.04 uex "$@" &`.

41
NewbieNewbie
41

PostSep 03, 2024#8

Same problem here: UEX was gone after upgrading to Linux Mint 22. A fresh installation fails with non-resolvable dependency from libglib2.0-0.
I'm a registered user since more than 20 years and yes, I also have the feeling that the Linux version of UltraEdit has been abandoned, which is a shame.

6,823625
Grand MasterGrand Master
6,823625

PostOct 18, 2024#9

There is UltraEdit Linux v2023.0 released on 2024-10-16 with DEB packages for:
  • Ubuntu 24.04 (noble)
  • Ubuntu 22.04 (jammy)
  • Debian 12 (bookworm)
An RPM package is available for:
  • RedHat EL 9
  • RedHat EL 8
GZip compressed TAR archives are available also for those five Linux distributions.

Information about the changes can be found at the UltraEdit Mac/Linux 2023.0 release post and UltraEdit for Linux latest changes.

1
NewbieNewbie
1

PostDec 31, 2024#10

Running into similar issues with UCX.  I can't find libjavascriptcoregtk-4.0-18 or its dependencies anywhere.  Anyone have some idea of how to get around this?

E: Unable to locate package libjavascriptcoregtk-4.0-18
E: Couldn't find any package by glob 'libjavascriptcoregtk-4.0-18'

Thanks,

Jay

6,823625
Grand MasterGrand Master
6,823625

PostDec 31, 2024#11

Please see: How to Install and Uninstall libjavascriptcoregtk-4.0-18 Package on Ubuntu 24.04 LTS (Noble Numbat)

Run in a terminal window:

Code: Select all

sudo apt update
sudo apt install libjavascriptcoregtk-4.0-18