Opened 13 years ago
Closed 10 years ago
#31493 closed defect (invalid)
dbus problem
Reported by: | harlock59@… | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | nefar@… | |
Port: | pidgin dbus |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
when i launch pidgin, i get this:
pidgin Xlib: extension "RANDR" missing on display "/tmp/launch-yLTfKT/:0". Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
so i tried that:
sudo launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist sudo chown my_user:staff /Library/LaunchAgents/org.freedesktop.dbus-session.plist launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
but at the first line i get this:
sudo launchctl unload -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist launchctl: Error unloading: org.freedesktop.dbus-system
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by harlock59@…
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Milestone: | MacPorts 2.0.4 |
comment:3 Changed 13 years ago by drkp (Dan Ports)
Type: | submission → defect |
---|
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Cc: | nefar@… added |
---|---|
Owner: | changed from macports-tickets@… to mcalhoun@… |
Looks to me like dbus-system was never loaded in the first place. The correct instructions are displayed by port notes dbus
.
comment:5 Changed 12 years ago by jmroot (Joshua Root)
Keywords: | dbus removed |
---|
Also, what OS version are you using?
comment:6 Changed 10 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
the first line here works but not the second one