Questions tagged [gnome-shell]

GNOME Shell is the core user interface of the GNOME desktop environment starting with version 3.

263 questions
0
votes
1 answer

How do I add these directories to my PATH? Whenever I reboot I have to manually add them again

New to linux terminal, gnome and terminals in general. Thought it would be a good way to learn by customizing UI. I am trying to automatically add these directories to my PATH instead of doing it manually every time. To be able to run applications…
Oskar Wolf
  • 21
  • 4
0
votes
0 answers

How to stop gnome-remote-desktop from command line?

The 'gnome-remote-desktop' takes up about 0.5G GPU memory, so I want it to be stopped.enter image description here I hope it is just being temporarily stopped, not uninstalled, in case if sometime I will use it. I've tried to kill it, but failed.
LI JU
  • 1
0
votes
0 answers

Show dynamic text in gnome topbar, In a NodeJS App

I am working on an electron application, a time management application. Gnome is my primary desktop environment. I want to show a countdown timer, in my Gnome top bar. So far all my online search has not led me any where which gives me working…
Janith
  • 53
  • 1
  • 5
0
votes
0 answers

How can I split to firefox full screen with awesome window manager

I am using awesome window manager and ubuntu 20.04. When I set firefox to full screen (F11 button), the screen is split, but it becomes one screen. I want to split firefox into top and bottom full screen. How can I do this? I tried to set…
tuioku
  • 119
  • 10
0
votes
1 answer

How to extract values from a dbus signal and write it to a file?

I was looking for signals using: dbus-monitor --session > gnome-extension-log.txt I have a signal like: signal time=1684395360.751890 sender=:1.93 -> destination=(null destination) serial=971 path=/org/gtk/gio/DesktopAppInfo;…
Ahmad Ismail
  • 11,636
  • 6
  • 52
  • 87
0
votes
0 answers

Is there any way to display terminal output value on Linux(Ubuntu 20.04) window top bar(GNOME Shell)?

Is there any way to display terminal output value on Linux(Ubuntu 20.04) window top bar(GNOME Shell) ?first of all i just need to view vnstat -t this outcome continually. this command terminal output like this enter image description here I tried…
0
votes
0 answers

How do I draw a window on screen using GJS in a gnome extension

I'm trying to create a GNOME Shell extension and draw a window on the screen using GJS. I have referred to the gjs guide, the official API documentation, and the gnome shell js source code. However, I don't understand how to draw a window because…
0
votes
0 answers

GNOME JavaScript bindings and IntelliJ IDEA Ultimate

I want to build a GNOME extensions. How do I integrate GNOME JavaScript (GJS) into my IDE (IntelliJ IDEA Ultimate)? Currently, I create a new extension like described in the official developer guide: gnome-extensions create --interactive Opening…
0
votes
0 answers

Can't connect to wifi from rust

I'm learning Rust and trying to connect to wifi networks through the code. But, when I try to connect to a network with an incorrect password, I receive the default GNOME connect pop-up, like if I'm trying to connect manually. How can I disable this…
zap
  • 9
  • 1
0
votes
0 answers

How to fix difference of hours in timezone settings [ gnome timer ]

It is generally known that Bangkok have UTC+7. But unfortunately my gnome timer shows UTC+4 for Bangkok When I checking it by console I see timedatectl status Local time: śro 2023-02-08 10:59:07 +07 Universal time: śro…
Daniel
  • 7,684
  • 7
  • 52
  • 76
0
votes
0 answers

How can I make a gnome shell extension that makes a little web browser window popup under the menubar icon?

I created the appropriate folders for gnome extensions to load the extension. It is visible in Gnome Extensions. Here is the extension.js file which is the main file. const St = imports.gi.St; const Main = imports.ui.main; const Soup =…
0
votes
0 answers

Is there any way to trigger the locate pointer on gnome using command line?

In Ubuntu 22.04 at least, there is a feature called locate pointer. That is toggle-able via Settings. By pressing the Control key, it will show a ripple effect around the pointer. I wonder if there's a way to trigger this without pressing a Control…
fsevenm
  • 791
  • 8
  • 19
0
votes
0 answers

Pyside6 QDateEdit causes system crash

It seems like that in Pyside6, closing the popup of a QDateEdit causes a system crash. MWE: from PySide6 import QtWidgets class DateEditGui(QtWidgets.QMainWindow): def __init__(self): super().__init__() widget =…
Merlin1896
  • 1,751
  • 24
  • 39
0
votes
0 answers

Problems with orphan ibus-daemon processes after xrdp time-out in Centos

I have deployed Centos 7 with Gnome for a use case that requires multiple users to log into the desktop environment. I have XRDP setup to time-out after 3 days if there is no activity and end the session. This mostly works but often I have…
kevlar73
  • 23
  • 2
0
votes
0 answers

Gnome Shell Extensions: Errors when opening certain settings

Specifically, this is about ArcMenu and Blur my Shell. The former used to work, the latter never did. The extensions do what they're supposed to, but the settings menu never works. I tried uninstalling every gnome package, removing all extensions…
Nick
  • 3
  • 3