Open cyberpunkedu opened 5 years ago
Please check that no similar bug is already reported. Have a look on the list of open bugs at https://github.com/anbox/anbox/issues
Make sure you are running the latest version of Anbox before reporting an issue. Update snap to latest: snap refresh --devmode --edge anbox
snap refresh --devmode --edge anbox
Make sure you have debug logs enabled: sudo snap set anbox debug.enable=true
sudo snap set anbox debug.enable=true
Reproduce the error while debug logs enabled.
Run the anbox logs collection utility and attach the tar file. sudo /snap/bin/anbox.collect-bug-info
sudo /snap/bin/anbox.collect-bug-info
Please paste the result of anbox system-info below:
anbox system-info
[please paste printout of `anbox system-info` here]
phablet@ubuntu-phablet:~$ anbox system-info version: local-/bin/sh: 1: git: not found cpu: arch: brand: features: os: name: Ubuntu version: 16.04.5 LTS (Xenial Xerus) snap-based: false kernel: version: Linux version 3.4.0-cyanogenmod-g2669fa0 (jenkins@ubports-build) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Jan 4 02:24:40 CET 2019 binder: true ashmem: true graphics: egl: vendor: Android version: 1.4 Android META-EGL extensions:
Please describe your problem: I noticed that there are two copies of the .desktop files:
one set (a): .local/share/applications/ another set (b): .local/share/applications/anbox/
.local/share/applications/
.local/share/applications/anbox/
Causes some software to read both and double the icons: https://gitlab.com/ubports/apps/sprint/issues/2
What were you expecting?:
One set of icons. Maybe newer version of anbox have moved the icons, but did not remove the old location.
Additional info:
i have seen double, triple and more. it is always solved by refreshing the drawer however. maybe the drawer is refreshed too early?
Please check that no similar bug is already reported. Have a look on the list of open bugs at https://github.com/anbox/anbox/issues
Make sure you are running the latest version of Anbox before reporting an issue. Update snap to latest:
snap refresh --devmode --edge anbox
Make sure you have debug logs enabled:
sudo snap set anbox debug.enable=true
Reproduce the error while debug logs enabled.
Run the anbox logs collection utility and attach the tar file.
sudo /snap/bin/anbox.collect-bug-info
Please paste the result of
anbox system-info
below:phablet@ubuntu-phablet:~$ anbox system-info version: local-/bin/sh: 1: git: not found cpu: arch:
brand: features: os: name: Ubuntu version: 16.04.5 LTS (Xenial Xerus) snap-based: false kernel: version: Linux version 3.4.0-cyanogenmod-g2669fa0 (jenkins@ubports-build) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Fri Jan 4 02:24:40 CET 2019 binder: true ashmem: true graphics: egl: vendor: Android version: 1.4 Android META-EGL extensions:
Please describe your problem: I noticed that there are two copies of the .desktop files:
one set (a):
.local/share/applications/
another set (b):.local/share/applications/anbox/
Causes some software to read both and double the icons: https://gitlab.com/ubports/apps/sprint/issues/2
What were you expecting?:
One set of icons. Maybe newer version of anbox have moved the icons, but did not remove the old location.
Additional info: