-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dropbox daemon errors under Sway #4185
Comments
Looks like we can't find an icon for the app. I wonder if this is something you can debug with d-feet. |
@emersion I'm game to try. Any guidance on what I'm looking for? |
I'm not sure, I don't know d-feet well. Maybe it can't show an object from an object ID. |
So far, d-feet is... really an experience. If I run it as an unprivileged user, it doesn't have enough perms to view Dropbox proc info; if I run it as root, it can't find all its libraries and explodes. I'll keep digging as I can, but thus far progress is slow. |
Maybe |
|
It does appear to have found the right base path; that
|
Hello. Sorry I'm a bit late to this. If this is still an issue, could you please provide the output to |
@ianyfan I'm happy to! However, it's not totally transparent to me what variables to parse in to the command you're suggesting. In |
Oh wait here we go --
I didn't catch that the names are actually
|
Hi, one data point that might help. I have the same issue, which disappears when using Happy to dig in and provide any further information if you'd like. |
I think the problem is that the way I wrote the icon lookup for applications that supply "IconThemePath" only checks the top-level directory that is provided, when in this case, the icon is in a subdirectory instead. @Gastove Can you check this by running |
@ianyfan sure thing:
|
@Gastove Try this branch: https://github.com/ianyfan/sway/tree/swaybar |
@ianyfan That looks better! Dropbox icon appears. It isn't interactive (e.g., clicking on it does nothing), but I have no idea if I should expect clicks to work. Does this seem right to you? |
One of the Fedora maintainers here. Is there a particular reason why this hasn't been merged? |
another ping. @ianyfan any reason this hasn't been merged? |
This has been fixed by #4532 |
Hello!
I'm new to sway, but I'm finding it to be utterly fantastic. Thus far, I've only hit one challenge: a tiny red frowny-face at the corner of my screen any time the Dropbox daemon is running.
The daemon is, in fact, working -- as in, Dropbox is running, files are syncing. However, it appears to be erroring trying to draw icons. From Sway debug output, I see this:
Looking at #3249, I had expected Dropbox would "just work." The icon does not appear at all, and that's fine with me -- I have other tools to learn about Dropbox's status, I just need it running.
I'm running Sway on Fedora 30, and building it myself from current master -- which means it's entirely possible I'm building it incorrectly.
I'd love advice on how to proceed. Have I built sway incorrectly? Is Dropbox just misbehaving? Is there any other detail I can provide to help debug? Please let me know!
Such details as I have right now:
Sway Version:
Build configuration
Sway Bar Configuration
Here's the MWE bar configuration I've been debugging with.
Thanks very much!
The text was updated successfully, but these errors were encountered: