abiosoft / abiosoft/launchar

Question about your code

オープン
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Vala
スター
11
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

I really like the launcher that you made. Right now, I am making [my own](https://github.com/ancientstraits/octo-desktop-environment). However, I want to know how you alphabetized the entries in Launchar. I am trying to understand the code, but it is kind of hard, since I have never used classes in my whole life.

On C, I tried making a for loop to print the display names of each .desktop file (for my app launcher, I just created a button instead of printing):

```
GList *l;
while (l = g_app_info_get_all(), l != NULL, l = l->next){
printf("%s\n", g_app_info_get_display name())
}
```

However, I do not get results in alphabetical order, while Launchar does. Do you know how to alphabetize the entries? I am thinking of storing everything in a 2D char array, then sorting it. Is that what you did?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。