mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #580] Nautilus won't open from a launcher #7215
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @madfanat on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/580
I even tried to reinstall the distro, but it still doesn't work. If the issue is not related to ironbar, then the only thing it could be related to is polkit (I don't use systemd and use seatd instead of elogind). Could you please check and let me know if it works for you.
https://github.com/JakeStanger/ironbar/assets/168630462/39bfd4cd-74d4-4903-9541-7a1ace61d6cc
P.S. I can run nautilus from terminal and it works
@yavko commented on GitHub (May 10, 2024):
Logs would be cool to see, but anyway, I would try running nautilus in your terminal with
gtk-launch(it takes a desktop file path), since that's what ironbar uses to launch things in the launcher. Also, I would suggest the next time you make an issue, to use the bug report template so you would've known to provide logs, and config.@JakeStanger commented on GitHub (May 10, 2024):
Debug logs and config please - help me help you.
@madfanat commented on GitHub (May 10, 2024):
Ohhhh I'm sorry, that's my bad. I didn't know that ironbar uses this and corresponding appliction address structure. Fixed the issue by changing "nautilus" to "org.gnome.Nautilus".
@JakeStanger commented on GitHub (May 10, 2024):
FYI there are plans to improve this in #487