Package: budgie-desktop / 10.9.2-6

Metadata

Package Version Patches format
budgie-desktop 10.9.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
desktopfolder_exename.patch | (download)

src/panel/settings/settings_desktop.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rename desktopfolder executable
 Upstream calls the desktopfolder name
Rework keyboard ibus handling.patch | (download)

src/wm/ibus.vala | 4 2 + 2 - 0 !
src/wm/keyboard.vala | 195 145 + 50 - 0 !
src/wm/wm.vala | 5 1 + 4 - 0 !
3 files changed, 148 insertions(+), 56 deletions(-)

 rework keyboard handling to layouts & ibus handling
 Combined patch created by squashing all the commits in the above PR


allow AppIndicator if System Tray is not present.patch | (download)

src/daemon/manager.vala | 26 25 + 1 - 0 !
1 file changed, 25 insertions(+), 1 deletion(-)

 [patch] allow appindicator if system tray is not present


enforce no implicit function declaration.patch | (download)

src/daemon/meson.build | 1 1 + 0 - 0 !
src/panel/applets/workspaces/meson.build | 3 3 + 0 - 0 !
src/wm/meson.build | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 define c_args for valac compilation
 FTBFS due to global c_args being seemingly
 ignored.
 Not reported upstream so this appears to be a
 distro specific issue
0001 Adapt to xf4w v4.19.8 630.patch | (download)

meson.build | 2 1 + 1 - 0 !
src/daemon/main.vala | 11 0 + 11 - 0 !
src/daemon/meson.build | 1 0 + 1 - 0 !
src/daemon/tabswitcher.vala | 2 1 + 1 - 0 !
src/panel/applets/workspaces/WindowIcon.vala | 2 1 + 1 - 0 !
vapi/Libxfce4windowing-0.0.metadata | 6 6 + 0 - 0 !
vapi/README.md | 3 1 + 2 - 0 !
vapi/libxfce4windowing-0-custom.vala | 13 13 + 0 - 0 !
vapi/libxfce4windowing-0.vapi | 328 187 + 141 - 0 !
9 files changed, 210 insertions(+), 158 deletions(-)

 [patch] adapt to xf4w v4.19.8 (#630)

* Adapt to xf4w v4.19.7

* Ensure we depend specifically on xf4w 4.19.7

* Add a metadata file plus custom file to allow generation of xf4w vapi correctly

* Update README instructions to build xf4w vapi

switch to blueman.patch | (download)

src/panel/applets/status/BluetoothIndicator.vala | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 switch to using blueman
 BCC has been patched to no longer build with a deprecated bluetooth
 library and as such cannot be used to connect bluetooth devices
 (#1086385)
 This patch switches to using blueman instead