CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

cant install #11

Closed nikolaus7y closed 1 year ago

nikolaus7y commented 1 year ago

image

nikolaus7y commented 1 year ago

(when trying to install corky, gives this error) image

Bugadinho commented 1 year ago

(when trying to install corky, gives this error) image

Try installing the required KDE Platform first with: flatpak install --user org.kde.Platform/x86_64/6.5

nikolaus7y commented 1 year ago

(when trying to install corky, gives this error) image

Try installing the required KDE Platform first with: flatpak install --user org.kde.Platform/x86_64/6.5

installed the platform using flatpak install org.kde.Platform and i could install corky but when im trying to install roblox player it says there is no command called cork? image

sorry if i cant understand, i dont know much about linux yet

Bugadinho commented 1 year ago

(when trying to install corky, gives this error) image

Try installing the required KDE Platform first with: flatpak install --user org.kde.Platform/x86_64/6.5

installed the platform using flatpak install org.kde.Platform and i could install corky but when im trying to install roblox player it says there is no command called cork? image

sorry if i cant understand, i dont know much about linux yet

In the flatpak version, the cork command gets replaced by flatpak run io.github.bugadinho.Corky, so you can use flatpak run io.github.bugadinho.Corky install instead. However note that if you are following a guide, there is no need to alter the Wine version or any configuration, since the flatpak version is already pre-configured.

nikolaus7y commented 1 year ago

(when trying to install corky, gives this error) image

Try installing the required KDE Platform first with: flatpak install --user org.kde.Platform/x86_64/6.5

installed the platform using flatpak install org.kde.Platform and i could install corky but when im trying to install roblox player it says there is no command called cork? image sorry if i cant understand, i dont know much about linux yet

In the flatpak version, the cork command gets replaced by flatpak run io.github.bugadinho.Corky, so you can use flatpak run io.github.bugadinho.Corky install instead. However note that if you are following a guide, there is no need to alter the Wine version or any configuration, since the flatpak version is already pre-configured.

Oh ok. thanks alot for your help.