Ubuntu Pastebin

Paste from ali1234 at Tue, 2 Aug 2016 13:53:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
data-dir-wrapper:

#!/bin/sh

export XDG_DATA_DIRS=$XDG_DATA_DIRS:$SNAP/share

exec "$@"




snapcraft.yaml:

apps:
  sigrok-cli:
    command: data-dir-wrapper sigrok-cli
  pulseview:
    command: desktop-launch data-dir-wrapper pulseview
Download as text