(Difference between revisions)
|
|
| Line 14: |
Line 14: |
| | | | |
| | * Exit the root environment by typing <tt>exit</tt>. | | * Exit the root environment by typing <tt>exit</tt>. |
| | + | * Type <tt>exit</tt> once more to close out of the Terminal application. |
| | * Open applications, etc. until your display is ready for a screenshot. | | * Open applications, etc. until your display is ready for a screenshot. |
| | * Switch to the first virtual terminal by typing Ctrl+Alt+F1 | | * Switch to the first virtual terminal by typing Ctrl+Alt+F1 |
Revision as of 18:11, 21 April 2011
MeeGo Netbook UX
TODO
MeeGo UX
Currently, there is no *easy* method of taking native screenshots with MeeGo UX, but the command-line approach is as follows:
- Make sure you have an active internet connection.
- Open the Terminal. Become root by typing su. The default password is "meego".
- Install ImageMagick with the command
# zypper in ImageMagick
- Exit the root environment by typing exit.
- Type exit once more to close out of the Terminal application.
- Open applications, etc. until your display is ready for a screenshot.
- Switch to the first virtual terminal by typing Ctrl+Alt+F1
- Log in as a normal user. By default, the user is "meego" and the password is "meego".
- Navigate to the directory in which you want to save the screenshot.
- Execute the following command, where "filename.png" is the name you want for the screenshot.
$ import filename.png
- Return to the X session by typing Alt+F2
- Click (or touch) the display and wait a few seconds
- Switch back to the virtual terminal (Ctrl+Alt+F1), and verify that the 'import' command completed without errors.
- That's it! Your screenshot can be found in the current directory.