From 2ebd20049d9193b7dcc4117095c2ce8892434813 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin-` Gadimov Date: Sun, 22 Nov 2015 12:21:40 +0100 Subject: [PATCH] Refactor appmenus paths to core-admin-linux --- core-modules/000QubesVm.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/core-modules/000QubesVm.py b/core-modules/000QubesVm.py index eef88fbf..de4f8851 100644 --- a/core-modules/000QubesVm.py +++ b/core-modules/000QubesVm.py @@ -350,9 +350,6 @@ class QubesVm(object): self.dir_path = self.storage.vmdir self.icon_path = os.path.join(self.storage.vmdir, 'icon.png') self.conf_file = os.path.join(self.storage.vmdir, self.name + '.conf') - self.appmenus_templates_dir = os.path.join(self.storage.vmdir, 'apps.templates') - self.appmenus_icons_dir = os.path.join(self.storage.vmdir, 'apps.icons') - if hasattr(self, 'kernels_dir'): modules_path = os.path.join(self.kernels_dir,