You are not logged in.
Pages: 1
Can't paste with the usual shortcuts, I see downgrading would fix it but it looks like there is now dependency hell at this point in time compared to older posts about it. Anyone got suggestions for how to handle this without tearing my hair out trying to downgrade every package manually? Initially having just three to take care of wasn't terrible but then trying to downgrade those lead to an additional batch I would have to downgrade.
warning: downgrading package electron32 (32.3.1-3 => 32.2.8-3)
resolving dependencies...
warning: cannot resolve "libicui18n.so=75-64", a dependency of "electron32"
warning: cannot resolve "libicuuc.so=75-64", a dependency of "electron32"
warning: cannot resolve "libFLAC.so=12-64", a dependency of "electron32"
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (75.1-2) breaks dependency 'libicuuc.so=76-64' required by harfbuzz-icu
:: installing flac (1.4.3-2) breaks dependency 'libFLAC.so=14-64' required by libsndfile
:: installing icu (75.1-2) breaks dependency 'libicuuc.so=76-64' required by raptor
Offline
1. do not downgrade a core package, that's a partial update and partial updates are not supported.
2. You said that downgrading would fix your issue, how sure are you of that? where's your source on that.
Offline
There are multiple sources on this forum and and the vscode github that say downgrading the electron version fixes the paste issue. Went ahead with doing it manually which broke the system haha. Fixed it and now twiddling my thumbs until electron or code-oss gets an update to resolve this issue. The other fix is downgrading code to 1.94.2 but that also runs into an icu dependency.
Last edited by myradishes (2025-02-22 04:59:54)
Offline
The actual fix that works around the paste bug with the current versions of code and electron is this
Last edited by skunktrader (2025-02-22 06:02:06)
Offline
Nice, works for me in sway which I didn't expect. Thanks!
Offline
Pages: 1