![]() |
Re: MyMenu
@maluka
a view iconset's - hmmm.... maybe but not so a awful like that from your IPhone :-D |
Re: MyMenu
Everything works fine - i first updated the "maemo"-update and then "MyMenu" in the morning. No problem - now i will also find the app at the app-manager! thanks a lot.... :-)
|
Re: MyMenu
As I said earlier I managed to freeze up my rebooting problem and then ssh into the device and attempt to remove mymenu. This fixed my rebooting problem but made my desktop unresponsive.
The only thing I can think of that is different in my device is that I symlinked the /var/lib/dpkg to /opt/var/lib/dpkg and /var/lib/atp to /opt/var/lib/atp I dont know if installing mymenu did it but I did notice after installing mymenu that the directory /opt/var/lib now had more entries than just apt and dpkg The reason I am thinking that this might have caused the problem is that trying to uninstall mymenu with apt-get remove mymenu gave a whole host of errors. I did not capture these errors but I did then try reinstall mymenu and got similar errors which I can reproduce below. My current thinking is that the installation of mymenu went badly and hence killed my hildon desktop. Code:
Nokia-N900-42-11:~# |
Re: MyMenu
@atunguyd thx for this usefull post
now i can make a few checks in the script :-D thx, thx, thx |
Re: MyMenu
Hi manzn,
I really love you application. Thanks for it! One time it brings also mine N900 into the boot-cycle-of-death but, hey, that could happen with applications making deeper changes in the desktop configuration. :) Do you have any plans to publish it to extras-devel -> extras-testing -> extras repository to make it available for a great range of users? Ciao jukey |
Re: MyMenu
Hey...is it still available? I can't install using "apt-get install mymeny".
Is there any other way? Thanx |
Re: MyMenu
Quote:
http://farm3.static.flickr.com/2739/...45faf68bd8.jpg http://www.flickr.com/photos/30863507@N02/4268177643/ Quote:
I'll fully credit manzn as the inspiration and hope to get a package in extras-devel today. |
Re: MyMenu
Quote:
|
Re: MyMenu
Quote:
HTH. |
Re: MyMenu
Quote:
please leave a comment here when it's available, thx! ;) |
Re: MyMenu
hey folks,
the first message: a new update is still in testing and comming soon (maybe tomorrow) the second message: after the good response for this (beginning simple) project we decided to rewrite this tool in a "real" programming language. At the moment we read day&night in the manuals for the SDK. Our featuremap will depend on your input given and we build a roadmap for the new major release soon. We hope your ideas for a menu-designing-application will not stop at this time where the "first shoot" is build. At the moment we decied following features: * create your own category and menupositions * create stackable submenus * order your apps in your own category * use of own icons * use of build in categories from .directory (if reasonable) * reorder the icons in the menues (if possible) our greatest problem: find the right and future stable programming environment in the last days we checkt C & GTK+ depending on the choice from NOKIA to support QT in the future development we are not sure if it is better to build (new) applications in C++ & QT WHATS YOUR STATMENT? (And yes: we read the development talk) Time to help? Time to share your expirience? Please contacta me under my garage account or a PN on maemo.org |
Re: MyMenu
Quote:
http://maemo.org/packages/view/catorise/ More info available in its release announcement: http://www.maemopeople.org/index.php...0_applications EDIT: it can be discussed in this separate thread |
Re: MyMenu
Oh, the IRONY!
Quote:
Quote:
Well, now that there's two of you doing the same thing in two projects, it should be interesting to see what happens. I guess competition isn't always a bad thing.... Although I much prefer collaboration. |
Re: MyMenu
installed catorise, works perfctly, but its not everything where it should be.
games from ovi store under more... garnetVM is only under all. installed by apt-get install catorise. because it didn't showed up in program manager but i thought that it could be online yet... and it does not use the icons from digital nature... |
Re: MyMenu
I suggest that all such programs have an option to limit pages to 15 icons (creating sub-folders if needed, so that scrolling becomes unnecessary.
|
Re: MyMenu
sorry, did not read your site..
|
Re: MyMenu
Quote:
I stand by the assertion that an architecture of hardcoding a mapping of all possible applications to sections doesn't scale. Since we could only get a proper look at how Ovi is using dpkg, apt and repositories in the last day or so, it requires a more ingenious technical solution. Of which about 3 are immediately obvious; it just depends which is the most efficient to develop & deploy. Quote:
Quote:
|
Re: MyMenu
deleting a program does not update the icons to the digital nature theme...
|
Re: MyMenu
should we make a new thread for catorise ?
people will get confused discussing 2 app in one thread reporting problems etc for the wrong app. |
Re: MyMenu
Quote:
|
Re: MyMenu
Quote:
|
Re: MyMenu
i'm not trying this as long as the rebooting-of-death exists :P
please tell us when this is fixed^^ |
Re: MyMenu
Quote:
|
Re: MyMenu
So, what is the status? Is it available anywhere?
:) |
Re: MyMenu
Quote:
|
Re: MyMenu
Quote:
Is there a command through x-term to install it? :confused: |
Re: MyMenu
The new Firmware mixed the order up.
Now the folders are alphabeticaly first and then the apps. Ou well will tweak it a bit |
Re: MyMenu
@manzn can I help you in any way?
|
Re: MyMenu
So...what is the command to install it through X-term?
thanx |
Re: MyMenu
install rootsh through program manager
then root dpkg -i packagename.deb |
Re: MyMenu
hello @ all
sorry for my absence - i read much documentation for "How to build a debian package" because i have no plan of this :-D yeah i know - it seam like nokia build a layout part in the hildon-desktop at the moment i work on a workaround for this the main bug for "loop of death" is fixed |
Re: MyMenu
manzn: Did jeremiah help you?
|
Re: MyMenu
@qole i wrote him a mail today again :-(
|
Re: MyMenu
Quote:
|
Re: MyMenu
from site six of this thread..
|
Re: MyMenu
Same here, try to read some of the previous posts.
Tho manzn could also put some of the basics to the first page ;) other possibility is apt-get, checked it is up there Code:
apt-get install mymenu |
Re: MyMenu
The two apps confused the heck out of me. I prefer the mymenu approach.
|
Re: MyMenu
Quote:
The PR1.1 update changed a little how menus are read, now it uses the freedesktop.org spec as much as possible. Now hildon-desktop looks for a hildon.menu file not only in the system directory (/etc/xdg/menus), but also in the user's configuration directory (/home/user/.config/menu). The menu in the latter overrides the system, so it's a lot better to make personal changes there instead of modifying the one in /etc. The override is done using a <MergeFile> directive, so it's important to keep that one in or h-d won't be able to find the desktop files. H-d also follows the spec regarding the order of applications. Everything that's not set in a <Layout> section will be put at the end in alphabetical order. You can look at the new system hildon.menu to see how ordering is done now. The default user hildon.menu also tells h-d to look first in the user's local data directory for desktop files. That makes any desktop file put in /home/user/.local/share/applications/hildon override the system's desktop file for that app. This could be used, for example, to add Categories to desktop files that don't have it or to change an application's icon. I hope these changes make it a lot easier to customize the launcher as much as you want. Don't hesitate to contact me for more info, or to ask in maemo-devs; and sorry for the delay in communicating all this. |
Re: MyMenu
Quote:
|
Re: MyMenu
Quote:
Simple editing errors (I've made more than a few myself) will just get you an empty menu, which can be solved by deleting the /home/user/.config/menus directory. To get an xterm from the desktop without the launcher, use the convinient Ctrl+Shift+X. If you restart h-d and that dir isn't present, h-d will re-create it with the default hildon.menu file. |
| All times are GMT. The time now is 15:26. |
vBulletin® Version 3.8.8