Fix dock icon size and RDP frozen screen regressions from PR #144
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/25eb7e56-2284-4030-a9dd-75f2f9a2917c Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
349de76b6b
commit
cfd416002d
@@ -1,4 +1,4 @@
|
|||||||
<svg width="1e3" height="1e3" version="1.0" viewBox="0 0 768 768" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify">
|
<svg width="318" height="261" version="1.0" viewBox="232 258 318 261" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify">
|
||||||
<defs>
|
<defs>
|
||||||
<filter id="b3a68ab618" x="0" y="0" width="1" height="1">
|
<filter id="b3a68ab618" x="0" y="0" width="1" height="1">
|
||||||
<feColorMatrix color-interpolation-filters="sRGB" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
<feColorMatrix color-interpolation-filters="sRGB" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -232,7 +232,7 @@ let
|
|||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
brave --app=http://localhost:8937 --class=sovran-hub
|
brave --app=http://localhost:8937 --class=sovran-hub --disable-gpu --disable-features=WebRtcPipeWireCapturer --ozone-platform=wayland
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sovran-hub-web = pkgs.python3Packages.buildPythonApplication {
|
sovran-hub-web = pkgs.python3Packages.buildPythonApplication {
|
||||||
@@ -278,7 +278,7 @@ let
|
|||||||
Type=Application
|
Type=Application
|
||||||
Name=Sovran Hub
|
Name=Sovran Hub
|
||||||
Comment=Open Sovran_SystemsOS Hub dashboard
|
Comment=Open Sovran_SystemsOS Hub dashboard
|
||||||
Exec=brave --app=http://localhost:8937 --class=sovran-hub
|
Exec=brave --app=http://localhost:8937 --class=sovran-hub --disable-gpu --disable-features=WebRtcPipeWireCapturer --ozone-platform=wayland
|
||||||
Icon=sovran-hub
|
Icon=sovran-hub
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=System;
|
Categories=System;
|
||||||
|
|||||||
Reference in New Issue
Block a user