AM2R-Community-Developers / AM2RLauncher

Host respository for the AM2RLauncher.
GNU General Public License v3.0
343 stars 19 forks source link

Flatpak having issues with XDG-OPEN #51

Open TheyCallMeXander opened 10 months ago

TheyCallMeXander commented 10 months ago

When clicking on "Open Profile Folder" or "Open Profile Save Folder" nothing happens.

Expected behavior When clicking on the buttons they should bring up a window where I find my Profile Folder and Profile Save Folder.

Steps to reproduce the behavior:

  1. Installed Via KDE Discover
  2. Installed Am2Rlauncher and community update, selected 1.1 Copy of Am2r
  3. Went to Mod Settings to find profiles folder, button did not function

Platform EndeavorOS with KDE Plasma Am2RLauncher Vers. 2.3.0

Additional context Relatively new to an Arch distribution, file browsing features are also bugged on Steam (Perhaps I'm missing a dependancy?)

Unable to submit a log file as user/home/.local/share/Am2rlauncher does not exist.

Miepee commented 10 months ago

wdym with "installed via kde discover"? via an aur backend or flatpak backend? EDIT: Forgot you're new: check via flatpak list please whether you have it installed as a flatpak

TheyCallMeXander commented 10 months ago

Am2rlauncher is on the flatpak list

Miepee commented 10 months ago

log files are in ~/.var/app/io.github.am2r_community_update.am2rlauncher/data/am2rlauncher/logs or something then

TheyCallMeXander commented 10 months ago

AM2RLauncher.log

Miepee commented 10 months ago

A) What happens if you do xdg-open ~/.config/AM2R from a terminal B) What happens if you enter the flatpak shell with flatpak run --command=bash io.github.am2r_community_developers.AM2RLauncher and then run the same xdg-open command there?

TheyCallMeXander commented 10 months ago

A) Opens an instance of Dolphin File Manager to ~/.config/AM2R B) first command outputs: "bash: flatpak: command not found"

Miepee commented 10 months ago

B doesnt make much sense. flatpak was perfectly working fine in your flatpak list command.

TheyCallMeXander commented 10 months ago

I pasted the command you gave me into the command line, flatpak shell isn't an app on my computer, and wasn't found when searched in my package manager

Miepee commented 10 months ago

Am2rlauncher is on the flatpak list

then how did this work?

TheyCallMeXander commented 10 months ago

by typing flatpak list in the command line. Are you sure that the command you sent is correct?

Miepee commented 10 months ago

the command works for me. send a screenshot of your terminal please, including the little text at the beginning of a line

TheyCallMeXander commented 10 months ago

image

Miepee commented 10 months ago

okay, well if that complains, just retype the word flatpak there

TheyCallMeXander commented 10 months ago

command not found

Miepee commented 10 months ago

output of ls /app/bin?

TheyCallMeXander commented 10 months ago

AM2RLauncher c_rehash libgit2-106a5f2.so openssl xdelta3

Miepee commented 10 months ago

Ah, so you're already in the flatpak shell. So just tell me what happens if you redo the xdg-open command from above then.

TheyCallMeXander commented 10 months ago

when typed, nothing happens (my unfamiliarity with the commandline is showing) image