You are not logged in.

#1 2011-02-13 07:59:46

chris-kun
Member
From: SF Bay Area
Registered: 2010-09-07
Posts: 235
Website

chromium's temp files

I like using mplayer to view flash videos on the net, instead of in browser. It used to just save everything in /tmp but doesn't seem to anymore. I tried running a locate on what they used to be called to but turned up nothing. Any idea what chrome did to 'em?


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you." -- Bregol

Offline

#2 2011-02-13 10:59:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: chromium's temp files

Are you sure you searched the forums? And nothing worked? How about https://bbs.archlinux.org/viewtopic.php … 92#p850392

Edit:

find /home/karol/.cache/chromium/Default/Cache -ctime -1

works for me.

[karol@black ~]$ find /home/karol/.cache/chromium/Default/Cache -ctime -1 | xargs file
/home/karol/.cache/chromium/Default/Cache:          directory
/home/karol/.cache/chromium/Default/Cache/f_000019: gzip compressed data, from Unix
/home/karol/.cache/chromium/Default/Cache/f_000012: UTF-8 Unicode C++ program text, with very long lines
/home/karol/.cache/chromium/Default/Cache/f_000010: ASCII C program text
/home/karol/.cache/chromium/Default/Cache/data_3:   data
/home/karol/.cache/chromium/Default/Cache/f_000017: PNG image data, 672 x 264, 8-bit/color RGBA, non-interlaced
/home/karol/.cache/chromium/Default/Cache/f_00000c: gzip compressed data, max compression
/home/karol/.cache/chromium/Default/Cache/data_2:   data
/home/karol/.cache/chromium/Default/Cache/f_000011: HTML document text
/home/karol/.cache/chromium/Default/Cache/f_000018: gzip compressed data, max compression
/home/karol/.cache/chromium/Default/Cache/data_1:   data
/home/karol/.cache/chromium/Default/Cache/f_000013: PNG image data, 331 x 550, 8-bit/color RGBA, non-interlaced
/home/karol/.cache/chromium/Default/Cache/f_00000e: gzip compressed data, from Unix
/home/karol/.cache/chromium/Default/Cache/f_000016: gzip compressed data, max compression
/home/karol/.cache/chromium/Default/Cache/f_00000f: ASCII text
/home/karol/.cache/chromium/Default/Cache/f_00000b: gzip compressed data, max compression
/home/karol/.cache/chromium/Default/Cache/f_00000a: PNG image data, 167 x 253, 8-bit/color RGBA, non-interlaced
/home/karol/.cache/chromium/Default/Cache/f_00000d: ASCII C program text
/home/karol/.cache/chromium/Default/Cache/f_000014: gzip compressed data, from Unix
/home/karol/.cache/chromium/Default/Cache/f_000015: Audio file with ID3 version 2.4.0, contains:
/home/karol/.cache/chromium/Default/Cache/index:    data
/home/karol/.cache/chromium/Default/Cache/data_0:   data

Last edited by karol (2011-02-13 11:43:30)

Offline

Board footer

Powered by FluxBB