Closed BugBuster1701 closed 9 years ago
statt
system "notify-send '#{title}' '#{msg}' -i #{images_dir}/#{img} -t #{show_time}"
nun
meldung = "notify-send '#{title}' '#{msg}' -i #{images_dir}/#{img} -t #{show_time}" system "ssh nutzer@host '#{meldung}' "
Geht das?
Nein, aber das geht:
ssh -X nutzer@host 'DISPLAY=:0 notify-send "TEST MESSAGE."'
statt
nun
Geht das?