diff --git a/.buildconfig b/.buildconfig
deleted file mode 100644
index 9d1be62..0000000
--- a/.buildconfig
+++ /dev/null
@@ -1,6 +0,0 @@
-[default]
-name=Configuration par défaut
-device=local
-runtime=xdg-app:org.gnome.Platform/3.20/x86_64
-prefix=/app
-default=true
diff --git a/Makefile.am b/Makefile.am
index 58b5c6f..7c8da0d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,2 @@
SUBDIRS = src \
- data \
- plugins
-
+ data
diff --git a/createtable.py b/createtable.py
deleted file mode 100644
index 29c54f7..0000000
--- a/createtable.py
+++ /dev/null
@@ -1,18 +0,0 @@
-import sqlite3
-conn = sqlite3.connect('example.db')
-
-c = conn.cursor()
-
-# Create table
-c.execute('''CREATE TABLE providers
- (date text, trans text, symbol text, qty real, price real)''')
-
-# Insert a row of data
-c.execute("INSERT INTO stocks VALUES ('2006-01-05','BUY','RHAT',100,35.14)")
-
-# Save (commit) the changes
-conn.commit()
-
-# We can also close the connection if we are done with it.
-# Just be sure any changes have been committed or they will be lost.
-conn.close()
diff --git a/data/Makefile.am b/data/Makefile.am
index 15f3e38..ed27719 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,15 +1,26 @@
desktopdir = $(DATADIR)/applications
-desktop_DATA = two-factor.desktop
+desktop_DATA = twofactorauth.desktop
UPDATE_DESKTOP = update-desktop-database $(datadir)/applications || :
uidir = $(pkgdatadir)/data
-ui_DATA = about.glade
+ui_DATA = about.glade \
+ shortcuts.glade \
+ menu.glade \
+ style.css
+
+logodir = $(pkgdatadir)/data
+logo_DATA = about.glade \
+ shortcuts.glade \
+ menu.glade \
+ style.css
+
appdatadir = $(DATADIR)/appdata
appdata_DATA = \
two-factor.appdata.xml
EXTRA_DIST = \
+ $(logo_DATA) \
$(ui_DATA) \
$(appdata_DATA)
diff --git a/data/shortcuts.glade b/data/shortcuts.glade
index fa79b3a..3cd1130 100644
--- a/data/shortcuts.glade
+++ b/data/shortcuts.glade
@@ -25,7 +25,13 @@
<Primary>C
-
+
+
+