Changes between Initial Version and Version 3 of Ticket #114
- Timestamp:
- 10/02/09 22:07:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #114
- Property Milestone changed from to future releases
- Property Type changed from defect to enhancement
- Property Severity changed from to no branch
- Property Summary changed from savannah: hide dotfiles in home directory to [FrReq] hide dotfiles in home directory
-
Ticket #114 – Description
initial v3 11 11 Wed 15 Jun 2005 07:54:19 AM UTC, comment #4: 12 12 13 I would prefer that my idea was not the default - it could be confusing to some users. The default would remain as it is. 13 I would prefer that my idea was not the default - it could be 14 confusing to some users. The default would remain as it is. 14 15 15 16 > It is a really bad idea and even raises security issues if a … … 21 22 Indeed, and I meant it would be a per-user setting. 22 23 23 I agree that this could set an annoying precedent for the mc developers, feel free to ignore it. 24 I agree that this could set an annoying precedent for the mc 25 developers, feel free to ignore it. 24 26 Paul Wise <pabs> 25 27 Wed 15 Jun 2005 07:16:41 AM UTC, comment #3: 26 28 27 It is a really bad idea and even raises security issues if a normal user can control the behavior how root sees his/her files. 29 It is a really bad idea and even raises security issues if a normal 30 user can control the behavior how root sees his/her files. 28 31 Whether or not hidden files are displayed to root should only 29 32 depend on root's settings and not on any user's settings. 30 33 31 Anyway I guess the same holds for normal users, too. I do want to see joe's dotfiles if I have permission to, no matter if joe has a directory entry called "(hidden files)". 34 Anyway I guess the same holds for normal users, too. I do want to 35 see joe's dotfiles if I have permission to, no matter if joe has a 36 directory entry called "(hidden files)". 32 37 33 To comment #2: the original reporter (pabs) wanted to make the "show dotfiles" the default and have an exception for one directory. Your proposal is the opposite: make "don't show dotfiles" the default and allow to take exceptions. I don't think pabs wants to create such a special file in every directory except his home. However, someone else might want it the way you want it. So then we should have the possibility to override mc's default in both ways: force show, and force not show. 38 To comment #2: the original reporter (pabs) wanted to make the 39 "show dotfiles" the default and have an exception for one 40 directory. Your proposal is the opposite: make "don't show 41 dotfiles" the default and allow to take exceptions. I don't think 42 pabs wants to create such a special file in every directory except 43 his home. However, someone else might want it the way you want it. 44 So then we should have the possibility to override mc's default in 45 both ways: force show, and force not show. 34 46 35 Now this leads to so many possible filenames with special meanings to mc. If this feature is required at all, I suggest using only one filename or directory which begins with a dot (such as .mc_specials) and put all the configuration stuff in this file or under this directory. This would be quite similar then to the CVS or .svn directories of the version controlling systems. 47 Now this leads to so many possible filenames with special meanings 48 to mc. If this feature is required at all, I suggest using only one 49 filename or directory which begins with a dot (such as 50 .mc_specials) and put all the configuration stuff in this file or 51 under this directory. This would be quite similar then to the CVS 52 or .svn directories of the version controlling systems. 36 53 37 Anyway, I basically don't like this whole idea of custom directory entries, IMHO mc should not pollute the filename namespace and should not create files that disturb me outside mc (e.g. in "ls", "nautilus" etc...). 54 Anyway, I basically don't like this whole idea of custom directory 55 entries, IMHO mc should not pollute the filename namespace and 56 should not create files that disturb me outside mc (e.g. in "ls", 57 "nautilus" etc...). 38 58 39 I'm perfectly okay with a global configuration options "show dotfiles except in my home" if more people would like to see it. If some more general method is needed, take a look at http://freshmeat.net/projects/hidefile/ which is an example on how to hide files outside of mc's scope so that ls, nautilus etc. are also influenced. 59 I'm perfectly okay with a global configuration options "show 60 dotfiles except in my home" if more people would like to see it. If 61 some more general method is needed, take a look at 62 http://freshmeat.net/projects/hidefile/ which is an example on how 63 to hide files outside of mc's scope so that ls, nautilus etc. are 64 also influenced. 40 65 41 My biggest trouble is that once we have this "force hidden files" and "force no hidden files" per-directory options, I'm afraid no-one can stop people requesting dozens of similar stupid per-directory configuration options, such as to have different Listing mode, different editor/viewer etc. to each directory. 66 My biggest trouble is that once we have this "force hidden files" 67 and "force no hidden files" per-directory options, I'm afraid 68 no-one can stop people requesting dozens of similar stupid 69 per-directory configuration options, such as to have different 70 Listing mode, different editor/viewer etc. to each directory. 42 71 Egmont Koblinger <egmont> 43 72 Tue 14 Jun 2005 12:56:40 PM UTC, comment #2: … … 51 80 "(hidden directories)" 52 81 53 When you press enter over it, it will display all hidden files or directories. These entries will only be displayed IF there is hidden files or directories. 82 When you press enter over it, it will display all hidden files or 83 directories. These entries will only be displayed IF there is 84 hidden files or directories. 54 85 Anonymous 55 86 Tue 14 Jun 2005 10:27:16 AM UTC, comment #1: … … 62 93 Tue 14 Jun 2005 09:08:04 AM UTC, original submission: 63 94 64 I'd like to be able to show dotfiles by default, but not when in my homedir (because there are so many there). A similar option for the root user - hide dotfiles when in any home dir - might also be useful. 95 I'd like to be able to show dotfiles by default, but not when in my 96 homedir (because there are so many there). A similar option for the 97 root user - hide dotfiles when in any home dir - might also be 98 useful. 65 99 66 100 PS: sorry if this is the wrong place to post RFEs