91861 / wayst

A simple terminal emulator
MIT License
293 stars 9 forks source link

Crashing in Gnome 46 on Ubuntu 24.04 LTS #113

Closed anishcorratech closed 3 months ago

anishcorratech commented 3 months ago

Environment;

Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble

CORRA\corra-151@corra-151:~/office/projects/usgold/git/magento-frontend$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04 LTS"
PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo

I cloned the master branch and install below missing dependencies

sudo apt install libfontconfig1-dev
sudo apt install libutf8proc-dev
sudo apt install libmesa-dev
sudo apt install mesa-common-dev
sudo apt install libxkbcommon-dev
sudo apt install libwayland-dev
sudo apt install libegl1-mesa-dev
sudo apt install libxrandr-dev

Then I was able to build the wayst binary.

When I try to launch the wayst terminal application, it launches properly.

once I am done with using wayst terminal , If I type exit or try to close the wayst terminal using the x button on window layout. My Ubuntu Gnome crashes.

Then I have to login once again. All my open windows would have been closed.

Can you please check this.

Thanks Anish