Skip to content

Commit

Permalink
Last push before I wrap up for the day
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffHoogland committed May 20, 2018
1 parent ffc66a0 commit 5b66f8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions bodhi-desktop/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Package: bodhi-desktop
Version: 5.0.0bodhi2
Version: 5.0.0bodhi4
Section: main
Priority: optional
Depends: bodhi-icons, bodhi-lightdm-theme, bodhi-slideshow, bodhi-skel, moksha, bash-completion, lupin-casper, policykit-desktop-privileges, packagekit, lxmenu-data, xdg-utils, bodhi-quickstart, pm-utils
Recommends: eepdater, epad, ephoto, pcmanfm, bc, terminology, esudo, bodhi-plymouth-theme, bodhi-plymouth-text, arandr, bodhi-theme-terminology-chrome, bodhi-appcenter, gdebi, gdebi-bodhi-launcher, places-moksha, moksha-pulsemixer, moksha-clipboard, udisks2, elaptopcheck, apturl-elm
Depends: bodhi-icons, bodhi-lightdm-theme, bodhi-slideshow, bodhi-skel,
moksha, bash-completion, lupin-casper, policykit-desktop-privileges, packagekit, lxmenu-data, xdg-utils, bodhi-quickstart, pm-utils
Recommends: eepdater, epad, ephoto, pcmanfm, bc, terminology, esudo, bodhi-plymouth-theme,
bodhi-plymouth-text, arandr, bodhi-theme-terminology-chrome, bodhi-appcenter, gdebi,
gdebi-bodhi-launcher, udisks2, elaptopcheck, apturl-elm, faenza-icon-theme, pavucontrol
Architecture: all
Maintainer: Jeff Hoogland
Description: Bodhi Moksha Desktop
Expand Down
2 changes: 1 addition & 1 deletion eepdater/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: eepdater
Version: 0.17bodhi1
Version: 0.17bodhi6
Section: main
Priority: optional
Architecture: all
Expand Down
5 changes: 4 additions & 1 deletion eepdater/usr/bin/eepDater
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,10 @@ class eepDater(object):
for pkg in self.packagesToUpdate:
packageList = "%s %s"%(packageList, pkg)
#Adding running the command in the default xterm to work around ncurses bugs
self.win.updateTerm.runCommand("terminology -H -e 'sudo apt-get -y install%s'"%packageList, self.installUpdatesDone)
ourCommand = "terminology -H -e 'sudo apt-get -y install%s'"%packageList
#this hack doesn't work meh
#ourCommand = "./eepDaterUpdateScript%s"%packageList
self.win.updateTerm.runCommand(ourCommand, self.installUpdatesDone)

def installUpdatesDone(self):
del self.packagesToUpdate[:]
Expand Down

0 comments on commit 5b66f8a

Please sign in to comment.