(clarify the instructions to make sure Terminal is closed before proceeding) |
(→MeeGo UX: add some more fluff to the descriptions) |
||
| Line 5: | Line 5: | ||
== MeeGo UX == | == MeeGo UX == | ||
| - | Currently, there is no *easy* | + | === ImageMagick method === |
| + | |||
| + | Currently, there is no *easy* procedure for taking native screenshots under MeeGo UX. The following steps outline a possible command-line approach, using the <tt>import</tt> command from ImageMagick: | ||
* Make sure you have an active internet connection. | * Make sure you have an active internet connection. | ||
| Line 11: | Line 13: | ||
* Install <tt>ImageMagick</tt> with the command | * Install <tt>ImageMagick</tt> with the command | ||
| - | <code> | + | <code>zypper in ImageMagick</code> |
* Exit the root environment by typing <tt>exit</tt>. | * Exit the root environment by typing <tt>exit</tt>. | ||
| Line 19: | Line 21: | ||
* Log in as a normal user. By default, the user is "meego" and the password is "meego". | * 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. | * 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. | + | * Execute the following command, where "filename.png" is the name you want for the screenshot image. |
| - | <code> | + | <code>import filename.png</code> |
| - | * | + | * Type Alt+F2 to return to the X session. |
| - | * Click (or touch) the display and wait a few seconds | + | * Click (or touch) the display, and wait a few seconds before proceeding to the next step. |
| - | * Switch back to the virtual terminal (Ctrl+Alt+F1), and verify that the 'import' command completed without | + | * Switch back to the virtual terminal (Ctrl+Alt+F1), and verify that the 'import' command completed without displaying any warnings or error messages. |
* That's it! Your screenshot can be found in the current directory. | * That's it! Your screenshot can be found in the current directory. | ||
TODO
Currently, there is no *easy* procedure for taking native screenshots under MeeGo UX. The following steps outline a possible command-line approach, using the import command from ImageMagick:
zypper in ImageMagick
import filename.png