View | Details | Raw Unified | Return to bug 222757
Collapse All | Expand All

(-)gnome-main-menu-0.6.3-pristine/main-menu/etc/slab.schemas.in.in (-3 / +3 lines)
Lines 18-24 Link Here
18
			<applyto>/desktop/gnome/applications/main-menu/uninstall_package_command</applyto>
18
			<applyto>/desktop/gnome/applications/main-menu/uninstall_package_command</applyto>
19
			<owner>gnome-main-menu</owner>
19
			<owner>gnome-main-menu</owner>
20
			<type>string</type>
20
			<type>string</type>
21
			<default>zen-remover PACKAGE_NAME</default>
21
			<default>package-manager --remove PACKAGE_NAME</default>
22
			<locale name="C">
22
			<locale name="C">
23
				<short>command to uninstall packages</short>
23
				<short>command to uninstall packages</short>
24
				<long>command to uninstall packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
24
				<long>command to uninstall packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
Lines 30-36 Link Here
30
			<applyto>/desktop/gnome/applications/main-menu/upgrade_package_command</applyto>
30
			<applyto>/desktop/gnome/applications/main-menu/upgrade_package_command</applyto>
31
			<owner>gnome-main-menu</owner>
31
			<owner>gnome-main-menu</owner>
32
			<type>string</type>
32
			<type>string</type>
33
			<default>zen-updater --no-tray PACKAGE_NAME</default>
33
			<default>package-manager --update PACKAGE_NAME</default>
34
			<locale name="C">
34
			<locale name="C">
35
				<short>command to upgrade packages</short>
35
				<short>command to upgrade packages</short>
36
				<long>command to upgrade packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
36
				<long>command to upgrade packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
Lines 79-85 Link Here
79
			<applyto>/desktop/gnome/applications/main-menu/system-area/package_manager_item</applyto>
79
			<applyto>/desktop/gnome/applications/main-menu/system-area/package_manager_item</applyto>
80
			<owner>gnome-main-menu</owner>
80
			<owner>gnome-main-menu</owner>
81
			<type>string</type>
81
			<type>string</type>
82
			<default>zen-installer.desktop</default>
82
			<default>package-manager.desktop</default>
83
			<locale name="C">
83
			<locale name="C">
84
				<short>package manager item .desktop file</short>
84
				<short>package manager item .desktop file</short>
85
				<long>package manager item .desktop file</long>
85
				<long>package manager item .desktop file</long>

Return to bug 222757