(→MeeGo UX: add some more fluff to the descriptions) |
(→ImageMagick method: more clarifications) |
||
| Line 9: | Line 9: | ||
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: | 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 | + | * Make sure your device is connected to the internet. |
| - | * Open the Terminal. Become root by typing <tt>su</tt>. The default password is "meego". | + | * Open the Terminal application. Become root by typing <tt>su</tt>. The default password is "meego". |
| - | * Install <tt>ImageMagick</tt> | + | * Install <tt>ImageMagick</tt> by running the command |
<code>zypper in ImageMagick</code> | <code>zypper in ImageMagick</code> | ||
* 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 | + | * Type <tt>exit</tt> once more to close the Terminal application. |
| - | * | + | * Prepare the display for a screenshot by opening applications, performing tasks, etc. When the display is ready for a screenshot, proceed to the next step. |
* Switch to the first virtual terminal by typing Ctrl+Alt+F1 | * 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". | * 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. You can use the <tt>cd</tt> command to change directories. |
* Execute the following command, where "filename.png" is the name you want for the screenshot image. | * Execute the following command, where "filename.png" is the name you want for the screenshot image. | ||
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