Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gparted (1.2.0-0.1.antix1) unstable; urgency=medium
 .
   * latest upstream
   * antiX builds
Author: anticapitalista <antix@operamail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-01-26

--- gparted-1.2.0.orig/gparted.desktop
+++ gparted-1.2.0/gparted.desktop
@@ -240,7 +240,7 @@ Comment[vi]=Tạo, tổ chức lại và
 Comment[zh_CN]=创建、重新组织或删除分区
 Comment[zh_HK]=建立、編輯或刪除分割區
 Comment[zh_TW]=建立、編輯或刪除分割區
-Exec=/usr/bin/gparted %f
+Exec=su-to-root -X -c /usr/bin/gparted %f
 Icon=gparted
 Terminal=false
 Type=Application
--- gparted-1.2.0.orig/gparted.desktop.in.in
+++ gparted-1.2.0/gparted.desktop.in.in
@@ -3,7 +3,7 @@ _Name=GParted
 _GenericName=Partition Editor
 _X-GNOME-FullName=GParted Partition Editor
 _Comment=Create, reorganize, and delete partitions
-Exec=@bindir@/gparted %f
+Exec=su-to-root -X -c @bindir@/gparted %f
 Icon=gparted
 Terminal=false
 Type=Application
