Hello, in this article we will discuss how to create our own Linux theme, how to write a GTK theme. What is GTK3 theme? GTK theme defines the interface views of applications running on Linux systems. For example, the height of a button, border thickness, background color, what color it will turn into when clicked, and other things. Let's have a theme named GTK3 theme hierarchy THEME. This theme is the […]
In this article, we will make a simple GTK3 application for Pardus that can run applications on the system and read their output. Let's take our simple template program that we created in the first lesson and move on. Let's develop our GTK3 interface with Glade. Let's add a GtkLabel to the 3rd element of our main GtkBox in our interface from the first lesson. Let's change the name of the GtkLabel we added to lbl_output. We will print the outputs of the programs we will run on this label. Let's write “Who am I” on the middle button: We need the Hello World tag […]
In this article, we will try to explain how we can develop applications for Pardus.