UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ej-fairphone-4
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    ej-fairphone-4

    @ej-fairphone-4

    0
    Reputation
    3
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ej-fairphone-4 Unfollow Follow

    Latest posts made by ej-fairphone-4

    • RE: Creating a .desktop file to run console applications inside the terminal from the dock.

      I don't know why you couldn't create a config file to run your console application, 😔.

      I have done this:

      • (/bin/bash in terminal, libertine container)
      fakeroot apt update
      fakeroot apt install sway
      
      • use OpenStore tedit text editor app to write the desktop entry,
      Version=1.0
      Type=Application
      Terminal=false
      Exec=libertine-launch -i [container name] sway
      Name=Sway app window manager, i3 compatible WM
      X-Lomiri-Touch=true
      X-Lomiri-Default-Department-ID=accessories
      X-Ubuntu-Touch=true
      X-Ubuntu-Default-Department-ID=accessories
      
      • then
      cp -v ~/.local/share/tedit.danfro/libertine-application-container-sway.desktop.txt ~/.local/share/applications/libertine-application-container-sway.desktop
      
      posted in App Development
      E
      ej-fairphone-4