setup.sh : "Could not start X_WINDOWS installation tool."

Questions on Installation
Post Reply
pfon22
Posts: 1
Joined: Mon Oct 13, 2025 4:41 pm

setup.sh : "Could not start X_WINDOWS installation tool."

Post by pfon22 »

Installing TurboPrint 2.57-1 installation on LinuxMint 22 fails while running setup.h:

./setup.sh
./setup.sh: line 48 bin/turboprint: cannot execute: required file not found
Could not start X-Windows installation tool.
make sure that X-Windows is running and accessible

Linux is recently installed but seems stable. I am following instructions in text file INSTALLATION.
zedonet
Site Admin
Posts: 2313
Joined: Fri Oct 06, 2006 8:02 am

Re: setup.sh : "Could not start X_WINDOWS installation tool."

Post by zedonet »

Hello, I think that a library is missing that is required by TurboPrint, e.g. gtk2.

Installation can be done from Terminal with the command line

Code: Select all

sudo apt-get install gtk2.0
Post Reply