Skip to content

Commit

Permalink
budgie-desktop: Update to 10.9.2
Browse files Browse the repository at this point in the history
**Summary**
- Budgie Menu: We will now show applications which report as being Terminal-based (e.g. Terminal=true in their desktop file)
- Budgie Run Dialog: Fixed a regression where our setting of skip pager and taskbar was not being called during construction, which resulted in it showing up in our task switchers (IconTasklist and Task List)
- Dialogs: Fixed end session dialogs blocking authentication dialogs
- Notifications: Fixed an issue where a notification's default action would be performed when the close button was clicked
- Specification Compliance: Fixed an issue where we referred to the restart / reboot icon as "system-restart-symbolic" instead of "system-reboot-symbolic"
- System Tray: Fixed an issue whereby some applications would not show with their intended icon
- TabSwitcher: We will no longer show an empty switcher when there are no windows to actually switch between
- Workspace Applet: Fixed an issue where clicking a window icon would not perform an intended workspace switch
- Workspace Applet: Fixed left scroll direction

The full release announcement can be read [here](https://buddiesofbudgie.org/blog/budgie-10-9-2-released).

Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger committed Jun 22, 2024
1 parent f811091 commit d954b47
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 97 deletions.
1 change: 1 addition & 0 deletions packages/b/budgie-desktop/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ budgie-daemon:budgie_tab_switcher_widget_new
budgie-daemon:budgie_tab_switcher_window_construct
budgie-daemon:budgie_tab_switcher_window_focus_item
budgie-daemon:budgie_tab_switcher_window_get_type
budgie-daemon:budgie_tab_switcher_window_get_visible_children
budgie-daemon:budgie_tab_switcher_window_move_switcher
budgie-daemon:budgie_tab_switcher_window_new
budgie-daemon:budgie_value_get_menu_manager
Expand Down
7 changes: 5 additions & 2 deletions packages/b/budgie-desktop/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,12 @@ libglib-2.0.so.0:g_malloc0_n
libglib-2.0.so.0:g_markup_escape_text
libglib-2.0.so.0:g_markup_printf_escaped
libglib-2.0.so.0:g_mkdir_with_parents
libglib-2.0.so.0:g_mutex_init
libglib-2.0.so.0:g_mutex_lock
libglib-2.0.so.0:g_mutex_unlock
libglib-2.0.so.0:g_once_init_enter
libglib-2.0.so.0:g_once_init_enter_pointer
libglib-2.0.so.0:g_once_init_leave
libglib-2.0.so.0:g_once_init_leave_pointer
libglib-2.0.so.0:g_option_context_add_group
libglib-2.0.so.0:g_option_context_add_main_entries
libglib-2.0.so.0:g_option_context_free
Expand Down Expand Up @@ -823,6 +824,8 @@ libgobject-2.0.so.0:g_value_take_boxed
libgobject-2.0.so.0:g_value_take_string
libgobject-2.0.so.0:g_value_type_compatible
libgobject-2.0.so.0:g_value_unset
libgobject-2.0.so.0:g_weak_ref_get
libgobject-2.0.so.0:g_weak_ref_set
libgstreamer-1.0.so.0:gst_bus_timed_pop_filtered
libgstreamer-1.0.so.0:gst_element_get_bus
libgstreamer-1.0.so.0:gst_element_set_state
Expand Down Expand Up @@ -1632,7 +1635,6 @@ libxfce4windowing-0.so.0:xfw_window_activate
libxfce4windowing-0.so.0:xfw_window_get_application
libxfce4windowing-0.so.0:xfw_window_get_gicon
libxfce4windowing-0.so.0:xfw_window_get_icon
libxfce4windowing-0.so.0:xfw_window_get_id
libxfce4windowing-0.so.0:xfw_window_get_name
libxfce4windowing-0.so.0:xfw_window_get_type
libxfce4windowing-0.so.0:xfw_window_get_window_type
Expand All @@ -1642,6 +1644,7 @@ libxfce4windowing-0.so.0:xfw_window_is_skip_pager
libxfce4windowing-0.so.0:xfw_window_is_skip_tasklist
libxfce4windowing-0.so.0:xfw_window_move_to_workspace
libxfce4windowing-0.so.0:xfw_window_set_minimized
libxfce4windowing-0.so.0:xfw_window_x11_get_xid
libxfce4windowing-0.so.0:xfw_windowing_get
libxfce4windowing-0.so.0:xfw_workspace_activate
libxfce4windowing-0.so.0:xfw_workspace_get_id
Expand Down

This file was deleted.

23 changes: 0 additions & 23 deletions packages/b/budgie-desktop/files/fix-run-dialog-in-tasklist.patch

This file was deleted.

33 changes: 0 additions & 33 deletions packages/b/budgie-desktop/files/workspace-switcher-fix.patch

This file was deleted.

10 changes: 3 additions & 7 deletions packages/b/budgie-desktop/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : budgie-desktop

Check notice on line 1 in packages/b/budgie-desktop/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 10.9.1
release : 272
version : 10.9.2
release : 273
source :
- https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v10.9.1/budgie-desktop-v10.9.1.tar.xz : 6971be6e64612e63f460cbd4d37cde8cfa201ebb3b21a4230ffaea1a7abf075a
- https://github.com/BuddiesOfBudgie/budgie-desktop/releases/download/v10.9.2/budgie-desktop-v10.9.2.tar.xz : d45fff07a2d370c13c1c7610abe33ac02977c2f1521a26c5dbe8fb2594551b29
homepage : https://blog.buddiesofbudgie.org
license :
- GPL-2.0-only
Expand Down Expand Up @@ -43,10 +43,6 @@ rundeps :
- xdg-desktop-portal-gtk
- xdotool
setup : |
%patch -p1 -i $pkgfiles/fix-run-dialog-in-tasklist.patch
%patch -p1 -i $pkgfiles/workspace-switcher-fix.patch
%patch -p1 -i $pkgfiles/0001-daemon-notifications-Fix-default-notification-action.patch
%meson_configure -Dwith-stateless=true -Duse-old-zenity=true
build : |
%ninja_build
Expand Down
10 changes: 5 additions & 5 deletions packages/b/budgie-desktop/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/pane-show-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/system-hibernate-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/system-log-out-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/system-restart-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/system-reboot-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/actions/system-suspend-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/budgie-desktop-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/clock-applet-symbolic.svg</Path>
Expand Down Expand Up @@ -250,7 +250,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="272">budgie-desktop</Dependency>
<Dependency release="273">budgie-desktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/budgie-desktop/applet-info.h</Path>
Expand Down Expand Up @@ -309,9 +309,9 @@
</Files>
</Package>
<History>
<Update release="272">
<Date>2024-04-01</Date>
<Version>10.9.1</Version>
<Update release="273">
<Date>2024-06-22</Date>
<Version>10.9.2</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit d954b47

Please sign in to comment.