9,648 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
72
views
VS Code Icon Extension not extending Material icons
I have a basic VS Code extension whose job is to add an icon to VS Code for my language the .cat.
For now I had this;
{
"iconDefinitions": {
"_file_cat": {
"...
0
votes
0
answers
39
views
Cloudflare Wrangler: Images not loaded - 404
I have configured wrangler to use the root folder for my image files:
[site]
bucket = "."
Nevertheless, images embedded such as
<div class="login-icon">
<img src=&...
1
vote
1
answer
81
views
How to fetch icon files from Icon Composer in SwiftUI?
I am try to fetch Icon Composer, but it's not fetch or display... I guess. icon files is not "image" detect it. I have seen school assistant – planner, Flighty, etc. They successful fetched ...
2
votes
1
answer
110
views
SVG icons intermittently failing to render in Google Chrome
I have a legacy application has been using jquery and svg icons for over 10 years without issue. Recently, some users have reported that the svg icons are intermittently failing to render for them ...
1
vote
1
answer
138
views
GTK4 App in Rust: How to add application icon (gresource)?
I have started developing a small app in Rust using GTK4 bindings on Linux Mint.
I have created the following resources.gresource.xml in the project directory:
<?xml version="1.0" ...
1
vote
0
answers
107
views
Why does my code to change the systemImage color in a SwiftUI tabItem break the color change on selection?
I want to use the "homepod.fill" systemImage as the icon in a iOS tab bar like so:
MyView()
.tabItem {
Label("MyView", systemImage: "homepod.fill")
}
The problem ...
0
votes
2
answers
161
views
App Icon shown before splash screen on flutter
I just changed the app icon using flutter_launcher_icons, but now when the app opens, the icon shows up first before the splash screen.
0
votes
0
answers
88
views
How to change Flutter app icon dynamically at runtime like Google Calendar?
I’m building a Flutter app and I want to change the app icon dynamically at runtime, similar to how Google Calendar or some other apps update their icons based on the date or events.
For example:
...
4
votes
1
answer
117
views
Add Icon to ImageList without Duplicates
I want to add icons to an TImagelist, but without adding the same Icon again. This is how I retrieve the Icon:
Icon := TIcon.Create;
SHGetFileInfo(PChar(filename), 0, FileInfo, SizeOf(FileInfo), ...
1
vote
2
answers
119
views
Styling for wrench icon - Angular material
I want to style the wrench icon with a blue outline and white/transparent color. The icon is black right now so I can see it but I want the icon to look like this https://www.flaticon.com/free-icon/...
0
votes
0
answers
17
views
Gtkada in GPS How to read an .ico file for the program
I tried to read an .ico file in an Ada File created with GPS and Gtkada I tried Set_Icon_From_File(MainWindow, Icon_Name) but I do get an unreadable mesh during compilation. What is the best way to ...
0
votes
0
answers
77
views
Python creating a desktop.ini file for custom folder icon
I have a python program that converts jpegs into icon files and creates a desktop.ini file for the parent folder. For the most part it works. If I've already modified the folder properties, the icon ...
13
votes
0
answers
487
views
How to provide both Liquid Glass for macOS 26 and classic macOS app icons for older macOS versions?
With macOS integrating Liquid Glass, I'm now required to give Xcode an Icon Composer's .icon file.
But what if I want to add a "classic" version of the icon (.icns) for earlier versions of ...
0
votes
0
answers
50
views
How to fix MASK-ICON for Safari
I prepared some mask-icon for my website, but I can't find the reason why it doesn't work. I've been looking for solution for a week. And still don't understand why safari doesn't use it...
That's my ...
1
vote
1
answer
45
views
p:commandButton icons from fontawesome
i would like to put icons from fontawesome in my p:commandButton, since i was told they are supported natively by PrimeFaces and work similar to PrimeIcons icons:
How its supposed to be:
icon="fa ...