From ba624dd100b0d2f0b40a76fe9b714946d2df79e3 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Sun, 13 Aug 2023 00:26:17 +0100 Subject: [PATCH] Fixed evolution-desktop --- srcpkgs/evolution-desktop/files/bin/startsession | 3 +-- srcpkgs/evolution-desktop/files/usr/share/wayfire/wayfire.ini | 1 + srcpkgs/evolution-desktop/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/evolution-desktop/files/bin/startsession b/srcpkgs/evolution-desktop/files/bin/startsession index 9d09c9e..b8049a9 100755 --- a/srcpkgs/evolution-desktop/files/bin/startsession +++ b/srcpkgs/evolution-desktop/files/bin/startsession @@ -1,4 +1,4 @@ -#!/bin/bash +C#!/bin/bash # Session config export XDG_RUNTIME_DIR=/run/user/$(id -u) @@ -12,7 +12,6 @@ export SDL_VIDEODRIVER=wayland export _JAVA_AWT_WM_NONREPARENTING=1 # Wayfire specific stuff -exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK CLUTTER_BACKEND=gdk pidof wayfire &>/dev/null diff --git a/srcpkgs/evolution-desktop/files/usr/share/wayfire/wayfire.ini b/srcpkgs/evolution-desktop/files/usr/share/wayfire/wayfire.ini index 761c973..f7edf58 100644 --- a/srcpkgs/evolution-desktop/files/usr/share/wayfire/wayfire.ini +++ b/srcpkgs/evolution-desktop/files/usr/share/wayfire/wayfire.ini @@ -19,6 +19,7 @@ zoom_enabled_for = none [autostart] autostart_wf_shell = true +patchdesktop = exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK background = wf-background brighness = brightnessctl s 100% gamma = wlsunset diff --git a/srcpkgs/evolution-desktop/template b/srcpkgs/evolution-desktop/template index 5717d20..4be96b4 100644 --- a/srcpkgs/evolution-desktop/template +++ b/srcpkgs/evolution-desktop/template @@ -1,6 +1,6 @@ pkgname=evolution-desktop version=1.1 -revision=10 +revision=11 build_style=meta maintainer="Tracker-Friendly " short_desc="Desktop and Greeter for EvolutionOS"