diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 18:59:41 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 19:04:26 +0100 |
commit | f23d43d1c224d9caf2b085f831b4728b3b70c540 (patch) | |
tree | a86a0ec261d45be54a97df58165a993eca18c406 | |
parent | f4957dc8ed7e36db38afcafc33c043829d559869 (diff) | |
download | control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.gz control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.bz2 control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.xz control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.zip |
Drop legacy loaders for drakbackup, drakmenustyle and tomoyo-gui (mga#18572)
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | data/drakbackup.desktop.in | 7 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 32 | ||||
-rw-r--r-- | pixmaps/default/backup-mdk.png | bin | 2351 -> 0 bytes | |||
-rw-r--r-- | pixmaps/default/backup-mdk_128.png | bin | 5223 -> 0 bytes | |||
-rw-r--r-- | pixmaps/default/drakmenustyle.png | bin | 2331 -> 0 bytes | |||
-rw-r--r-- | pixmaps/default/drakmenustyle_128.png | bin | 6207 -> 0 bytes |
7 files changed, 3 insertions, 39 deletions
@@ -1,3 +1,6 @@ +- drop legacy loaders for drakbackup, drakmenustyle and tomoyo-gui + (mga#18572) + Version 13.13 - 11 March 2017, by Rémi Verschelde - translation updates, including mga#20362 fix diff --git a/data/drakbackup.desktop.in b/data/drakbackup.desktop.in deleted file mode 100644 index b01fbcfa..00000000 --- a/data/drakbackup.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -_Name=Backups -Icon=/usr/share/mcc/themes/default/backup-mdk.png -Exec=/usr/sbin/drakbackup -Terminal=false -Type=Application -Categories=System;SystemSetup;X-Mandrake-System diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index ef6041a7..a81d4064 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -78,17 +78,6 @@ our %programs = }, - "Backups" => - { - binary => "drakbackup", - embedded => 1, - description => N("Backups"), - long_description => N("Configure backups of the system and of the users' data"), - icon => 'backup-mdk', - application_driven_menu => 1, - }, - - "Snapshots" => { binary => "draksnapshot-config", @@ -350,16 +339,6 @@ our %programs = }, - "Menus" => - { - binary => "drakmenustyle", - embedded => 1, - description => N("Menu Style"), - long_description => N("Menu Style Configuration"), - icon => 'drakmenustyle', - }, - - "Migration" => { binary => "transfugdrake", @@ -593,17 +572,6 @@ our %programs = }, - "Tomoyo Policy" => - { - binary => "tomoyo-gui", - embedded => 1, - description => N("Configure TOMOYO Linux policy"), - long_description => N("View and configure TOMOYO Linux security policy"), - icon => 'draksec-mdk', - application_driven_menu => 1, - }, - - "UPS" => { binary => "drakups --wizard", diff --git a/pixmaps/default/backup-mdk.png b/pixmaps/default/backup-mdk.png Binary files differdeleted file mode 100644 index 09404406..00000000 --- a/pixmaps/default/backup-mdk.png +++ /dev/null diff --git a/pixmaps/default/backup-mdk_128.png b/pixmaps/default/backup-mdk_128.png Binary files differdeleted file mode 100644 index 49bb9daa..00000000 --- a/pixmaps/default/backup-mdk_128.png +++ /dev/null diff --git a/pixmaps/default/drakmenustyle.png b/pixmaps/default/drakmenustyle.png Binary files differdeleted file mode 100644 index f2c76afe..00000000 --- a/pixmaps/default/drakmenustyle.png +++ /dev/null diff --git a/pixmaps/default/drakmenustyle_128.png b/pixmaps/default/drakmenustyle_128.png Binary files differdeleted file mode 100644 index 6df21ae5..00000000 --- a/pixmaps/default/drakmenustyle_128.png +++ /dev/null |