1,426 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
1
answer
62
views
How do I access the ATSPI dbus service [closed]
How do I view the whole object tree for atspi. All docs I have read say the name for atspi's dbus service is org.a11y.atspi.Registry but I dont get that when I list both the system and session ...
0
votes
0
answers
43
views
How does the GJS documentation pipeline work with DevDocs?
I’ve noticed that GJS documentation uses DevDocs.
I’m trying to understand the documentation pipeline for GJS:
Does it read comments from the source code and generate documentation automatically?
Do ...
0
votes
0
answers
148
views
Why is VS Code using a custom $PATH and how to configure it?
When I run VS Code from Ubuntu graphical interface, and do echo $PATH, I see something like
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:...
0
votes
0
answers
71
views
Qt tray icon in Gnome
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(&...
0
votes
0
answers
38
views
Freeze after logging in on specific user gnome 48.0 on fedora
After logging in system freezes (nothing works, only reboot helps).
In dmesg I found that:
[ 6761.970234] gnome-shell[8652]: segfault at 0 ip 00007fa0b4e93e24 sp 00007ffdfeb10a90 error 4 in libgio-2.0....
2
votes
1
answer
184
views
Undecorated JFrame freezes when setting background to transparent at runtime in java swing, gnome desktop
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 ...
2
votes
3
answers
343
views
Wake up Gnome/GDM from lockscreen via touchscreen
I want to unlock/wakeup/..., a kiosk system from power-saving/locked-state when the touchscreen is pressed. The touchscreen is the only input device on this machine. (For testing purposes I attached ...
0
votes
1
answer
169
views
Adwaitia preferences dialog that pops over the application window, rather than poping up within it
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 ...
0
votes
1
answer
52
views
Gedit plugin not showing custom context menu items with Python
I'm developing a Gedit plugin in Python using Gtk. The plugin is supposed to add "🔮 Generate" and "📝 Summarize" items to the right-click context menu in the editor. However, the ...
0
votes
0
answers
78
views
SMPlayer can't find and apply papirus theme/style
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 ...
0
votes
1
answer
85
views
Gio.Settings behaviour changing with environment
I have a CMake project where I want to execute a Python script as part of the install target to automatically set a global keyboard shortcut for the target that gets installed.
The script itself works ...
1
vote
0
answers
1k
views
mutter unable to create virtual display in gnome wayland
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/...
0
votes
0
answers
218
views
Ghostty Python Script for Nautilus Doesn't seem to be working
So, I'm using EndeavourOS with a GNOME DE. I have downloaded ghostty as a terminal emulator (I was curious). I tried to set ghostty up as my default terminal (unsuccessfully).
During this time, i ...
0
votes
2
answers
70
views
JavaFX, dialog size in actual gnome
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 ...
1
vote
0
answers
61
views
how to show, maximize and focus a window that is minimized to notification area in Gnome/x11/ubuntu24.04
I have this code to find a window by title,and bring it to focus:
winid=$(wmctrl -l | grep 1ドル | cut -f1 -d' ')
xdotool windowactivate $winid
it works for windows that are hidden by others etc. But if ...