File tree 1 file changed +21
-0
lines changed 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 34
34
</v-list-item-subtitle >
35
35
</v-list-item-content >
36
36
</v-list-item >
37
+
38
+ <v-list-item v-if =" $store.getters.selectedOS && $store.getters.selectedOS.name === 'Linux'" >
39
+ <v-list-item-content >
40
+ <v-list-item-title class =" text-wrap" >
41
+ <v-icon left color =" grey lighten-1" >mdi-help-circle-outline</v-icon >
42
+ When I try to pass-through an application it fails
43
+ </v-list-item-title >
44
+ <v-list-item-subtitle class =" text-wrap" >
45
+ <div class =" mb-2" >
46
+ <v-icon left color =" primary" >mdi-information-outline</v-icon >
47
+ Some apps use OpenAL for audio which may prevent this. To solve this create a file
48
+ named
49
+ <code >.alsoftrc</code > in your home folder with the following contents:
50
+ </div >
51
+ <pre style =" white-space : pre-line " >
52
+ [pulse]
53
+ allow-moves=yes
54
+ </pre >
55
+ </v-list-item-subtitle >
56
+ </v-list-item-content >
57
+ </v-list-item >
37
58
</v-list >
38
59
<div class =" text-center" >more to come...</div >
39
60
</v-card-text >
You can’t perform that action at this time.
0 commit comments