diff options
| author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-22 18:48:29 +0200 |
|---|---|---|
| committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-10-22 18:48:29 +0200 |
| commit | bd66bcda2f5e99a167c4bc40ed20c33fd6923662 (patch) | |
| tree | e2111a7c853801b079e1bb54192a2895672e268a /shell | |
| parent | 8e800cc23ea4886828c461f19389cd792262de4f (diff) | |
| download | graynard-bd66bcda2f5e99a167c4bc40ed20c33fd6923662.tar.gz graynard-bd66bcda2f5e99a167c4bc40ed20c33fd6923662.zip | |
Quick hack to get things working
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/gtk-shell.c | 4 |
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; |
