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
Package Registry
Model registry
Operate
Terraform modules
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
Eliab Andi Artz
package-helpers
Commits
96811587
Commit
96811587
authored
1 year ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
unity-greeter: fix wallpaper setup on release upgrade
parent
fe12ec18
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
+1
-1
1 addition, 1 deletion
...ATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
helpers/make-unity-greeter
+4
-1
4 additions, 1 deletion
helpers/make-unity-greeter
with
5 additions
and
2 deletions
helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
+
1
−
1
View file @
96811587
...
...
@@ -2,7 +2,7 @@
<schemalist
gettext-domain=
"unity-greeter"
>
<schema
id=
"com.canonical.unity-greeter"
path=
"/com/canonical/unity-greeter/"
>
<key
name=
"background"
type=
"s"
>
<default>
'/usr/share/backgrounds/
nabia.jpg
'
</default>
<default>
'/usr/share/backgrounds/
CODENAME
'
</default>
<summary>
Background file to use, either an image path or a color (e.g. #772953)
</summary>
</key>
<key
name=
"background-color"
type=
"s"
>
...
...
This diff is collapsed.
Click to expand it.
helpers/make-unity-greeter
+
4
−
1
View file @
96811587
...
...
@@ -17,13 +17,16 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
5
VERSION
=
6
.
./config
# Custom settings
cp
$DATA
/com.canonical.unity-greeter.gschema.xml data
# Change the background wallpaper correspondingly to the new release along with extension.
sed
-i
"s|CODENAME|
$CODENAME
.jpg|"
data/com.canonical.unity-greeter.gschema.xml
# Change the sound theme
sed
s/ubuntu/freedesktop/g src/unity-greeter.vala
-i
sed
's/"system-ready"/"bell"/'
src/unity-greeter.vala
-i
...
...
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