Questions tagged [gnome-shell]

GNOME Shell is the core user interface of the GNOME desktop environment starting with version 3.

263 questions
0
votes
1 answer

Python: Cannot open converted bitmap image file, converted using PIL

How do I go about converting a JPG file to BMP using PIL? Tried to use Image.open('ifile.jpg').save('ofile.bmp', 'BMP') but I get a 'bogus header data' when attempting to open the file. Tried the copy / paste method as described in Convert RGBA PNG…
jhtong
  • 1,529
  • 4
  • 23
  • 34
-1
votes
1 answer

GJS gnome-shell exception error, how to overcome this error

I would like to learn what this error message is. imports.ui.dateMenu.DateMenuButton.prototype.hide() When I run above in lookingGlass, I get below error
PRATAP
  • 127
  • 3
  • 17
-1
votes
2 answers

In Gnome (gnome-shell) can you set multiple shortcut keys instead of just a single?

The Gnome GUI (gnome-shell) only lets you set a single shortcut key. Can you for instance set Super+Tab and Alt+Tab to both switch applications?
MrYutz
  • 360
  • 3
  • 14
-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

Need help fixing CSS for a GTK theme for Gnome Shell

Using Gnome 3.8 I am now using FlatStudio as my GTK theme. After a few tweaks within /themes/FlatStudioDark/gtk-3.0/, I noticed this: Is there any way to find classes and CSS applied to each part of a window ? I am looking for the same thing which…
Mathieu Marques
  • 1,678
  • 15
  • 33
-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…
-3
votes
1 answer

how to change primary color of gnome-shel 3.12?

I want to change main color of gnome-shell 3.12 that use in any where that doesn't specify background-color in gnome-shell.css stylesheet. I want to change all menu background-color. I try these: gsettings set org.gnome.desktop.background…
1 2 3
17
18