Antergos / antergos-iso

Scripts based on archiso to create the Antergos ISO
75 stars 41 forks source link

Cnchi has two desktop items, one of which doesn't work #96

Open jfla opened 7 years ago

jfla commented 7 years ago

Clicking the Cnchi icon on the sidebar in the live CD doesn't work. Instead I have to search for it in the activities menu. Looking in /usr/share/applications, there are two files, cnchi.desktop and Cnchi.desktop; only the first one works. I'm not sure whether to post this as an issue in the cnchi repo, because it seems to be a problem with the live CD setup, rather than the program itself. Not sure where these .desktop files are stored in the repository, so I've attached them. It seems that we don't need the second one; I'm not sure why it exists.

desktopfiles.zip

karasu commented 7 years ago

Hi @jfla

Thanks for reporting it. Which iso did you use? The latest 17.9 ?

This kind of issues (with the livecd) can be reported here, it's totally fine.

jfla commented 7 years ago

I installed it last week, so it must have been 17.9.

speshuric commented 6 years ago

Appears in the current ISO (Name: antergos-17.10-x86_64.iso, MD5 Sum: dcb06f17de46c664799624b5558e6d87)

Steps To Reproduce:

  1. Get current ISO
  2. Start it
  3. Wait until Cnchi started (version 0.14.404 shown)
  4. Press "Try it", Cnchi closed
  5. Press Cnchi on left gnome panel or Cnchi from all applications. Nothing happens.
  6. Start from command line ("cnchi") or from all applications ("Install Antergos Linux") work well.

Additional information

[antergos@ant-17.10 ~]$ ls /usr/share/applications/*chi*
/usr/share/applications/cnchi.desktop  /usr/share/applications/Cnchi.desktop
[antergos@ant-17.10 ~]$ cat /usr/share/applications/cnchi.desktop 
[Desktop Entry]
Name=Install Antergos Linux
Name[pl]=Zainstaluj Antergos Linux
Name[sk]=Inštalovať Antergos Linux
GenericName=Live Installer
Comment=Install the operating system to disk
Comment[pl]=Zainstaluj system Antergos Linux
Comment[sk]=Nainštaluje operačný systém na disk
Exec=/usr/bin/cnchi
Icon=cnchi
Terminal=False
Type=Application
Categories=System;
[antergos@ant-17.10 ~]$ cat /usr/share/applications/Cnchi.desktop 
[Desktop Entry]
Name=Cnchi
GenericName=Cnchi
Comment=Antergos Graphical Installer
Exec=pkexec /usr/share/cnchi/bin/cnchi -d -v -s bugsnag
Icon=/usr/share/cnchi/data/images/antergos/antergos-icon.png
StartupNotify=true
Type=Application
Categories=GNOME;System;
Name[en_US]=Cnchi
[antergos@ant-17.10 ~]$ 

It seems that Cnchi.desktop is incorrect

speshuric commented 6 years ago

antergos-17.11-x86_64.iso - the issue seems to be fixed partially. There is two .desktop files, but Cnchi starts from both.