-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**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
1 parent
f811091
commit d954b47
Showing
7 changed files
with
14 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
...es/b/budgie-desktop/files/0001-daemon-notifications-Fix-default-notification-action.patch
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
packages/b/budgie-desktop/files/fix-run-dialog-in-tasklist.patch
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
packages/b/budgie-desktop/files/workspace-switcher-fix.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|