From b065006821b6f7c79a52bea720356101fa4a47c5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 2 Apr 2015 18:01:31 -0500 Subject: Fix incorrectly renamed device icons (cherry picked from commit 953de1e76c6f60f5c372117e9c4364b1498b3519) --- kde-tde/tde_device_conversion | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/kde-tde/tde_device_conversion b/kde-tde/tde_device_conversion index e73f0a0..8fb654a 100755 --- a/kde-tde/tde_device_conversion +++ b/kde-tde/tde_device_conversion @@ -72,60 +72,60 @@ function convert_files { } 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 "hdd_unmount" "drive-harddisk" +convert_files "hdd_mount" "drive-harddisk-mounted" 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" convert_files "sd_mmc_unmount_decrypt" "media-flash-sd_mmc-decrypted" convert_files "sd_mmc_mount_decrypt" "media-flash-sd_mmc-decrypted-mounted" -convert_files "usbpendrive_unmount" "media-flash-usb" -convert_files "usbpendrive_mount" "media-flash-usb-mounted" +convert_files "sd_mmc_unmount" "media-flash-sd_mmc" +convert_files "sd_mmc_mount" "media-flash-sd_mmc-mounted" convert_files "usbpendrive_unmount_encrypt" "media-flash-usb-encrypted" convert_files "usbpendrive_unmount_decrypt" "media-flash-usb-decrypted" convert_files "usbpendrive_mount_decrypt" "media-flash-usb-decrypted-mounted" -convert_files "smart_media_unmount" "media-flash-smart_media" -convert_files "smart_media_mount" "media-flash-smart_media-mounted" +convert_files "usbpendrive_unmount" "media-flash-usb" +convert_files "usbpendrive_mount" "media-flash-usb-mounted" convert_files "smart_media_unmount_encrypt" "media-flash-smart_media-encrypted" convert_files "smart_media_unmount_decrypt" "media-flash-smart_media-decrypted" convert_files "smart_media_mount_decrypt" "media-flash-smart_media-decrypted-mounted" -convert_files "memory_stick_unmount" "media-flash-memory_stick" -convert_files "memory_stick_mount" "media-flash-memory_stick-mounted" +convert_files "smart_media_unmount" "media-flash-smart_media" +convert_files "smart_media_mount" "media-flash-smart_media-mounted" convert_files "memory_stick_unmount_encrypt" "media-flash-memory_stick-encrypted" convert_files "memory_stick_unmount_decrypt" "media-flash-memory_stick-decrypted" convert_files "memory_stick_mount_decrypt" "media-flash-memory_stick-decrypted-mounted" -convert_files "compact_flash_unmount" "media-flash-compact_flash" -convert_files "compact_flash_mount" "media-flash-compact_flash-mounted" +convert_files "memory_stick_unmount" "media-flash-memory_stick" +convert_files "memory_stick_mount" "media-flash-memory_stick-mounted" convert_files "compact_flash_unmount_encrypt" "media-flash-compact_flash-encrypted" convert_files "compact_flash_unmount_decrypt" "media-flash-compact_flash-decrypted" convert_files "compact_flash_mount_decrypt" "media-flash-compact_flash-decrypted-mounted" +convert_files "compact_flash_unmount" "media-flash-compact_flash" +convert_files "compact_flash_mount" "media-flash-compact_flash-mounted" convert_files "3floppy_unmount" "media-floppy-3_5" convert_files "3floppy_mount" "media-floppy-3_5-mounted" convert_files "5floppy_unmount" "media-floppy-5_14" convert_files "5floppy_mount" "media-floppy-5_14-mounted" convert_files "zip_unmount" "media-floppy-zip" convert_files "zip_mount" "media-floppy-zip-mounted" -convert_files "cdrom_unmount" "media-optical-cdrom" -convert_files "cdrom_mount" "media-optical-cdrom-mounted" convert_files "cdrom_unmount_encrypt" "media-optical-cdrom-encrypted" convert_files "cdrom_unmount_decrypt" "media-optical-cdrom-decrypted" convert_files "cdrom_mount_decrypt" "media-optical-cdrom-decrypted-mounted" -convert_files "cdwriter_unmount" "media-optical-cdwriter" -convert_files "cdwriter_mount" "media-optical-cdwriter-mounted" +convert_files "cdrom_unmount" "media-optical-cdrom" +convert_files "cdrom_mount" "media-optical-cdrom-mounted" convert_files "cdwriter_unmount_encrypt" "media-optical-cdwriter-encrypted" convert_files "cdwriter_unmount_decrypt" "media-optical-cdwriter-decrypted" convert_files "cdwriter_mount_decrypt" "media-optical-cdwriter-decrypted-mounted" -convert_files "dvd_unmount" "media-optical-dvd" -convert_files "dvd_mount" "media-optical-dvd-mounted" +convert_files "cdwriter_unmount" "media-optical-cdwriter" +convert_files "cdwriter_mount" "media-optical-cdwriter-mounted" convert_files "dvd_unmount_encrypt" "media-optical-dvd-encrypted" convert_files "dvd_unmount_decrypt" "media-optical-dvd-decrypted" convert_files "dvd_mount_decrypt" "media-optical-dvd-decrypted-mounted" +convert_files "dvd_unmount" "media-optical-dvd" +convert_files "dvd_mount" "media-optical-dvd-mounted" convert_files "cdaudio_unmount" "media-optical-cdaudio" convert_files "cdaudio_mount" "media-optical-cdaudio-mounted" convert_files "tape_unmount" "media-tape" -- cgit v1.2.3