From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 7D0181FF16B for ; Tue, 26 Aug 2025 17:00:00 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 84AF23736A; Tue, 26 Aug 2025 16:59:19 +0200 (CEST) From: Shannon Sterz To: pve-devel@lists.proxmox.com Date: Tue, 26 Aug 2025 16:58:32 +0200 Message-ID: <20250826145836.302748-6-s.sterz@proxmox.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250826145836.302748-1-s.sterz@proxmox.com> References: <20250826145836.302748-1-s.sterz@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1756220313718 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.023 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_SHORT 0.001 Use of a URL Shortener for very short URL SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH manager 5/9] ui: use svg version of the virt viewer icon X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" this should avoid it looking blurry on higher resolution displays Signed-off-by: Shannon Sterz --- www/css/ext6-pve.css | 3 +- www/images/Makefile | 6 +- www/images/virt-viewer.png | Bin 662 -> 0 bytes www/images/virt-viewer.svg | 488 +++++++++++++++++++++++++++++++++++++ 4 files changed, 493 insertions(+), 4 deletions(-) delete mode 100644 www/images/virt-viewer.png create mode 100644 www/images/virt-viewer.svg diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 06378c399..b45f1b42b 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -387,7 +387,8 @@ } .pve-itype-icon-virt-viewer { - background-image: url(../images/virt-viewer.png); + background-size: 16px; + background-image: url(../images/virt-viewer.svg); } .pve-itype-icon-xtermjs { diff --git a/www/images/Makefile b/www/images/Makefile index c0141ed1e..0fa6177ac 100644 --- a/www/images/Makefile +++ b/www/images/Makefile @@ -6,13 +6,13 @@ all: # stop.png /usr/share/icons/gnome/16x16/actions/media-playback-stop.png # computer-template.png /usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png -# virt-viewer.png copied from virt-viewer sources # tigervnc.png converted from tigervnc sources # (tigervnc.org/media/tigervnc_16.svg) - # checked.png converted from extjs examples/ux/css/images/checked.gif # unchecked.png converted from extjs examples/ux/css/images/unchecked.gif # swap.png downloaded from https://www.iconfinder.com/icons/17009/arrows_exchange_interact_refresh_reload_swap_sync_update_icon#size=16 +# virt-viewer.svg copied from virt-viewer source: +# https://github.com/webrulon/virt-viewer/blob/master/icons/virt-viewer.svg # # novnc.svg copied from the noVnc source: # https://github.com/novnc/noVNC/blob/master/app/images/icons/novnc-icon-sm.svg @@ -51,8 +51,8 @@ GNOME_IMAGES = \ computer.png IMAGES = $(GNOME_IMAGES) \ - virt-viewer.png \ tigervnc.png \ + virt-viewer.svg \ novnc.svg \ xtermjs.png \ favicon.ico \ diff --git a/www/images/virt-viewer.png b/www/images/virt-viewer.png deleted file mode 100644 index 226881fd2577f6a1a09dd34ab90da08dad82f463..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmV;H0%`q;P)IuR2CK|Gr(s_OsGcg~@t z-EQ+g;X0kp9T9n`s?$0gNNb%WR4uK%AuP^b%AZmHJ+_iDi1`G!>2x}`YPH$}5sg3$FjJ{GSE*LT8UsKP0$G-6KFo)}SJ0r!uJ_4(m*@FH zp63eysv5OUjJ=(2x6fU=c$x8&9smFU07*qoM6N<$f*XM(!~g&Q diff --git a/www/images/virt-viewer.svg b/www/images/virt-viewer.svg new file mode 100644 index 000000000..26fe3a9e8 --- /dev/null +++ b/www/images/virt-viewer.svg @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Video Display + + + + Jakub Steiner + + + + + video + display + monitor + LCD + CRT + + + + http://jimmac.musichall.cz/ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel