NFO Viewer is an open source and free graphical software designed to act as a viewer for NFO files. It supports ASCII art in the CP437 codepage.
NFO files can also be viewed with a standard text editor or word processing application, but in many cases they are special and require a dedicated viewer. This is where NFO Viewer comes into play, offering font and encoding settings, clickable hyperlinks and automatic window size.
NFO Viewer is written in GTK+ and works with all Unix-like systems, including Linux, BSD and Solaris.
Installation:
To install, run command
./setup.py install [--prefix=...]
Uninstallation:
To uninstall, remove files
.../bin/nfoview
.../share/man/man1/nfoview.1
.../share/mime/packages/nfoview.xml
and run commands
update-desktop-database .../share/applications
update-mime-database .../share/mime
What is new in this release:
- Fix preferences dialog padding with GTK+ 3.14
- Fix selection background color with GTK+ 3.14
- Remove use of deprecated stock items, GtkAlignment and gi.types.Boxed.__init__
- Update French translation
- Update Turkish translation
What is new in version 1.13.1:
- Possibly fix default colors with some GTK+ themes
- Add an AppData XML file http://people.freedesktop.org/~hughsient/appdata/
- Update French translation
- Update Turkish translation
What is new in version 1.13:
- Add action to export document as an image file (#622078)
- Apply GNOME Goal: Add keywords to application desktop files - https://wiki.gnome.org/GnomeGoals/DesktopFileKeywords
- Update Turkish translation
What is new in version 1.12.1:
- Fix error setting colors in the preferences dialog
- TypeError: get_rgba() takes exactly 2 arguments (1 given)
What is new in version 1.12:
- Adapt to new GTK+ theme color names, thus fixing the default color scheme that follows the GTK+ theme
- Fix window size calculations
What is new in version 1.11:
- Fix immediate crash resulting from bad use of Gtk.StyleContext on newer versions of PyGObject and/or GTK+ (#687513)
- Remove deprecated 'get_data' and 'set_data' calls
- Use Gtk.Grid for preferences dialog instead of Gtk.Table
- Release source tarballs only compressed as tar.xz (instead of the previous tar.gz and tar.bz2)
What is new in version 1.9.1:
- Error opening blank files has been fixed and two new translations have been added.
What is new in version 1.9:
- 16x16 px icon has been slightly changed. GTK+ is now used to launch a web browser. PyGTK dependency has been raised to 2.16.
What is new in version 1.8:
- A proper application icon has been added. Edited menu keybindings are now saved to the user's configuration directory.
What is new in version 1.7:
- A line-wrapping feature has been added with autodetection of when it should be used. Font will now always fall back to "monospace" if the preferred font is not found.
Requirements:
- Python
- PyGTK
Comments not found