Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
6d90d045
There was a problem handling the pipeline data.
Commit
6d90d045
authored
1 year ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
redshift: Fix apparmor profile and adjustment-method
parent
3ca81325
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#794
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-redshift
+6
-3
6 additions, 3 deletions
helpers/make-redshift
with
6 additions
and
3 deletions
helpers/make-redshift
+
6
−
3
View file @
6d90d045
#!/bin/sh
#
# Copyright (C) 2018 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2018
-2022
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2018 Pablo Correa Gómez <p.correag@member.fsf.org>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
...
...
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
3
VERSION
=
4
.
./config
...
...
@@ -35,7 +35,7 @@ gamma=1:1:1
; automatically, but it will trigger background internet connections
location-provider=manual
; location-provider=geoclue2
adjustment-method=
vidmode
adjustment-method=
randr
; The location provider and adjustment method settings
; are in their own sections.
...
...
@@ -51,6 +51,9 @@ screen=0
EOF
echo
"debian/redshift.conf /etc"
>>
debian/redshift.install
# Fix apparmor profile
sed
's/+37,7/+37,8/; /redshift-shared/a+\ /etc/redshift.conf r,'
-i
debian/patches/Fix-AppArmor-profile-for-Wayland.patch
changelog
"Added default manual configuration"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment