Can't run KomodoEdit 9.3.2

Hi,
this is my issue:
[https://github.com/Komodo/KomodoEdit/issues/1011]

Now I’ve also tried to reinstall in my home directory:

 ./install.sh

install: warning: It appears that either your system does not have gtk-2.0 installed, or your system's version of gtk-2.0 is not up to date.
Komodo requires version 2.24 or greater. Please update gtk-2.0. While Komodo will still install correctly, it may not run.
This diagnostic is not fool-proof. If you are sure the package is installed and up to date, you may safely ignore this warning.
Proceed? [y/N] y
Enter directory in which to install Komodo. Leave blank and
press 'Enter' to use the default [~/Komodo-Edit-9].
Install directory: 

install: warning: It appears that either your system does not have gtk-2.0 installed, or your system's version of gtk-2.0 is not up to date.
Komodo requires version 2.24 or greater. Please update gtk-2.0. While Komodo will still install correctly, it may not run.
This diagnostic is not fool-proof. If you are sure the package is installed and up to date, you may safely ignore this warning.

==============================================================================
Komodo Edit 9 has been successfully installed to:
    /home/torpedo/Komodo-Edit-9
    
You might want to add 'komodo' to your PATH by adding the 
install dir to you PATH. Bash users can add the following
to their ~/.bashrc file:

    export PATH="/home/torpedo/Komodo-Edit-9/bin:$PATH"

Or you could create a symbolic link to 'komodo', e.g.:

    ln -s "/home/torpedo/Komodo-Edit-9/bin/komodo" /usr/local/bin/komodo

But I cannot run it yet.
Note also that I already have libgtk-3-dev.
Thank you.

Can you give me the output of ls -la $HOME | grep .komodo command?

Komodo requires GTK2 (libgtk2.0-0)

Can you give me the output of ls -la $HOME | grep .komodo command?

drwxrwxr-x  5 torpedo torpedo  4096 gen 17 11:58 .komodoedit

Yes, I have also libgtk2.0

dpkg -s libgtk2.0-dev

This is the output:

Package: libgtk2.0-dev
Status: install ok installed
Priority: optional
Section: libdevel
Installed-Size: 19436
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Source: gtk+2.0
Version: 2.24.23-0ubuntu1.3
Replaces: gir-repository-dev
Depends: libgtk2.0-0 (= 2.24.23-0ubuntu1.3), gir1.2-gtk-2.0 (= 2.24.23-0ubuntu1.3), libgtk2.0-common, libglib2.0-dev (>= 2.27.3), libgdk-pixbuf2.0-dev (>= 2.21.0), libpango1.0-dev (>= 1.20), libatk1.0-dev (>= 1.29.2), libcairo2-dev (>= 1.6.4-6.1), libx11-dev (>= 2:1.0.0-6), libxext-dev (>= 1:1.0.1-2), libxinerama-dev (>= 1:1.0.1-4.1), libxi-dev (>= 1:1.0.1-4), libxrandr-dev (>= 2:1.2.99), libxcursor-dev, libxfixes-dev (>= 1:3.0.0-3), libxcomposite-dev (>= 1:0.2.0-3), libxdamage-dev (>= 1:1.0.1-3), pkg-config (>= 0.26-1), libxml2-utils
Recommends: python (>= 2.4), debhelper
Suggests: libgtk2.0-doc
Description: development files for the GTK+ library
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the header files and static libraries which are
 needed for developing GTK+ applications.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Run Komodo with verbose mode and paste the output here :slight_smile:
$HOME/Komodo-Edit-9/bin/komodo -v 2>&1

I think I’ve found the cause.
In ~/.komodoedit there are three folders:
9.1
9.2
9.3
and the group of 9.3 is root with only read permission. Changing in me and the relative permissions it seems to work as before.

In fact, this is your output:

Run Komodo with verbose mode and paste the output here :slight_smile:
$HOME/Komodo-Edit-9/bin/komodo -v 2>&1

komodo: debug: Komodo information:
komodo: debug:   Version: Komodo Edit 9.3.2 (Build 16460) linux-x86_64
komodo: debug:   OS type: Linux release 3.13.0-74-generic on x86_64 (#118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015)
komodo: debug: Komodo startup options:
komodo: debug:     nFiles: 0
komodo: debug: mutex name: '/home/torpedo/.komodoedit/9.3/mutex.lock'
komodo: error: unexpected error creating '/home/torpedo/.komodoedit/9.3/mutex.lock': [errno 13] Permission denied

Many thanks

That’s why you should not run Komodo with sudo :smiley: