I customized Ubuntu to disable scroll bars inside the GTK theme and customized the screen as per my liking but this caused an issue when running wireshark. Wireshark started crashing giving the segmentation fault. This issue can be easily resolved by setting the following environment variable
export LIBOVERLAY_SCROLLBAR=0
Wireshark Crashes in Ubuntu 14.04
Worked perfect, thanks for the information.