P
P
programmer00112019-07-02 17:03:53
linux
programmer0011, 2019-07-02 17:03:53

Can applications for a newer version of Ubuntu fail to run on an older version due to the X server?

Game for Ubuntu 16.04 does not run on Ubuntu 14.04, dependencies are satisfied with ld_library_path, gives a message about the X server.
Is it possible to run another X server specially compatible for this game?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
pfg21, 2019-07-02
@pfg21

we can generally assemble a container or a virtual machine and shove it inside with the necessary environment.

R
rPman, 2019-07-02
@rPman

Theoretically, programs should not be so hard bound to the xserver version, and in a normal situation, you can safely connect via ssh -X from another machine (at least on windows or even android if you have the appropriate server there), so I would advise you to check this is by running livecd in a virtual machine and connecting to your machine through it, and if it doesn’t work either, then yes, the reason is xserver.
ps just between these versions of the canonical were played with different implementations of xserver - for example, wayland.

C
CityCat4, 2019-07-02
@CityCat4

Theoretically, programs should not be so hard bound to the xserver version

But they can. "Wrong" lib version, "wrong" API, "Wrong" binary, etc.
#Swim know

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question