@JoshStrobl I recently did a software update last week and again today and ever since I have lost my desktop icon view. Is there a way to get it back? I have the Desktop Icons toggled in the Budgie Desktop Settings but no luck/response. I am new to Linux/Solus and have loved it for the past year. Any help would be greatly appreciated.
Budgie 10.5.2 Released
NickJ2911 I recently did a software update last week and again today and ever since I have lost my desktop icon view. Is there a way to get it back?
It changed from using Nautilus to Budgie Desktop View so you need to re-enable it by flipping the switch again.
JoshStrobl I flipped multiple times and restarted with it switched on and off. Still no change or response.
- Edited
NickJ2911 Still no change or response.
I would turn it on then check via ps -aux | grep 'budgie-desktop-view'
to see if the process is running. Additionally check that you have budgie-desktop-view
installed (you should, it's a rundep).
If the us.getsol.budgie-desktop-view
binary isn't running for some reason, I'd double check to see if you have broken packages, we have a command at the top of our General Troubleshooting Help Center article for that, and run it from the Terminal to see if you happen to have any items that may not be playing nice with the implementation. I know there is an issue currently filed regarding it.
JoshStrobl less fine motor controls wanted to easily (and gradually) change their volume.
They are very nice for that, indeed.
Is it possible to revert back to the previous program that controls the desktop icons' behaviour?
solus_me No. That was the previous version of Nautilus, as explained in both our roundup blog post and this Budgie one. Budgie Desktop View is the way forward.
JoshStrobl That was the previous version of Nautilus, as explained in both our roundup blog post and this Budgie one. Budgie Desktop View is the way forward.
Since they, you know, removed the feature from Nautilus ages ago. Holding back Nautilus indefinitely just isn't feasible.
JoshStrobl Yes, of course.
I love the Solus project, and I'm not migrating to any other distro for nothing in the world.
Thank You for everything that you do.
I just hate to look all the icons at the left side of the screen, without a possibility to rearrange them in their own places. Like hysterics, i'm scratching the desktop. hahaha - lol
I suppose, I'll have to hide the icons for now.
solus_me I suppose, I'll have to hide the icons for now.
Or you could get used to it? I know change can be hard sometimes
solus_me I personally, ummm, strongly dislike, having that personal control of the destkop disappeared from me. But you can make some moves in the Nautilus desktop folder in the interim. What is the interim you ask? They are bringing drag and drop back...in 1.1...no ETA of course...I wish I had a time machine
Should the left click on the desktop closes the Raven?
Solarmass It only did that when Desktop Icons was disabled previously, so that's not something I thought of. But that's a good point actually and would be fairly trivial to implement since we can call it asynchronously over DBus. Mind filing a feature request at https://github.com/getsolus/budgie-desktop-view please? οΈ
JoshStrobl sure
JoshStrobl budgie-desktop-view 1.0 is installed. when I ran ps -aux | grep 'budgie-desktop-view' this is what I got back: 2344 0.0 0.0 216576 2280 pts/0 S+ 18:41 0:00 grep budgie-desktop-view
Is this the right command to run to see if I have broken packages?
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
Also what can I do to fix the broken packages? I'm new to linux and not very savvy with all this. If there is an issue filed regarding this will I just have to wait for a new update? Thanks!
- Edited
NickJ2911 when I ran ps -aux | grep 'budgie-desktop-view' this is what I got back: 2344 0.0 0.0 216576 2280 pts/0 S+ 18:41 0:00 grep budgie-desktop-view
Sounds like Budgie Desktop View isn't running, so sounds like it probably segfaulted during startup since it should be starting with your system automatically (we pre-install it as an autostarting application). Run us.getsol.budgie-desktop-view
in Terminal and see what happens maybe? If it segfaults, would be nice to follow up with you on GitHub (I linked the issue tracker in my previous response to you) to determine the root cause. If it doesn't segfault and you see icons, then for whatever reason it isn't being added to your autostarting applications like it should.
JoshStrobl I just ran: us.getsol.budgie-desktop-view
And I got back: Segmentation fault (core dumped)
Would running: sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
fix the issue?
- Edited
NickJ2911 No, that isn't something that can be fixed through a reinstall. The issue was already reported, I linked it to you earlier, I'd appreciate if you could comment on the issue I linked with some details (you can redact any personal info) on what files you have in ~/Desktop
Thanks!
JoshStrobl I set up a new issue on github under that link. Sorry about that. New to all this. How do I get you the info you need in ~/Desktop. Do I run something terminal?
- Edited
NickJ2911 This issue is related to segfaults. Running ls ~/Desktop
in the Terminal and putting the contents in a comment of the issue I linked may be beneficial, you're welcome to rename the files (keep the same extension though) if you feel it has personally identifiable information. If you have any .desktop
files in ~/Desktop
, the contents of them would be appreciated as well. They're just basic text files, so you can open them up in any text editor
Thanks in advance!