summaryrefslogtreecommitdiff
path: root/ui/officeui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/officeui.sh')
-rwxr-xr-xui/officeui.sh45
1 files changed, 0 insertions, 45 deletions
diff --git a/ui/officeui.sh b/ui/officeui.sh
deleted file mode 100755
index e627338..0000000
--- a/ui/officeui.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/usr/bin/env bash
-
-# create office user interface
-export local officeui='
-<window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600">
-<vbox>
-<frame Office>
- <hbox space-expand="true" space-extend="true">
- <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3">
- <variable>office</variable>
- <label>Application Category|Application Name|Application Description</label>
- <item>app-office|abiword|Fully featured yet light and fast cross platform word processor documentation</item>
- <item>app-office|fet|Opensource school/high-school/university timetable scheduling software</item>
- <item>app-office|gnucash|A personal finance manager</item>
- <item>app-office|libreoffice|A full office productivity suite</item>
- <item>app-office|wps-office|WPS Office is an office productivity suite</item>
- <item>app-text|qpdfview|A tabbed document viewer</item>
- </tree>
- </hbox>
- <hbox space-expand="false" space-extend="false">
- <button space-expand="true" space-extend="true" tooltip-text="Install package(s)">
- <label>Install package(s)</label>
- <action>epkg autoinstall $office|$sisyphusprogress &</action>
- </button>
- <button space-expand="true" space-extend="true" tooltip-text="Uninstall package(s)">
- <label>Uninstall package(s)</label>
- <action>epkg autoremove $office|$sisyphusprogress &</action>
- </button>
- <button space-expand="true" space-extend="true" tooltip-text="Clean orphan package(s)">
- <label>Clean orphan package(s)</label>
- <action>epkg autoclean|$sisyphusprogress &</action>
- </button>
- <button space-expand="true" space-extend="true" label-text="home">
- <label>Back home</label>
- <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=mainui &</action>
- <action signal="button-release-event">EXIT:ok</action>
- </button>
- <button space-expand="true" space-extend="true" label-text="exit">
- <label>Exit</label>
- <action>EXIT:ok</action>
- </button>
- </hbox>
-</frame>
-</vbox>
-</window>'