Bug 177820
Summary: | beagled doesn't start | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bastien Nocera <bnocera> |
Component: | beagle | Assignee: | Alexander Larsson <alexl> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-09 16:10:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bastien Nocera
2006-01-14 21:51:39 UTC
Different reason, same result :-( Name : beagle Arch : x86_64 Version: 0.2.1 Release: 1 $ mono --debug /usr/lib64/beagle/Search.exe Unhandled Exception: System.DllNotFoundException: libbeagleuiglue.so in (wrapper managed-to-native) Search.Entry:search_entry_new () in <0x00075> Search.Entry:.ctor () in <0x00317> Search.MainWindow:.ctor () in <0x000cf> Search.MainWindow:Main (System.String[] args) # find / -name *beagle*.so /usr/lib64/beagle/libbeagleuiglue.so /usr/lib64/beagle/libbeagleglue.so OK, I was short-circuiting too much there, I had just re-run the command from bash with the same args I saw from "ps -efa" but that didn't set the path properly. if I change into /usr/lib64/beagle and do "mono Start.exe" or run it as "/usr/bin/beagle-search" it just hangs the same as it does when started from Gnome :-( |