Reply
Thread Tools
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#1
I can't find the GPE files nor some others. I can't see a way to "search" through the filesystem or cards in order to find a specific file.

May be easy - but I've not putz with Uniz/Linux for 20 years and for all intents and purposes am a newbie.......

Also can I use my own image for the "wallpaper" and if so where are they?

Last edited by RBraverman; 2007-09-27 at 00:17.
 
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#2
Is it something I said?
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#3
How to find all files containing the letters 'abcd' somewhere in the filename, anywhere on the system (built-in storage and mounted cards):
Open osso-xterm

find / -name "*abcd*" -print

Or, to include only filenames, not directory names:
find / -type f -name "*abcd*" -print

To search for the same, but limiting it to the external card:
find /media/mmc1 -type f -name "*abcd*" -print

To find files in /usr (e.g. /usr/share, /usr/share/doc and so on):
find /usr -name "*GPE*" -print

And so on and so forth. The expression inside the quotes (you need quotes as soon as you start adding wildcards like * for multiple-char match and ? for single-char match and so on) can be e.g.

"ABC*" -- all files starting with the letters ABC, e.g. ABCde but not kABCDE

"file.[c,k,h]" -- files with the follwing names: file.c file.k file.h

"file.{foo,bar}" -- matches file.foo and file.bar

"[A-Z,a-z]bc*" - Files starting with any capital or lower caps letter plus the letters 'bc' plus any character(s).

Hope this helps..
(p.s the -print is actually default when executed from the shell, but it's good practice to include it anyway)
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#4
Originally Posted by RBraverman View Post
I can't find the GPE files nor some others. I can't see a way to "search" through the filesystem or cards in order to find a specific file.

May be easy - but I've not putz with Uniz/Linux for 20 years and for all intents and purposes am a newbie.......

Also can I use my own image for the "wallpaper" and if so where are they?

1) Browsing the filesystem. You could, i.e., install mc (midnight commander), and this will allow you browsing the whole filesysthem from a terminal window.
GUI apps like the enclosed file manager will only show your home directory and the contents of MMC cards... this in order to stop you making something dangerous to your operating system. But, what's exactly your aim? Are there problems with GPE? Please specify.

2) Yes you can use your own image as a background. I can't give you the exact menu commands in English because my interface is in Italian, but on the upper left there should be something like a "Start" menu; under that, there should be something like "Tools", and finally something like "set background image". Most likely, your images will be in /home/user/Mydocs/.images - this can be reached also with gui apps.

3) I respect your opinions, but feel that under-paid chinese and mexican people should have a chance to work for their families.

Last edited by debernardis; 2007-09-28 at 15:19.
 
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#5
Originally Posted by debernardis View Post
1) Browsing the filesystem. You could, i.e., install mc (midnight commander), and this will allow you browsing the whole filesysthem from a terminal window.
GUI apps like the enclosed file manager will only show your home directory and the contents of MMC cards... this in order to stop you making something dangerous to your operating system.
Where and how would I install MC, I remember using it and as I quite tired of commandline's ...

Originally Posted by debernardis View Post
But, what's exactly your aim? Are there problems with GPE? Please specify.
The data file for GPE contacts is supposed to be in the .gpe folder/file but I can not find it.

Originally Posted by debernardis View Post
V2) Yes you can use your own image as a background. I can't give you the exact menu commands in English because my interface is in Italian, but on the upper left there should be something like a "Start" menu; under that, there should be something like "Tools", and finally something like "set background image". Most likely, your images will be in /home/user/Mydocs/.images - this can be reached also with gui apps.
Found it - sometimes I just don't look!

Originally Posted by debernardis View Post
3) I respect your opinions, but feel that under-paid chinese and mexican people should have a chance to work for their families.
NOT when it costs an American a job - if the company is American then the jobs should stay here.

It's a hot button issue here ... I assume you are in Italy.
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#6
You'll find mc as well as other stuff in http://www.komputika.net/maemo/
 

The Following User Says Thank You to debernardis For This Useful Post:
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#7
Originally Posted by debernardis View Post
You'll find mc as well as other stuff in http://www.komputika.net/maemo/
Doesn't want to install.
 
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#8
Originally Posted by TA-t3 View Post
How to find all files containing the letters 'abcd' somewhere in the filename, anywhere on the system (built-in storage and mounted cards):
Open osso-xterm

find / -name "*abcd*" -print

****** snip *****************

Hope this helps..
(p.s the -print is actually default when executed from the shell, but it's good practice to include it anyway)
Thank YOU! A lot came back as I was reading it.
 
Posts: 10 | Thanked: 1 time | Joined on Aug 2007
#9
This is a useful and interesting discussion but the use of off topic taglines, particularly offensive ones, should be avoided.
 
Posts: 61 | Thanked: 0 times | Joined on Aug 2007
#10
Originally Posted by kgw View Post
This is a useful and interesting discussion but the use of off topic taglines, particularly offensive ones, should be avoided.
Taglines are seldom part of the discussion... unless of course they strike a nerve.

I shan't respond to the response you'll make to this, I'm not going to keep this going.
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:51.