Questions tagged [gnome]

For questions about code that uses any of the GNOME libraries.

GNOME is a desktop environment, composed entirely by free and open-source software. Mostly used on Linux, but also supported by BSD derivates. GNOME Shell is the official user interface to the desktop environment.

Developed by the GNOME Project, under GPL and LGPL Licenses.

Links:

1430 questions
-1
votes
1 answer

How to make this command open a new terminal & execute the command within it ( Exec=bash -c "tail -n 10 -f /var/log/httpd/error_log" )

This is simply a shortcut for the panel. [Desktop Entry] Exec=bash -c "tail -n 10 -f /var/log/httpd/error_log" Type=Application Icon=/root/Desktop/2.svg i need that Exec= command to open a new terminal and run the command in it.
-1
votes
9 answers

Smallest Xwindow for Linux

What is the smallest, friendliest Window Manager that I can run on Linux. I currently use Gnome which is a bit heavy. All I would be needing it for is to run Firefox. Xfce?
Val Neekman
  • 17,692
  • 14
  • 63
  • 66
-1
votes
1 answer

Install script needs to set up a program to run on login in Linux

I need to write an install script that runs an executable/script on login (not startup) in Linux. This needs to work for all current users who can log into the system and users created in the future as well. Is there a way to do this? In windows…
-2
votes
0 answers

dock remains even after disabling dash to dock debian

Perhaps there is a bug with dash to dock or debian defalut dash. When I enabled dash-to-dock extension and used it for a while, I locked the screen and hang out a little, when I returned I found the dock bar showed on the lock screen. I loggin my…
-2
votes
0 answers

Util.spawnCommandLine() doesn't work for python script

i am working on a gnome shell extension. Shortly i want that if i press a button in my extension, to run a python script just like this. The problem is that this doesnt work for me, it appears an error "Execution of "python /my/path.py" failed:…
vlad
  • 7
  • 4
-2
votes
1 answer

Access to GTK4 Widgets in C Using Gnome Builder

I'm fairly new to coding for Linux, and haven't done a lot of GUI programming. I've run into problems using Gnome Builder and programmatic access to UI widgets. How the heck to you access a widget (built in a UI file and instantiated by widget…
GlennP
  • 9
  • 4
-2
votes
2 answers

Ubuntu top menu size decreased after enabling "large text" mode

I've recently installed Ubuntu 20.04 and encountered strange issue. By default my top menu looks like this: However, after enabling "large text" mode, the size of menu decreased: And after disabling "large text": What's going on? How to fix this?
-2
votes
1 answer

In aisleriot solitaire on Ubuntu, the Gnomangelo card face images have become fragmented

I am running Ubuntu 18.04.4 LTS. Yesterday, all of a sudden, the card faces in aisleriot have become corrupt. The cards are still recognizable, with the number in the top left of the card still being there and of the right color, but the rest of…
philhanna
  • 73
  • 1
  • 6
-2
votes
1 answer

Linux Gnome, can NOT install PPAs needed by KIVY

The first step on the kivy website already fails: https://kivy.org/docs/installation/installation-linux.html This fails for bouth repositories, you can choose from
Dennis Vymer
  • 119
  • 1
  • 1
  • 9
-2
votes
1 answer

How to access root password to change date & time on Gnome [Linux]

I am trying to change the time 7 date on my Linux machine. But it asks me to authenticate as root for this. I tried to enter as root as password but that was incorrect. How could I access the root password?
Ron Axm
  • 101
  • 9
-2
votes
1 answer

invoke row-activated with libgda-ui

Can someone provide a sample how to access to callbacks with Gnome-db libgda-ui, using this demo https://github.com/GNOME/libgda/blob/master/libgda-ui/demos/grid.c and I want to call a callback when I double click on a row like in gtktree with…
-2
votes
1 answer

Deleted /etc/shadow file on Gnome ubuntu 15.04

I was going through my network security notes and fiddling through my system . Accidentally, I deleted my /etc/shadow file ( file that store encrypted value of /etc/passwd ). Currently, I am on my system as I can't logout ( if I do I will loose it…
abby37
  • 597
  • 6
  • 21
-2
votes
1 answer

How to build library OpenFace using jhbuild without cmake file?

I want to build OpenFace library in my project, but facing some issues. What I have done: I have cloned OpenFace library from github and put into jhbuild. I have created openface.moduleset file to build the library in my project, but OpenFace don't…
-2
votes
1 answer

Gnome session fails to start on OpenIndiana

After upgrading from OpenSolaris to OpenIndiana GNOME fails on start. Cleaning up and recreating profiles had no effect. Running with --debug option has not helped to recognize the problem
hutorny
  • 863
  • 11
  • 17
-2
votes
1 answer

error: unknown type name ‘GTKWidget’

I'm running the "hello-world" code from the GTK tutorial: #include int main(int argc, char* argv[]) { GTKWidget *window; gtk_init(&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_widget_show(window); …
galois
  • 825
  • 2
  • 11
  • 31
1 2 3
95
96