changed some text
|
@ -1,9 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=Arch Linux Kernel Manager
|
||||
GenericName=Arch Linux Kernel Manager
|
||||
X-GNOME-FullName=Arch Linux Kernel Manager
|
||||
Comment=Arch Linux Kernel Manager - Add/Remove Linux kernels
|
||||
Exec=/usr/bin/archlinux-kernel-manager
|
||||
Name=Parch Linux Kernel Manager
|
||||
GenericName=Parch Linux Kernel Manager
|
||||
X-GNOME-FullName=Parch Linux Kernel Manager
|
||||
Comment=Parch Linux Kernel Manager - Add/Remove Linux kernels
|
||||
Exec=/usr/bin/parchlinux-kernel-manager
|
||||
Icon=archlinux-kernel-manager-tux
|
||||
Terminal=false
|
||||
Type=Application
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 909 B After Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 513 KiB After Width: | Height: | Size: 513 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -13,14 +13,16 @@ class AboutDialog(Gtk.AboutDialog):
|
|||
def __init__(self, manager_gui, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
|
||||
website = "http://arcolinux.info/"
|
||||
authors = ["Erik Dubois", "Fennec"]
|
||||
program_name = "Arch Linux Kernel Manager"
|
||||
website = "http://parchlinux.com/"
|
||||
authors = ["Parch Linux"]
|
||||
ogauthors = ["Erik Dubois", "Fennec"]
|
||||
program_name = "Parch Linux Kernel Manager"
|
||||
comments = (
|
||||
f"Add/Remove Officially supported Linux kernels on Arch based systems\n"
|
||||
f"Powered by the Arch Linux Archive (a.k.a ALA)\n"
|
||||
f"Community based Linux kernels are also supported\n"
|
||||
f"Developed in Python with GTK 4\n"
|
||||
f"Forked From ArcoLinux\n"
|
||||
)
|
||||
|
||||
icon_name = "akm-tux"
|
||||
|
@ -28,6 +30,7 @@ class AboutDialog(Gtk.AboutDialog):
|
|||
self.set_transient_for(manager_gui)
|
||||
self.set_modal(True)
|
||||
self.set_authors(authors)
|
||||
self.set_ogauthors(ogauthors)
|
||||
self.set_program_name(program_name)
|
||||
self.set_comments(comments)
|
||||
self.set_website(website)
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||||
<policyconfig>
|
||||
<vendor>ArcoLinux</vendor>
|
||||
<vendor_url>http://arcolinux.info/</vendor_url>
|
||||
<vendor>ParchLinux</vendor>
|
||||
<vendor_url>http://parchlinux.com/</vendor_url>
|
||||
<icon_name>package-x-generic</icon_name>
|
||||
<action id="org.arcolinux.pkexec.akm">
|
||||
<action id="com.parchlinux.pkm">
|
||||
<description>Add/Remove Linux kernels from Arch Linux based systems</description>
|
||||
<description xml:lang="zh_TW">變更您自身的使用者資料</description>
|
||||
<description xml:lang="zh_CN">修改您的用户数据</description>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<allow_inactive>auth_admin</allow_inactive>
|
||||
<allow_active>auth_admin</allow_active>
|
||||
</defaults>
|
||||
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/archlinux-kernel-manager/archlinux-kernel-manager.py</annotate>
|
||||
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/parchlinux-kernel-manager/parchlinux-kernel-manager.py</annotate>
|
||||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||
</action>
|
||||
</policyconfig>
|