![]() |
Re: 9 easy Desktop shortcuts
querty12, yup I am sure that is the fix, but I was simply reporting it to emjayes.
thanks :) |
Re: 9 easy Desktop shortcuts
Quote:
First, and most important: Until we get to lock the home layout, you can accidentally drag 9 things around your desktop, instead of 1, for 9 times the fun! The others are more desirable; you can lay things out arbitrarily, say vertical instead of horizontal; or cleverly integrated with your wallpaper -- I used to do that on PCs when I had too much time. Also, you don't need an item in the menu to launch it from home... I'm really a big personal menu fan... just give me 5 personal menus I can throw up from 5 shortcuts, and I'd be happy. |
Re: 9 easy Desktop shortcuts
any of these shortcuts can be modified to run personal menu.
Code:
personal-menu & |
Re: 9 easy Desktop shortcuts
Quote:
Quote:
|
Re: 9 easy Desktop shortcuts
For those wanting multiple PMs to use: currently the config file is hardcoded to be ~/.personal_menu.rc
There is a problem with having more than one (or, I should say more than three) Personal Menus running at once. As PM is a task navigator plugin, it needs to be loaded as one of the three plugins for your tablet. You could theoretically run three of them (after changing the code in several small ways for each one) but then you can't have anything else in your sidebar. Maybe there needs to be a version of Personal Menu that doesn't need to load in the sidebar? Just a command with an argument specifying which configuration to use that pops up a menu? What say you? |
Re: 9 easy Desktop shortcuts
Quote:
I'd like that arrangement in any event, but what I'm hoping to get to ultimately is a way to use one instance of PM also as a macro-typer. If you look at Posts #1, 18, and 19 in this thread, you'll see what I'm talking about. (You've given me some input on this before. I still haven't figured out how to do it. Obviously.) |
Re: 9 easy Desktop shortcuts
Quote:
I'm currently using cmd-nav and p-menu to get two menus; the ability to have three such menus in the navigator is tempting, but not essential. Popping up p-menu from the power-key, via powerlaunch, OTOH, looks great. |
Re: 9 easy Desktop shortcuts
screenshot ? anybody ?
|
Re: 9 easy Desktop shortcuts
Version 0.0.1.1:
-Corrected the dependencies to include hildon-desktop-python-loader and python2.5-hildondesktop. First post now has a screenshot. |
Re: 9 easy Desktop shortcuts
Quote:
in xterm: Code:
sudo gainrootSo when, and I do mean when you have once yet screwed the desktop. Code:
killall hildon-desktopAlso, you can enable new applets, but they will be in their default position in the desktop after reboot, because their position is not saved. So to enable new applets, first reset the immutable bit, Code:
sudo gainrootTo have such a function as a button in personal menu: in /home/user/.personal_menu.rc [10] app name=Reset Desktop icon name=terminal executable=/usr/local/bin/resetdesktop /usr/local/bin/resetdesktop #!/bin/sh sudo /etc/init.d/hildon-desktop stop sudo /etc/init.d/hildon-desktop start run visudo, add these lines: user ALL = NOPASSWD: /etc/init.d/hildon-desktop stop user ALL = NOPASSWD: /etc/init.d/hildon-desktop start |
| All times are GMT. The time now is 16:52. |
vBulletin® Version 3.8.8