diff --git a/data/com.github.alainm23.byte.appdata.xml.in b/data/com.github.alainm23.byte.appdata.xml.in index 7615dbb..fce1424 100644 --- a/data/com.github.alainm23.byte.appdata.xml.in +++ b/data/com.github.alainm23.byte.appdata.xml.in @@ -23,7 +23,7 @@ com.github.alainm23.byte - +
  • Fix LINGUAS error @ryonakano
  • @@ -32,17 +32,7 @@
- - - -
    -
  • Fix LINGUAS error @ryonakano
  • -
  • Added Dutch translation @Vistaus
  • -
  • Updated Russian translation @camellan
  • -
-
-
- +
    diff --git a/debian/control b/debian/control index b0bb49a..b421a0e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: com.github.alainm23.byte Section: x11 Priority: extra Maintainer: Alain M. -Build-Depends: appstream, - debhelper (>= 9), +Build-Depends: debhelper (>= 9), desktop-file-utils, libgranite-dev, libjson-glib-dev, diff --git a/src/Application.vala b/src/Application.vala index 7cdeb6c..dd17094 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -120,6 +120,9 @@ public class Byte : Gtk.Application { Gtk.StyleContext.add_provider_for_screen (Gdk.Screen.get_default (), provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); utils.apply_theme (Byte.settings.get_enum ("theme")); + + Gtk.Settings.get_default().set_property("gtk-icon-theme-name", "elementary"); + Gtk.Settings.get_default().set_property("gtk-theme-name", "elementary"); } public void toggle_playing_action_enabled (bool b) {