suggest allowing listing CLI commands parallel to GUI menu programs

From: Nick Levinson
Date: Thu Feb 19 2009 - 22:01:21 EST


Problem: When I'm used to running a GUI desktop but I can't use the GUI to solve a problem involving a program and need to use a console, I'd like to know what console command would get me started with that program.

Proposal: That the kernel install with an empty or nearly-empty commentable text file with a publicized name and a format standard, the format to be stated in a comment and the file to be loose in one of the directories that is standard with most kernels and distros.

Then a GUI designer, such as one responsible for deciding what goes into a panel menu and what menu commands will be named, could write into that file the console equivalents of the menu commands for that GUI. A console equivalent could be the path and name of an executable associated with a given menu command, or could be a detailed ReadMe text file.

Entries in the file would be by GUI; for each GUI, each menu would be named; for each menu, each command would be named; for each command, the path and filename for the relevant executable (or more than one) would be listed; if typing the executable into a console would not be adequate because the console would need another name to gain access to the relevant capabilities, the relevant other name would be listed; comments could be written for any entry, such as if certain parameters are recommended.

The user with a problem would use a console to read the file and figure out what to do next.

This could have helped me one day when the screen was operating by one resolution but the panels didn't agree, and refused to display the Main Menu. I wanted to know what console command would give me access to the res. (I eventually solved the res problem another way.)

Thanks.

--
Nick



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/