I personally would prefer a desktop widget. I don't think such a thing would use too much ram. Isn't it just reading what's inside a folder and displaying this as buttons?
I personally would prefer a desktop widget. I don't think such a thing would use too much ram. Isn't it just reading what's inside a folder and displaying this as buttons?
Personally i dont really care if it is a program or a widget.
And with linux desktop or windows link files (as Rooster13 mentioned) implemented too, it would also replace a great deal of the functions done by the homescreens.
Well, i have checked the gtk.button() command and to me it seems like the main function would be to do a directorylisting and then just fill a container with gtk.buttons.
-But right now i have some ergonomic problems with the n900 keyboard and small screen, which makes it hard to learn anything new regarding programming on a completely new system.
A Widget would give some sort of Desktop experience.
The Gui Part should be easy. In fact i am writing something like this in the moment. I would like to have some menu from the desktop similar to openbox menu. Changing it to be filled with the directory content should be doable.
However I have no clue how to handle these files (.desktop...). And I am doing the things rather quick and dirty.
A Widget would give some sort of Desktop experience.
The Gui Part should be easy. In fact i am writing something like this in the moment. I would like to have some menu from the desktop similar to openbox menu. Changing it to be filled with the directory content should be doable.
However I have no clue how to handle these files (.desktop...). And I am doing the things rather quick and dirty.
NICE
You could create your own .desktop fileformat and just call it something else, that was what i was thinking about
But the functionality of .desktop inside a simple deskmanager lke this could also be implemented with a simple textfile where each line was one item.
You could create your own .desktop fileformat and just call it something else, that was what i was thinking about
But the functionality of .desktop inside a simple deskmanager lke this could also be implemented with a simple textfile where each line was one item.
Domt know what kind of widget you are doing but the file is necessary for a complete desktop enviroment, to keep information of the icons on the desktop and maybe also to add nonexistent icons to the subfolders.
The idea that has developed in my head durig this discussion is a widget that has "bookmarks" to various directorys (and maybe even directly to files and progrograms too) on it just like a desktop, and when a folder is tapped on, opens up a very simple "filemanager" presenting the files in the folder in a nice way.
If I remember correctly, the Nokia Communicator series had such an environment.
Always wondered if it would be possible to have a desktop like environment on the N900.
yes it had a simple but still useful desktop.
-I dont see any reason why we cant have a desktop oriented workflow on the 900 too, insteaed of this APP-lication workflow we currently have.
Btw, found some code examples which could be helpful.
Domt know what kind of widget you are doing but the file is necessary for a complete desktop enviroment, to keep information of the icons on the desktop and maybe also to add nonexistent icons to the subfolders.
The idea that has developed in my head durig this discussion is a widget that has "bookmarks" to various directorys (and maybe even directly to files and progrograms too) on it just like a desktop, and when a folder is tapped on, opens up a very simple "filemanager" presenting the files in the folder in a nice way.
My idea was this simple "filemanager" showing in the widget. e.g. showing the folders/files in a folder in alphabetical order (no free positioning (maybe home as default). If you tap a folder the widget shows the content of the new folder. If you tap a file, it opens . The widget itself has a .desktop file.