Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Many thanks, -T
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
:'(
On 2020-07-10 06:25, ToddAndMargo via users wrote:
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
Well, here is mine. Of course I'm running baobab as user and not doing sudo or anything else.... I added /bin and you can easily see it is there.
<bookmark href="file:///home/egreshko" added="2020-07-09T18:52:04Z" modified="2020-07-09T21:01:44Z" visited="1969-12-31T23:59:59Z"> <info> <metadata owner="http://freedesktop.org"> <mime:mime-type type="inode/directory"/> bookmark:groups bookmark:groupbaobab</bookmark:group> </bookmark:groups> bookmark:applications <bookmark:application name="baobab" exec="'baobab %u'" modified="2020-07-09T21:01:44Z" count="3"/> </bookmark:applications> </metadata> </info> </bookmark> <bookmark href="file:///bin" added="2020-07-09T22:51:05Z" modified="2020-07-09T22:51:05Z" visited="1969-12-31T23:59:59Z"> <info> <metadata owner="http://freedesktop.org"> <mime:mime-type type="inode/directory"/> bookmark:groups bookmark:groupbaobab</bookmark:group> </bookmark:groups> bookmark:applications <bookmark:application name="baobab" exec="'baobab %u'" modified="2020-07-09T22:51:05Z" count="2"/> </bookmark:applications> </metadata> </info> </bookmark> </xbel>
On 2020-07-09 15:57, Ed Greshko wrote:
On 2020-07-10 06:25, ToddAndMargo via users wrote:
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
Well, here is mine. Of course I'm running baobab as user and not doing sudo or anything else.... I added /bin and you can easily see it is there.
<bookmark href="file:///home/egreshko" added="2020-07-09T18:52:04Z" modified="2020-07-09T21:01:44Z" visited="1969-12-31T23:59:59Z"> <info> <metadata owner="http://freedesktop.org"> <mime:mime-type type="inode/directory"/> bookmark:groups bookmark:groupbaobab</bookmark:group> </bookmark:groups> bookmark:applications <bookmark:application name="baobab" exec="'baobab %u'" modified="2020-07-09T21:01:44Z" count="3"/> </bookmark:applications> </metadata> </info> </bookmark> <bookmark href="file:///bin" added="2020-07-09T22:51:05Z" modified="2020-07-09T22:51:05Z" visited="1969-12-31T23:59:59Z"> <info> <metadata owner="http://freedesktop.org"> <mime:mime-type type="inode/directory"/> bookmark:groups bookmark:groupbaobab</bookmark:group> </bookmark:groups> bookmark:applications <bookmark:application name="baobab" exec="'baobab %u'" modified="2020-07-09T22:51:05Z" count="2"/> </bookmark:applications> </metadata> </info> </bookmark>
</xbel>
$ grep -i bao ~/.local/share/recently-used.xbel <nothing>
mumble, mumble ...
On 2020-07-10 07:45, ToddAndMargo via users wrote:
On 2020-07-09 15:57, Ed Greshko wrote:
On 2020-07-10 06:25, ToddAndMargo via users wrote:
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
Well, here is mine. Of course I'm running baobab as user and not doing sudo or anything else....
$ grep -i bao ~/.local/share/recently-used.xbel
<nothing>
mumble, mumble ...
If you ran baobab as root it would be /root/.local/share/recently-used.xbel
On 2020-07-09 16:50, Ed Greshko wrote:
On 2020-07-10 07:45, ToddAndMargo via users wrote:
On 2020-07-09 15:57, Ed Greshko wrote:
On 2020-07-10 06:25, ToddAndMargo via users wrote:
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote:
Hi All,
Baobab, Gnome Disk Analyzer
I like the feature where you can add a path to analyze.
Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
Well, here is mine. Of course I'm running baobab as user and not doing sudo or anything else....
$ grep -i bao ~/.local/share/recently-used.xbel
<nothing>
mumble, mumble ...
If you ran baobab as root it would be /root/.local/share/recently-used.xbel
That was it. I had to run it as root.
Thank you!
On 2020-07-10 08:32, ToddAndMargo via users wrote:
That was it. I had to run it as root.
Thank you!
Good.
I apologize for not being more direct/explicit in my 2nd response. While I did write, "I'm running baobab as user and not doing sudo or anything else". I really should have explicitly noted that running as root would result in files being used that belong to root in its $HOME structure.
On 2020-07-09 17:32, ToddAndMargo via users wrote:
On 2020-07-09 16:50, Ed Greshko wrote:
On 2020-07-10 07:45, ToddAndMargo via users wrote:
On 2020-07-09 15:57, Ed Greshko wrote:
On 2020-07-10 06:25, ToddAndMargo via users wrote:
On 2020-07-09 14:47, Ed Greshko wrote:
On 2020-07-10 00:34, ToddAndMargo via users wrote: > Hi All, > > Baobab, Gnome Disk Analyzer > > I like the feature where you can add a path > to analyze. > > Now how to I get rid of it when I am finished?
Carefully edit
~/.local/share/recently-used.xbel
No sign of any of any of the extra paths I added
Well, here is mine. Of course I'm running baobab as user and not doing sudo or anything else....
$ grep -i bao ~/.local/share/recently-used.xbel
<nothing>
mumble, mumble ...
If you ran baobab as root it would be /root/.local/share/recently-used.xbel
That was it. I had to run it as root.
Thank you!
Just added:
RFE: ability to remove added file paths https://gitlab.gnome.org/GNOME/baobab/-/issues/46
On 2020-07-09 17:47, Ed Greshko wrote:
On 2020-07-10 08:32, ToddAndMargo via users wrote:
That was it. I had to run it as root.
Thank you!
Good.
I apologize for not being more direct/explicit in my 2nd response. While I did write, "I'm running baobab as user and not doing sudo or anything else". I really should have explicitly noted that running as root would result in files being used that belong to root in its $HOME structure.
No need to apologize. Your response was perfectly crafted. Got straight to the point. I did not have to dig thorough extraneous verbiage. I was impressed.