maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   MyMenu (https://talk.maemo.org/showthread.php?t=39141)

DaSilva 2010-01-04 09:52

Re: MyMenu
 
Quote:

Originally Posted by benny1967 (Post 451882)
:D
This is certainly a chicken-egg problem. No developer will ever put Categories in his .desktop-files if they go unused on the N900.

But if only one applications/launcher such as yours starts using them... You could start a revolution. ;)

Anyway, once you allow users to move around applications, you need a place to store the current location of the app. The .desktop file is a good place for this... So why not write to the .desktop file in case it doesn't already include a category (or in case the category needs to be changed) and then always read from the .desktop file when you have to determine where to put an application?

That would be awesome!

fpp 2010-01-04 12:12

Re: MyMenu
 
Quote:

Originally Posted by manzn (Post 451798)
Hello fpp,
pls can you enter follow command:
ls -r /opt/*
and post oder mail me the output

Sorry manz -- I'm at work and I forgot my N900 at home this morning, probably not enough awake on this first day of the year :-)

I'll do it this evening if no one beats me to it...

stobbsc 2010-01-04 12:42

Re: MyMenu
 
This looks like an awesome app. I can't wait for it to hit testing, the I'll be installing this asap :-)

Jaffa 2010-01-04 14:55

Re: MyMenu
 
Quote:

Originally Posted by benny1967 (Post 451882)
This is certainly a chicken-egg problem. No developer will ever put Categories in his .desktop-files if they go unused on the N900.

You could use the sections which a user has found to get the app:

Code:

for i in *.desktop; do
  PKG=`dpkg -S "${i}"`
  SECTION=`apt-cache show "${PKG}" | grep ^Section: | cut -d' ' -f 2
}

This is useful for the user and also aligns with #3822.

Quote:

So why not write to the .desktop file in case it doesn't already include a category (or in case the category needs to be changed) and then always read from the .desktop file when you have to determine where to put an application?
Changing a third party package's files to shuffle things around isn't very polite.

manzn 2010-01-04 16:37

Re: MyMenu
 
@jaffa thx nice input

@all i have a new version online - testet bei Tom

http://maemo.3ion.at/mymenu-0.4.1.20100104_armel.deb

nice testing - Tom means the update version is ok - plese give me a response :-D

soleil 2010-01-04 16:49

Re: MyMenu
 
How can I know which version I have ? I can't find MyMenu in AppManager

manzn 2010-01-04 16:55

Re: MyMenu
 
@soleil

in xterm enter following command: dpkg -s mymenu | grep Version

geneven 2010-01-04 17:02

Re: MyMenu
 
Wow, groovy! I guess the main menu is supposed to be the system of shortcuts you can put on the desktop, but this is very helpful.

soleil 2010-01-04 17:27

Re: MyMenu
 
My version is 0.4.20100103 and I can't update to 20100104 which the script update-menu of MyMenu

manzn 2010-01-04 17:45

Re: MyMenu
 
@soleil - the update-menu is only for the apps not for a update function for the debian package - you musst download the newest version and install it per xterm with dpkg -i mymenu-0.4.1.20100104_armel.deb


All times are GMT. The time now is 21:58.

vBulletin® Version 3.8.8