Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

gtk

What should I choose: GTK+ or Qt? [closed]

January 5, 2023 by Tarik

As you seem to primarily target Linux, then the choice mostly depends on the programming language you want to use. If you code in C, then obviously go for GTK+ If you code in C++, go for Qt, otherwise you will need Gtkmm (a C++ wrapper over GTK+) If you code in Python, both GTK+ … Read more

Categories linux Tags gtk, linux, qt Leave a comment

GLib compile error (ffi.h), but libffi is installed

December 22, 2022 by Tarik

If you have a Debian-based Linux OS with apt-get: sudo apt-get install libffi-dev With a Redhat-base OS: yum install libffi-devel With Alpine Linux: apk add libffi-dev

Categories gtk Tags glib, gtk Leave a comment

How to show a GUI message box from a bash script in linux?

October 24, 2022 by Tarik

In many Linux distros the notify-send command will throw one of those nice perishable notifications in the top right corner. Like so: notify-send “My name is bash and I rock da house” B.e.a.utiful!

Categories linux Tags bash, gtk, linux, scripting, ubuntu Leave a comment
Newer posts
← Previous Page1 Page2 Page3

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa