Re: Features suggestion
Sergio Tortosa Benedito <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <CAPiRi8NFK6NnUT2BnLJ+muyPcos3jwum=SQEzYyvHxmHt0fo7Q@mail.gmail.com> |
That is not a symbolic link, it's a mount ,they are quite different the symbolic link it's pretty much like a tunnel, all it does is taking you there, while the mount it's pretty much like a portal, with link you have the file only once, while with the mount you have the file twice (though only it's name, not it's content), though any changes are synchronized automagically. Let me make it clear with a symlink cd Programs and cd Programas are the same, you end up in Programs, however with mounts you end up in effectively different folders. Mounts solve copying and delete (however in my test it only deletes the content, but this should be easy to solve), about moving well ... Maybe we could do something about it? I don't know However, I'm wondering how much performance that will take and/or if it won't be more efficient for this case doing it in the kernel side hmmm... Anyway, unless it's proven it's slow it doesn't matter :P. Hope this solved any question you had :). --Sergio El 26/3/2015 0:04, "Jean-Roch HUET" <[email protected]> escribió: > I ever thought about that : symbolic link and hide the real file. > > But it I want to move / copy / delete the real file, it will only affect > the link. That's the problem. > > Symbolic link is a way to bypass the problem, it will just make it more > complex. > It won't solve the problem. > > > > > Le 25/03/2015 19:52, Lucas C. Villa Real a écrit : > > On Wed, Mar 25, 2015 at 2:33 PM, Jean-Roch HUET <[email protected] > <mailto:[email protected]>> wrote: > > > > With the 64 bits improvment, > > > > Could it be possible to create two functions in the kernel module ? > > > > GoboFolderDisplayName $path $displayname > > > > And > > > > GoboFileDisplayName $path $displayname > > > > It could be very useful to display localized names for files and > folders. > > Like Windows with the "Desktop.ini" file. > > > > Principe : The path is the same but the name displayed on the screen > changes... > > > > I haven't found any function like that in KDE or others... > > > > > > You could achieve that with bind-mounts and/or symbolic links to > selected directories. Then, simply hide the source directories with > gobohide. > > > > For example: > > > > $ mkdir /Programas > > $ mount -o bind /Programs /Programas > > $ gobohide -h /Programs > > > > Cheers, > > Lucas > > > > > > _______________________________________________ > > gobolinux-users mailing list > > [email protected] > > http://lists.gobolinux.org/mailman/listinfo/gobolinux-users > > > _______________________________________________ > gobolinux-users mailing list > [email protected] > http://lists.gobolinux.org/mailman/listinfo/gobolinux-users > _______________________________________________ gobolinux-users mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-users