Germinal 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25f734b1b9677293d5d77a0b1327269bdb3cbdf5
4
- data.tar.gz: 1e77a4b1243af8d88fed13892e96a8ba9f273f7d
3
+ metadata.gz: 1579e313faeaff4192cfd683b8c2cd15e3318be0
4
+ data.tar.gz: 3042b6c45b20080aa6f953619ba19656c85283cb
5
5
  SHA512:
6
- metadata.gz: d3d7b4102322df36b315624a6e7ef3eb83a29ecbb83edefda65aa6e21b28ccf97fa1737c6faa3e1196202b13ba298b8bafb5e833a7e596e7097595075cda4dd2
7
- data.tar.gz: 79237ff4efd4be2ee4c97cb20d5eb6f2c4230cde19fe3ec285a45af07ebb9066974f02b49f7856b238ca2b77f269d3392e20e73d82b1e813047f76081ff9bcd8
6
+ metadata.gz: cabf90971caa3c42e2c0d9c6b6b8b742bd5e865c8e26c0dc38a6e678464fe5ffee3b05d33cdc5680b9fa4d9240111fe55e7e6ec561a83bf87a1199b48816de85
7
+ data.tar.gz: 29592d26427c67d074825932061a3051b59b7a7738af563fb2d2d05f90220887341a59a576abae255caa005f4752cd2721d69d3cc49f83e08b7fa0756c549cc0
data/bin/Germinal CHANGED
@@ -25,6 +25,7 @@ require "fileutils"
25
25
  require "sass"
26
26
 
27
27
  CURRENT_PATH = File.expand_path(File.dirname(__FILE__))
28
+ ROOT_PATH = File.expand_path("#{CURRENT_PATH}/..")
28
29
  LIB_PATH = "#{CURRENT_PATH}/../lib"
29
30
  DATA_PATH = "#{CURRENT_PATH}/../data"
30
31
  CONFIG_DIR = File.expand_path("#{ENV['HOME']}/.config/Germinal")
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/window.rb CHANGED
@@ -56,6 +56,7 @@ class GerminalWindow < Gtk::ApplicationWindow
56
56
  )
57
57
  def initialize(application)
58
58
  super(:application => application)
59
+ set_icon_from_file("#{DATA_PATH}/germinal-icon.png")
59
60
  load_css_properties
60
61
  set_position(:center)
61
62
  create_header_bar
@@ -186,12 +187,12 @@ class GerminalWindow < Gtk::ApplicationWindow
186
187
  def display_about
187
188
  Gtk::AboutDialog.show(self,
188
189
  "authors" => ["Cédric Le Moigne <cedlemo@gmx.com>"],
189
- "comments" => "This is Terminal Emulator based on the ruby bindings of Gtk3 and Vte3",
190
+ "comments" => "Terminal Emulator based on the ruby bindings of Gtk3 and Vte3",
190
191
  "copyright" => "Copyright (C) 2015-2016 Cédric Le Moigne",
191
192
  "license" => "This program is licenced under the licence GPL-3.0 and later.",
192
- "logo_icon_name" => "utilities-terminal-symbolic",
193
+ "logo" => Gdk::Pixbuf.new("#{DATA_PATH}/germinal-icon-128.png"),
193
194
  "program_name" => "Germinal",
194
- "version" => "1.2.1",
195
+ "version" => "1.2.3",
195
196
  "website" => "https://github.com/cedlemo/germinal",
196
197
  "website_label" => "Germinal github repository"
197
198
  )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Germinal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cédric LE MOIGNE
@@ -86,6 +86,11 @@ files:
86
86
  - data/color-select-symbolic.svg
87
87
  - data/emblem-photos-symbolic.svg
88
88
  - data/font-select-symbolic.svg
89
+ - data/germinal-icon-128.png
90
+ - data/germinal-icon-16.png
91
+ - data/germinal-icon-32.png
92
+ - data/germinal-icon-64.png
93
+ - data/germinal-icon.png
89
94
  - data/germinal.css
90
95
  - data/germinal.gresource.xml
91
96
  - data/pan-end-symbolic.svg