Skip to content

Commit

Permalink
Flatpak-ify Lock Box (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok authored Jan 11, 2022
1 parent cd079bc commit 7c86b9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions com.github.skarva.lockbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
app-id: com.github.skarva.lockbox

runtime: io.elementary.Platform
runtime-version: '6.1'
sdk: io.elementary.Sdk

command: com.github.skarva.lockbox

finish-args:
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--talk-name=org.freedesktop.secrets'

modules:
- name: lockbox
buildsystem: meson
sources:
- type: dir
path: .
2 changes: 0 additions & 2 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ namespace Lockbox {

Granite.Services.Logger.initialize ("Lock Box");
Granite.Services.Logger.DisplayLevel = Granite.Services.LogLevel.NOTIFY;

Granite.Services.Paths.initialize ("lockbox", Constants.DATADIR);
}

public static Application _instance = null;
Expand Down

0 comments on commit 7c86b9d

Please sign in to comment.