Thanks rdirt! That seemed to work better. I didn’t see the nix error in the install output and now I have an icon to click on.
NEW PROBLEM: Nothing happens : Now when I click on the icon nothing happens except the usual zoom animation that signifies a program is opening. If I go to the /home/.local/bin folder in terminal and try to run it from there it says
’/bin’ -> '/nix/var/nix/profiles/profile-mainnet/bin/'
’/etc/protocols’ -> '/nix/store/cdyc50j2xcb6bfnkkvjb2g93f12jx6i8-iana-etc-20190731/etc/protocols’
’/etc/services’ -> '/nix/store/cdyc50j2xcb6bfnkkvjb2g93f12jx6i8-iana-etc-20190731/etc/services’
’/etc/fonts/fonts.conf’ -> '/nix/store/a3bpnfn4fq5l183rdl9zk5qi86bq7v5q-fonts.conf’
’/etc/ssl/certs/ca-certificates.crt’ -> '/nix/store/8933sc4v51lhmchf0dcb1yiqy9dy7s8d-nss-cacert-3.49.2/etc/ssl/certs/ca-bundle.crt’
’/etc/ssl/certs/ca-bundle.crt’ -> '/nix/store/8933sc4v51lhmchf0dcb1yiqy9dy7s8d-nss-cacert-3.49.2/etc/ssl/certs/ca-bundle.crt’
+ test -z ''
+ XDG_DATA_HOME=/home/am4/.local/share
+ export CLUSTER=mainnet
+ CLUSTER=mainnet
+ export DAEDALUS_DIR=/home/am4/.local/share/Daedalus
+ DAEDALUS_DIR=/home/am4/.local/share/Daedalus
+ export DAEDALUS_CONFIG=/nix/var/nix/profiles/profile-mainnet/etc
+ DAEDALUS_CONFIG=/nix/var/nix/profiles/profile-mainnet/etc
+ mkdir -p /home/am4/.local/share/Daedalus/mainnet/Logs/pub /home/am4/.local/share/Daedalus/mainnet/Secrets
+ cd /home/am4/.local/share/Daedalus/mainnet/
+ exec /nix/store/19zfmib41d91xqzs4z50s9zj3g7p6z29-daedalus-cardano-bridge/bin/cardano-launcher --config /nix/var/nix/profiles/profile-mainnet/etc/launcher-config.yaml
LauncherCLI {launcherConfigPath = LauncherOptionPath {getLauncherOptionPath = “/nix/var/nix/profiles/profile-mainnet/etc/launcher-config.yaml”}, walletExitCodes = Nothing, updaterExitCodes = Nothing}
[launcher:Notice:27] [2020-08-15 16:03:08.82 UTC] Starting cardano-launcher
[launcher:Notice:27] [2020-08-15 16:03:08.82 UTC] Launcher substituted ENV variables: Object (fromList [(“walletLogging”,Bool False),(“legacySecretKey”,String “Secrets/secret.key”),(“cluster”,String “mainnet”),(“nodeConfig”,Object (fromList [(“kind”,String “shelley”),(“socketFile”,String “/home/am4/.local/share/Daedalus/mainnet/cardano-node.socket”),(“network”,Object (fromList [(“configFile”,String “/nix/store/64scl1b665k3wpf776ly4bpmqmkg8qly-node-cfg-files/config.yaml”),(“topologyFile”,String “/nix/store/64scl1b665k3wpf776ly4bpmqmkg8qly-node-cfg-files/topology.yaml”),(“genesisFile”,String “/nix/store/64scl1b665k3wpf776ly4bpmqmkg8qly-node-cfg-files/genesis.json”)])),(“configurationDir”,String “”)])),(“legacyStateDir”,String “/home/am4/.local/share/Daedalus/mainnet”),(“launcherLogsPrefix”,String “/home/am4/.local/share/Daedalus/mainnet/Logs/pub”),(“nodeBin”,String “cardano-node”),(“isStaging”,Bool True),(“cliBin”,String “cardano-cli”),(“updaterPath”,String “”),(“syncTolerance”,String “300s”),(“workingDir”,String “/home/am4/.local/share/Daedalus/mainnet”),(“tlsConfig”,Object (fromList [(“ca”,Object (fromList [(“commonName”,String “Daedalus Self-Signed Root CA”),(“expiryDays”,Number 3650.0),(“organization”,String “Daedalus”)])),(“clients”,Array [Object (fromList [(“commonName”,String “Daedalus Frontend”),(“expiryDays”,Number 365.0),(“organization”,String “Daedalus”)])]),(“server”,Object (fromList [(“commonName”,String “Daedalus Wallet Backend”),(“expiryDays”,Number 365.0),(“altDNS”,Array [String “localhost”,String “localhost.localdomain”,String “127.0.0.1”,String “::1”]),(“organization”,String “Daedalus”)]))])),(“networkName”,String “mainnet”),(“legacyWalletDB”,String “Wallet”),(“updaterArgs”,Array []),(“cardanoAddressBin”,String “cardano-address”),(“logsPrefix”,String “/home/am4/.local/share/Daedalus/mainnet/Logs”),(“isFlight”,Bool False),(“daedalusBin”,String “daedalus-frontend”),(“nodeImplementation”,String “cardano”),(“walletBin”,String “cardano-wallet-shelley”),(“stateDir”,String “/home/am4/.local/share/Daedalus/mainnet”),(“updateArchive”,String “”),(“updateWindowsRunner”,String “”),(“tlsPath”,String “/home/am4/.local/share/Daedalus/mainnet/tls”)])
[launcher:Notice:27] [2020-08-15 16:03:08.82 UTC] Locking file so that multiple applications won’t run at same time
cardano-launcher: Daedalus application is already running. There cannot be two applications running at the same time. Please close one application before starting another instance.
Essentially, there is already an instance running. I just rebooted. How can there be an instance already running?