Andrew

Results 25 comments of Andrew

The same, only on Manjaro DE: GNOME WM Theme: Arc-Maia-Dark GTK Theme: Arc-Maia-Darker [GTK2/3] Icon Theme: Arc-Maia For example: [Desktop Entry] Icon=system-software-install The icon should be this: /usr/share/icons/Moka/48x48/apps/system-software-install.png But taken...

GTK 3.22 before and after the update.

unfortunately can not, I rolled back after the update. here is the list of packages for the update: https://i.imgur.com/T5FHGSl.png https://i.imgur.com/T8yJpPy.png https://i.imgur.com/vnsHfa7.png

The author ignored this issue. 😟

In the **src/dockerMenu.js** file, in fact, partially. If we delete the last container and click on the extension icon, the icon is hidden. When launching a new container, then you...

I use [https://github.com/trapd00r/LS_COLORS](https://github.com/trapd00r/LS_COLORS) But I just can’t figure out what needs to be written in **.zshrc** so that the colors are displayed. Tried so: `zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}` But the...

> I can confirm that it works as advertised. Understood, I had `zstyle ': completion: *: default' list-colors $ {(s.:.)LS_COLORS}` But the symbolic link is buggy: ![https://i.imgur.com/oiGclDB.png](https://i.imgur.com/oiGclDB.png)

> @webmastak Does the buggy symbolic link go away if you remove the zstyle command? ![https://i.imgur.com/xzYGydQ.png](https://i.imgur.com/xzYGydQ.png)

Figured out. In the plugin file **fzf-tab.zsh** you need to replace on **line 257**: `rsv_color=$reply[2]` **with** `rsv_color=$reply[1]` ![https://i.imgur.com/OItX07E.png](https://i.imgur.com/OItX07E.png)

I rushed to the bug report, you turned off the function of adding to the playlist. How then in the **soundnode-app** works: ``` /** * Responsible to add track to...