Avant Window Navigator

From Gentoo Linux Wiki

Jump to: navigation, search
Awn.png

Contents

[edit] Introduction

From: Launchpad Avant Window Navigator (AWN/Awn) is a dock-like navigation bar for the linux desktop that positions itself at the bottom of the screen. It can be used to keep track of open windows and behaves like a normal window list.

[edit] Installation

If you are running a stable arch and Awn has not been stabilized for it, you need to unmask it first. Issue as root:

echo "gnome-extra/avant-window-navigator" >> /etc/portage/package.keywords

Avant Window Navigator (gnome-extra/avant-window-navigator) supports the following USE flags:

  • doc: Rebuilds the API documentation so that it is cross-referenced with other API documentation on your system, e.g., GTK+.
  • gnome: Links Awn with the GNOME libraries.
  • xfce: Links Awn with the Xfce libraries.
  • debug: Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces, see http://www.gentoo.org/proj/en/qa/backtraces.xml
Note: If both the gnome and xfce USE flags are enabled, AWN will be compiled with the GNOME libraries.

Check the default state of USE flags and enable flags that you need and then emerge this package:

emerge --ask --verbose avant-window-navigator

[edit] Run Avant Window Navigator

Warning: You need to have compositing enabled to run Avant Window Navigator. The Awn wiki has a section discussing this prerequisite.

[edit] GNOME and Xfce

Find it in GNOME/Xfce menus under "Accessories" as Avant Window Navigator.

[edit] KDE

Find it in KDE menu under "Utilities" as Avant Window Navigator.

[edit] Alternative

Run the following at the command prompt:

avant-window-navigator & disown

[edit] Automatically Starting at Desktop Login

[edit] GNOME

In GNOME menu goto System -> Preferences -> Sessions and add a new entry here. Another option is to make a new file ~/.config/autostart/AWN.desktop:

File: ~/.config/autostart/AWN.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=AWN
Comment=
Exec=/usr/bin/avant-window-navigator
StartupNotify=false
Terminal=false
Hidden=false

[edit] Xfce

In the Xfce menu, go to Settings -> Autostarted Applications and add "avant-window-navigator" to the list.

If you don't need to start the xfce4-panel, modify /etc/xdg/xfce4-session/xfce4-session.rc accordingly:

File: /etc/xdg/xfce4-session/xfce4-session.rc
[Failsafe Session]
Count=4
Client0_Command=xfwm4
Client0_PerScreen=False
#Client1_Command=xfce4-panel
#Client1_PerScreen=False
Client2_Command=Thunar,--daemon
Client2_PerScreen=False
Client3_Command=xfdesktop
Client3_PerScreen=False

[edit] KDE

Open "Konsole" and issue the following commands:

cd ~/.kde/Autostart ln -s `which avant-window-navigator`
Personal tools
In other languages