openyellowos / open-Yellow-os

GNU General Public License v3.0
7 stars 5 forks source link

LANDropが使えない #21

Open toshio1822 opened 1 month ago

toshio1822 commented 1 month ago

■現象 1.以下URLから、「Linux 2.4.0」版をダウンロード   https://releases.landrop.app/LANDrop-latest-linux.AppImage

2.ダウンロードした「LANDrop-latest-linux.AppImage」に実行権限を付与

3.「LANDrop-latest-linux.AppImage」を実行してもアプリが起動しない。   ステータスバーにLanDropのアイコンが表示されない

4.デバッグ実行すると、以下のログが出力される

QT_LOGGING_RULES="*.debug=true" '/home/toshio/ダウンロード/LANDrop-latest-linux.AppImage'
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.xcb: Has MIT-SHM     : true
qt.qpa.xcb: Has MIT-SHM FD  : true
qt.qpa.xcb: Using XInput version 2.2
qt.qpa.screen: Failed to parse EDID data for output "XWAYLAND0" edid data:  ""
qt.qpa.screen: adding QXcbScreen(0x5604d2a65fe0, name="XWAYLAND0", geometry=1366x768+0+0, availableGeometry=1366x732+0+0, devicePixelRatio=1.0, logicalDpi=QPair(96.0,96.0), physicalSize=280.0x160.0mm, screenNumber=0, virtualSize=1366x768 (1366.0x768.0mm), orientation=Qt::LandscapeOrientation, depth=24, refreshRate=60.0, root=234, windowManagerName="GNOME Shell") (Primary: true )
qt.qpa.screen: primary output is "XWAYLAND0"
qt.qpa.input.devices: input device  Virtual core XTEST pointer ID 4
qt.qpa.input.devices:    has 10 buttons
qt.qpa.input.devices:    has valuator "Rel X" recognized? true
qt.qpa.input.devices:    has valuator "Rel Y" recognized? true
qt.qpa.input.devices:    it's a scrolling device
qt.qpa.input.devices: input device  xwayland-pointer:14 ID 6
qt.qpa.input.devices:    has 10 buttons
qt.qpa.input.devices:    has valuator "Abs X" recognized? true
qt.qpa.input.devices:    has valuator "Abs Y" recognized? true
qt.qpa.input.devices:    has valuator "Rel Horiz Wheel" recognized? true
qt.qpa.input.devices:    has valuator "Rel Vert Wheel" recognized? true
qt.qpa.input.devices:    it's a scrolling device
qt.qpa.input.devices: input device  xwayland-relative-pointer:14 ID 7
qt.qpa.input.devices:    has 10 buttons
qt.qpa.input.devices:    has valuator "Rel X" recognized? true
qt.qpa.input.devices:    has valuator "Rel Y" recognized? true
qt.qpa.input.devices:    has valuator "Rel Horiz Wheel" recognized? true
qt.qpa.input.devices:    has valuator "Rel Vert Wheel" recognized? true
qt.qpa.input.devices:    it's a scrolling device
qt.qpa.input.devices: input device  xwayland-pointer-gestures:14 ID 8
qt.qpa.input.devices:    has valuator "Rel X" recognized? true
qt.qpa.input.devices:    has valuator "Rel Y" recognized? true
qt.qpa.xcb: using glib dispatcher
qt.xkb.compose: using xkb compose input context
qt.qpa.fonts: default fonts: system 0x5604d2a89740 fixed 0x5604d2a47870
QApplication: invalid style override 'adwaita' passed, ignoring it.
    Available styles: Windows, Fusion
qt.qpa.menu: StatusNotifierHost is not registered
qt.qpa.tray: D-Bus tray available: false
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 412
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 412
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 412
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 412
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 412
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 413
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 413
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 413
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
"パス“/org/freedesktop/NetworkManager/ActiveConnection/2”にオブジェクトが存在しません"
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_PROPERTY_NOTIFY(28) | sequence: 414
qt.qpa.events: Event | XCB_XFIXES_SELECTION_NOTIFY(86) | sequence: 414
toshio1822 commented 1 month ago

以下のGnome拡張をインストールすることで、アイコンが表示されるようになった。 AppIndicator and KStatusNotifierItem Support https://extensions.gnome.org/extension/615/appindicator-support/

lanDrop

次バージョンでは、このGnome拡張をデフォルトでインストールするようにしたい。