rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.14k stars 37 forks source link

Can't build systray or start #146

Closed steven2024 closed 2 years ago

steven2024 commented 2 years ago

cp: cannot stat '/home/unix/xfce-winxp-tc-master/shell/systray/build/systray': No such file or directory cp: cannot stat '/home/unix/xfce-winxp-tc-master/shell/start/build/start': No such file or directory When doing ./packprog.sh shell/(program)

rozniak commented 2 years ago

Was the build successful? It would make sense for the cp to fail if the make failed beforehand and didn't output a binary. Can you post the full output of the log files?

steven2024 commented 2 years ago

shell-systray-build.log shell-start-build.log

rozniak commented 2 years ago

Ohhh no I see what's happened here, someone else did the same thing. You need to use packplug.sh to build and package shell/systray and shell/start - they're XFCE panel plugins, not programs. :+1:

steven2024 commented 2 years ago

Thanks! I now understand what I did wrong.

steven2024 commented 2 years ago

I already did them anyways then. When I saw them with the programs I thought there we something else than the panel (which I already did build before that)

steven2024 commented 2 years ago

image

rozniak commented 2 years ago

Think this issue is resolved

steven2024 commented 2 years ago

It is :)