Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
1 answer
54 views

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

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

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

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

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

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

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

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

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

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

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

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

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 ...
Flux's user avatar
  • 11.2k
2 votes
0 answers
212 views

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 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 ...

15 30 50 per page
1
2 3 4 5
...
18

AltStyle によって変換されたページ (->オリジナル) /