Linux Programmer | RHCE | RHCSA

Search This Blog

Tuesday, 6 December 2016

install GtkDialog in ubuntu

Steps for installing GtkDialog in ubuntu 

1. Download tar from below link

https://drive.google.com/open?id=0BwPBGrPmbppAaHIzVWdPbU04RUE

2. install Gtk version 2.0

apt-get install gtk2.0

3. Extract tar file

tar -xf gtkdialog.tar

4. Configure Gtk Dialog

cd gtkdialog/

sudo ./configure

sudo make

sudo make install


No comments:

Post a Comment

M3 Button not working in Wayland

Mouse M3 button not working in wayland - ubuntu 26.04 1. Check your desktop Run: echo $XDG_SESSION_TYPE echo $XDG_CURRENT_DESKTOP 2. If...