diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-07-11 11:04:08 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2007-07-11 11:04:08 +0000 |
commit | 08e30fcffef47926492d41867d717349933e0c82 (patch) | |
tree | e8fc40cf4069dc37239fe785aa77171424c09a04 /xinit.d | |
parent | 02935c0bd97170e8e622c6011b228dc53fbd9693 (diff) | |
download | common-data-08e30fcffef47926492d41867d717349933e0c82.tar common-data-08e30fcffef47926492d41867d717349933e0c82.tar.gz common-data-08e30fcffef47926492d41867d717349933e0c82.tar.bz2 common-data-08e30fcffef47926492d41867d717349933e0c82.tar.xz common-data-08e30fcffef47926492d41867d717349933e0c82.zip |
- Remove "hidden=true" statement (Mdv bug 23181) from .directory files
Diffstat (limited to 'xinit.d')
-rwxr-xr-x | xinit.d/desktop-directories | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit.d/desktop-directories b/xinit.d/desktop-directories index 5f01564..2dd6dc6 100755 --- a/xinit.d/desktop-directories +++ b/xinit.d/desktop-directories @@ -38,7 +38,7 @@ if [ "$UID" != "0" -a ! -e $MDK_FOLDERS ]; then DIRECTORY_PATH="$HOME/$TARGET_DIR" [ -d "$DIRECTORY_PATH" ] || mkdir -p "$DIRECTORY_PATH" - echo -e [Desktop Entry]\\nHidden=true\\n`grep Icon= $file` > "$DIRECTORY_PATH/.directory" + echo -e [Desktop Entry]\\n`grep Icon= $file` > "$DIRECTORY_PATH/.directory" FILE_PATH=$MDK_FOLDERS/`basename $file .template` SYMLINK=$MDK_FOLDERS/`basename $file -mdk.desktop.template` |