Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Where does GtkFileChooserDialog store bookmarks?

Post

Where does GtkFileChooserDialog store bookmarks?

+2
−0

I have some bookmarked folders in GtkFileChooserDialog. I want to add these to my dotfiles. Where are the bookmarks stored?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

"in" GtkFileChooserDialog? (4 comments)
"in" GtkFileChooserDialog?
Karl Knechtel‭ wrote 9 months ago · edited 9 months ago

It's not clear to me how GtkFileChooserDialog relates to the question, since "bookmarked folders" would seem to be an OS-level (or at least window-manager-level) feature, not something specific to an API call for a GUI library. Do you mean that you used a program that generates a file-save or file-load dialog created by GtkFileChooserDialog, and used that dialog to create some bookmarks? Or that you are writing code to generate such a dialog and want it to populate GUI fields based on some bookmarks? Or what exactly?

matthewsnyder‭ wrote 9 months ago · edited 9 months ago

"bookmarked folders" would seem to be an OS-level (or at least window-manager-level) feature

Why?

Karl Knechtel‭ wrote 9 months ago

... Because they persist between uses of the dialog? And because, at least in Nemo, I can see bookmarks in the left-hand panel of the file browser windows? If you had a different kind of bookmark in mind, then I don't understand what it is and the question would probably be better of with an explicit example.

Karl Knechtel‭ wrote 9 months ago

Based on the answer that "worked for" you, it seems that I did have the right "bookmarks" in mind. You can create these in other ways, for example by using ctrl-D in Nemo while a window is focused. (There is an outstanding bug report for Nemo, whereby if you do this on the Desktop, the resulting bookmark doesn't work properly.)