You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The **notifications** script for Irssi uses desktop notifications to inform the
6
6
7
7
## Installation
8
8
9
-
**IMPORTANT:** A working installation of the **Gtk2::Notify** module for Perl is required for this script to function. In Fedora, this module is provided by the *perl-Gtk2-Notify* package; in Debian and Ubuntu, the package is named *libgtk2-notify-perl*.
9
+
**IMPORTANT:** A working installation of the **Net::DBus** module for Perl is required for this script to function. In Fedora, this module is provided by the *perl-Net-DBus* package. In Debian and Ubuntu, the package is named *libnet-dbus-perl*.
10
10
11
11
Irssi looks for additional scrips in the in the **~/.irssi/scripts/** directory. To make sure that this directory exists, type the following at a shell prompt:
12
12
@@ -16,9 +16,9 @@ To install the **notifications** script, change to the directory with your local
16
16
17
17
cp notifications.pl ~/.irssi/scripts/
18
18
19
-
This copies the **notifications.pl** file to the **~/.irssi/scripts/** directory. You can also configure Irssi to load the script automatically at startup. To do so, change to the **~/.irssi/scripts/autorun/** directory and create a symbolic link to the script by running the following command:
19
+
This copies the **notifications.pl** file to the **~/.irssi/scripts/** directory. You can also configure Irssi to load the script automatically at startup. To do so, create a symbolic link to that file in the **~/.irssi/scripts/autorun/** directory:
This program is free software; see the source for copying conditions. It 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.
0 commit comments