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
1 answer

How to make a plugin system using Libpeas for a Python3 Gtk application?

I'm trying to make an application in Python3 with Gtk and other GNOME technologies. I want to implement a plugin system(preferably libpeas) but it has no documentation for python. Hence I was translating the C examples, to python. At the point where…
theawless
  • 71
  • 2
  • 6
0
votes
0 answers

CUPS uses the wrong DISPLAY parameter

We are using the Xerox Linux drivers to print on our multifunction printer. Basically, when you print the driver opens a pop-up window to let you choose different printing options, then calls lp for printing. This works pretty well on single user…
baldurmen
  • 669
  • 2
  • 7
  • 15
0
votes
1 answer

qt5.5 doesn't show system tray

here is similar problem, but I can't get answer from it. I try official example and see following screenshot(in shot, the qt app system tray doesn't exist) How to make system tray show? here is my CMakeLists.txt cmake_minimum_required(VERSION…
chikadance
  • 3,591
  • 4
  • 41
  • 73
0
votes
0 answers

Gnome Software shows error even though everything is fine

When refreshing updates tab I get either [core]: Unexpected system error [core]: invalid or corrupted database (PGP signature) I am using Arch Linux with Gnome 3.18. here is my pacman config # # /etc/pacman.conf # # See the pacman.conf(5) manpage…
Nikki Kononov
  • 549
  • 1
  • 8
  • 20
0
votes
1 answer

How to edit the GNOME3 configuration in Debian Wheezy

I found the GUI version of the GNOME3 configuration but I'm interested in accessing the settings in a raw file and editing them. For example, hide menu bar, hide the bottom task bar, turn off screen save etc... in a file rather than the built in…
tf2015
  • 1
0
votes
2 answers

Having trouble installing new theme (Ubuntu 14.04)

I'm attempting to install the 'Iris Dark' theme on my Ubuntu 14.04 machine. I'm using gnome-3, and the gnome tweak tool. I've downloaded, extracted and then moved the theme into my theme folder like so. unzip /home/admin/Desktop/IrisDark.zip…
Storm-
  • 147
  • 8
0
votes
1 answer

Launching JNLP from CentoOS 7 Gnome Desktop with PATH

I have a JNLP application that uses the local $PATH variable. It launches and behaves correctly from the web, command line, menu system, and Java control panel. When I launch it from the desktop shortcut on CentOS 7, the $PATH is…
cneller
  • 1,542
  • 1
  • 15
  • 24
0
votes
1 answer

How to quickly change from one monitor to a next one in Gnome3.16

I use Gnome 3.16 under archlinux and would like to know if there is a quick way to change the integrated monitor with an external one via HDMI. This is the way I have to go (in pictures): First, you have to open the monitor menu (here in…
Til Hund
  • 1,543
  • 5
  • 21
  • 37
0
votes
1 answer

CentOS 7 - gnome 3 - customise "Applications" logo

In CentOS 7 - on gnome 3 there is a small CentOS icon to the left of the "Applications" menu option. I would like to change this logo to something else. I have: run find /usr/share -name "*logo*" and suffixed all the CentOS logo looking icons with…
Pancho
  • 2,043
  • 24
  • 39
0
votes
1 answer

In gnome 3, how to let a window get focus but not on the top?

Windows get focus is meaning that you can type in something in that. But at the same time, I hope that windows not to cover some others. How to config gnome 3 to implement that?
Peng Qu
  • 379
  • 3
  • 12
0
votes
1 answer

Make a simple audio player with a playback control with gstreamer1.0 and gtk3

I'd like to make a simple music player using the GI library, including the recent Gstreamer1.0. The interface is just comprised of 2 buttons (play/pause) and a scale to seek the current playback time: I pretty much well understood the pipeline and…
Hadrien Titeux
  • 450
  • 2
  • 11
0
votes
2 answers

How to force Thunderbird to open link in Firefox under Gnome 3?

I've found (after two hours of googling), how to force Gnome 3 to pass URL from Thunderbird to Firefox. There must be in short-cut to Firefox (e.g. file ~/.local/share/applications/alacarte-made.desktop): Exec=/usr/local/mozilla/firefox/firefox…
Theodor Keinstein
  • 1,653
  • 2
  • 26
  • 47
0
votes
2 answers

Fixing "An error has occurred and the system can't recover. Please log out and try again."

I was playing around with the System Settings, and I foolishly increased the Zoom to 10.0 (normal being 1.0), after which the system crashed with an error saying: A problem has occurred and the system can't recover. Please log out and try…
John Bupit
  • 10,406
  • 8
  • 39
  • 75
0
votes
0 answers

Can open self-compiled emacs only in terminal, not with gnome

On debian wheezy with gnome, I've compiled the newest emacs version, following http://valera-rozuvan.github.io/nintoku/installing/emacs/debian/wheezy/installing-emacs-on-debian-wheezy/. I can open emacs with terminal now, by just executing "emacs",…
user3691571
  • 163
  • 1
  • 5
0
votes
1 answer

How to set icons on gnome shell message tray bar same size?

My system is newest version archlinux, and WM is gnome3, everything is fine, but icon size of gnome shell message tray bar is not same, this seems ugly like follow pic: And I have tried to change my "/usr/share/gnome-shell/theme/gnome-shell.css",…
Xinyu NG
  • 301
  • 1
  • 2
  • 7
1 2 3
12
13