-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-mount disc images (CD/DVD) on program launch #3651
base: main
Are you sure you want to change the base?
Conversation
fc813ab
to
2d4a819
Compare
2d4a819
to
bda7642
Compare
The use of flatpak-spawn makes me want to reject this. There should be something else we can do to support disc images... @TheEvilSkeleton? |
Maybe, does Wine allow mounting in specific directories as devices within its filesystem....? Then we could do this without flatpak-spawn. |
You don't have to "reject" anything as this is still just a barebones draft. Regardless, I didn't actually have luck with |
FUSE doesn't work under Flatpak, I don't think. Like I said, the best option is probably figuring out how to mount directories as drives in Wine, and asking the user to extract their disc images. |
If you're planning to still use Flatpak, here's a not-so-straightforward solution for this issue: a) Use system-available tools for decompressing ISO, IMG, or whatever format requires Note: If you use a native build of Bottles like the unofficial AUR package, you have a much easier and more convenient way: In summary, if you need this functionality in the Flatpak version, users must take an extra step: manually decompressing ISO or IMG files themselves. Since I began using the Flatpak version after 2 years with the unofficial AUR package, I've always had to decompress ISO and IMG files manually. |
As @EmoonX stated, there's no need to be harsh and reject anything while it's still in draft. I presume they're experimenting, brainstorming, and learning as they work on this feature, so they're starting with a broad and easy-to-develop implementation, and with the experience gained from it, it allows them to narrow it down. @EmoonX I apologize for the hostility. |
We're not going to merge an implementation that relies on flatpak-spawn
either way, but extracting the images would be fine. We just need a UI for
it.
…On Wed, Apr 2, 2025, 10:55 AM Hari Rana ***@***.***> wrote:
The use of flatpak-spawn makes me want to reject this. There should be
something else we can do to support disc images... @TheEvilSkeleton
<https://github.com/TheEvilSkeleton>?
As @EmoonX <https://github.com/EmoonX> stated, there's no need to reject
anything while it's still in draft. I presume they're experimenting,
brainstorming, and learning as they work on this feature, so they're
starting with a broad and easy-to-develop implementation, and with the
experience gained from it, it allows them to narrow it down.
—
Reply to this email directly, view it on GitHub
<#3651 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWHH7LZF2CEBBK6A5TZW65L2XQB6HAVCNFSM6AAAAABUO3COZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZTGAZTSMRUGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: TheEvilSkeleton]*TheEvilSkeleton* left a comment
(bottlesdevs/Bottles#3651)
<#3651 (comment)>
The use of flatpak-spawn makes me want to reject this. There should be
something else we can do to support disc images... @TheEvilSkeleton
<https://github.com/TheEvilSkeleton>?
As @EmoonX <https://github.com/EmoonX> stated, there's no need to reject
anything while it's still in draft. I presume they're experimenting,
brainstorming, and learning as they work on this feature, so they're
starting with a broad and easy-to-develop implementation, and with the
experience gained from it, it allows them to narrow it down.
—
Reply to this email directly, view it on GitHub
<#3651 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWHH7LZF2CEBBK6A5TZW65L2XQB6HAVCNFSM6AAAAABUO3COZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZTGAZTSMRUGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description
This is just a draft (for now).
If successful, should close #959 and close #2960.
Type of change
How Has This Been Tested?
[REDACTED]