diff --git a/bodhi-desktop/DEBIAN/control b/bodhi-desktop/DEBIAN/control index 29e04c1..5a57b43 100644 --- a/bodhi-desktop/DEBIAN/control +++ b/bodhi-desktop/DEBIAN/control @@ -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 diff --git a/eepdater/DEBIAN/control b/eepdater/DEBIAN/control index ca97919..6a07b64 100644 --- a/eepdater/DEBIAN/control +++ b/eepdater/DEBIAN/control @@ -1,5 +1,5 @@ Package: eepdater -Version: 0.17bodhi1 +Version: 0.17bodhi6 Section: main Priority: optional Architecture: all diff --git a/eepdater/usr/bin/eepDater b/eepdater/usr/bin/eepDater index ef62fc7..d58330c 100755 --- a/eepdater/usr/bin/eepDater +++ b/eepdater/usr/bin/eepDater @@ -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[:]