Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [Desktop Entry]
  2. Version=1.0
  3. Type=Application
  4. Name=Foo Viewer
  5. Comment= The best viewer !
  6. TryExec=fooview %F
  7. Actions=Edit;Inverse
  8. Icon=fooview.png
  9. MimeType=image/x-foo
  10. X-KDE-Library=libfooview
  11. X-KDE-FactoryName=fooviewfactory
  12. X-KDE-ServiceType=FooService
  13.  
  14. {Desktop Action Inverse]
  15. Exec=fooview --inverse %f
  16. Name=Foo Viewer (inverse image)
  17.  
  18. [Desktop Action Edit]
  19. Exec=fooview --edit %f
  20. Name=Foo Viewer (edit image)
  21. Icon=fooview-edit.png
  22.  
  23. linux-y78i:~/Desktop/Test # systemctl status RDPAutoStart.service -l
  24. RDPAutoStart.service - RDPAutoRestart
  25. Loaded: loaded (/etc/systemd/system/RDPAutoStart.service; disabled)
  26. Active: active (running) since Tue 2016-06-14 19:17:20 IST; 18s ago
  27. Main PID: 1728 (java)
  28. CGroup: /system.slice/RDPAutoStart.service
  29. └─1728 /usr/bin/java -jar /root/Desktop/Test/Test.jar
  30.  
  31. Jun 14 19:17:21 linux-y78i.site java[1728]: Started
  32. Jun 14 19:17:21 linux-y78i.site java[1728]: Current PortID :: gnu.io.CommPortIdentifier@7b98a1f4
  33. Jun 14 19:17:30 linux-y78i.site java[1728]: AC06927#1
  34. Jun 14 19:17:31 linux-y78i.site java[1728]: Connection String::jdbc:sqlserver://172.19.63.116cmsserver2012;databaseName = uno_sac_live;user=sa;password=sql@2012
  35. Jun 14 19:17:32 linux-y78i.site java[1728]: connection created
  36. Jun 14 19:17:32 linux-y78i.site java[1728]: File already exist
  37. Jun 14 19:17:32 linux-y78i.site java[1728]: Employee is : AC06927 ALPA A PATEL SQLServerBlob:1
  38. Jun 14 19:17:32 linux-y78i.site java[1728]: Entering to Web
  39. Jun 14 19:17:32 linux-y78i.site java[1728]: Setting to Headless Mode::false
  40. Jun 14 19:17:32 linux-y78i.site java[1728]: No protocol specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement