Skip to content

Commit 7c86b9d

Browse files
authored
Flatpak-ify Lock Box (#25)
1 parent cd079bc commit 7c86b9d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

com.github.skarva.lockbox.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
app-id: com.github.skarva.lockbox
2+
3+
runtime: io.elementary.Platform
4+
runtime-version: '6.1'
5+
sdk: io.elementary.Sdk
6+
7+
command: com.github.skarva.lockbox
8+
9+
finish-args:
10+
- '--share=ipc'
11+
- '--socket=fallback-x11'
12+
- '--socket=wayland'
13+
- '--talk-name=org.freedesktop.secrets'
14+
15+
modules:
16+
- name: lockbox
17+
buildsystem: meson
18+
sources:
19+
- type: dir
20+
path: .

src/Application.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ namespace Lockbox {
4343

4444
Granite.Services.Logger.initialize ("Lock Box");
4545
Granite.Services.Logger.DisplayLevel = Granite.Services.LogLevel.NOTIFY;
46-
47-
Granite.Services.Paths.initialize ("lockbox", Constants.DATADIR);
4846
}
4947

5048
public static Application _instance = null;

0 commit comments

Comments
 (0)