EnglishFrenchSpanish

Ad


OnWorks favicon

list-desktop-profiles - Online in the Cloud

Run list-desktop-profiles in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command list-desktop-profiles that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


list-desktop-profiles - list known profiles that meet given criteria

SYNOPSIS


list-desktop-profiles [OPTION]

DESCRIPTION


As the number of .listing files holding metadata grows, trying to find out which profiles
are present/meet certain criteria becomes increasingly unpleasant. This script remedies
that allowing you to just list your criteria, and outputting all profiles meeting those
criteria.

By default it will just output the lines from the .listing files for each (matching)
profile, but you can specifying a formatstring to fancy up the output.

OPTIONS


-n <regexp>, --name <regexp>

Limit shown profiles to those for which the name (1st) field of the profile
description needs matches the given regular expression.

-k <regexp>, --kind <regexp>

Limit shown profiles to those for which the kind (2nd) field of the profile
description needs matches the given regular expression.

-l <regexp>, --location <regexp>

Limit shown profiles to those for which the location (3th) field of the profile
description needs matches the given regular expression.

-p <comparison>, --precedence <comparison>

Limit shown profiles to those for which the precedence (4th) field of the profile
description succeeds the given comparison. In the comparison you can Use 'gt' for
'greater then', 'lt' for 'less then', 'ge' for 'greater then or equal to', 'le' for
'less then or equal to', 'eq' for 'equal to', and 'ne' for 'not equal to'. (NOTE:
empty precedence-field, is lowest possible precedence)

-r <regexp>, --requirement <regexp>

Limit shown profiles to those for which the requirements (5th) field of the profile
description needs matches the given regular expression.

-c <regexp>, --comment <regexp>, --description <regexp>

Limit shown profiles to those for which the comment (6th) field of the profile
description needs matches the given regular expression.

-u <username>, --user <username>

Limit shown profiles to those for which the given user meets the requirements.
(NOTE: doesn't always give correct results! Results might be wrong when using shell
command requirements that depend on the users environment. Or when 'group $USER'
gives a different result as 'group' executed as $USER, which can happen when adding
groups through pam_group).

-d <dir>, --directory <dir>

Also use .listing files found in the given directory. This option can be used
multiple times to add more then 1 additional directory

-e <formatstring>, --entry-format <formatstring>

Show profile information according to the specified format spring (instead of just
echoing the profile-line). The format string may use the following variables: NAME,
LOCATION, PRECEDENCE, REQUIREMENTS, KIND, DESCRIPTION, FILE; the first 6 of these
refer to the corresponding field, the last refers to the .listing file the profile
is in. (e.g. '$FILE_$NAME - $DESCRIPTION'). Any characters that are interpreted
specially by the shell should be escaped.

-s <fieldname>|<fieldnumber>, --sort-key <fieldname>|fieldnumber

Sort output on the requested field (fieldname is one of name, kind, location,
precedence, requirements, or description; fieldnumbers run from 1-6).

EXAMPLES


list-desktop-profiles -k KDE -s precedence -u user1

List all kde-profiles that will be activated for user1 in order of precedence.

list-desktop-profiles -k 'KDE\|GCONF'

List all kde and gnome profiles.

list-desktop-profiles -p 'gt 50'

List all profiles with a precedence value greater then 50.

ENVIRONMENT


NAME_FILTER, LOCATION_FILTER, PRECEDENCE_FILTER, REQUIREMENT_FILTER, KIND_FILTER,
DESCRIPTION_FILTER

Can be used to specify the default regular expressions and comparisons. Default to
empty.

OUR_USER

Set the user for which the requirements need to be met. Defaults to unset.

EXTRA_LISTINGS

Can be used to specify a (space separated) list of extra .listing files to include.
Defaults to empty

FORMAT

Can be used to specify the default format string. By default it will output the
profile-line from the .listing file.

SORT_KEY

Can be used to specify the default sort-key (= field number). Defaults to 1

Use list-desktop-profiles online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad