Reply
Thread Tools
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1111
Originally Posted by deny_winarto View Post
I understand that to create a desktop shortcut of gnumeric i have to put gnumeric.desktop file

In here :
/home/user/.local/share/applications/hildon
Question is, i can't find the folder on Mass Storage mode, is it hidden or something?
Also where do i put the icon image files? I assume it's not available yet in the debian?
Through USB you can only access /home/user/MyDocs, so you would then have to move the file from XTerminal into this folder. (I myself use ssh for all transfers which doesn't have any limitations.)

Icon images can either be placed in the standard Maemo location, for example /usr/share/icons/hicolor/scalable/hildon/ or likewise in the analogous directory in /home/user/.local. Since those directories won't exist, create them at the first such installation by
Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
Your .desktop file goes into the first folder, and some appropriate icon file (.png) in the second. If you don't find any png file in the Debian package, you can of course reuse or edit existing ones.

You will have to reboot in order to see your new app icon appear in the application manager.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following 4 Users Say Thank You to rebhana For This Useful Post:
ArchiMark's Avatar
Posts: 414 | Thanked: 109 times | Joined on Mar 2007 @ Silicon Valley
#1112
Continuing my testing....I managed to get Task app compiled on my N900 in Easy Debian using gcc/g++.....works great....

Task is open source task management app....

http://taskwarrior.org/projects/show/taskwarrior

Here's a few pics for fun....first 2 pics show colors available to use in app and then last pic is of Task app with ToDo list (sorry for bad quality of pic.)





__________________
Mark
Silicon Valley Digerati

Nokia N900
Previous: Nokia N810 & N800
 

The Following User Says Thank You to ArchiMark For This Useful Post:
Posts: 249 | Thanked: 47 times | Joined on Apr 2010
#1113
Originally Posted by rebhana View Post
Through USB you can only access /home/user/MyDocs, so you would then have to move the file from XTerminal into this folder. (I myself use ssh for all transfers which doesn't have any limitations.)

Icon images can either be placed in the standard Maemo location, for example /usr/share/icons/hicolor/scalable/hildon/ or likewise in the analogous directory in /home/user/.local. Since those directories won't exist, create them at the first such installation by
Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
Your .desktop file goes into the first folder, and some appropriate icon file (.png) in the second. If you don't find any png file in the Debian package, you can of course reuse or edit existing ones.

You will have to reboot in order to see your new app icon appear in the application manager.
Thanks, but could you explain to me step by step?
So if i move the gnumeric.desktop file onto "N900" folder
What should i type in X-terminal to remove them to hildon folder?
I tried to use this code in X-terminal but it does nothing

Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
Sorry if i ask too much, i'm still new at this

Oh and about OOCalc, i might've closed it because it took too long to start, i tried it again and it works

Last edited by deny_winarto; 2010-05-02 at 15:04.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1114
Originally Posted by qole View Post
installed it without much pain by enabling the squeeze and sid repos in /etc/apt/sources.list then, as root in Debian:
Code:
apt-get update
apt-get install --no-install-recommends openoffice.org-writer openoffice.org-impress openoffice.org-calc
Doesn't seem faster, and the menus changed from icons to text, but it works fine...
I have now also found time to try out OO 3.2. The missing icons are due to openoffice.org-style-* files that were not upgraded by the above commands. To upgrade all the other openoffice.org packages that are already installed one additionally needs
Code:
apt-get install openoffice.org-style-crystal openoffice.org-style-galaxy openoffice.org-style-hicontrast openoffice.org-style-tango openoffice.org-emailmerge
(I guess only galaxy is really needed to get the icons back in the standard configuration.)
As to startup speed, I now get slightly above 1 minute when launched the first time, and when repeated around 45 sec. (time until the cursor appears in oowriter). With 3.1 it remained around 1 minute.

EDIT: The timings were for debbie. Curiously, in LXDE I get lower values - sometimes just 30 secs for repeated launches of oowriter.

EDIT2: @qole, what about securing a version of all OO3.2 armel packages in sid in case it gets again withdrawn or broken in the next versions?
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log

Last edited by rebhana; 2010-05-02 at 17:46.
 

The Following 2 Users Say Thank You to rebhana For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1115
Originally Posted by deny_winarto View Post
Thanks, but could you explain to me step by step?
So if i move the gnumeric.desktop file onto "N900" folder
What should i type in X-terminal to remove them to hildon folder?
I tried to use this code in X-terminal but it does nothing

Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
These two commands create the folders where your files should then be moved into. If you have transferred your gnumeric.desktop file by USB, it will be in /home/user/MyDocs. To move it in XTerminal, you can then do (the following is one line):
Code:
mv /home/user/MyDocs/gnumeric.desktop /home/user/.local/share/applications/hildon/
Similarly, if you have found a nice icon that would have to go into the second directory.
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following 2 Users Say Thank You to rebhana For This Useful Post:
Posts: 249 | Thanked: 47 times | Joined on Apr 2010
#1116
Originally Posted by rebhana View Post
These two commands create the folders where your files should then be moved into. If you have transferred your gnumeric.desktop file by USB, it will be in /home/user/MyDocs. To move it in XTerminal, you can then do (the following is one line):
Code:
mv /home/user/MyDocs/gnumeric.desktop /home/user/.local/share/applications/hildon/
Similarly, if you have found a nice icon that would have to go into the second directory.
Hmm.. it says "cannot preserve ownership of /home/user/MyDocs/gnumeric.desktop" : Operation not permitted

And after i tried these
Code:
mkdir -p /home/user/.local/share/applications/hildon
mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
None of those folders show up when i plug it to PC...
I've enabled "show hidden folder" on my W7 so it should show up if it's hidden... Did i miss something here?
 

The Following User Says Thank You to deny_winarto For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1117
deny_winarto:

That "cannot preserve ownership" message happens when you copy something TO /home/user/MyDocs, not from there. Rebhana told you to copy it from MyDocs to the new folders.

You won't see the new folders on your PC. You have to copy them to your MyDocs folder from the PC, then move them from the MyDocs folder to your home folder on the N900; that's why rebhana told you to move them with the mv command.

Make sure you are doing exactly what rebhana instructed you to do.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Posts: 27 | Thanked: 8 times | Joined on Apr 2010 @ Liverpool
#1118
hello everyone,
I am a proud owner of N900 for more than 3months and lurking this website from 6months.
I am a newbie in linux and learning new things everyday.
I installed easy debian and trying to install sopcast player, which is asking for two dependencies( ia32-libs and lib32stdc++5). After some investigation, I came to know that these dependencies are available only for amd64 and ia64 processors. If that is the case, is there any other way to install this app on arm.
Please help me.
I will provide the links if anyone are interested.

Regards
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1119
Originally Posted by qole View Post
deny_winarto:

That "cannot preserve ownership" message happens when you copy something TO /home/user/MyDocs, not from there. Rebhana told you to copy it from MyDocs to the new folders.

You won't see the new folders on your PC. You have to copy them to your MyDocs folder from the PC, then move them from the MyDocs folder to your home folder on the N900; that's why rebhana told you to move them with the mv command.

Make sure you are doing exactly what rebhana instructed you to do.
I guess deny_winarto did exactly what I told him, and everything should actually be in place. I checked that you indeed get the "cannot preserve ownership" message when you move from /home/user/MyDocs, however it is only a warning - it does correctly move the file despite the "operation not permitted" (that refers only to the fact that the ownership is modified). If you copy (cp) instead of move (mv), you don't get the warning, but either should be fine. It should now work for you, deny_winarto, doesn't it?
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following User Says Thank You to rebhana For This Useful Post:
Posts: 249 | Thanked: 47 times | Joined on Apr 2010
#1120
Originally Posted by rebhana View Post
I guess deny_winarto did exactly what I told him, and everything should actually be in place. I checked that you indeed get the "cannot preserve ownership" message when you move from /home/user/MyDocs, however it is only a warning - it does correctly move the file despite the "operation not permitted" (that refers only to the fact that the ownership is modified). If you copy (cp) instead of move (mv), you don't get the warning, but either should be fine. It should now work for you, deny_winarto, doesn't it?
Ermm, actually no,
Yes, the gnumeric.desktop file is moved and no longer in MyDocs directory, but i don't see the shortcut in the app list..
So maybe something's wrong with my code

I ended up installing the gnumeric port for N800, using the method here..

http://talk.maemo.org/showthread.php?t=41920

It's faster anyway right? But thanks for the help guys
Is there anyway to speed up the easydebian?
And also do you know how many MB easy debian need in rootfs?
 

The Following User Says Thank You to deny_winarto For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 02:29.