Advertisement
SoKnight

Untitled

Jun 11th, 2022
1,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.41 KB | None | 0 0
  1. soknight@device ~ $ flatpak run io.github.davidoc26.wallpaper_selector
  2. [src/window.rs:212] &file = File {
  3.     fd: 30,
  4.     path: "/home/soknight/.var/app/io.github.davidoc26.wallpaper_selector/data/wallhaven-m9klg9.jpg",
  5.     read: true,
  6.     write: false,
  7. }
  8. [src/window.rs:213] &identifier = WindowIdentifier(
  9.     "x11:0x3800004",
  10. )
  11. [src/window.rs:216] &result = Err(
  12.     Portal(
  13.         ZBus(
  14.             MethodError(
  15.                 OwnedErrorName(
  16.                     ErrorName(
  17.                         Str(
  18.                             Owned(
  19.                                 "org.freedesktop.DBus.Error.UnknownMethod",
  20.                             ),
  21.                         ),
  22.                     ),
  23.                 ),
  24.                 Some(
  25.                     "No such interface “org.freedesktop.portal.Wallpaper” on object at path /org/freedesktop/portal/desktop",
  26.                 ),
  27.                 Msg {
  28.                     type: Error,
  29.                     sender: UniqueName(
  30.                         Str(
  31.                             Borrowed(
  32.                                 ":1.92",
  33.                             ),
  34.                         ),
  35.                     ),
  36.                     reply-serial: 5,
  37.                     body: Signature: [
  38.                         s (115),
  39.                     ],
  40.                 },
  41.             ),
  42.         ),
  43.     ),
  44. )
  45. [src/window.rs:233] explorer2 = Err(
  46.     Portal(
  47.         ZBus(
  48.             MethodError(
  49.                 OwnedErrorName(
  50.                     ErrorName(
  51.                         Str(
  52.                             Owned(
  53.                                 "org.freedesktop.DBus.Error.UnknownMethod",
  54.                             ),
  55.                         ),
  56.                     ),
  57.                 ),
  58.                 Some(
  59.                     "No such interface “org.freedesktop.portal.OpenURI” on object at path /org/freedesktop/portal/desktop",
  60.                 ),
  61.                 Msg {
  62.                     type: Error,
  63.                     sender: UniqueName(
  64.                         Str(
  65.                             Borrowed(
  66.                                 ":1.92",
  67.                             ),
  68.                         ),
  69.                     ),
  70.                     reply-serial: 5,
  71.                     body: Signature: [
  72.                         s (115),
  73.                     ],
  74.                 },
  75.             ),
  76.         ),
  77.     ),
  78. )
  79.  
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement