Tag: gui

Run Remote App Locally

Run a remote GUI tool in a local system ssh -X neo@192.168.0.30 /usr/bin/kate

Display a Small Notification Dialog

This command shows a notice in GUI and disappears after a few seconds… notify-send “Hello There”

Restarting XServer in Fedora

Restart XServer from command line in Fedora – for testing xorg.conf settings… telinit 3 #Shutdown X telinit 5 #Starts X