Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

In the first code example, there is a crossfade animation that happens between changes. import sys import gi # Require specifically GTK 4.0 and Adwaita 1 gi.require_version('Gtk', '4.0') gi....
person's user avatar
  • 109
0 votes
0 answers
65 views

Why when I click on any item in Qt tray menu in Gnome the cursor becomes to busy shape even if it closes the app? How to fix this? QMenu *menu = new QMenu(); QAction *closeAction = menu->addAction(&...
user12125591's user avatar
2 votes
1 answer
179 views

I'm basically trying to build my own custom undecorated JFrame where when I press the title JLabel, I show a custom matte border around the JFrame and make everything else on the JFrame transparent ...
Just a Developer's user avatar
0 votes
1 answer
141 views

I have a GTK4 Adwaita application built with GJS. I'm trying to add a PreferencesDialog that pops up over the ApplicationWindow but blocks interaction with the window, similar to a lot of other ...
devklick's user avatar
  • 2,698
0 votes
0 answers
66 views

I am using archlinux, gnome version 48.1. My smplayer can't find and apply papirus theme/style. How can I sovle it :( Some works I have tried: I have installed smplayer-themes smplayer-skins via ...
Clstilmldy's user avatar
1 vote
0 answers
1k views

I would like to create virtual display (extended to the actual display) then cast this display over wifi to another laptop (basically trying to use the display of another laptop as secondary monitor/...
Hruthik Reddy's user avatar
0 votes
2 answers
70 views

i have a problem with the dialog size. After the program-window, i open another dialogs. The dialogs has a size. This works with Windows, Linux with KDE and older Gnome (Ubuntu 22.04) but not with the ...
Thomas's user avatar
  • 109
0 votes
1 answer
131 views

My JavaFX application has stopped displaying the icon on Ubuntu 24, even though it worked perfectly on Ubuntu 22. JavaFX - 21. The icon is a 128x128 PNG and is set as follows: public class MainFX ...
Serhii Petrenko's user avatar
1 vote
0 answers
46 views

I have a modular java application that I'm trying to launch via a desktop file in ~/.local/share/applications: [Desktop Entry] Type=Application Name=Converter Path=/home/craig/ca.footeware.converter ...
CraigFoote's user avatar
0 votes
1 answer
95 views

During compilation of the latest stable release webkitgtk-2.46.3 I'm getting this error: raphy@raohy:~/Downloads/webkitgtk-2.46.3$ cmake --build builddir/ [ 92%] Built target ...
Raphael10's user avatar
  • 3,246
8 votes
3 answers
10k views

I use Fedora Nobara. I made an update to Nobara 40. Before that anaconda navigator was working perfectly and now it gives me this error > conda activate TheWorld > anaconda-navigator ...
Varun's user avatar
  • 122
0 votes
1 answer
153 views

I realized that Gtk does not have related API, I need to use Pointer constraints protocol according to Locking mouse cursor to specific window But I don't know how to use this protocol in my Gtk code. ...
Rikka's user avatar
  • 1
1 vote
1 answer
140 views

I'm on Ubuntu 22.04 LTS using GNOME Shell 42.9. I've writen an extension that will position and resize a window based on its title, but I want to position the window in the horizontal center of the ...
b0bh00d's user avatar
  • 131
0 votes
1 answer
58 views

I want to filter when choose a file with showOpenDialog on Electron. I would like to make user able to choose Markdown (md) only. But it is not respected. So now User can select a file of all type. ...
KiYugadgeter's user avatar
  • 4,142
1 vote
1 answer
131 views

In order to write to a file from the gnome extension, I use replace_contents_bytes_async, as in the example here https://gjs.guide/guides/gio/file-operations.html extension.js: import { Extension } ...
ibse's user avatar
  • 625
1 vote
0 answers
289 views

There is a Linux application that collects activities in the current GUI session: once every time it takes a screenshot of the screen and writes down the name (title) of the window that is in focus ...
ibse's user avatar
  • 625
1 vote
0 answers
190 views

I have an issue with running the `Insightfull.io` Workpuls app on my Fedora 40. I've installed it as an executable file so all I did : ./Workpuls.AppImage The application launched successfully but I ...
Mo R's user avatar
  • 13
1 vote
1 answer
82 views

I am trying to use aosd_cat to visually label each accessibility element on the linux desktop. I can spawn this command synchronously no issue, but cannot find a way to spawn this command in many ...
Coder748's user avatar
1 vote
1 answer
458 views

I try to create a simple derivable type but i seem to miss something. When i try to call the virtual method, "MY_ITEM_CLASS(result)" throws the critical error. Compile with gcc `pkg-config ...
Lothar's user avatar
  • 13.2k
0 votes
0 answers
280 views

As KDE Plasma Linux Desktop Environment is built on Qt and therefore Qt baked into the system. Are there any extra overheads and extra complexities by running a Qt application on Gnome with Qt ...
Steven Granville's user avatar
0 votes
1 answer
887 views

I want to import Xdp in the Gnome Builder python template called "GTK4 Application". Adding this: gi.require_version("Xdp", "1.0") from gi.repository import Xdp results ...
Coleab's user avatar
  • 1
0 votes
1 answer
167 views

I want to control chromium file chooser dialog without any human intervention on Linux. I am trying to achieve it with at-spi2 and python. (at-spi2 python binding that made by gobject-intropection) I ...
KiYugadgeter's user avatar
  • 4,142
1 vote
1 answer
180 views

It seems that actions and signals are very similar. Is there any difference between them? Actions are higher level than signals? For example, I want to press a button to do something, I can use action:...
chika's user avatar
  • 13
0 votes
2 answers
1k views

I am writing a custom widget which will be displayed within an AppWindow (AdwApplicationWindow) using AdwOverlaySplitView for the utility pane. However, when I placed my custom widget which contains a ...
anon's user avatar
  • 17
3 votes
0 answers
2k views

I compiled and launched simplest GTK4 demo from official GTK documentation using libgtk-4-dev with #include <gtk/gtk.h> Somehow, it's considered by my GNOME environment as "legacy" and ...
user avatar

1
2 3 4 5
29