summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-03-13 18:59:41 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-03-13 19:04:26 +0100
commitf23d43d1c224d9caf2b085f831b4728b3b70c540 (patch)
treea86a0ec261d45be54a97df58165a993eca18c406
parentf4957dc8ed7e36db38afcafc33c043829d559869 (diff)
downloadcontrol-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--NEWS3
-rw-r--r--data/drakbackup.desktop.in7
-rwxr-xr-xlib/MDV/Control_Center.pm32
-rw-r--r--pixmaps/default/backup-mdk.pngbin2351 -> 0 bytes
-rw-r--r--pixmaps/default/backup-mdk_128.pngbin5223 -> 0 bytes
-rw-r--r--pixmaps/default/drakmenustyle.pngbin2331 -> 0 bytes
-rw-r--r--pixmaps/default/drakmenustyle_128.pngbin6207 -> 0 bytes
7 files changed, 3 insertions, 39 deletions
diff --git a/NEWS b/NEWS
index 983c54e3..0239799e 100644
--- a/NEWS
+++ b/NEWS
@@ -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
deleted file mode 100644
index 09404406..00000000
--- a/pixmaps/default/backup-mdk.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/default/backup-mdk_128.png b/pixmaps/default/backup-mdk_128.png
deleted file mode 100644
index 49bb9daa..00000000
--- a/pixmaps/default/backup-mdk_128.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/default/drakmenustyle.png b/pixmaps/default/drakmenustyle.png
deleted file mode 100644
index f2c76afe..00000000
--- a/pixmaps/default/drakmenustyle.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/default/drakmenustyle_128.png b/pixmaps/default/drakmenustyle_128.png
deleted file mode 100644
index 6df21ae5..00000000
--- a/pixmaps/default/drakmenustyle_128.png
+++ /dev/null
Binary files differ