51 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
43
views
How do I style this TemplateChild<gtk::Label>?
I want to style this TemplateChild<gtk::Label> and make it grey in color.
#[derive(Default, gtk::CompositeTemplate, glib::Properties)]
#[properties(wrapper_type = super::AccountRow)]
#[template(...
1
vote
0
answers
113
views
How to enable "Input methods" in text view gtk 4.0
I have a special input method installed on my Linux laptop, Chewing from Fcitx 5 for Chinese traditional. But when I type something inside the GtkTextView, only English alphabets appears.
I found ...
0
votes
1
answer
159
views
Flatpak how to include libusb-1.0
I'm trying to write an app using Gnome Builder to control my computer's LED lights.. However, my code requires the use of libusb-1.0. For the life of me I can't figure out how to include it in my ...
1
vote
0
answers
126
views
how remove gnome builder and all its artifacts
I installed gnome builder to try it out. Didn't like it and uninstalled it. However its artifacts remain---in particular my main system menu is now transparent. I hate it when a newly installed ...
0
votes
2
answers
70
views
error from builder, the IDE for GNOME window.ui 'resource:///plugins/xml-pack/schemas/gtk4builder.rng'
So I was creating the design for the window.ui using cambalache and the compilation failed.
The error message: 1:1 error: Can't validate the schema: 'resource:///plugins/xml-pack/schemas/gtk4builder....
0
votes
1
answer
159
views
menson/flatpak/Gnome Builder: subproject's source code location
I would like to create a specialized text editor based on the Gnome Text Editor (GTE) by replacing its GtkSourceView widget with my custom widget which I want to inherit from GtkSourceView. I ...
0
votes
0
answers
76
views
How do I launch SBCL (or arbitrary commands) using popen?
I'm prototyping a GUI in C, which will trigger functions in a backend written in Lisp. I'm sure there's a more advanced way to do this, but for testing purposes, I wish to execute Lisp commands using ...
1
vote
1
answer
1k
views
how to update meson version in flatpak builder
I'm trying to work on a gnome project (Aisleriot). It requires meson, so I installed it using
sudo apt install meson
That installed version 0.61.2. Unfortunately, the project requires version >= 0....
3
votes
1
answer
385
views
What Meson command(s) is Gnome Builder running?
Exactly what command(s) does Builder run internally when I press Run?
In the Builder (43.1 Flatpak) side pane there is this list of tasks:
To build my project I click (yes, with the mouse :/) on the ...
0
votes
0
answers
114
views
Why is the window not rendering correctly?
I'm trying to develop an application using GNOME Builder and Glade, but it will not render.
Here's the .ui code.
https:// pastebin.com/JbfqC6Mt
The window is supposed to render 3 buttons in a row.
i'm ...
2
votes
1
answer
104
views
How Change GJS App output filename with meson
i have made a graphic software with JavaScript and GJS with GNOME builder. The problem is that whenever I want to run the software, I have to enter the application ID in the terminal (e.g. org.example....
0
votes
1
answer
436
views
How to add x-scheme-handler in GTK application?
Adding MimeType=x-scheme-handler/xyz; to data/package.desktop.in isn't helping.
0
votes
2
answers
348
views
How to export GTK app for Raspberry pi os with Gnome Builder (my opereting system is ubuntu)
I want to make app for raspberry pi. I chosed gtk for gui library because it has a good looking ui and it is free. But i have 1 problem with it: i don't know how to export simple app that will work on ...
1
vote
0
answers
325
views
Error when adding matplotlib to flatpak gnome-builder project
I tried to import matplotlib module to my flatpak project by generating modules by flatpak-pip-generator but I got this error when running:
Running: pip3 install --verbose --exists-action=i --no-index ...
0
votes
1
answer
445
views
Add matplotlib and numpy to flatpak gnome-builder project
I want to add matplotlib and numpy to my gnome-builder project and follow the solution(Using Gnome Builder with Python). But when I run it outputs errors like following:
WARNING: Discarding file:///...