You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jens Lody 28656ac8a6 Fix #35 (make the extension work on gnome-shell 3.34). 5 years ago
config Remove unneded m4-stuff, fix spec-file-template and my update-script for it 10 years ago
data Fix #35 (make the extension work on gnome-shell 3.34). 5 years ago
m4 Make x-position of notification configurable, add translation files , make po/update.js able to fetch translatable strings from xml(glade in this case) files. 10 years ago
po Change all project url's from github to gitlab. 6 years ago
src Fix #35 (make the extension work on gnome-shell 3.34). 5 years ago
AUTHORS initial commit based on panel OSD extension (extension.js, stylesheet,css) 10 years ago
COPYING initial commit based on panel OSD extension (extension.js, stylesheet,css) 10 years ago
ChangeLog initial commit based on panel OSD extension (extension.js, stylesheet,css) 10 years ago
Makefile.am Make x-position of notification configurable, add translation files , make po/update.js able to fetch translatable strings from xml(glade in this case) files. 10 years ago
NEWS initial commit based on panel OSD extension (extension.js, stylesheet,css) 10 years ago
README.md Change all project url's from github to gitlab. 6 years ago
autogen.sh Do not force the use of bash in autogen.sh's shebang. 8 years ago
configure.ac Change all project url's from github to gitlab. 6 years ago
gnome-shell-extension-panel-osd.cbp Change all project url's from github to gitlab. 6 years ago
gnome-shell-extension-panel-osd.spec Change all project url's from github to gitlab. 6 years ago
update_revision.sh Change all project url's from github to gitlab. 6 years ago

README.md

Screenshot

gnome-shell-extension-panel-osd is an extension to place shell notifications under the panel instead of above the message-tray.


Installation

After the installation, you might need to restart GNOME Shell (Alt+F2, r, Enter) and enable the extension through gnome-tweak-tool.

Through extensions.gnome.org (Local installation)

Go on the Panel OSD extension page on extensions.gnome.org, click on the switch ("OFF" => "ON"), click on the install button. That's it !

Through a package manager

Note: you need the root password for all these installation modes, if you do not have root-access, and the needed build-dependencies are installed, use the generic install.

Fedora

You can install the extension from the official Fedora repos.

Generic (Local installation)

Make sure you have the following dependencies installed:

  • pkg-config,
  • git,
  • zip,
  • gnome-common,
  • autoconf,
  • automake,
  • gnome-tweak-tool,
  • gettext-devel

Run the following commands:

cd ~ && git clone git://gitlab.com/jenslody/gnome-shell-extension-panel-osd.git
cd ~/gnome-shell-extension-panel-osd
./autogen.sh && make local-install

Configuration

At the moment, there is no configuration needed.


Licence

Copyright © 2011 - 2014

Copyright © 2014 - 2017

This file is part of gnome-shell-extension-panel-osd.

gnome-shell-extension-panel-osd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

gnome-shell-extension-panel-osd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with gnome-shell-extension-panel-osd. If not, see http://www.gnu.org/licenses/.