The Following 4 Users Say Thank You to rebhana For This Useful Post: | ||
|
2010-05-02
, 14:36
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#1112
|
The Following User Says Thank You to ArchiMark For This Useful Post: | ||
|
2010-05-02
, 15:02
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#1113
|
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
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.Code:mkdir -p /home/user/.local/share/applications/hildon mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
You will have to reboot in order to see your new app icon appear in the application manager.
mkdir -p /home/user/.local/share/applications/hildon mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
|
2010-05-02
, 16:15
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#1114
|
installed it without much pain by enabling the squeeze and sid repos in /etc/apt/sources.list then, as root in Debian:
Doesn't seem faster, and the menus changed from icons to text, but it works fine...Code:apt-get update apt-get install --no-install-recommends openoffice.org-writer openoffice.org-impress openoffice.org-calc
apt-get install openoffice.org-style-crystal openoffice.org-style-galaxy openoffice.org-style-hicontrast openoffice.org-style-tango openoffice.org-emailmerge
|
2010-05-02
, 16:22
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#1115
|
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/
mv /home/user/MyDocs/gnumeric.desktop /home/user/.local/share/applications/hildon/
The Following 2 Users Say Thank You to rebhana For This Useful Post: | ||
|
2010-05-03
, 00:40
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#1116
|
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):
Similarly, if you have found a nice icon that would have to go into the second directory.Code:mv /home/user/MyDocs/gnumeric.desktop /home/user/.local/share/applications/hildon/
mkdir -p /home/user/.local/share/applications/hildon mkdir -p /home/user/.local/share/icons/hicolor/scalable/hildon/
The Following User Says Thank You to deny_winarto For This Useful Post: | ||
|
2010-05-03
, 01:09
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#1117
|
|
2010-05-03
, 01:34
|
Posts: 27 |
Thanked: 8 times |
Joined on Apr 2010
@ Liverpool
|
#1118
|
|
2010-05-03
, 07:35
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#1119
|
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.
The Following User Says Thank You to rebhana For This Useful Post: | ||
|
2010-05-03
, 08:14
|
Posts: 249 |
Thanked: 47 times |
Joined on Apr 2010
|
#1120
|
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?
The Following User Says Thank You to deny_winarto For This Useful Post: | ||
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
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
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