You are not logged in.
Pages: 1
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/nullLIst packages to update
pacman -Qqu --dbpath /tmp/yapan/update
pacman -Su --dbpath /tmp/yapanWhat should I change to make it works
Last edited by krax (2011-08-31 23:27:59)
Offline
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/nulllist packageto update
pacman -Qqu --dbpath /tmp/yapan/ Update
pacman -Syu --dbpath /tmp/yapanCould you help me with that?
Offline
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
Pages: 1