Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
139 views

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:...
Abdelghani's user avatar
8 votes
3 answers
10k views

I use Fedora Nobara. I made an update to Nobara 40. Before that anaconda navigator was working perfectly and now it gives me this error > conda activate TheWorld > anaconda-navigator ...
Varun's user avatar
  • 122
10 votes
2 answers
2k views

I have an issue with the VS Code context menu after a recent update. The context menu looks different from what I’m used to—it appears extremely ugly. Additionally, it only displays 5 items at a time ...
Zx0re's user avatar
  • 143
0 votes
0 answers
31 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....
RandomInternetUser's user avatar
0 votes
1 answer
141 views

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 ...
devklick's user avatar
  • 2,698
4 votes
1 answer
39k views

I want to connect to my Ubuntu 22.04 computer with a remote desktop app just like how I connect to my Windows PC. Now XRDP promises to do that, and it is easy to install. However, configuring it so ...
Daniel Morris's user avatar
3 votes
3 answers
12k views

After installing DaVinci Resolve 19.0b1 on Ubuntu 24.04, nothing happens when you try to run the desktop app. Attempting to run the application in a terminal gives the following error message and then ...
Daniel Adelodun's user avatar
0 votes
1 answer
75 views

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 ...
Nummer_42O's user avatar
10 votes
4 answers
13k views

In our Qt-based C++ application, I'm trying to automatically switch application styles based on whether the user has configured dark or bright theme. I have figured out the notification of when a ...
codeling's user avatar
  • 11.5k
119 votes
14 answers
242k views

I need to determine which version of GTK+ is installed on Ubuntu Man does not seem to help
Craig Angus's user avatar
  • 23.2k
0 votes
0 answers
66 views

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 ...
Clstilmldy's user avatar
15 votes
2 answers
53k views

Problem I have one Ubuntu20 Desktop(Gnome) and I want it to be fully black and ideal. As reference, I have taken one Ubuntu20 Server and Installed openbox on it. I hided the title bar of all the ...
Amogh Saxena - REXTER's user avatar
0 votes
1 answer
423 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()....
Ahmad Ismail's user avatar
  • 14.5k
64 votes
8 answers
129k views

I have a script that I need to start up after the user logs in via a nx client. From what I understand, Gnome starts up after a user logs in (correct me if I am wrong here). Where would I put my ...
Jason Zhu's user avatar
  • 2,314
0 votes
1 answer
106 views

I would like to list the schemas for the purpose of making a setting search tool. However, some schemas make Gio.Settings.new cause a core dump. This script requires linux and the "python3-gi&...
Poikilos's user avatar
  • 1,156
1 vote
0 answers
54 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 ...
Persimmonium's user avatar
  • 15.8k
60 votes
10 answers
68k views

I want to make the GNOME terminal behave in such a way that when the end user selects a region on the terminal (with a mouse or mouse key), it gets automatically copied into the clipboard. Is it ...
OTZ's user avatar
  • 3,113
3 votes
1 answer
5k views

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 ...
LI JU's user avatar
  • 31
1 vote
0 answers
289 views

There is a Linux application that collects activities in the current GUI session: once every time it takes a screenshot of the screen and writes down the name (title) of the window that is in focus ...
ibse's user avatar
  • 625
1 vote
1 answer
140 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 ...
b0bh00d's user avatar
  • 131
1 vote
1 answer
131 views

In order to write to a file from the gnome extension, I use replace_contents_bytes_async, as in the example here https://gjs.guide/guides/gio/file-operations.html extension.js: import { Extension } ...
ibse's user avatar
  • 625
3 votes
0 answers
2k views

I compiled and launched simplest GTK4 demo from official GTK documentation using libgtk-4-dev with #include <gtk/gtk.h> Somehow, it's considered by my GNOME environment as "legacy" and ...
user avatar
4 votes
2 answers
14k views

The panel of my computer has a resolution of 3840 x 2160 pixels. If I open a gnome-boxes session, the code of the virtual machine occupies a space little bigger than a postage stamp. GNOME-Boxes ...
rochfort's user avatar
0 votes
1 answer
58 views

I want to filter when choose a file with showOpenDialog on Electron. I would like to make user able to choose Markdown (md) only. But it is not respected. So now User can select a file of all type. ...
KiYugadgeter's user avatar
  • 4,142
0 votes
0 answers
280 views

As KDE Plasma Linux Desktop Environment is built on Qt and therefore Qt baked into the system. Are there any extra overheads and extra complexities by running a Qt application on Gnome with Qt ...
Steven Granville's user avatar

1
2 3 4 5
29