如何在 Ubuntu 16.04 上运行 GIMP(从 flatpak 安装)?

Hah*_*pro 12 gimp flatpak

我通过在终端中运行命令来安装 GIMP,如https://www.gimp.org/downloads/所示

flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
Run Code Online (Sandbox Code Playgroud)

输出

This application depends on runtimes from:
  https://dl.flathub.org/repo/
Configure this as new remote 'flathub' [y/n]: y
Installing: org.gimp.GIMP/x86_64/stable
Required runtime for org.gimp.GIMP/x86_64/stable (org.gnome.Platform/x86_64/3.24) is not installed, searching...
Found in remote flathub, do you want to install it? [y/n]: y
Installing: org.gnome.Platform/x86_64/3.24 from flathub
[####################] 10 delta parts, 72 loose fetched; 196650 KiB transferred 
Installing: org.freedesktop.Platform.ffmpeg/x86_64/1.6 from flathub
[####################] 1 delta parts, 2 loose fetched; 2649 KiB transferred in 9
Installing: org.gtk.Gtk3theme.Ambiance/x86_64/3.22 from flathub
[####################] 1 delta parts, 1 loose fetched; 292 KiB transferred in 5 
Installing: org.gnome.Platform.Locale/x86_64/3.24 from flathub
[####################] 4 metadata, 1 content objects fetched; 14 KiB transferred
Installing: org.gimp.GIMP/x86_64/stable from flathub
[####################] 2 delta parts, 11 loose fetched; 40337 KiB transferred in
Installing: org.gimp.GIMP.Locale/x86_64/stable from flathub
[####################] 3 metadata, 1 content objects fetched; 6 KiB transferred 
Run Code Online (Sandbox Code Playgroud)

然后我再次尝试,它显示安装了GIMP

error: App org.gimp.GIMP, branch stable is already installed
Run Code Online (Sandbox Code Playgroud)

现在,我想运行 GIMP,但我不知道如何启动 GIMP。我在任何地方都找不到 GIMP。

尝试使用终端

gimp
zsh: command not found: gimp
Run Code Online (Sandbox Code Playgroud)

然后,我使用“搜索您的计算机”(桌面左上角的图标),但在任何地方都找不到 GIMP。

那么,flatpak 安装 GIMP 在哪里?

Hah*_*pro 10

输入终端

flatpak run org.gimp.GIMP
Run Code Online (Sandbox Code Playgroud)

然后它会打开 GIMP

  • 为什么终端要打开一个应用程序? (2认同)