You are not logged in.

#1 2011-08-31 23:26:49

krax
Member
From: Tory;Mi
Registered: 2010-06-26
Posts: 62
Website

Yapan and update

I use openbox and after I synchronized the Yapan. But after that the Yapan shows updates available and update button. if i push the button or choose update from right-click menu of Yapan systray icon; it just start synchronizing again ,


update command to call:

 dbus-launch konsole --nofork --noclose -e bash -c "su -l root -c '%1; echo && echo --- Finished ---'" 

Sync

fakeroot pacman -Syy --dbpath /tmp/yapan/ &> /dev/null

LIst packages to update

pacman -Qqu --dbpath /tmp/yapan/

update

pacman -Su --dbpath /tmp/yapan

What should I  change to make it works

Last edited by krax (2011-08-31 23:27:59)

Offline

#2 2011-09-02 06:58:32

krax
Member
From: Tory;Mi
Registered: 2010-06-26
Posts: 62
Website

Re: Yapan and update

i change it toi this settings . but still no luck!!!

I have lilyterm xterm and urxvt installed. and the configuration of YAPAN is as followed.
update command to call:

dbus-launch urxvt --noclose -e bash -c "%1; echo && echo --- Finished ---"

SYNC

fakeroot pacman -Syy --dbpath /tmp/yapan/ &> /dev/null

list packageto update

pacman -Qqu --dbpath /tmp/yapan/ 

Update

 pacman -Syu --dbpath /tmp/yapan

Could you help me with that?

Offline

#3 2012-03-06 03:40:52

amcollie
Member
Registered: 2011-06-22
Posts: 9

Re: Yapan and update

Use either:

dbus-launch urxvt -e bash -c "%1;echo && echo --- Finished ---;bash"

or

dbus-launch urxvt -e bash -c "%1;echo && echo --- Finished ---;read"

Offline

Board footer

Powered by FluxBB