Skip to content

Fix image not showing in notification when notifications are set to show at bottom of screen. #1264

Fix image not showing in notification when notifications are set to show at bottom of screen.

Fix image not showing in notification when notifications are set to show at bottom of screen. #1264

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Start an SSH server on failure.'
required: false
default: false
jobs:
build:
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
with:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies: >
linuxmint/cinnamon-control-center,
linuxmint/cinnamon-desktop,
linuxmint/cinnamon-menus,
linuxmint/cinnamon-screensaver,
linuxmint/cinnamon-session,
linuxmint/cinnamon-settings-daemon,
linuxmint/cinnamon-translations,
linuxmint/cjs,
linuxmint/muffin,
linuxmint/nemo,
linuxmint/xapp,
linuxmint/xdg-desktop-portal-xapp
##############################