Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
f1d76659
Commit
f1d76659
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Fix system config printer 11.0
parent
7216f7d6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#500
passed
2 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/config
+4
-0
4 additions, 0 deletions
helpers/config
helpers/make-system-config-printer
+8
-2
8 additions, 2 deletions
helpers/make-system-config-printer
with
12 additions
and
2 deletions
helpers/config
+
4
−
0
View file @
f1d76659
...
...
@@ -266,4 +266,8 @@ else
fi
}
remove_patch
(){
rm
debian/patches/
$1
sed
-i
"/
$1
/d"
debian/patches/series
}
This diff is collapsed.
Click to expand it.
helpers/make-system-config-printer
+
8
−
2
View file @
f1d76659
...
...
@@ -22,8 +22,14 @@ COMPONENT=main
.
./config
sed
's/;GNOME;/;/'
debian/patches/05_menu_entries.patch
-i
cp
$DATA
/testpage
*
debian/local/
sed
-i
'/+NotShowIn/s|;GNOME;|;|g'
debian/patches/Hide-Printers-app-in-GNOME-and-KDE.patch
\
debian/patches/Do-not-autostart-the-applet-on-LXDE-or-Unity.patch
remove_patch Allow-installing-non-free-drivers-from-OpenPrinting.patch
remove_patch Allow-installing-packages-from-OpenPrinting.patch
#mkdir debian/local/
#cp $DATA/testpage* debian/local/
#Recommend trisquel-app-installer over gnome-software
sed
's|gnome-software.*|trisquel-app-install,|g'
-i
debian/control
...
...
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