Instead of saying X-Leave, say Leave.

ubuntu/oracular ubuntu/1.4.1-0ubuntu3
Simon Quigley 6 months ago
parent 6adede994b
commit cacb878ea6

6
debian/changelog vendored

@ -1,3 +1,9 @@
lxqt-menu-data (1.4.1-0ubuntu3) noble; urgency=medium
* Instead of saying X-Leave, say Leave.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 13 Nov 2023 17:28:47 -0600
lxqt-menu-data (1.4.1-0ubuntu2) noble; urgency=medium
* Add Breaks/Replaces to ensure smooth upgrades

@ -0,0 +1 @@
x-leave-to-leave.patch

@ -0,0 +1,110 @@
Description: Instead of saying X-Leave, say Leave
There's no Wayland-Leave, is there?
Author: Simon Quigley <tsimonq2@ubuntu.com>
Origin: vendor
Forwarded: no
Last-Update: 2023-11-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/menu/lxqt-applications-compact.menu
+++ b/menu/lxqt-applications-compact.menu
@@ -139,7 +139,7 @@
<Category>System</Category>
<Not><Category>Settings</Category></Not>
<Not><Category>PackageManager</Category></Not>
- <Not><Category>X-Leave</Category></Not>
+ <Not><Category>Leave</Category></Not>
<Not><Category>Screensaver</Category></Not>
<Not><Filename>lxqt-about.desktop</Filename></Not>
</And>
@@ -209,11 +209,11 @@
<!-- Leave -->
<Menu>
- <Name>X-Leave</Name>
+ <Name>Leave</Name>
<Directory>lxqt-leave.directory</Directory>
<Include>
<And>
- <Category>X-Leave</Category>
+ <Category>Leave</Category>
</And>
</Include>
<Exclude>
@@ -240,7 +240,7 @@
<Menuname>LXQtSettings</Menuname>
<Menuname>DesktopSettings</Menuname>
<Separator/>
- <Menuname show_empty="false" inline="true">X-Leave</Menuname>
+ <Menuname show_empty="false" inline="true">Leave</Menuname>
<Menuname show_empty="false" inline="true">Screensaver</Menuname>
</Layout>
--- a/menu/lxqt-applications-simple.menu
+++ b/menu/lxqt-applications-simple.menu
@@ -147,7 +147,7 @@
<Category>System</Category>
<Not><Category>Settings</Category></Not>
<Not><Category>PackageManager</Category></Not>
- <Not><Category>X-Leave</Category></Not>
+ <Not><Category>Leave</Category></Not>
<Not><Category>Screensaver</Category></Not>
<Not><Filename>lxqt-about.desktop</Filename></Not>
</And>
@@ -193,11 +193,11 @@
<!-- Leave -->
<Menu>
- <Name>X-Leave</Name>
+ <Name>Leave</Name>
<Directory>lxqt-leave.directory</Directory>
<Include>
<And>
- <Category>X-Leave</Category>
+ <Category>Leave</Category>
</And>
</Include>
</Menu> <!-- End Leave -->
@@ -217,7 +217,7 @@
<Separator/>
<Menuname show_empty="false" inline="true">Configuration Center</Menuname>
<Separator/>
- <Menuname show_empty="false">X-Leave</Menuname>
+ <Menuname show_empty="false">Leave</Menuname>
<Menuname show_empty="false" inline="true">Screensaver</Menuname>
</Layout>
--- a/menu/lxqt-applications.menu
+++ b/menu/lxqt-applications.menu
@@ -139,7 +139,7 @@
<Category>System</Category>
<Not><Category>Settings</Category></Not>
<Not><Category>PackageManager</Category></Not>
- <Not><Category>X-Leave</Category></Not>
+ <Not><Category>Leave</Category></Not>
<Not><Category>Screensaver</Category></Not>
<Not><Filename>lxqt-about.desktop</Filename></Not>
</And>
@@ -205,11 +205,11 @@
<!-- Leave -->
<Menu>
- <Name>X-Leave</Name>
+ <Name>Leave</Name>
<Directory>lxqt-leave.directory</Directory>
<Include>
<And>
- <Category>X-Leave</Category>
+ <Category>Leave</Category>
</And>
</Include>
</Menu> <!-- End Leave -->
@@ -229,7 +229,7 @@
<Menuname>DesktopSettings</Menuname>
<Menuname show_empty="false" inline="true">LXQt-About</Menuname>
<Separator/>
- <Menuname show_empty="false">X-Leave</Menuname>
+ <Menuname show_empty="false">Leave</Menuname>
<Menuname show_empty="false" inline="true">Screensaver</Menuname>
</Layout>
Loading…
Cancel
Save