promising work

This commit is contained in:
guinux
2013-01-20 17:38:33 +01:00
parent a9d1c0ed93
commit faf63b6780
14 changed files with 397 additions and 312 deletions

View File

@@ -131,10 +131,10 @@ Comment[zh_CN]=添加或删除系统中安装的软件
Comment[zh_HK]=加入或移除系統上安裝的軟件
Comment[zh_TW]=加入或移除系統上安裝的軟體
Icon=system-software-install
Exec=gksu pamac-manager
Exec=pamac-manager
Terminal=false
Type=Application
Categories=GNOME;GTK;System;
NotShowIn=KDE;
#NotShowIn=KDE;
StartupNotify=true

View File

@@ -127,10 +127,10 @@ Comment[zh_CN]=更新本系统中安装的软件
Comment[zh_HK]=更新系統中已安裝的軟件
Comment[zh_TW]=更新系統中已安裝的軟體
Icon=system-software-update
Exec=gksu pamac-updater
Exec=pamac-updater
Terminal=false
Type=Application
Categories=GNOME;GTK;System;
NotShowIn=KDE
#NotShowIn=KDE
StartupNotify=true

View File

@@ -1,5 +1,5 @@
[D-BUS Service]
Name=org.manjaro.pamac
Exec=/usr/bin/start-pamac-daemon
Exec=/usr/lib/python3.3/site-packages/pamac/pamac-daemon.py
User=root
SystemdService=pamac.service

View File

@@ -4,4 +4,4 @@ Description=Pamac
[Service]
Type=dbus
BusName=org.manjaro.pamac
ExecStart=/usr/bin/start-pamac-daemon
ExecStart=/usr/lib/python3.3/site-packages/pamac/pamac-daemon.py