-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I hide the apps without icons and It does not detect ~/.local/share/applications/*.desktop
files
#4
Comments
Observe that nw-drawer crashes just after three seconds. |
I use many .desktop files in Please run the drawer from the terminal and show me the output. Also tell me more about your system. |
Hello,
|
I see no crash in the terminal. What do you mean by "nw-drawer crashes just after three seconds"? The window gets closed a second after moving the cursor outside it. Could it be this? |
I have tested. It is the search box that the nw-drawer crashing. I was about to search, but it crashed before I was about to type. |
The apps without icons did not tell their names for me to hide. They are still displayed. |
I'm looking for a possible reason. I need to know more about the crash. Please run from terminal again, let the app crash and show me the output. |
After I added |
Another log, but still the same. I ran the app from the terminal, searched and typed, then it crashed:
TL:R: |
The warning is just a warning. The gtk-layer-shell library had no updates for several months, and it warns it could behave improperly with the current GTK version. But it behaves well. I still see no crash. |
I tried to debug the crash from different terminals – alacritty, etc. It always crashes when I click and type in the search box. |
I tested with
Is it this case that caused nwg-drawer to crash, not just nwggrid? |
Well, no idea. The drawer has been coded from scratch and shares no code with nwggrid. However, nwggrid should work on Manjaro... It seems I need to set up Manjaro somewhere, and try to debug it locally. |
Give me some time. I need to take a closer look at the possible |
It seems to work perfectly well. Are you sure you added |
Yes, see the screenshot: Compare the first screenshot of the first comment to the last, as you can see the app without icon number increased: Observe that I added If I copied it to |
I'm installing Manjaro on my testing laptop. |
Well, I'm not. The ISO seems to be corrupted. It's not being seen by the ImageWriter, and the checksum is different. |
BTW: could I see your |
|
|
OK, got it. Will try to install. |
I figured out. The problem was not
But Drun, nwggrid, Rofi and Wofi recognise perfectly my totally customised desktop files. After I removed all the spaces between But curiously, I observed that after fixing it, After renaming the folder Then I tested the search box, it really crashed when I typed the search box. |
You should not use spaces. I do no
I'm not sure what you mean. |
When you click the search box and are typing any word, it just crashes. |
I tried to record the crash, the screenshot is black, I'll seek how to record the crash. |
OK, I'll have Manjaro installed sooner or later. Just need on more free ethernet port in my router. |
- speed up parsing by not creating nearly as many strings. - fix basic whitespace handling. fixes nwg-piotr#4 goos: linux goarch: amd64 pkg: github.com/nwg-piotr/nwg-drawer cpu: AMD Ryzen 7 1800X Eight-Core Processor BenchmarkDesktopEntryParserOld-16 10000 146094 ns/op BenchmarkDesktopEntryParser-16 26097 43303 ns/op PASS ok github.com/nwg-piotr/nwg-drawer 3.090s
- speed up parsing by not creating nearly as many strings. - fix basic whitespace handling. fixes nwg-piotr#4 goos: linux goarch: amd64 pkg: github.com/nwg-piotr/nwg-drawer cpu: AMD Ryzen 7 1800X Eight-Core Processor BenchmarkDesktopEntryParserOld-16 10000 146094 ns/op BenchmarkDesktopEntryParser-16 26097 43303 ns/op PASS ok github.com/nwg-piotr/nwg-drawer 3.090s
- speed up parsing by not creating nearly as many strings. - fix basic whitespace handling. fixes nwg-piotr#4 goos: linux goarch: amd64 pkg: github.com/nwg-piotr/nwg-drawer cpu: AMD Ryzen 7 1800X Eight-Core Processor BenchmarkDesktopEntryParserOld-16 10000 146094 ns/op BenchmarkDesktopEntryParser-16 26097 43303 ns/op PASS ok github.com/nwg-piotr/nwg-drawer 3.090s
Since I am very open to feedback, I'd be interested if you could elaborate a bit on that. Wdym with comfortable? |
You mean the issue? Couldn't reproduce it in any way on any machine. It just works. |
Nah, not the issue, but the harsh criticism of manjaro sway edition ;-) |
LOL, I thought so. :) Sorry, I haven't seen Manjaro for months. I bet it must be much more comfortable nowadays. |
Since comfortable is a very general assessment, it is pretty hard to argue with that. We certainly did not Garuda it up in any way. |
Sure. I'm a GUI guy, and my vision of sway is a bit unorthodox. ;) |
I know ;) |
Hello,
I want to hide these apps without icon:
And it does not detect the desktop configuration files from
~/.local/share/applications
where VSCode desktop files are located and are not found in thenwg-drawer
.The text was updated successfully, but these errors were encountered: