Summary

Screen is a powerful program that allows your terminal session to use multiple windows and retain context among multiple logins.

This package leverages screen's support of profiles and script to present a highly customized, configured screen with a task bar at the bottom of the window that shows system status, pending updates, and which window you are currently viewing (among other features).

Release Note

The Ubuntu Server has always had a command-line only interface, and has never included a graphical desktop, such as Gnome, KDE, or XFCE. We differ quite a bit from other Linux distributions in this respect. However, the default Ubuntu Server installation does include a window manager--screen. The screen-profiles package improves the usability, user-interface, and keybindings of the default screen installation.

Rationale

There exists a contingent of Ubuntu Server users (and an even larger contingent of potential Ubuntu Server users) who complain about the Server's lack of a graphical desktop. While adding Gnome/KDE/XFCE to the Server is still not realistic, we already provide a window manager--screen.

This specification is intended to provide the design for the screen-profiles package--a set of profiles and scripts that should make the screen utility even more useful for Ubuntu Server users.

Use Cases

Assumptions

It's important to minimize these offenses by:

Design

GNU screen supports a ~/.screenrc file in each user's home directory, as well as global one in /etc/screenrc.

Furthermore, screenrc supports "include" functionality by means of the "source" directive. This is recursive. In other words, files can "source" other screen configuration files, etc.

Profiles

We hope to provide several stock "profiles" in:

The user should be able to choose one of these stock profiles using:

This will establish a symbolic link to that profile in the user's ~/.screenrc-profile, which will be sourced in their ~/.screenrc.

The user can customize this profile by copying and modifying the code locally that we profile in /usr/share/screen-profiles, or by adding overrides in their local ~/.screenrc.

Keybindings

We hope to provides to useful "keybindings" that make certain tasks in screen easier in:

This is perhaps one of the most complicated aspects of this effort, as we must take care to ensure that they're useful, functional in multiple environments, and cause as few conflicts as possible.

The essential operations include:

Translations

We should strive to use gettext for translatability of screen-profiles as much as possible.

Status Programs

We hope to provide some helper scripts that gather status for display in the toolbar in:

The idea here is similar to the notification items in the Gnome or KDE taskbar. We should be able to provide information about:

Ideally, these would be configurable, much like adding an "applet" to the taskbar.

Windows

We also may launch 2 or more useful "windows" by default, as defined in:

Again, this should be easily configurable, such that users can add/remove common windows from their setup on launch.

We may, for instance, launch with the screen-configurator in the first window by default, until such time as the user dismisses it and no longer wants it launched automatically in their setup.

Implementation

screen-profiles is under active development in the Launchpad Project and Bazaar:

screen-profiles has been packaged for Ubuntu and is currently in the proposed queue for Jaunty:

In the meantime, it is being published in DustinKirkland's PPA for Hardy, Intrepid, and Jaunty:

Once screen-profiles is accepted into the archive, we should continue testing and move for inclusion in main, and into the Ubuntu Server CD seed.

Test/Demo Plan

We will need to obtain significant testing input prior to inclusion in Ubuntu's Main Archive.

Unresolved issues

Discussion

Please file bugs at:

Please ask questions at:


CategorySpec

ScreenProfiles (last edited 2009-02-05 09:49:51 by port-213-160-23-156)