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

I'm trying to write a bash script to copy all .desktop files under /nix/store to ~/.local/share/applications/. I'm not particular good with bash, so I would like assistance. I used the find command to ...
MrBear's user avatar
  • 175
1 vote
1 answer
707 views

When using the color picker widget GTK applications I often use a different color Palette to the one given by default, as shown in the picture below. While the program is running I can change the ...
Vicente Bolea's user avatar
2 votes
1 answer
864 views

I'm trying to develop a simple cross-platform Wallpaper manager, but I am not able to find any method to place my PyQt Window between the current wallpaper and the desktop icons using XLib (on windows ...
Kalma's user avatar
  • 167
1 vote
1 answer
609 views

I am trying to add a slider to my extension's indicator, like they do in the sound chooser for example: I tried this code: class Indicator extends PanelMenu.Button { _init() { super._init(...
Piero dS's user avatar
1 vote
2 answers
3k views

My environment: Windows 11 22000.493 -> Host OS WSL 5.10.60.1 Ubuntu: 20.04.3 LTS -> Guest OS IntelliJ: Build #IC-213.6777.52, built on January 28, 2022 -> Running inside WSL I am running ...
mdzh's user avatar
  • 1,050
0 votes
1 answer
3k views

I want to install gnome shell on my machine from the project's gitlab repository for testing. I searched their wiki but couldn't find any specific documentation to do this. I tried with gnome builder ...
Karichi's user avatar
  • 75
1 vote
4 answers
4k views

There seems to be a lot of similar questions to this. I looked at 5 of them on StackOverflow and a few elsewhere (e.g. https://discuss.pixls.us/t/solved-could-not-load-the-qt-platform-plugin-xcb-in-...
SumNeuron's user avatar
  • 5,218
0 votes
1 answer
2k views

I am trying to install the wayland session on gnome 40.5 and to do so they say to install the package gnome-session-wayland but as soon as I try to install it on Ubuntu 21.10 I get an error saying ...
it 2000's user avatar
  • 21
0 votes
2 answers
345 views

I want to make app for raspberry pi. I chosed gtk for gui library because it has a good looking ui and it is free. But i have 1 problem with it: i don't know how to export simple app that will work on ...
MN_XD's user avatar
  • 7
0 votes
1 answer
349 views

I am using Ubuntu to run some calculation, so I'd like to check the memory usage during the calculation. But the information from gnome-system-monitor and psensors is different. As shown in the ...
Jack's user avatar
  • 1,262
0 votes
1 answer
242 views

To access other widgets in a callback, I packed them in a structure defined as follows: typedef struct SettingsModel { bool SyncEn; int DeviceId; int MeasurementId; GtkWidget *...
Simon48's user avatar
3 votes
1 answer
379 views

I'm new to Gnome development. I am trying do create a button which, when pressed, will copy the content of its label to the clipboard and closes the app. This is my code, where "self" is a ...
mijorus's user avatar
  • 181
0 votes
0 answers
634 views

I am using Arch with GNOME 41.2 and want to use GNOME 3.38.3 how can I install it, I checked everywhere but I am unable to find any installation guide that tells how to install any specific version of ...
Ashutosh Sharma's user avatar
2 votes
1 answer
1k views

Running my Java application with this code: if (Desktop.isDesktopSupported()) { Desktop d = Desktop.getDesktop(); try { d.browse(new URI("someurl")); // someurl is just ...
MarekChr's user avatar
  • 1,174
2 votes
0 answers
131 views

When I launch an application locally via its .desktop file, windows are grouped by Gnome. When I use an identical file, but using ssh -X in the Exec line, to launch the application on a remote machine ...
amh's user avatar
  • 61
0 votes
1 answer
2k views

I want to run websites on a kiosk setup with only a touchscreen. I’m using Gnome (for the virtual keyboard) and I use the Firefox V92.0 browser. When a website is opened, I can make a gesture from top ...
Kelvin's user avatar
  • 91
0 votes
1 answer
205 views

I would like to compile gtkmm programs that use mutithreading. I used this example to test multithreading. Unfortunately I get some linking errors when I compile: /usr/bin/ld: src/...
useruser's user avatar
0 votes
1 answer
311 views

I've created a custom GJS extension to connect into VPN. Basically it's a wrapper around a shell script, which is controlled from taskbar. There is a one issue, that after PC goes into suspend mode ...
Andy's user avatar
  • 68
0 votes
1 answer
163 views

I have 2 linux gnome commands that I would like to merge into one. One is giving me the title: gdbus call -e -d org.gnome.Shell -o /org/gnome/Shell -m org.gnome.Shell.Eval global.get_window_actors\(\)[...
Silve2611's user avatar
  • 2,278
4 votes
0 answers
281 views

I was using gnome_keyring_unlock_sync to unlock a keyring. However, libgnome-keyring-dev is going outdated, and I would like to move to libsecret. GnomeKeyringResult gnome_keyring_unlock_sync (const ...
recolic's user avatar
  • 636
1 vote
1 answer
558 views

When starting applications under Debian and GNOME I get big startup latencies. Even a simple calculator or a tiny text editor need around 1 second until they show a window. What happens during this ...
Treely393's user avatar
0 votes
0 answers
248 views

Using a simple Bash script in Ubuntu 20.04, I am trying to let it create a new Gnome terminal tab, then run an interactive Python script inside a LXC container my_lxc. #!/bin/bash cmd="python ...
Nyxynyx's user avatar
  • 64.1k
-1 votes
1 answer
2k views

I made a mistake during the installation of Debian 11. My plan was to run Debian next to Win10 by using Grub2 but installed Debian high secure LVM which overwrote my notebook's complete Harddisk. I am ...
Thorsten Franz Brune's user avatar
0 votes
1 answer
46 views

I am using libsoup to implement a HTTP server. I want to catch all wildcard patterns of the form - "/foo/*/bar/" in the URL but I dont know how to do this right now. How can I implement this ...
Ashutosh Naik's user avatar
3 votes
1 answer
795 views

I can't figure out how to modify the icon of the gnome extension Adjust Brightness Icon https://extensions.gnome.org/extension/1388/adjust-brightness-icon/ The default one is not good, it looks ...
London Smith's user avatar
  • 1,661

1 2 3
4
5
29