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
0
votes
2 answers

Ubunto12.04-Gnome3 -- Show icon in alt-tab menu using .desktop file

After Googling for hours, I didn't find any answer for the following issue and so glad if anyone could help. I use Ubuntu 12.04 LTS with Gnome-shell 3.4.1. Consider the following simple program in file $HOME/a.py which I have made it…
adaf
  • 1
  • 2
0
votes
1 answer

Adding minimize and maximize buttons to windows in Gnome

I have added the minimize and maximize buttons as described here. I tried both command line and GUI options. They don't add... And when in GUI I see a red marker stating "The key has no schema" Does anybody know what to do?
Ofir Farchy
  • 7,657
  • 7
  • 38
  • 58
0
votes
1 answer

Gnome shell reverts to Gnome 2

I cannot run Gnome 3, only Gnome 2, even though I have gnome-shell installed and set as the default Window Manager. Here is what I see after I run gnome-shell --replace (gnome-shell:3136): Gdk-WARNING **: The program 'gnome-shell' received an X…
Daniel Kats
  • 5,141
  • 15
  • 65
  • 102
0
votes
1 answer

ClientDC and WindowDC do not draw under Fedora 16 Gnome 3, only PaintDC

I am writing an app which draws text and shapes in a ClientDC of a Frame. When I run the app under my Fedora 16(Gnome 3) nothing is drawn in the Frame, but if I run it under Windows all drawings display normally. I've tried using WindowDC to do the…
MakerDrone
  • 109
  • 3
  • 9
0
votes
1 answer

Vala/GTK+ 3: Getting data from GtkIconView

In my application, I have a GtkIconView with single selection mode. I want to get the text of the selected item (and act upon that further down the line). Right now, I have some code that I thin will work, however the actual getting of the…
FLamparski
  • 115
  • 8
0
votes
1 answer

'Document' object has no attribute 'get_uri'

I'm working on porting some Gedit 2 plugins to Gedit 3 and I've run into the error 'Document' object has no attribute 'get_uri' and am stumped as to what's wrong. For what it's worth, the Gedit 2 version of the plugin works. def view_result(self,…
Shauna
  • 9,495
  • 2
  • 37
  • 54
-1
votes
1 answer

How to activate the favorites icon on the taskbar?

My application is in the selected taskbar(GNOME, dash-to-panel). When a window opens, a new icon appears in the taskbar. How to make so that the favorites icon is activated and a new one does not appear (as in other applications: Gedit,…
-1
votes
1 answer

Minimize all windows with keyboard shortcut in Debian 9

I have Debian 9 with GNOME 3.22.2. I want minimize all windows with super+D shortcut keyboard. This command working in Ubuntu 18.04 but not working in Debian. I wanted to add keyboard shortcut to custom shortcut, but i did not know the command to…
Hossein Bajan
  • 2,644
  • 5
  • 19
  • 36
-1
votes
1 answer

How can I set default umask in gnome on Debian-Stretch?

I would like the permissions on files that I create with gnome apps (e.g., gedit and libreoffice) to respect the umask I set. I have set umask to 027 in ~/.profile and /etc/login.defs. I've also followed the directions from here by adding a line to…
user847
  • 123
  • 5
-1
votes
1 answer

Gnome shell two monitors full screen apps

I'm working on the Ubuntu 16.04 whit Gnome Shell version 3.18.5 and I'm using two monitors. Issue which I have regarding aplications opend in the full screen mode. For expample if I open on the monitor number 1 my browser and on the monitor number 2…
Tomasz Bakula
  • 161
  • 1
  • 7
-1
votes
1 answer

how to save Drawing area's content after resizing window at cairo

how can I change the below code so the contents and drawings at the Drawing-area won't clean after changing window's size. I want to copy smaller surface content to top left corner of the bigger content and for copying bigger surface to smaller…
user175023
  • 135
  • 7
-2
votes
1 answer

Reference to "window" in Gnome-shell for use in Gnome extensions

I want to understand how the variable "window" which has the attribute MetaWindow can be used in different functions and vars while not being explicitly defined such as let app = this._tracker.get_window_app(window); and then passed on to other…
-2
votes
2 answers

How to place picture on desktop, on top of wallpaper?

How to place picture on desktop, on top of wallpaper? This is for Fedora 26, Gnome 3.24.2
wolfv
  • 971
  • 12
  • 20
-2
votes
1 answer

Which programming language has complete implementation API of Gnome 3 (binding)?

As far as i know there are several programming language to develop program for Gnome 3 (Python, JavaScript, Vala, C, C++). I was wondering which language has complete implementation API of Gnome 3 binding and also which of them support complete…
Saeed Zarinfam
  • 9,818
  • 7
  • 59
  • 72
1 2 3
12
13