You might encounter a missing dependency error when installing the bixbystudio package on Debian Linux.
sudo dpkg -i BixbyStudio-7.5.0-r19t.12315-linux.deb
Selecting previously unselected package bixbystudio.
(Reading database ... 211966 files and directories currently installed.)
Preparing to unpack BixbyStudio-7.5.0-r19t.12315-linux.deb ...
Unpacking bixbystudio (7.5.0-r19t.12315-12315) ...
dpkg: dependency problems prevent configuration of bixbystudio:
bixbystudio depends on gir1.2-gnomekeyring-1.0; however:
Package gir1.2-gnomekeyring-1.0 is not installed.
To work around this issue, use the following
sudo dpkg --ignore-depends=gir1.2-gnomekeyring-1.0 -i BixbyStudio-7.5.0-r19t.12315-linux.deb
Comments
1 comment
This workaround, at least on Debian, only gets you past the install step. For 7.8.0 and 7.8.1 you can manually start with ```bixbystudio --no-sandbox``` to get around the subsequent permission error on /opt/Bixby Studio/chrome-sandbox and the Trace/breakpoint trap you get without the no-sandbox flag. I'm not saying this is advisable but seems to be a solution.
Please sign in to leave a comment.