diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 13:16:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 13:16:18 -0500 |
commit | 22183a5956b3ad21b0e36f3681d640bb7002d31e (patch) | |
tree | ae4d1de6a91fcaf19271cb0b17b3d2ffc5c0c5cf | |
parent | 65b44e24a18f7e594dc243af11879d5cb688979a (diff) | |
download | experimental-22183a5956b3ad21b0e36f3681d640bb7002d31e.tar.gz experimental-22183a5956b3ad21b0e36f3681d640bb7002d31e.zip |
Update device icon conversion script
-rwxr-xr-x | kde-tde/tde_device_conversion | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-tde/tde_device_conversion b/kde-tde/tde_device_conversion index f648ab2..e73f0a0 100755 --- a/kde-tde/tde_device_conversion +++ b/kde-tde/tde_device_conversion @@ -71,15 +71,15 @@ function convert_files { echo "" } -#convert_files "system" "computer" +convert_files "system" "computer" convert_files "hdd_unmount" "drive-harddisk" convert_files "hdd_mount" "drive-harddisk-mounted" convert_files "hdd_unmount_encrypt" "drive-harddisk-encrypted" convert_files "hdd_unmount_decrypt" "drive-harddisk-decrypted" convert_files "hdd_mount_decrypt" "drive-harddisk-decrypted-mounted" -#convert_files "hicolor/32x32/apps/kxkb.png" "input-keyboard" -#convert_files "mouse" "input-mouse" -#convert_files "tablet" "input-tablet" +convert_files "keyboard" "input-keyboard" +convert_files "mouse" "input-mouse" +convert_files "tablet" "input-tablet" convert_files "sd_mmc_unmount" "media-flash-sd_mmc" convert_files "sd_mmc_mount" "media-flash-sd_mmc-mounted" convert_files "sd_mmc_unmount_encrypt" "media-flash-sd_mmc-encrypted" @@ -132,4 +132,4 @@ convert_files "tape_unmount" "media-tape" convert_files "tape_mount" "media-tape-mounted" convert_files "ipod_unmount" "multimedia-player" convert_files "ipod_mount" "multimedia-player-mounted" -#convert_files "printer1" "printer"
\ No newline at end of file +convert_files "printer1" "printer" |