Gnome Support
This guide explains how to enable deeply integrate Viciane with your Gnome environment.
Gnome is supported via the Vicinae Gnome Extension which provides the following features:
- Expose clipboard events through dbus
- Expose window managment APIs through dbus
- Blocking specific applications from accessing the clipboard (like password managers)
- Imitate the layer-shell protocol to create a detached floating launcher window which closes on focus loss
Extension Installation
- Download the
.shell-extension.zip
from the latest release - Install using:
gnome-extensions install --force <filename>
- Enable the extension in GNOME Extensions app
- Restart GNOME Shell or log out/in
- Restart your vicinae server if it's running
Feedback HUD and Gnome
Run vicinae server with the VICINAE_DISABLE_HUD
environment variable set to 1 to disable notifications so that they don't grab focus since they are normal floating windows.
VICINAE_DISABLE_HUD=1 vicinae server
or add Environment=VICINAE_DISABLE_HUD=1
to the vicinae.service
file.