Re: Features suggestion
Jean-Roch HUET <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
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 >