On Sun, 2 Feb 2014 11:13:19 +0100 Davide Andreoli <d...@gurumeditation.it> said:

> 2014-02-02 Carsten Haitzler <ras...@rasterman.com>:
> 
> > raster pushed a commit to branch master.
> >
> >
> > http://git.enlightenment.org/core/enlightenment.git/commit/?id=60784e85ec8050f14f66cce7d8f2a1c3f94a609f
> >
> > commit 60784e85ec8050f14f66cce7d8f2a1c3f94a609f
> > Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
> > Date:   Sun Feb 2 10:28:46 2014 +0900
> >
> >     pkgkit - when running the command, provide the zone so there is context
> >
> 
> Just out of curiosity, why is this needed?
> 
> PS: great work with the theme, thanks!
> davemds

if its not provided, the app always appears on desktop 0 0... regardless what
desk i'm on. :) i set my command to terminology -e sudo pacman -Su ... poor
man's gui.

seriously though... this module REALLY could do with a gui that does the
upgrade... progress bars and all... :) pkgkit supports it... in fact it could be
a pretty simpl package manager on its own - install new pkgs even install local
pkgs - eg if u have a .rpm, .deb or .tar.xz file etc. in your filesystem -
found it via efm... :)

maybe it shouldnt be part of the module but at least a companion binary that
ships with the module - it execs it by default.... :)

> > ---
> >  src/modules/packagekit/e_mod_packagekit.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/modules/packagekit/e_mod_packagekit.c
> > b/src/modules/packagekit/e_mod_packagekit.c
> > index 4ed3654..9b16fa2 100644
> > --- a/src/modules/packagekit/e_mod_packagekit.c
> > +++ b/src/modules/packagekit/e_mod_packagekit.c
> > @@ -37,7 +37,7 @@ _run_button_cb(void *data, void *data2 EINA_UNUSED)
> >     packagekit_popup_del(inst);
> >
> >     if (ctxt->config->manager_command && ctxt->config->manager_command[0])
> > -     e_exec(NULL, NULL, inst->ctxt->config->manager_command, NULL, NULL);
> > +     e_exec(inst->gcc->gadcon->zone, NULL,
> > inst->ctxt->config->manager_command, NULL, NULL);
> >     else
> >       e_util_dialog_show(_("No package manager configured"),
> >                          _("You need to set your preferred package
> > manager.<br>"
> >
> > --
> >
> >
> >
> ------------------------------------------------------------------------------
> WatchGuard Dimension instantly turns raw network data into actionable 
> security intelligence. It gives you real-time visual feedback on key
> security issues and trends.  Skip the complicated setup - simply import
> a virtual appliance and go from zero to informed in seconds.
> http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to