Packages‎ > ‎gnocl::gnome‎ > ‎

    gnocl::session

    A command which implements an interface to the Gnome session manager.

    Synopsis

    gnocl::session configure [-option value...]

    Options

    -onConnect
    type: string (default: "")
    Command to be executed in the global scope Before evaluation the following percent strings are substituted:

    %r    boolean whether the app has been restarted
    -onDie
    type: string (default: "")
    Command to be executed in the global scope
    -onDisconnect
    type: string (default: "")
    Command to be executed in the global scope
    -onSaveComplete
    type: string (default: "")
    Command to be executed in the global scope
    -onSaveYourself
    type: string (default: "")
    Command to be executed in the global scope Before evaluation the following percent strings are substituted:

    %p    integer describing the phase
    %s    boolean whether a shutdown is in progress
    %f    boolean whether the safe process should be fast
    -onShutdownCancelled
    type: string (default: "")
    Not yet implemented
    -restartCommand
    type: string (default: "")
    Not yet implemented
    -discardCommand
    type: string (default: "")
    Not yet implemented
    -currentDirectory
    type: string (default: "")
    Current directory.
    -environment
    type: string (default: "")
    Not yet implemented
    -saveDialog
    type: string (default: "")
    Not yet implemented
    -saveErrorDialog
    type: string (default: "")
    Not yet implemented

    Description

    The session command implements an interface to the Gnome session manager.



    Sections