I have office2024 installed on Fedora (WS 43), and Textmaker et al load and run, but the textmaker file on the desktop is all white/blank and does not have an icon that represents the application correctly. Planmaker and Presentations present the same, on the desktop white/blank. Hard to tell them apart.
I looked into the desktop setting file:
Version=1.0
Name=TextMaker 2024
Icon=application-x-tml24
TryExec=/usr/bin/textmaker24
StartupWMClass=tm
Exec=/usr/bin/textmaker24 %F
Path=/usr/share/office2024
But, no luck. Would a reinstall work? Has anyone had this problem? Or has anyone figured this out? Any ideas out there?
I am a paid and licensed owner of Office 2024. I am on a Asus Z790-plus computer with 64GB of RAM, CPU is 147000k.
Application Icons not showing
-
trailrunner
- Posts: 4
- Joined: Tue Mar 03, 2026 11:11 am
Re: Application Icons not showing
I have the same issue under Kubuntu 26.04
I've changed the application icons as follows, which takes care of showing them correctly in the Application Launcher and in the Task Manager:
I've changed the application icons as follows, which takes care of showing them correctly in the Application Launcher and in the Task Manager:
- textmaker-nx.desktop: Icon=application-vnd.ms-word.document.macroEnabled.12
- planmaker-nx.desktop: Icon=application-excel
- presentations-nx.desktop: Icon=application-mspowerpoint
-
meaganmargaret
- Posts: 4
- Joined: Fri May 08, 2026 9:18 pm
Re: Application Icons not showing
Thank you! I'll try these and get back to you.
Re: Application Icons not showing
Thank you for reporting this issue, but I am unable to reproduce it.
Did you install SoftMaker Office 2024 as per the instructions mentioned here?
Did you install SoftMaker Office 2024 as per the instructions mentioned here?
-
trailrunner
- Posts: 4
- Joined: Tue Mar 03, 2026 11:11 am
Re: Application Icons not showing
I'm pretty sure I used the .deb package to install. I remember wondering about the version number "1234" in the file name...
Re: Application Icons not showing
But for your Fedora (WS 43), best ideal is these terminal commands:
But even if you want to do manual installation, you should use RPM package.https://www.softmaker.com/en/support/installation/linux/office-2024 wrote:Code: Select all
sudo dnf install -y curl curl -fsSL https://softmaker.net/down/install-softmaker-office-2024.sh | sudo bash
-
meaganmargaret
- Posts: 4
- Joined: Fri May 08, 2026 9:18 pm
Re: Application Icons not showing
@SuperTech: Yes, I did
@Trailrunner: Well, I did not have a package - That's not available from Softmaker for Fedora. Is it? @SuperTech?
@SuperTech, yes that is exactly what I did. I uninstalled, then did this again:
sudo dnf install -y curl
curl -fsSL https://softmaker.net/down/install-soft ... ce-2024.sh | sudo bash
@trailrunner: Your suggestion worked for TextMaker and PlanMaker, but not for Presentations.
Icon=application-vnd.ms-word.document.macroEnabled.12 (worked)
Icon=application-excel (worked)
Icon=application-powerpoint (did not work)
EDIT: I changed the Presentations 2024 to Icon=application-mspowerpoint, and it worked
But, all of these are not the original Softmaker icons for their applications, but at least they are not blank
@Trailrunner: Well, I did not have a package - That's not available from Softmaker for Fedora. Is it? @SuperTech?
@SuperTech, yes that is exactly what I did. I uninstalled, then did this again:
sudo dnf install -y curl
curl -fsSL https://softmaker.net/down/install-soft ... ce-2024.sh | sudo bash
@trailrunner: Your suggestion worked for TextMaker and PlanMaker, but not for Presentations.
Icon=application-vnd.ms-word.document.macroEnabled.12 (worked)
Icon=application-excel (worked)
Icon=application-powerpoint (did not work)
EDIT: I changed the Presentations 2024 to Icon=application-mspowerpoint, and it worked
But, all of these are not the original Softmaker icons for their applications, but at least they are not blank
Last edited by meaganmargaret on Wed May 13, 2026 1:31 am, edited 2 times in total.
Re: Application Icons not showing
Which method did you try?
Yes, please uninstall the software completely. Then install it again after a restart using the terminal commands and share the results.
Yes, please uninstall the software completely. Then install it again after a restart using the terminal commands and share the results.
-
meaganmargaret
- Posts: 4
- Joined: Fri May 08, 2026 9:18 pm
Re: Application Icons not showing
As noted in my recent response, I did just that.
