-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Kraftland/XAuth
Use system XAuthority
- Loading branch information
Showing
4 changed files
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
#!/usr/bin/bash | ||
|
||
# This is your Application ID, avoid conflict | ||
appID="" | ||
appID="top.kimiblock.example" | ||
|
||
# This is a friendly name of an application. It should only contain ASCII characters and not spaces. | ||
friendlyName="" | ||
friendlyName="Portable_Test" | ||
|
||
# This is the state directory of your application, which is located under "XDG_DATA_HOME" | ||
stateDirectory="" | ||
stateDirectory="Portable_Test_Data" | ||
|
||
# This is the target executable to launch | ||
launchTarget="" | ||
launchTarget="gtk3-demo" | ||
|
||
# Takes boolean value. When enabled, do not process XAuth files and enable X access. Generally this should be always on. | ||
waylandOnly="false" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters