Fedor Pasynkov · Stack Overflow

Score of -1

1 answer

156 views

Can't disable 'Allow inhibiting shortcuts' dialog for an AppImage app

I’m running Fedora 44 Silverblue and I’m converting a flatpak app (Amiberry) to Appimage to easily bundle it with an extension I’m working on. The app captures the mouse and keyboard when you click on ...

  • reputation score 777

Score of 0

0 answers

169 views

tmux and copying to clipboard on Ubuntu 24.04.3

I have been working on this for way too long. My setup is Ubuntu 24.04.3, running the generic gnome terminal emulator with zsh and tmux. I have been trying to copy using the standard tmux copy ...

  • reputation score 381

Score of 2

1 answer

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

  • reputation score 1748

Score of 0

0 answers

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

  • reputation score 11

Score of 1

1 answer

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

  • reputation score 74

Score of 0

0 answers

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

  • reputation score 635

Score of 1

1 answer

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

  • reputation score 131

Score of 0

1 answer

667 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()....

  • reputation score 14852

Score of 0

1 answer

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

  • reputation score 9690

Read the original on stackoverflow.com ↗