Gnome

2071 readers
18 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 2 years ago
MODERATORS
26
27
28
29
30
31
32
18
submitted 4 weeks ago* (last edited 4 weeks ago) by [email protected] to c/[email protected]
33
34
13
Fractal 10 released (discourse.gnome.org)
submitted 4 weeks ago by [email protected] to c/[email protected]
35
 
 

This release of GParted includes enhancements, bug fixes and language translation updates. Key changes include:

  • Recognise NBDs (Network Block Devices)
  • Add support for Bcachefs (experimental), single device file systems only
  • Prevent GParted probe starting LVM Volume Groups
  • Increase minimum required version of libparted to 3.2 (!131)

Bug Fixes

  • Recognise NBDs (Network Block Devices) (#247, !122)
  • Update CI jobs for Ubuntu 24.04 LTS and use Rocky Linux 8 (!124)
  • Read exFAT file system usage from exfatprogs >= 1.2.3 (#261, !125)
  • Fix serial number for my USB key showing binary data (#263, !126)
  • Add support for Bcachefs, single device file systems only (#234, !123)
  • Prevent GParted probe starting LVM Volume Groups (#259, !127)
  • Fix hang searching partitions when btrfs-progs not installed (#271, !130)
  • Increase minimum required version of libparted to 3.2 (!131)
36
37
38
39
40
41
42
43
44
45
12
GNOME 47.3 released (discourse.gnome.org)
submitted 1 month ago by [email protected] to c/[email protected]
 
 

The following modules have a new version:

  • at-spi2-core (2.54.0 => 2.54.1)
  • evolution-data-server (3.54.2 => 3.54.3)
  • glib (2.82.2 => 2.82.4)
  • glib-networking (2.80.0 => 2.80.1)
  • glycin (1.1.2 => 1.1.4)
  • gnome-calculator (47.0 => 47.1)
  • gnome-color-manager (3.36.0 => 3.36.2)
  • gnome-contacts (47.0 => 47.1.1)
  • gnome-control-center (47.2 => 47.3)
  • gnome-maps (47.2 => 47.3)
  • gnome-online-accounts (3.52.2 => 3.52.3.1)
  • gnome-remote-desktop (47.2 => 47.3)
  • gnome-shell (47.2 => 47.3)
  • gnome-shell-extensions (47.2 => 47.3)
  • gnome-software (47.2 => 47.4)
  • gtk (4.16.7 => 4.16.12)
  • gupnp-av (0.14.1 => 0.14.3)
  • json-glib (1.10.0 => 1.10.6)
  • libadwaita (1.6.2 => 1.6.3)
  • libgee (0.20.6 => 0.20.8)
  • libsecret (0.21.4 => 0.21.6)
  • libshumate (1.3.0 => 1.3.1)
  • libsoup (3.6.1 => 3.6.4)
  • localsearch (3.8.1 => 3.8.2)
  • loupe (47.2 => 47.4)
  • mutter (47.3 => 47.4)
  • nautilus (47.0 => 47.1)
  • orca (47.2 => 47.3)
  • template-glib (3.36.2 => 3.36.3)
  • tinysparql (3.8.1 => 3.8.2)
46
14
GNOME 46.8 released (discourse.gnome.org)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

The following modules have a new version:

  • glib-networking (2.80.0 => 2.80.1)
  • gnome-boxes (46.1 => 46.4)
  • gnome-color-manager (3.36.0 => 3.36.2)
  • gnome-control-center (46.6 => 46.7)
  • gnome-online-accounts (3.50.7 => 3.50.8.1)
  • gnome-shell (46.7 => 46.8)
  • gnome-shell-extensions (46.2 => 46.4)
  • gupnp (1.6.7 => 1.6.8)
  • gupnp-av (0.14.1 => 0.14.3)
  • libadwaita (1.5.5 => 1.5.6)
  • libgee (0.20.6 => 0.20.8)
  • libsecret (0.21.4 => 0.21.6)
  • mutter (46.7 => 46.8)
  • nautilus (46.2 => 46.3.1)
  • template-glib (3.36.2 => 3.36.3)
  • tracker-miners (3.7.3 => 3.7.4)*
47
48
49
50
14
Blueprint v0.16.0 released (gitlab.gnome.org)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

v0.16.0

Added

  • Added more "go to reference" implementations in the language server
  • Added semantic token support for flag members in the language server
  • Added property documentation to the hover tooltip for notify signals
  • The language server now shows relevant sections of the reference documentation when hovering over keywords and symbols
  • Added not-swapped flag to signal handlers, which may be needed for signal handlers that specify an object
  • Added expression literals, which allow you to specify a Gtk.Expression property (as opposed to the existing expression support, which is for property bindings)

Changed

  • The formatter adds trailing commas to lists (Alexey Yerin)
  • The formatter removes trailing whitespace from comments (Alexey Yerin)
  • Autocompleting a commonly translated property automatically adds the _("") syntax
  • Marking a single-quoted string as translatable now generates a warning, since gettext does not recognize it when using the configuration recommended in the blueprint documentation

Fixed

  • Added support for libgirepository-2.0 so that blueprint doesn't crash due to import conflicts on newer versions of PyGObject (Jordan Petridis)
  • Fixed a bug when decompiling/porting files with enum values
  • Fixed several issues where tests would fail with versions of GTK that added new deprecations
  • Addressed a problem with the language server protocol in some editors (Luoyayu)
  • Fixed an issue where the compiler would crash instead of reporting compiler errors
  • Fixed a crash in the language server that occurred when a detailed signal (e.g. notify::*) was not complete
  • The language server now properly implements the shutdown command, fixing support for some editors and improving robustness when restarting (Alexey Yerin)
  • Marking a string in an array as translatable now generates an error, since it doesn't work

Documentation

  • Added mention of null in the Literal Values section
  • Add apps to Built with Blueprint section (Benedek Dévényi, Vladimir Vaskov)
  • Corrected and updated many parts of the documentation
view more: ‹ prev next ›