Voici la liste des problèmes rencontrés :
Dans :
/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml
changer :
property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.[iconSizes[plasmoid.configuration.iconSize]]))
par :
property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.enormous))
Dans :
/etc/firefox/syspref.js
changer :
// This file can be used to configure global preferences for Firefox
// Example: Homepage
//pref("browser.startup.homepage", "http://www.weebls-stuff.com/wab/");
par :
// This file can be used to configure global preferences for Firefox
// Example: Homepage
//pref("browser.startup.homepage", "http://www.weebls-stuff.com/wab/");
pref("browser.startup.homepage", "/opt/Accueil_local/index.html");
Dans :
/etc/xdg/kcm-about-distrorc
changer :
[General]
LogoPath=/usr/share/kubuntu-default-settings/kubuntu-circle-128.png
Website=http://www.kubuntu.org
Name=Kubuntu
par :
[General]
LogoPath=/usr/share/kubuntu-default-settings/Icone.png
Website=https://discord.gg/FtsNjjC
Name=DVKBUNTU
est-ce que l'on peut changer ces fichiers sans soucis ? si ça se trouve il y a d'autres fichiers mais le terminal me renvoie des erreurs uniquement pour ces fichiers, peut être changer les éléments des fichiers avec "sed" dans le fichier postinstall ?