How can I customize the visible names and text of apps and UI?
How can I customize the visible names and text of apps and UI?
A linux newbie here. I want to create a customized MXLinux remaster for a passion project. How can I customize the visible text of the apps and stuff to my liking?
- Eadwine Rose
- Administrator
- Posts: 14417
- Joined: Wed Jul 12, 2006 2:10 am
Re: How can I customize the visible names and text of apps and UI?
According to the forum rules (please read): Please provide full Quick System Info, use copy for forum button, no edits.
LiveUSB version is OK if needed.
Moved to help forum, you are not sharing a tip or trick.
LiveUSB version is OK if needed.
Moved to help forum, you are not sharing a tip or trick.
MX-23.6_x64 July 31 2023 * 6.1.0-34amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.216.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
- dolphin_oracle
- Developer
- Posts: 22002
- Joined: Sun Dec 16, 2007 12:17 pm
Re: How can I customize the visible names and text of apps and UI?
you can make a custom desktop file for any application, that can contain any name or comment you want, and that will show up in the menu. but if you want to change what shows up in an applications window, you are doing that change and recompiling the application.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: How can I customize the visible names and text of apps and UI?
How can I get the source code of an application then only edit the text of it?dolphin_oracle wrote: ↑Sat Mar 01, 2025 3:20 pm you can make a custom desktop file for any application, that can contain any name or comment you want, and that will show up in the menu. but if you want to change what shows up in an applications window, you are doing that change and recompiling the application.
- dolphin_oracle
- Developer
- Posts: 22002
- Joined: Sun Dec 16, 2007 12:17 pm
Re: How can I customize the visible names and text of apps and UI?
depends on the application, but most have git repositories. also, anything in the mx repository has source code available, except for firefox.mxer273 wrote: ↑Sat Mar 01, 2025 3:40 pmHow can I get the source code of an application then only edit the text of it?dolphin_oracle wrote: ↑Sat Mar 01, 2025 3:20 pm you can make a custom desktop file for any application, that can contain any name or comment you want, and that will show up in the menu. but if you want to change what shows up in an applications window, you are doing that change and recompiling the application.
mx applications are at github.com/MX-Linux.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: How can I customize the visible names and text of apps and UI?
Also, many applications have code levels that request certain icons by a certain name, and you can usually hunt down what icon is being used on a certain theme and find the name of that icon... then just create your own icon theme and setup what you like.
Exp: The icon theme that I use ( obsidian - Aqua ), the Thunar icon no longer matches the thunar icon that thunar is compiled to use. So, I found the one that does change it in the papirus theme and then named my custom icon that name - and now I have a custom icon for thunar.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: How can I customize the visible names and text of apps and UI?
Just to make sure, you're not talking about the font that the application is using, are you?
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
- DukeComposed
- Posts: 1283
- Joined: Thu Mar 16, 2023 1:57 pm
Re: How can I customize the visible names and text of apps and UI?
Practice, practice, practice.
On the face of it it sounds like you want make a themed desktop experience. Red and blue SupermanOS, perhaps. This seems like a fun weekend project renaming LastPass to "Fortress of Solitude". I encourage you to stop for a minute and meditate on the effort needed to reskin an entire operating system. And not just building a custom look, but recompiling its applications no less.
If you have no software development experience, the skills and knowledge needed to locate multiple different projects' source code, download them, find and edit just the text "stuff" to your liking, recompile them, and presumably repackage and install them all just for a visual gag, are not the kind of thing where you can just get a few pointers and expect to succeed. Some people make an entire career out of doing this sort of thing.
Look realistically at what you can hope to accomplish in a new environment with no experience and set your expectations accordingly.