Posts: 7
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2017
I like using byobu as my terminal of choice. After installing it I would have expected a shortcut to be created as it is on all other distribution of linux I use.
However, one is not created, or is not visible. Anyone experience this issue?
•
Posts: 4
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2017
i have byobu too, it work fine but yes the desktop icon is not here just a symlink of /usr/share/applications/byobu.desktop to /usr/share/applications/byobu.desktop.old not present
•
Posts: 7
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2017
05-02-2017, 11:10 PM
(This post was last modified: 05-03-2017, 01:24 PM by Romonaga.)
(05-02-2017, 04:38 PM)H2L29 Wrote: i have byobu too, it work fine but yes the desktop icon is not here just a symlink of /usr/share/applications/byobu.desktop to /usr/share/applications/byobu.desktop.old not present
Well this is an easy fix, and I am sure it will be fixed in a future revision of the Os. I just hope that Asus can get enough of interest to support it better. I know I am watching the product close and doing some extensive digging into the device. I have discovered several features and differences that th completer does not have. However, this competitor has a wide support that is mature and have fantastic members who know the devices well.
Several things were wrong. I did the following to fix it.
1. The existing file is a broken symlink, you first need to fix the symlink or simply copy the .desktop file cp --remove-destination /usr/share/byobu/desktop/byobu.desktop .
2. I had to change the Exec line to Exec=env TERM=xterm byobu
3. I had to add Terminal=true
Time will tell, and even if the support is smaller then the others in the market, this device has some potential that I have already found uses for.
•