263 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
54
views
How to get path to the current script in GJS?
In GJS, how to get file path to the current script? Consider this script:
// script.js
'use strict';
import GLib from 'gi://GLib';
print('hello');
Run it with
gjs -m script.js
How to get full path ...
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....
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 ...
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 ...
1
vote
1
answer
66
views
Is there a widget gallery for Shell Toolkit (ST) components? [closed]
I'd like to contribute a GNOME Shell extension but I'm struggling with documentation. I found out that I cannot use Adwaita in GNOME Shell extensions, but have to rely on St and Clutter.
While for ...
0
votes
0
answers
81
views
Gnome-extensions list command doesn’t work when called from service
It seems that gnome-extensions list works fine when called just from the terminal and lists extensions. But when it is called from service, it doesn’t.
Script (1):
#! /bin/bash
gnome-extensions list &...
1
vote
1
answer
151
views
Getting display/workspace dimensions in a GNOME Shell extension
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 ...
0
votes
1
answer
467
views
How to change border color of focused window
I am working on a gnome extension. I am trying to put border around windows.
_add_orange_border_to_window = function (win) {
if (!win) return;
let actor = win.get_compositor_private()....
0
votes
1
answer
465
views
How to find CPU usage in a specific part in a single application on linux?
Have a problem, Gnome Shell use 90% of the CPU using a Ryzen 7, 128GB of ram & 2TB of .M2 WD Black with a AMD Radeon XFX 6800 XT. When I make the report in the bug tracker they tell me that it is ...
0
votes
1
answer
935
views
How to apply gsetting timeout settings only for a specific gnome shell rather than in the entire system?
I am developing an app and running in an Ubuntu 22.04, and started from a bash shell. It always gets these "App" is not-responding pop ups.
How can I apply org.gnome.mutter check-alive-...
0
votes
1
answer
49
views
How to maintain a gnome-extension collaboratively?
The gnome-shell-extensions site supports only personal accounts for uploading. How can i do collaborative development with multiple maintainers for an extension, without sharing account credentials?
...
1
vote
1
answer
82
views
gnome-shell span_command_line_sync command is giving numerical values instead of text
when I run the command uname-r in gnome-terminal.
I get the result as 6.6.1-arch-1.
$ uname -r
6.6.1-arch1-1
$
I have created a gnome-shell-extension inside which I am calling the command below
const ...
0
votes
2
answers
182
views
How to deiconify and raise Tk window when using GNOME as desktop environment
The program below creates a window that contains a button. When the button is clicked, the window is iconified (minimized). After 3000 milliseconds, the window is supposed to deiconify and raise ...
2
votes
0
answers
212
views
gnome-shell extension crashes repeatedly with GLib-ERROR: Creating pipes for GWakeup: too many open files
After upgrading Ubuntu, my desktop icons keep popping up and disappearing in 1 second intervals rendering the desktop unusable.
through the journalctl, I see the following error repeatedly:
10月 12 22:...
0
votes
1
answer
161
views
Can I create my dashboard as a "Taskbar" or "Status Area"?
Can I create my custom panel like a "Taskbar" or "Status Area"?
When you launch ubuntu for the first time, two "panels" are immediately visible, on the left with ...