Персональное меню: советы и приемы
(Различия между версиями)
(Новая страница: «Category:Users») |
|||
Строка 1: | Строка 1: | ||
+ | [[Категория:Пользователи]] | ||
+ | |||
+ | === Открытие файла в Media Player === | ||
+ | |||
+ | *Шаг 1: <b><u>Откройте</u></b> Настройки для Персонального меню или Персонального запускающего модуля | ||
+ | |||
+ | *Шаг 2: <b><u>Кликните</u></b> добавить новую запись | ||
+ | |||
+ | *Шаг 3: Назовите свою запись | ||
+ | |||
+ | *Шаг 4: Войдите в Командное меню для выполнения: /usr/bin/dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"<location of file>" | ||
+ | |||
+ | *Шаг 5: Выберите иконку | ||
+ | |||
+ | *Шаг 6: Кликните <b><u>Ok</u></b> и <b><u>Закрыть</u></b> окно Настройки. | ||
+ | |||
+ | <pre><nowiki>*</nowiki><location to file> будет или веб адрес, или месторасположение файла на вашем планшете</pre> | ||
+ | |||
+ | |||
+ | == Adding entry for Web address == | ||
+ | |||
+ | [[Image:Plaunchss.jpg|frame|Example of Adding Icon for Google]] | ||
+ | |||
+ | To add a entry for either a web address or any file that is location on your tablet that opens in browser use the following tip. | ||
+ | |||
+ | *Step 1: <b><u>Open</u></b> Settings for Pmenu or PLauncher | ||
+ | |||
+ | *Step 2: <b><u>Click</u></b> add new entry | ||
+ | |||
+ | *Step 3: Name your entry | ||
+ | |||
+ | *Step 4: Enter into Command to execute: browser --url=<location to file> | ||
+ | *Step 5: Choose Icon | ||
+ | |||
+ | *Step 6: Click <b><u>Ok</u></b> and <b><u>Close</u></b> Settings window. | ||
+ | |||
+ | <pre><nowiki>*</nowiki><location to file> would be either the web address or the location of the file on your tablet</pre> | ||
+ | |||
+ | == Adjust Volume using Personal Launcher == | ||
+ | |||
+ | *Step 1: <b><u>Open</u></b> Settings for Personal Launcher | ||
+ | |||
+ | *Step 2: Adding Volume Down | ||
+ | |||
+ | **Step 2.1: <b><u>Click</u></b> add new entry | ||
+ | |||
+ | **Step 2.2: Name your entry | ||
+ | |||
+ | **Step 2.3: Enter into Command to execute: gconftool -t int -s /apps/osso/sound/master_volume `expr $(gconf-tool -g /apps/osso/sound/master_volume) - 10` | ||
+ | |||
+ | *Step 3: Adding Volume Down | ||
+ | |||
+ | **Step 3.1: <b><u>Click</u></b> add new entry | ||
+ | |||
+ | **Step 3.2: Name your entry | ||
+ | |||
+ | **Step 3.3: Enter into Command to execute: gconftool -t int -s /apps/osso/sound/master_volume `expr $(gconf-tool -g /apps/osso/sound/master_volume) + 10` | ||
+ | |||
+ | Taken from itT Thread[http://www.internettablettalk.com/forums/showpost.php?p=258144&postcount=10] | ||
+ | |||
+ | == Adding Custom Icons for Personal Menu/Launcher == | ||
+ | |||
+ | If you would like to add some icons that you can use for your personal menu/launcher or if you would like to change on that is already there follow these steps. | ||
+ | |||
+ | *Step 1: Create a 64px x 64px icon and save in .png format. | ||
+ | |||
+ | *Step 2: Upload file to /usr/share/icons/hicolor/scalable/hildon/ | ||
+ | |||
+ | *Step 3: Run in Terminal as root: gtk-update-icon-cache -f /usr/share/icons/hicolor | ||
+ | **Step 3.1 Rebooting device should do the trick also. | ||
+ | |||
+ | *Step 4: Set icon for your entry. | ||
+ | <pre>Custom icon will appear under hildon in drop down box.</pre> | ||
+ | |||
[[Category:Users]] | [[Category:Users]] | ||
+ | |||
+ | [[Category:Power users]] |
Версия 03:01, 13 ноября 2009
Содержание |
Открытие файла в Media Player
- Шаг 1: Откройте Настройки для Персонального меню или Персонального запускающего модуля
- Шаг 2: Кликните добавить новую запись
- Шаг 3: Назовите свою запись
- Шаг 4: Войдите в Командное меню для выполнения: /usr/bin/dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"<location of file>"
- Шаг 5: Выберите иконку
- Шаг 6: Кликните Ok и Закрыть окно Настройки.
*<location to file> будет или веб адрес, или месторасположение файла на вашем планшете
Adding entry for Web address
To add a entry for either a web address or any file that is location on your tablet that opens in browser use the following tip.
- Step 1: Open Settings for Pmenu or PLauncher
- Step 2: Click add new entry
- Step 3: Name your entry
- Step 4: Enter into Command to execute: browser --url=<location to file>
- Step 5: Choose Icon
- Step 6: Click Ok and Close Settings window.
*<location to file> would be either the web address or the location of the file on your tablet
Adjust Volume using Personal Launcher
- Step 1: Open Settings for Personal Launcher
- Step 2: Adding Volume Down
- Step 2.1: Click add new entry
- Step 2.2: Name your entry
- Step 2.3: Enter into Command to execute: gconftool -t int -s /apps/osso/sound/master_volume `expr $(gconf-tool -g /apps/osso/sound/master_volume) - 10`
- Step 3: Adding Volume Down
- Step 3.1: Click add new entry
- Step 3.2: Name your entry
- Step 3.3: Enter into Command to execute: gconftool -t int -s /apps/osso/sound/master_volume `expr $(gconf-tool -g /apps/osso/sound/master_volume) + 10`
Taken from itT Thread[1]
Adding Custom Icons for Personal Menu/Launcher
If you would like to add some icons that you can use for your personal menu/launcher or if you would like to change on that is already there follow these steps.
- Step 1: Create a 64px x 64px icon and save in .png format.
- Step 2: Upload file to /usr/share/icons/hicolor/scalable/hildon/
- Step 3: Run in Terminal as root: gtk-update-icon-cache -f /usr/share/icons/hicolor
- Step 3.1 Rebooting device should do the trick also.
- Step 4: Set icon for your entry.
Custom icon will appear under hildon in drop down box.