announce_state_changes=0
It was "1" previously. But upon restart, the puppy dog still appears. Is there any to tell him to sit quietly? (Good Dog)

Code: Select all
rm -f /etc/dhcpcd_state_notify
Code: Select all
touch /etc/dhcpcd_state_notify
I wasn't trying to dig myself into a hole Richard. I looked in the Puppy package manager to find Frisbee, and it was not there. So naturally I looked around on the forum. Your information is the first citing that Frisbee was integrated with Precise.rerwin wrote:Jody,
Why do you keep digging yourself deeper into the "hole" you have created? Precise Pup 5.7.1, Slacko-5.7.0 and Lucid Pup 5.2.8.6 already contain the "official" 1.1 version of frisbee or 1.2, which have the "Announce State Changes" checkbox at the bottom of the window you see when you start it.
Installation of any of the old "betas" will corrupt the official frisbee probably beyond repair. Uninstalling the betas is insufficient. So please start fresh with one of the above puppies and do not install any Frisbee beta.
Richard
Thank you Cimarron. You've demonstrated that it doesn't take a lot to try and be accommodating had helpfulcimarron wrote:I noticed that Frisbee's notifications seem to be handled by /lib/dhcpcd/dhcpcd-hooks/99-notify . I edited that file to change the appearance of the notifications. Would deleting it disable all notifications?
Of course a fresh system would be better, but maybe there's a reason Jody doesn't want to start completely from scratch...
That hook script corresponds to the frisbee-1.x released versions of frisbee. The "betas" instead use 5 "99-" hook script files that combine functions for Frisbee's network icon and the notifications. Deleting them would impact Frisbee's network_tray icon but would be necessary to stop the notices. Here's an example, 99-down:cimarron wrote:I noticed that Frisbee's notifications seem to be handled by /lib/dhcpcd/dhcpcd-hooks/99-notify . I edited that file to change the appearance of the notifications. Would deleting it disable all notifications?
Code: Select all
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/X11R7/lib:/root/my-applications/lib:/opt/samba/lib
export DISPLAY=:0
if [[ $reason == "NOCARRIER" ]] ; then
if [[ $interface == `cat /usr/local/Frisbee/interface` ]] ; then
killall -SIGALRM frisbee_tray
else
killall -SIGUSR2 frisbee_tray
fi
rm /usr/local/Frisbee/iface/$interface
gtkdialog-splash -placement -timeout 6 top -bg hotpink -text "$interface is Down"
fi
I meant I could care less about the box missing; not about the community's welfare. Holy crap!Scooby wrote:yeah you yourself could care lessJody Thornton wrote:I could care less
but what about the rest of the community,
should we also care less about
your future problems?
Folks, "I could care less" means that you still care and "I COULDN'T care less" means you don't have a care.Jody Thornton wrote:Scooby wrote:yeah you yourself could care lessJody Thornton wrote:I could care less
but what about the rest of the community,
should we also care less about
your future problems?