Remove disabled backends
This commit is contained in:
parent
89131db79b
commit
2211b8a662
7 changed files with 23 additions and 88 deletions
|
|
@ -48,6 +48,10 @@ type portalBackend struct {
|
|||
lock sync.RWMutex
|
||||
}
|
||||
|
||||
func init() {
|
||||
RegisterBackend("RemoteDesktop portal", InitPortalBackend, 1)
|
||||
}
|
||||
|
||||
func InitPortalBackend() (Backend, error) {
|
||||
bus, err := dbus.SessionBusPrivate()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue