pantheon.elementary-greeter: 5.0 -> 5.0.1

https://github.com/elementary/greeter/releases/tag/5.0.1
This commit is contained in:
worldofpeace 2019-10-31 17:48:51 -04:00
parent 0de6642b5e
commit f278d6f0da
2 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "elementary-greeter"; pname = "elementary-greeter";
version = "5.0"; version = "5.0.1";
repoName = "greeter"; repoName = "greeter";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
owner = "elementary"; owner = "elementary";
repo = repoName; repo = repoName;
rev = version; rev = version;
sha256 = "01c8acarxwpakyq69xm4bjwppjf8v3ijmns8masd8raxligb2v8b"; sha256 = "0qy6iw71p8hv6fpcr7p3hqbzlcpxrz18qdm1inannq68d0pxfx76";
}; };
passthru = { passthru = {

View File

@ -1,7 +1,7 @@
diff --git a/src/Cards/BackgroundImage.vala b/src/Cards/BackgroundImage.vala diff --git a/src/Widgets/BackgroundImage.vala b/src/Widgets/BackgroundImage.vala
index b57fb4d..ddfd56c 100644 index ae9431c..f0f2a49 100644
--- a/src/Cards/BackgroundImage.vala --- a/src/Widgets/BackgroundImage.vala
+++ b/src/Cards/BackgroundImage.vala +++ b/src/Widgets/BackgroundImage.vala
@@ -9,7 +9,7 @@ public class Greeter.BackgroundImage : Gtk.EventBox { @@ -9,7 +9,7 @@ public class Greeter.BackgroundImage : Gtk.EventBox {
public BackgroundImage (string? path) { public BackgroundImage (string? path) {
@ -16,7 +16,7 @@ index b57fb4d..ddfd56c 100644
try { try {
- full_pixbuf = new Gdk.Pixbuf.from_file ("/usr/share/backgrounds/elementaryos-default"); - full_pixbuf = new Gdk.Pixbuf.from_file ("/usr/share/backgrounds/elementaryos-default");
+ full_pixbuf = new Gdk.Pixbuf.from_file ("@default_wallpaper"); + full_pixbuf = new Gdk.Pixbuf.from_file ("@default_wallpaper@");
} catch (GLib.Error e) { } catch (GLib.Error e) {
critical (e.message); critical (e.message);
} }