![]() |
2009-01-31
, 16:20
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#2
|
![]() |
2009-01-31
, 17:48
|
Posts: 18 |
Thanked: 7 times |
Joined on Feb 2008
@ UK
|
#3
|
![]() |
2009-02-02
, 22:39
|
|
Posts: 221 |
Thanked: 182 times |
Joined on Jul 2007
@ Central Illinois
|
#4
|
![]() |
2009-02-03
, 00:33
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#5
|
![]() |
2009-02-03
, 15:39
|
|
Posts: 221 |
Thanked: 182 times |
Joined on Jul 2007
@ Central Illinois
|
#6
|
![]() |
2009-02-03
, 17:44
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#7
|
update-desktop-database /usr/share/applications/hildon
![]() |
2009-02-03
, 18:03
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#8
|
cp /etc/xdg/menus/applications.menu /home/user/.osso/menus/ ; update-desktop-database
The Following 2 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-02-03
, 18:23
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#9
|
As root;
Code:cp /etc/xdg/menus/applications.menu /home/user/.osso/menus/ ; update-desktop-database
![]() |
2009-02-03
, 18:30
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#10
|
GraphicsMagick is a fork of ImageMagick, but does pretty much the same thing. The biggest difference is that ImageMagick has a lot of small binaries (e.g. convert, identify, display, etc.) while GraphicsMagick has one binary (gm) which takes a parameter as to what you actually want to do (e.g. gm convert -resize 640x480 pict.png pict.jpg).
This is a very basic recompile. The command line tools should work as expected. I removed all of the installed documentation (5MB!) so you'll have to look online for the command line options.
I have provided an applications icon which launches "gm display", a sort of GUI for GraphicsMagick. However since it is a standard X11 program (NOT hildonized), there are several problems. First, you will need a hardware keyboard or xkbd to enter text into textboxes. Second, there is no icon for the running application, so don't minimize it! It is difficult to get it back. Third, the popup windows are stuck unless you have hacked matchbox to allow for movable windows (i.e. DIALOGMODE=free). You can also download the hacked version of the matchbox-window-manager to have the free moving windows centered on the screen.
Here's how I did it.
My main goal was to get the command line utilities working, so I didn't spend a lot of time testing the "gm display" GUI. I used my own scratchbox setup to compile for gregale and bora, and I used the autobuilder for chinook and diablo.
Last edited by terrencegf; 2009-02-02 at 22:41. Reason: Compiled for gregale and bora as well