Reply
Thread Tools
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#1
How can I un-hide the following folders?
(and why are they hidden anyway?)

/home/user/MyDocs/.sounds (Audio clips)
/home/user/MyDocs/.documents (Documents)
/home/user/MyDocs/.images (Images)
/home/user/MyDocs/.videos (Video clips)

For instance, I can't access these folders in Opera when I want to upload files within there.
 
Marcus's Avatar
Posts: 173 | Thanked: 72 times | Joined on Mar 2010 @ Denmark
#2
You can unhide them simply by removing the "." in front of the name.
EDIT: Don't know if it causes bugs though.
 

The Following User Says Thank You to Marcus For This Useful Post:
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#3
Thanks

I did think about that, but the fear of ruining things keeps me from trying that :P
 
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#4
They are "hidden" because some applications use them and assume that they'll be there named as is.

I have trouble thinking that Opera won't find them if you enter the exact name.
 

The Following User Says Thank You to Joorin For This Useful Post:
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#5
Can you symlink to them? ln -s .sounds Sounds
 

The Following 2 Users Say Thank You to jflatt For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#6
Originally Posted by Berserk View Post
(and why are they hidden anyway?)
According to timeless, "localisation reasons"...

Anyway, don't rename them because many programs are hardcoded to expect those names. Since Opera allows you to browse /home/user, you can try placing a symlink from /home/user/MyDocs/.whatever into /home/user/whatever.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#7
Originally Posted by jflatt View Post
Can you symlink to them? ln -s .sounds Sounds
You can not make symbolic links in MyDocs, because it is a fat32 partition. The symbolic link would need to go in the /home/user directory, as qwerty12 wrote.
__________________
The Mini-USB plug is an improvement over both the Type B plug and the Micro-B plug.
 

The Following User Says Thank You to j.s For This Useful Post:
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#8
I'll try symlinking then
Never heard of it, though.. so first I'll figure out how that works exactly

Thanks jflatt, for that example
 
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#9
Originally Posted by Berserk View Post
I'll try symlinking then
Never heard of it, though.. so first I'll figure out how that works exactly
Symbolic links can be tricky for beginners. Open an X terminal, then:
Code:
ln -s /home/user/MyDocs/.documents /home/user/documents
ln -s /home/user/MyDocs/.images /home/user/images
ln -s /home/user/MyDocs/.sounds /home/user/sounds
ln -s /home/user/MyDocs/.videos /home/user/videos
__________________
The Mini-USB plug is an improvement over both the Type B plug and the Micro-B plug.
 

The Following User Says Thank You to j.s For This Useful Post:
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#10
Thanks a lot!

It makes me think of shortcuts on a Windows desktop.

I'll give it a spin
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:22.