| The Following User Says Thank You to anthonie For This Useful Post: | ||
|
|
2010-12-12
, 22:13
|
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#232
|
|
|
2010-12-12
, 22:21
|
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#233
|
| The Following User Says Thank You to anthonie For This Useful Post: | ||
|
|
2010-12-12
, 22:29
|
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#234
|
|
|
2010-12-12
, 23:00
|
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#235
|


| The Following User Says Thank You to anthonie For This Useful Post: | ||
|
|
2010-12-13
, 00:23
|
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#236
|
I donīt have easy debian installed, so my guess is itīs not needed. But if itīs for play anyway, you might install it just to see whatīs going on. I installed Arch only because it used Enlightenment. Letīs call it an old love of mine, that Iīm happy to see again on my n900. Also I wanted to be able to play around with an Enlightenment module called Illume I had seen a vid on youtube with an n800 running their virtual keyboard. Long story short: it turns out to be already installed with this Archmobile image and itīs not just a virtual keyboard but a complete theme. And a nice one at that.
Conclusion: interested in play? Than by all means, do install Arch and have a play with Enlightenment, fire up the Illume theme, play with the virtual terminal keyboard. Then come back and tell me that keyboard sucks
Have fun
Edit: Whatīs propaganda without eye candy? So screenshots were added.
I don't want to install another system wich will not be useful! I thought that by installing UBUNTU i would have a whole complete OS but It lacks many things!!!!
|
|
2010-12-13
, 09:20
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Nov 2010
|
#237
|
,I can installed and run some software on it, such as Gimp, inkscape, rawstudio...
Just hope someone can make a easy ubuntu, easy to install, like easy debian, improve it and keep to update the image.
|
|
2010-12-13
, 09:55
|
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#238
|
I always copy those files to a subfolder from the location where I run chroot.
So:
Copy both files over to /home/user/archlinux either through your USB or by terminal.
After that, chroot into archlinux and copy those files to the appropriate places, id est
set-focus goes to usr/bin/ and the other one goes to /sbin/
While still chrooted you should be able to chmod +x both these files.
deny_winarto: Just make a .desktop file in /usr/share/applications/hildon with the command you use to run openoffice in the "EXEC=" line.
|
|
2010-12-13
, 16:02
|
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#239
|
#!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Name=OpenOffice GenericName=OpenOffice Exec=ubuntu openoffice.org Icon=ooo-gulls X-Osso-Type=application/x-executable X-HildonDesk-ShowInToolbar=true Terminal=true Type=Application StartupNotify=true
| The Following User Says Thank You to juandp77 For This Useful Post: | ||
|
|
2010-12-13
, 16:13
|
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#240
|
@deny_winarto: OpenOffice Desktop
so all you have to do is change debbie for ubuntuCode:#!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Name=OpenOffice GenericName=OpenOffice Exec=ubuntu openoffice.org Icon=ooo-gulls X-Osso-Type=application/x-executable X-HildonDesk-ShowInToolbar=true Terminal=true Type=Application StartupNotify=true

So:
Copy both files over to /home/user/archlinux either through your USB or by terminal.
After that, chroot into archlinux and copy those files to the appropriate places, id est
set-focus goes to usr/bin/ and the other one goes to /sbin/
While still chrooted you should be able to chmod +x both these files.