rozniak / xfce-winxp-tc

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

ive been trying to get this for a day and i got progress though i have this error #362

Open whateverlior opened 1 month ago

whateverlior commented 1 month ago

E: Unable to locate package libwintc-comgtk E: Unable to locate package libwintc-shcommon E: Unable to locate package libwintc-shlang E: Unable to locate package libwintc-comctl E: Unable to locate package libwintc-winbrand E: Unable to locate package libwintc-msgina E: Unable to locate package libwintc-registry E: Unable to locate package libwintc-syscfg E: Unable to locate package libwintc-exec E: Unable to locate package libwintc-shellext E: Unable to locate package libwintc-shell E: Unable to locate package libwintc-shelldpa E: Unable to locate package libwintc-sndapi

it told me to get those through sudo apt install. i used chatgpt which yes, i know isnt accurate. just help me please

on debian (linux mint)

rozniak commented 1 month ago

Hi mate - have you seen the Wiki? I have written up a bit more of a detailed compile/install/config guide there which might help. Sorry it hasn't been linked in the main README yet so it's not obvious it exists at the moment.

Please have a look through the steps here and let me know if you're still stuck? :grin:

https://github.com/rozniak/xfce-winxp-tc/wiki/Install-from-compiled-sources

kyoforkshomebrews commented 3 weeks ago

For installing local .deb files you use dpkg. Like this: dpkg -i * this will install all .deb files in the current folder.

rozniak commented 3 weeks ago

You might run into dependency errors if you just use dpkg -i *, I think you can do apt install * instead otherwise you have to install them in the right order. :thinking: