PapirusDevelopmentTeam / materia-kde

Materia KDE customization
https://git.io/materia-kde
GNU General Public License v3.0
611 stars 40 forks source link

Splash.qml ReferenceError: size is not defined #136

Closed miquecg closed 2 years ago

miquecg commented 2 years ago

Hi,

Thanks for this wonderful theme. I updated yesterday to the latest changes and now I'm seeing these probably harmless errors on the logs:

ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:33: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:32: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:58: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:57: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:33: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:32: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:58: ReferenceError: size is not defined
ksplashqml[1240]: file:///home/user/.local/share/plasma/look-and-feel/com.github.varlesh.materia-light/contents/splash/Splash.qml:57: ReferenceError: size is not defined

I didn't notice any glitches or missing things despite of that.

varlesh commented 2 years ago

It's starnge. i'm not update SplashScreen yesterday

miquecg commented 2 years ago

Sorry for the confusion. I did the update yesterday but was coming from several commits behind. I checked git operations with reflog but the thing is, I previously pulled changes from repo without applying them on my machine, so it's difficult to know exactly where I was coming from.

Probably one of these:

da7e337 (tag: 20210624) HEAD@{4}: pull: Fast-forward
a0f061e (tag: 20210410) HEAD@{5}: clone: from https://github.com/PapirusDevelopmentTeam/materia-kde.git
varlesh commented 2 years ago

fixed

miquecg commented 2 years ago

Thanks. Checked on my side and error is gone.