The looking-glass tag has no wiki summary.
1
vote
1answer
326 views
gnome-shell-extension: JS that works in looking glass doesn't in extension
I've got the following snippet of code that (in the looking glass) gives me a list of contacts I have (managed by gnome-contacts):
// METHOD 1:
const ContactDisplay = imports.ui.contactDisplay;
let ...
2
votes
1answer
486 views
How to remove the title bar of a window in js/lg/extension under gnome-shell?
I know that title bar of windows can be removed in {g,d}conf-editor or by modifying the metacity theme. However, I want to have some rather complex rules for showing title bars or not (like hide the ...
8
votes
4answers
2k views
Drop down terminal as smooth as gnome-shell's 'looking glass'
Is there a drop down terminal as smooth as gnome-shell's 'looking glass' that has a normal bash shell?
Gnome-shell's looking glass (alt+f2 then lg then enter) is so smooth. I'd like to see a simple ...
0
votes
3answers
752 views
Cannot find the 'lg' (looking glass) command in Gnome3
I am not able to find the lg command in my Ubuntu 11.10 installation. I have installed Gnome3 from gnome.org website, following the install link for Ubuntu. So I think everything should be fine.
But ...