Advertisement
Guest User

Untitled

a guest
Jul 20th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [nemo@localhost user]$ cat lipstick.service
  2. [Unit]
  3. Description=The lipstick UI
  4. Requires=dbus.socket pre-user-session.target
  5. After=pre-user-session.target
  6.  
  7. [Service]
  8. Type=notify
  9. EnvironmentFile=-/var/lib/environment/compositor/*.conf
  10. ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
  11. Restart=always
  12.  
  13. [Install]
  14. WantedBy=user-session.target
  15.  
  16.  
  17.  
  18. ]$ cat /var/lib/environment/compositor/60-n9-n950-ui.conf
  19. EGL_PLATFORM=fbdev
  20. QT_QPA_PLATFORM=eglfs
  21. QT_QPA_EGLFS_DEPTH=32
  22. QT_QPA_EGLFS_HIDECURSOR=1
  23. M_FORCE_LOCAL_THEME=1
  24. LIPSTICK_OPTIONS=-plugin evdevtouch:/dev/input/event3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement