default page, ubuntu_logo.png is missing
Bug #1947459 reported by
psl
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
Fix Released
|
Low
|
Mitchell Dzurick | ||
Jammy |
Invalid
|
Low
|
Unassigned | ||
Mantic |
In Progress
|
Undecided
|
Mitchell Dzurick |
Bug Description
[ Impact ]
The default page of apache2 is missing the Ubuntu branding.
[ Test Plan ]
1. Create an ubuntu desktop VM
$ lxc launch images:
2. Install required packages
$ sudo apt update -y && sudo apt install -y apache2
$ sudo snap install firefox
3. Open firefox and type in "localhost"
[ Where problems could occur ]
1. Specific browsers could not render the image properly. Only firefox was tested here.
2. Adding the image into the package will increase the package size. Uncompressed image is 7.3K
Related branches
~mitchdz/ubuntu/+source/apache2:noble-add-ubuntu-logo
Merged
into
ubuntu/+source/apache2:ubuntu/devel
at
revision 287e06983dde72b799fef4d6b13a94eaa4e28c94
- Sergio Durigan Junior (community): Approve
- Canonical Server Reporter: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 68 lines (+39/-0)3 files modifieddebian/changelog (+7/-0)
debian/tests/check-ubuntu-branding (+28/-0)
debian/tests/control (+4/-0)
~mitchdz/ubuntu/+source/apache2:mitch/mantic-add-ubuntu-logo
- Sergio Durigan Junior (community): Approve
- Canonical Server Reporter: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 18 lines (+6/-0)1 file modifieddebian/changelog (+6/-0)
Changed in apache2 (Ubuntu): | |
status: | Confirmed → New |
Changed in apache2 (Ubuntu): | |
status: | New → Triaged |
Changed in apache2 (Ubuntu Mantic): | |
status: | New → Triaged |
Changed in apache2 (Ubuntu Mantic): | |
assignee: | nobody → Mitchell Dzurick (mitchdz) |
Changed in apache2 (Ubuntu): | |
assignee: | nobody → Mitchell Dzurick (mitchdz) |
tags: | added: block-proposed-mantic |
description: | updated |
description: | updated |
Changed in apache2 (Ubuntu Mantic): | |
status: | Triaged → In Progress |
To post a comment you must log in.
Confirmed issue as described. CLI test case for verifying issue:
$ sudo apt-get install -y apache2 html/index. html ubuntu- logo.png' /var/www/ html/index. html, line 196, col 9 /icons/ ubuntu- logo.png ubuntu- logo.png' >
$ sudo apt-get install -y linkchecker
$ linkchecker --check-extern /var/www/
...
URL `/icons/
Name `Ubuntu Logo'
Parent URL file://
Real URL file://
Check time 0.001 seconds
Result Error: URLError: <urlopen error [Errno 2] No such file or directory: '/icons/
URL `/manual' /var/www/ html/index. html, line 258, col 40
Name `manual'
Parent URL file://
Real URL file:///manual
Check time 0.003 seconds
Result Error: URLError: <urlopen error [Errno 2] No such file or directory: '/manual'>
1 thread active, 0 links queued, 4 links in 4 URLs checked, runtime 1 seconds
I've reproduced this on both bionic and impish. Since this is more a cosmetic issue with an example web page, I am doubtful the impact significant enough to be valid for SRU (feel free to make a case otherwise though). So, I'll target to ubuntu-devel only at this time.