Questions tagged [gnome-3]

Gnome 3 is the third major version of the Gnome Desktop Environment. This tag refers to the Gnome desktop itself, or applications using the Gnome frameworks.

The GNOME Project was started in 1997 by two then university students, Miguel de Icaza and Federico Mena. Their aim: to produce a free (as in freedom) desktop environment. Since then, GNOME has grown into a hugely successful enterprise. Used by millions of people across the world, it is the most popular desktop environment for GNU/Linux and UNIX-type operating systems. The desktop has been utilised in successful, large-scale enterprise and public deployments, and the project’s developer technologies are utilised in a large number of popular mobile devices.

Freedom and community go hand in hand in GNOME. The project’s software is free to download, modify and redistribute; its communication channels and development infrastructure are visible to all. It is this freedom and openness that enables the GNOME community to exist, by allowing new contributors to take part and enabling companies to collaborate in the production of mutually beneficial technologies. GNOME is proud to be a part of the GNU Project.

The GNOME project has a tradition of high-quality interface design which has been strongly influenced by usability principles and practice. GNOME software is available in a large number of spoken languages, and the project aims to ensure that its software is usable for everyone, including people with disabilities.

excerpted from http://www.gnome.org/about/

194 questions
10
votes
2 answers

Gnome shell privilege escalation

I'm building a Gnome shell extension, and I want to be able to do some things with escalated privileges. So, I'm thinking I need to use "policy kit", but I don't know how to do go about doing this. So, say I wanted to do something like ifconfig…
Jay
  • 983
  • 2
  • 8
  • 23
9
votes
3 answers

Gnome 3 - dconf / gsettings - how to assign multiple keybindings?

Goal: Assign both the Super_L or Super_R keys as triggers for the overlay menu. Environment: Gnome 3.26.2, Fedora 27, Dell XPS 9550, Kinesis Advantage2 Why: For work I use a laptop either by itself or in conjunction with external monitors, keyboard,…
Informatician
  • 319
  • 1
  • 4
  • 10
9
votes
2 answers

Can GNOME Shell extensions move the pointer? If so, how?

I want to write an extension that does the opposite of the "focus-follows mouse" setting in GNOME Shell: I want to make my pointer move to the center of the currently focused window. Can this be done in a GNOME Shell extension? I see some GNOME code…
BrianTheLion
  • 2,618
  • 2
  • 29
  • 46
8
votes
4 answers

Gtk HeaderBar ActionBar pack_start pack_end within UI xml file

We are trialing Gtk3/Vala/Genie for the development of application user interfaces using Gnome-Builder/Meson/Glade/Flatpak. While there are many examples of Gtk.HeaderBar.pack_start( ... ) and Gtk.ActionBar.pack_start( ... ) within the Vala and…
AsymLabs
  • 933
  • 9
  • 15
8
votes
4 answers

How do I remove the Centos 7 Desktop (Hot Corner) top right effect?

So I have a fresh install of Centos 7 Desktop version. It uses gnome 3.8 and I have multiple monitors. When I go left to right with my mouse on the top portion of the screen, it shows me all my open windows, side by side. I can also hit the windows…
jemiloii
  • 24,594
  • 7
  • 54
  • 83
7
votes
4 answers

What is the proper way to set my Java Swing application's title in the Gnome top bar?

I'm using the following code to set my Java Swing application's title in Gnome 3's top bar. However, when I run it, I get the warnings shown below the code. Is there a better way to set the application title in code? Please note that this not a…
Dave F
  • 821
  • 1
  • 9
  • 20
7
votes
3 answers

Add a custom option in Nautilus right click menu

When a user right-click on a folder in Nautilus, a menu appears. I want to add more options in that menu. I am using Gnome 3. Is there any other way to customize that menu with command line? Actually I am making a Linux software and I want that…
PRATEEK AGRAWAL
  • 319
  • 1
  • 5
  • 17
7
votes
1 answer

Call Gnome Shell Shortcuts programmatically

Gnome Shell has great shortcuts, however, I don't find a way to call them programmingly Assume that I want to use a GJS script to start Google Chrome, move it to workspace 1, and maximize it, then start Emacs, move it to workspace 2, and maximize…
Zeno Zeng
  • 301
  • 3
  • 7
6
votes
2 answers

Debian Sid cannot connect to bluetooth keyboard

I am running Debian Sid with the following bluetooth-related packages installed: blueman 2.0.4-1 bluetooth 5.43-1 bluez 5.43-1 bluez-firmware 1.2-3 firmware-misc-nonfree 20161130-2 gnome-bluetooth 3.20.1-1 I am trying to connect Microsoft Surface…
Mark Kim
  • 61
  • 6
6
votes
3 answers

Gnome shell extensions: how to run a command with pipes

So I'm making a Gnome Shell extension. And I want to be able to run some command with a pipe. (The command is actually "xrandr --query | awk 'something'", but that is off topic) So, what I have done so far is GLib.spawn_async_with_pipes(null, …
S_D
  • 61
  • 1
  • 3
6
votes
1 answer

How to change shortcut for switching between work-space in fedora 20?

I am using a text editor which uses shortcut ctrl+alt+arrowup/arrowdown which is default key for switching workspaces in fedora 20. So i need to change the shortcut key to make it work in text editor. I changed the shortcut from…
Gautam Kumar
  • 707
  • 1
  • 10
  • 27
6
votes
3 answers

Can I Change the Gnome 3.10 Workspace Grid?

I really like Gnome 3 but I recently upgraded to Ubuntu 13.10 and installed Gnome 3.10.1. Before I could just turn on the extension "Workspace Grid" and be set. Now it shows that this extension is out of date. Is there any other way to configure…
x000111
  • 61
  • 1
  • 4
6
votes
1 answer

GNOME/Vala application to run on Windows

I want to port my C# WinForms application to be usable both with Windows and Linux. I have some experience with Java and more experience with Python but I don't really like the first and I'm concerned with the second (I mean the obfuscation, need to…
smsware
  • 429
  • 1
  • 13
  • 41
6
votes
1 answer

Sending notifications with GObjects

There seems to be a distinct lack of documentation of the GObjects module for python at the moment, so maybe somebody can help me. I am making an application which occasionally will have to notify the user that an event has occurred. I have found…
Los Frijoles
  • 4,771
  • 5
  • 30
  • 49
5
votes
1 answer

Gnome 3 displays two icons for same app in dock

I have created my own .desktop file for an application (sublimetext) in gnome 3 (fedora 16) I have succeeded in that: [Desktop Entry] Version=1.0 Name=Sublime Text 2 Comment=Text…
AsherMaximum
  • 942
  • 2
  • 11
  • 17
1
2
3
12 13