Luna Lucadou

Results 7 comments of Luna Lucadou

I can confirm the same issue as OP on Linux Mint 20.2 (Ubuntu 20.04), including on Proton Experimental (tested today) and 7.0-2. However, it's not quite as severe for me....

I also would like for this feature to be added. With Lutris, I could easily specify pre-launch and post-exit scripts to mount and unmount ISOs. With Bottles, even if I...

I am trying to mount an ISO prior to launch and I cannot get it to work using the command arguments field. `gnome-disk-image-mounter ../disk.iso && %command%` hangs (no terminal output)...

Update: I just discovered [this comment](https://www.reddit.com/r/thesims/comments/18qkd7c/i_made_a_ui_scaling_mod_for_the_sims_3/kfaf8sy/?context=6) made on the post announcing the mod's creation. By copying my s3pi files into `Binaries/DBPF`, it does indeed work properly. So I guess the...

I have also experienced this, but with venv instead of pyenv and Python 3.11 instead of 3.6. Steps for reproduction: 1. Open terminal in IntelliJ. 2. Since I set conda...

I just stumbled across this as well: ```python person_sql: SqlPerson = SqlPerson.get(id=123) print(person_sql.middle_name) # => None print(person_sql.jobs[0].end_date) # => None person_es: EsPerson = EsPerson.from_sql_person(person_sql) # EsPerson is a Document with...

I have an AMD RX 6700 (Ubuntu 22.04 running Mesa 22.0.5 on kernel 5.15.0-56-generic) and it will not launch unless I supply the parameter `-vulkan`. With `-vulkan`, I get all...