@esrevinu
Thank you! It works.
Git Clone URL: | https://aur.archlinux.org/bomi-git.git (read-only, click to copy) |
---|---|
Package Base: | bomi-git |
Description: | Powerful and easy-to-use GUI multimedia player based on mpv (git version) |
Upstream URL: | http://bomi-player.github.io |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Kaan |
Maintainer: | esrevinu |
Last Packager: | esrevinu |
Votes: | 17 |
Popularity: | 0.006877 |
First Submitted: | 2015-08-15 10:21 |
Last Updated: | 2021-01-04 07:16 |
@esrevinu
Thank you! It works.
@esrevinu So after all that was the solution for my problem:
Also i owe you an apology for not being clear enough i hope that link clear thing out.
Thanks for your patience i learnt alot from our discussion <3
After upgrading the system, rebuild bomi-git if you encounter the following problem with running bomi:
bomi: error while loading shared libraries: libxxxx.so.yy: cannot open shared object file: No such file or directory
Manjaro Cinnamon
After last major update, Bomi refuse to start:
$ bomi
bomi: error while loading shared libraries: libcdio.so.18: cannot open shared object file: No such file or directory
$ pacman -Ql libcdio | grep libcdio.so
libcdio /usr/lib/libcdio.so
libcdio /usr/lib/libcdio.so.19
libcdio /usr/lib/libcdio.so.19.0.0
@mosgerila, I think that you should figure out why cinnamon crashes. Why don't you consult with cinnamon's developer or manjaro's? Actually I'm not able to fix bomi's code because I'm just a package maintainer.
I just thought which of bomi and cinnamon has the problem. I think that cinnamon is more possible to have the problem because cinnamon crashes, is more complex, and is in the position to manage everything on it.
No, nothing change. Cinnamon crash again sometimes when Bomi start. And no, is not a hardware issue. https://i.imgur.com/CMDn8ZU.jpg In journalctl is nothing about that.
I do not know if this is important, but at me, Bomi is set tu use hardware-accelerated decoding and with window frame removed. (sorry for my english)
Yesterday I reinstalled Bomi and, for now, seems to be ok.
@mosgerila, I even installed cinnamon on my Arch Linux, but I couldn't reproduce the issue. I saw the same output as you posted here, so I cannot know what's the cause from that. See the journalctl output at the time when bomi starts and cinnamon crashes. By the way, you had posted here another issue. Like that time, is it hardware issue?
Manjaro Cinnamon
Cinnamon crash at every start of Bomi
$ bomi
qt5ct: using qt5ct plugin
(I)[X11] Initialized hardware acceleration API: vdpau.
QCommandLineParser: option not defined: "dummy"
QCommandLineParser: option not defined: "dummy"
QCommandLineParser: option not defined: "dummy"
QCommandLineParser: option not defined: "dummy"
qt5ct: D-Bus system tray: no
file:///usr/share/bomi/imports/bomi/MessageBox.qml:82:9: QML ButtonBox: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
@melkopisi, I can't help you about the issue. Please go to the arch linux forum and ask.
Just out of curiosity:
What is the exact name of the menu item in Android Studio? 'Open in Files'? I couldn't find 'Open in Files', just 'Show in Files'.
You said that you pressed 'Open in Files' and then bomi opened the directory. But you also said that the menu item was changed to 'Open in bomi' if bomi was updated. What was the exact name of the menu item that you pressed?
Why didn't you mention whether you ran xdg-mime command? You should have
presented your result of the command with/without bomi installed. Also you
should have said whether you ran xdg-mime default org.gnome.Nautilus.desktop
inode/directory
.
Do you have ~/.config/mimeapps.list
or
~/.local/share/applications/mimeapps.list
? These files are the related
ones. If you have the latter, remove it. The former is the file changed by
xdg-mime or apps like nautilus. xdg-mime default org.gnome.Nautilus.desktop
inode/directory
should add inode/directory=org.gnome.Nautilus.desktop
in section [Default Applications]
of ~/.config/mimeapps.list
. Even with
this, if you can't resolve the issue, add the following into
~/.config/mimeapps.list
:
[Removed Associations]
inode/directory=bomi.desktop;visual-studio-code.desktop;
Pinned Comments
esrevinu commented on 2019-04-29 20:09
After upgrading the system, rebuild bomi-git if you encounter the following problem with running bomi: