summaryrefslogtreecommitdiff
path: root/shell/gtk-shell.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-10-22 18:48:29 +0200
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-10-22 18:48:29 +0200
commitbd66bcda2f5e99a167c4bc40ed20c33fd6923662 (patch)
treee2111a7c853801b079e1bb54192a2895672e268a /shell/gtk-shell.c
parent8e800cc23ea4886828c461f19389cd792262de4f (diff)
downloadgraynard-bd66bcda2f5e99a167c4bc40ed20c33fd6923662.tar.gz
graynard-bd66bcda2f5e99a167c4bc40ed20c33fd6923662.zip
Quick hack to get things working
Diffstat (limited to 'shell/gtk-shell.c')
-rw-r--r--shell/gtk-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/gtk-shell.c b/shell/gtk-shell.c
index 1c47c8d..b5e86a7 100644
--- a/shell/gtk-shell.c
+++ b/shell/gtk-shell.c
@@ -8,8 +8,8 @@
extern char **environ; /* defined by libc */
-gchar *filename = "background.jpg";
-gchar *terminal_path = "/home/tiago/git/weston/clients/weston-terminal";
+gchar *filename = "/usr/share/themes/Adwaita/backgrounds/morning.jpg";
+gchar *terminal_path = "/opt/wayland/bin/weston-terminal";
struct element {
GtkWidget *window;