![]() |
Re: Harmattan UI framework development is opened
Quote:
I wonder how you got an endless reboot problem. The only situation I know of that could cause this is when you try to *uninstall* it, and that was just with the first (?) version released and was quickly fixed. It should be fine now. If you still get such a problem, please let us know. Max. |
Re: Harmattan UI framework development is opened
i just checked harmattan on gitourious and compiled libdui and duitheme and installed them on my ubuntu laptop, but duihome and duicompositor don't want to compile...
what is the probleme ? could you give me a step by step procedure to get a fonctionnal testing duihome on linux please ? |
Re: Harmattan UI framework development is opened
UPDATE :
I downloaded contextkit and libcontentaction from maemo-af gitorious and got contextkit compiling but not libcontentaction then i got libdui, duitheme, duicontrolpanel and duihome compiling on my ubuntu but not duicompositor because of contentaction missing... and i can't run mthemedaemon, so all harmattan apps launched just shows me a blank screen but there's some progress !! |
Re: Harmattan UI framework development is opened
Quote:
I have been trying to compile harmattan UIF. Have you compiled in scratchbox envt or in your host envt? Has anybody tried to put it onto the device? Found a very useful post to start: http://forum.meego.com/showpost.php?p=1482&postcount=7 git clone git://gitorious.org/maemo-6-ui-framework/libdui.git cd libdui ./configure make doc (you will need doxygen) Then in a browser: file:///.../libdui/doc/html/tutorial.html Of course it is Maemo 6 ui documentation ;-) ... |
Re: Harmattan UI framework development is opened
I compiled it on my laptop, unfortunatelly it doesn't run correctly. I asked for help on irc, and it looks like you need some in-house utility to be able to run it on a laptop. It is called dui-run, from dui-sb-session package. And they are not available in the open right now (from what I have been told). If you find a solution, I'm interested...
anyway, even if it is not working, the doc is interesting. |
Re: Harmattan UI framework development is opened
Hiya.
Id assume that dui-run is very similar to what previous sdk's had: run-standalone.sh or something.. If you check the code it should be pretty evident that very basic requirements are session - and possibly system - dbus and gconf. Try starting those up and and export the session dbus environment and see what comes up? |
Re: Harmattan UI framework development is opened
mthemedaemin seems to make some problems, as it doesn't want to start, apps screens are completely black.
|
Re: Harmattan UI framework development is opened
Quote:
I have been able to compile and install libdui and duitheme on my ubuntu 9.10 desktop as well as scratchbox for maemo5. How do I put them on the device? |
Re: Harmattan UI framework development is opened
Quote:
Quote:
|
Re: Harmattan UI framework development is opened
Quote:
|
Re: Harmattan UI framework development is opened
:: error: No rule to make target `/mgen/debug/mgen.exe', needed by `\lib\meegotouchcore.dll'. Stop.
I got this error when attempting to build libdui. Any ideas? I've been having troubles getting anything to work right in qt.. |
Re: Harmattan UI framework development is opened
Quote:
you might want to try this branch instead of master: http://qt.gitorious.org/maemo-6-ui-f...asyskom-libdui and then branch holger-windows it seems that the current master is still missing a patch... kr Holger |
Re: Maemo 6 UI framework development is opened
Quote:
it seems that there are always people who complain no matter what... |
Re: Harmattan UI framework development is opened
Quote:
I installed the Nokia qt sdk found on Nokia's site. It's hard to tell if I have the environment set up incorrectly or if the code is just not in a state to be compiled. |
Re: Harmattan UI framework development is opened
I seem to be late in the game, but seriously congratz to tomasj and Harmattan UI framework team for going (L)GPLed! You make a difference :)
|
Re: Maemo 6 UI framework development is opened
Quote:
I agree that this is meego releated thread, but the question is when we'll have meego community port for N900, would we get an official port of these widgets and other stuff that are tested on N900. because for now there were a lot of stuff tested by us (demos) or things we saw on nokia's videos running on N900 and still we didn't get them. and i'm not sure we would. |
Re: Harmattan UI framework development is opened
There are two sticky threads in this forum: one discussing the MeeGo project release running on the N900 and another one discussing the MeeGo-Harmattan release from Nokia being ported to N900 in a community effort.
Please let's keep this thread to discuss the now called MeeGo Touch Framework. By the way, by the renaming of these libraries it is clear that this is another topic that would make more sense to have in http://forum.meego.com now... |
Re: Harmattan UI framework development is opened
The naming is still confusing. What is the actual relation of the MeeGo Touch Framework to MeeGo proper (is there any) ? It is not part of the MeeGo API, AFAIK does not build on it, touches on no MeeGo device except on the one that used to be called Maemo 6... And then there is something called MeeGo UI framework which IS part of the MeeGo API. Or is the MeeGo UI framework an alias for the MeeGo Touch framework ?
|
Re: Harmattan UI framework development is opened
No hard facts here, but I *think* MeeGo Touch Framwork (formerly known as DUI) will be the default MeeGo UI for handsets. Not only for Nokia handsets.
|
Re: Harmattan UI framework development is opened
Simple: the MeeGo Touch Framework is the framework to be used in MeeGo touch devices. It is powering the MeeGo Handset UX planned to be published this month.
|
Re: Harmattan UI framework development is opened
Fair enough. What is the relation between the MeeGo UI Framework and the MeeGo Touch Framework, are they the same thing or is one the subset of the other ?
|
Re: Harmattan UI framework development is opened
Are you referring to the "MeeGo UI Framework" mention at http://meego.com/developers/meego-api ? If so, well spotted. Looks like it should simply say "MeeGo Touch Framework" there.
|
Re: Harmattan UI framework development is opened
Yes, that's the one. Thanks for clearing that up.
|
Re: Harmattan UI framework development is opened
Hi, Sir:
I checked out libdui and make install it, however, I always get fails like below after executing "dui-sb-session start". /usr/bin/duihome is not there, skipped Then nothing happens.... Quote:
|
Re: Harmattan UI framework development is opened
Maybe you just have to wait for a week. I think the development should be easier when Meego pre-Alpha is out.
|
Re: Harmattan UI framework development is opened
Quote:
Just do: Code:
sudo add-apt-repository ppa:villemvainio/meego |
Re: Harmattan UI framework development is opened
Last time I checked libdui it complained about missing themes (problems with duitheme installation).
|
Re: Harmattan UI framework development is opened
Quote:
|
Re: Harmattan UI framework development is opened
Quote:
|
Re: Harmattan UI framework development is opened
Quote:
|
Re: Harmattan UI framework development is opened
No, I was just trying to get the complete stack running to see how GTK+ will behave in this setup and unfortunately I failed building it myself. Anyways, I'll just wait for the MeeGo/Handset alpha release and try again then. Thanks :)
|
Re: Harmattan UI framework development is opened
Quote:
Yes, I think you don't really need the homescreen to develop applications, though I suppose you will want to check the .desktop files, icons and things like that. I'm not sure there any plans to make the homescreen work on top of maemo5. We are trying to get a new version of widgetsgallery out, but are having trouble with the repository. If anyone can help, please do. |
Re: Harmattan UI framework development is opened
Quote:
Do I have to start the daemon before running for example widgetsgallery? Where do I find this daemon? |
Re: Harmattan UI framework development is opened
Quote:
Perhaps you may want to try "widgetsgallery -software" to use software rendering? |
Re: Harmattan UI framework development is opened
The whole error message:
"MRemoteThemeDaemon: Failed to connect to theme daemon (IPC) MThemeDaemon - base theme directory not found: /usr/local/share/themes/base/meegotouch/libmeegotouchcore/style. Please (re)install meegotouchtheme package." I tried "widgetsgallery -software" and same problem. E: There isn't libmeegotouchcore under /themes/base/meegotouch. |
Re: Harmattan UI framework development is opened
Quote:
|
Re: Harmattan UI framework development is opened
Yeah it's in usr/local. So what's the best way to uninstall all the old crap. :D
|
Re: Harmattan UI framework development is opened
Quote:
Just removing the binary (/usr/local/bin/widgetsgallery) ought to be enough, but sometimes it helps to remove other stuff you find as well. E.g. /usr/local/lib is a good place to look for unwanted files. |
Re: Harmattan UI framework development is opened
Now I got it working (except all items in widgetsgallery are empty :> ). I removed all old files and reinstalled libmeegotouch-dev. Thanks.
|
Re: Harmattan UI framework development is opened
Quote:
|
All times are GMT. The time now is 16:26. |
vBulletin® Version 3.8.8