mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 11:28:28 +00:00
fix: Fixed flathub missing attributes, b=no-bug, c=workflows, flatpak, folders, workspaces
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -734,8 +734,8 @@ jobs:
|
|||||||
GIT_CURL_VERBOSE: 1
|
GIT_CURL_VERBOSE: 1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPLOY_KEY }}
|
token: ${{ secrets.DEPLOY_KEY }}
|
||||||
commit-message: 🚀 Update to version ${{ needs.build-data.outputs.version }}
|
commit-message: Update to version `${{ needs.build-data.outputs.version }}`
|
||||||
title: 🚀 Update to version ${{ needs.build-data.outputs.version }}
|
title: Update to version `${{ needs.build-data.outputs.version }}`
|
||||||
body: |
|
body: |
|
||||||
This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}.
|
This PR updates the Zen Browser Flatpak package to version ${{ needs.build-data.outputs.version }}.
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@ add-extensions:
|
|||||||
add-ld-path: .
|
add-ld-path: .
|
||||||
command: launch-script.sh
|
command: launch-script.sh
|
||||||
finish-args:
|
finish-args:
|
||||||
|
- --allow=devel
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
@@ -19,16 +20,31 @@ finish-args:
|
|||||||
- --socket=pcsc
|
- --socket=pcsc
|
||||||
- --socket=cups
|
- --socket=cups
|
||||||
- --persist=.zen
|
- --persist=.zen
|
||||||
|
- --env=DICPATH=/usr/share/hunspell
|
||||||
|
- --filesystem=xdg-data/applications:create
|
||||||
|
- --filesystem=xdg-data/icons:create
|
||||||
- --filesystem=xdg-download:rw
|
- --filesystem=xdg-download:rw
|
||||||
|
- --filesystem=/run/.heim_org.h5l.kcm-socket
|
||||||
|
- --filesystem=xdg-run/speech-dispatcher:ro
|
||||||
- --device=all
|
- --device=all
|
||||||
- --talk-name=org.freedesktop.FileManager1
|
- --talk-name=org.freedesktop.FileManager1
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
|
||||||
- --own-name=org.mozilla.zen.*
|
|
||||||
- --own-name=org.mpris.MediaPlayer2.firefox.*
|
|
||||||
- --system-talk-name=org.freedesktop.NetworkManager
|
- --system-talk-name=org.freedesktop.NetworkManager
|
||||||
- --talk-name=org.a11y.Bus
|
- --talk-name=org.a11y.Bus
|
||||||
- --env=GTK_PATH=/app/lib/gtkmodules
|
- --talk-name=org.gtk.vfs.*
|
||||||
- --env=MESA_SHADER_CACHE_DIR=/var/cache/mesa_shader_cache_db
|
- --own-name=org.mpris.MediaPlayer2.firefox.*
|
||||||
|
- --own-name=org.mozilla.zen.*
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/pkgconfig
|
||||||
|
- /share/pkgconfig
|
||||||
|
- /share/aclocal
|
||||||
|
- /share/gtk-doc
|
||||||
|
- /share/doc
|
||||||
|
- /share/info
|
||||||
|
- /man
|
||||||
|
- /share/man
|
||||||
|
- '*.la'
|
||||||
|
- '*.a'
|
||||||
modules:
|
modules:
|
||||||
- name: zen_browser
|
- name: zen_browser
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@@ -906,6 +906,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleTabUnpin(tab) {
|
handleTabUnpin(tab) {
|
||||||
|
tab.style.removeProperty('--zen-folder-indent');
|
||||||
const group = tab.group;
|
const group = tab.group;
|
||||||
if (!group) {
|
if (!group) {
|
||||||
return false;
|
return false;
|
||||||
|
@@ -318,13 +318,13 @@ zen-workspace {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.zen-workspace-empty-space {
|
&[active] .zen-workspace-empty-space {
|
||||||
-moz-window-dragging: drag;
|
-moz-window-dragging: drag;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** Customiable UI, this is an auto generated ID */
|
/** Customizable UI, this is an auto generated ID */
|
||||||
#wrapper-zen-workspaces-button {
|
#wrapper-zen-workspaces-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user