remove ledgerlive container and add appimage to host OS
This commit is contained in:
parent
69656072d3
commit
fe8bcc188b
15 changed files with 23 additions and 283 deletions
|
|
@ -3,7 +3,6 @@
|
|||
podman rm -f general-cachyos
|
||||
podman rm -f tradingview
|
||||
podman rm -f general
|
||||
podman rm -f ledgerlive
|
||||
podman rm -f development
|
||||
podman rm -f lbry
|
||||
podman rm -f electron-cash
|
||||
|
|
@ -14,7 +13,6 @@ podman pull ghcr.io/andersrh/containers/fedora-toolbox/general:main
|
|||
distrobox create -i ghcr.io/andersrh/containers/fedora-toolbox/general:main --home ~/containers/general -n general
|
||||
|
||||
distrobox enter tradingview -- distrobox-export --app tradingview --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter ledgerlive -- distrobox-export --app ledger-live-desktop --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"
|
||||
distrobox enter general -- distrobox-export --app x2goclient
|
||||
|
||||
distrobox enter development -- distrobox-export --app qtcreator
|
||||
|
|
|
|||
20
usr/share/applications/ledgerlive.desktop
Normal file
20
usr/share/applications/ledgerlive.desktop
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[Desktop Entry]
|
||||
Categories=Finance;
|
||||
Comment[da_DK]=Ledger Live - Desktop
|
||||
Comment=Ledger Live - Desktop
|
||||
Exec=ledgerlive --enable-features=WaylandWindowDecorations --ozone-platform=wayland %U
|
||||
GenericName[da_DK]=
|
||||
GenericName=
|
||||
Icon=ledger-live-desktop
|
||||
MimeType=
|
||||
Name[da_DK]=Ledger Live
|
||||
Name=Ledger Live
|
||||
Path=
|
||||
StartupNotify=true
|
||||
StartupWMClass=Ledger Live
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-KDE-RunOnDiscreteGpu=false
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=
|
||||
BIN
usr/share/icons/hicolor/1024x1024/apps/ledger-live-desktop.png
Normal file
BIN
usr/share/icons/hicolor/1024x1024/apps/ledger-live-desktop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
usr/share/icons/hicolor/128x128/apps/ledger-live-desktop.png
Normal file
BIN
usr/share/icons/hicolor/128x128/apps/ledger-live-desktop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
BIN
usr/share/icons/hicolor/256x256/apps/ledger-live-desktop.png
Normal file
BIN
usr/share/icons/hicolor/256x256/apps/ledger-live-desktop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
usr/share/icons/hicolor/512x512/apps/ledger-live-desktop.png
Normal file
BIN
usr/share/icons/hicolor/512x512/apps/ledger-live-desktop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
Loading…
Add table
Add a link
Reference in a new issue