Where does Caja save folder state and icon?GTK Icons for special filesWhat does “warning: override:...
Efficient Algorithms for Destroyed Document Reconstruction
Surface of the 3x3x3 cube as a graph
Writing "hahaha" versus describing the laugh
Is there any mention of ghosts who live outside the Hogwarts castle?
Variable does not Exist: CaseTrigger
Why is this integration method not valid?
Passport queue length in UK in relation to arrival method
Is it normal to "extract a paper" from a master thesis?
Department head said that group project may be rejected. How to mitigate?
Download app bundles from App Store to run on iOS Emulator on Mac
Is there a word for pant sleeves?
Computing elements of a 1000 x 60 matrix exhausts RAM
JavaScript: Access 'this' when calling function stored in variable
What is the winged creature on the back of the Mordenkainen's Tome of Foes book?
Proto-Indo-European (PIE) words with IPA
How to become an Editorial board member?
Way of refund if scammed?
Does attacking (or having a rider attack) cancel Charge/Pounce-like abilities?
Why do testers need root cause analysis?
Make the `diff` command look only for differences from a specified range of lines
If a character has cast the Fly spell on themselves, can they "hand off" to the Levitate spell without interruption?
Is it OK to look at the list of played moves during the game to determine the status of the 50 move rule?
Is it safe to redirect stdout and stderr to the same file without file descriptor copies?
Split into three!
Where does Caja save folder state and icon?
GTK Icons for special filesWhat does “warning: override: VZ_FAIRSCHED changes choice state” mean?Where is the trash directory for PCManFM and xfe?Does it possible in Krusader add custom icon and custom command to execution?Where do file managers save their bookmarks?How to use Caja (file manager) to organize files and folders online?Show in folder does not select fileHow do I get Caja to open a directory and select the file?Where should an app save working files?how to add a folder to Places in caja?Where does caja put its preferences
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using icons to categorize my folders but sometimes I move the icons to a more appropiate place so the next time I load the folder, the folder icon isn't set. Could I edit manually (replace text) the folder configuration to avoid searching its icon again? Where are those files? Could I edit also view mode for a certain folder manually (changing a value inside a file)?
linux-mint configuration file-manager caja
add a comment |
I'm using icons to categorize my folders but sometimes I move the icons to a more appropiate place so the next time I load the folder, the folder icon isn't set. Could I edit manually (replace text) the folder configuration to avoid searching its icon again? Where are those files? Could I edit also view mode for a certain folder manually (changing a value inside a file)?
linux-mint configuration file-manager caja
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents.desktopfiles first ........... look fo any.desktopfiles in the folders in question
– jsotola
Feb 28 at 0:22
add a comment |
I'm using icons to categorize my folders but sometimes I move the icons to a more appropiate place so the next time I load the folder, the folder icon isn't set. Could I edit manually (replace text) the folder configuration to avoid searching its icon again? Where are those files? Could I edit also view mode for a certain folder manually (changing a value inside a file)?
linux-mint configuration file-manager caja
I'm using icons to categorize my folders but sometimes I move the icons to a more appropiate place so the next time I load the folder, the folder icon isn't set. Could I edit manually (replace text) the folder configuration to avoid searching its icon again? Where are those files? Could I edit also view mode for a certain folder manually (changing a value inside a file)?
linux-mint configuration file-manager caja
linux-mint configuration file-manager caja
asked Feb 27 at 23:54
RookieOneRookieOne
112
112
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents.desktopfiles first ........... look fo any.desktopfiles in the folders in question
– jsotola
Feb 28 at 0:22
add a comment |
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents.desktopfiles first ........... look fo any.desktopfiles in the folders in question
– jsotola
Feb 28 at 0:22
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents
.desktop files first ........... look fo any .desktop files in the folders in question– jsotola
Feb 28 at 0:22
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents
.desktop files first ........... look fo any .desktop files in the folders in question– jsotola
Feb 28 at 0:22
add a comment |
1 Answer
1
active
oldest
votes
Caja stores the info you're looking for in GVFS databases.
You should be able to make changes like you describe using the gio utility which can be used to view, edit, or otherwise manipulate the data in the GVFS databases. See man gio.
The particular gio commands that will likely be of most interest to you initially are info (shows information about the given locations) and set (sets a file attribute on a file).
The gio utility apparently replaces a collection of older GVFS commands such as gvfs-info (as suggested at, e.g., https://unix.stackexchange.com/a/200666/274746).
As for the location of those files, the database files should be in ~/.local/share/gvfs-metadata/ unless $XDG_DATA_HOME has been changed. In the latter case they should be in $XDG_DATA_HOME/gvfs-metadata. See https://stackoverflow.com/a/10964074/8100489. Either way, you'll most likely find it difficult or impossible to edit them directly (as suggested, e.g., at https://askubuntu.com/a/47548).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503447%2fwhere-does-caja-save-folder-state-and-icon%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Caja stores the info you're looking for in GVFS databases.
You should be able to make changes like you describe using the gio utility which can be used to view, edit, or otherwise manipulate the data in the GVFS databases. See man gio.
The particular gio commands that will likely be of most interest to you initially are info (shows information about the given locations) and set (sets a file attribute on a file).
The gio utility apparently replaces a collection of older GVFS commands such as gvfs-info (as suggested at, e.g., https://unix.stackexchange.com/a/200666/274746).
As for the location of those files, the database files should be in ~/.local/share/gvfs-metadata/ unless $XDG_DATA_HOME has been changed. In the latter case they should be in $XDG_DATA_HOME/gvfs-metadata. See https://stackoverflow.com/a/10964074/8100489. Either way, you'll most likely find it difficult or impossible to edit them directly (as suggested, e.g., at https://askubuntu.com/a/47548).
add a comment |
Caja stores the info you're looking for in GVFS databases.
You should be able to make changes like you describe using the gio utility which can be used to view, edit, or otherwise manipulate the data in the GVFS databases. See man gio.
The particular gio commands that will likely be of most interest to you initially are info (shows information about the given locations) and set (sets a file attribute on a file).
The gio utility apparently replaces a collection of older GVFS commands such as gvfs-info (as suggested at, e.g., https://unix.stackexchange.com/a/200666/274746).
As for the location of those files, the database files should be in ~/.local/share/gvfs-metadata/ unless $XDG_DATA_HOME has been changed. In the latter case they should be in $XDG_DATA_HOME/gvfs-metadata. See https://stackoverflow.com/a/10964074/8100489. Either way, you'll most likely find it difficult or impossible to edit them directly (as suggested, e.g., at https://askubuntu.com/a/47548).
add a comment |
Caja stores the info you're looking for in GVFS databases.
You should be able to make changes like you describe using the gio utility which can be used to view, edit, or otherwise manipulate the data in the GVFS databases. See man gio.
The particular gio commands that will likely be of most interest to you initially are info (shows information about the given locations) and set (sets a file attribute on a file).
The gio utility apparently replaces a collection of older GVFS commands such as gvfs-info (as suggested at, e.g., https://unix.stackexchange.com/a/200666/274746).
As for the location of those files, the database files should be in ~/.local/share/gvfs-metadata/ unless $XDG_DATA_HOME has been changed. In the latter case they should be in $XDG_DATA_HOME/gvfs-metadata. See https://stackoverflow.com/a/10964074/8100489. Either way, you'll most likely find it difficult or impossible to edit them directly (as suggested, e.g., at https://askubuntu.com/a/47548).
Caja stores the info you're looking for in GVFS databases.
You should be able to make changes like you describe using the gio utility which can be used to view, edit, or otherwise manipulate the data in the GVFS databases. See man gio.
The particular gio commands that will likely be of most interest to you initially are info (shows information about the given locations) and set (sets a file attribute on a file).
The gio utility apparently replaces a collection of older GVFS commands such as gvfs-info (as suggested at, e.g., https://unix.stackexchange.com/a/200666/274746).
As for the location of those files, the database files should be in ~/.local/share/gvfs-metadata/ unless $XDG_DATA_HOME has been changed. In the latter case they should be in $XDG_DATA_HOME/gvfs-metadata. See https://stackoverflow.com/a/10964074/8100489. Either way, you'll most likely find it difficult or impossible to edit them directly (as suggested, e.g., at https://askubuntu.com/a/47548).
edited 1 hour ago
Yurij Goncharuk
2,8322925
2,8322925
answered 2 hours ago
David YockeyDavid Yockey
112
112
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503447%2fwhere-does-caja-save-folder-state-and-icon%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
this page shows a list of files in the caja package about 3/4 of way down the page ...... centos.pkgs.org/7/epel-x86_64/caja-1.16.6-1.el7.x86_64.rpm.html .......... check the contents
.desktopfiles first ........... look fo any.desktopfiles in the folders in question– jsotola
Feb 28 at 0:22