Rox Filer

Using applications, configuring, problems
Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#16 Post by dejan555 »

smokey, you can also select only few files that you want to leave, then "invert selection" (right click on eye icon)
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
davids45
Posts: 1326
Joined: Sun 26 Nov 2006, 23:33
Location: Chatswood, NSW

Ctrl+Shift alternative?

#17 Post by davids45 »

G'day,

Thanks for the replies about the lack of a Ctrl+Shift option in Rox.

I thought this was such a simple and normal file manager tool that I assumed I had just missed where it was in Rox or how to turn it on, but it looks like it's just not there.

I'll use another file manager like 'worker' when I need to handle a large group of files in a larger number of files. Maybe even Windows' file manager under Wine.

For everything else, Rox is excellent once you get the hang of it.

David S.

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#18 Post by trapster »

With 'Rodent' icons on the menu bar and the 'Gion' icon theme.
Image
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

brymway
Posts: 407
Joined: Sun 09 Dec 2007, 01:08

#19 Post by brymway »

That looks great. I'll have to get that one. Are those .pets?
[url]http://wellminded.com/puppy/pupsearch.html[/url]

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#20 Post by trapster »

Gion can be found Here

Rodent can be found Here

The Rodent folder can be found inside the xfce4-icon-theme folder after it's unpacked.
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

brymway
Posts: 407
Joined: Sun 09 Dec 2007, 01:08

#21 Post by brymway »

Do you plan on making a .pet for those?
[url]http://wellminded.com/puppy/pupsearch.html[/url]

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#22 Post by trapster »

Not planning on it. Just download them to where you need them and extract.
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Tech33
Posts: 14
Joined: Wed 11 Mar 2009, 05:59

#23 Post by Tech33 »

Code: Select all

pixmap_path "/path/to/icons"
 
style "normal" {
  stock["gtk-close"] = {{"close-icon.png"}}
  stock["gtk-go-up"] = {{"up-icon.png"}}
  stock["gtk-home"] = {{"home-icon.png"}}
  stock["gtk-refresh"] = {{"refresh-icon.png"}}
  stock["gtk-zoom-in"] = {{"zoom-in-icon.png"}}
  stock["gtk-zoom-fit"] = {{"zoom-fit-icon.png"}}
  stock["gtk-jump-to"] = {{"jump-to-icon.png"}}
  stock["gtk-sort-ascending"] = {{"sort-icon.png"}}
  stock["gtk-help"] = {{"help-icon.png"}}
  stock["rox-show-hidden"] = {{"hidden-icon.png"}}
  stock["rox-show-details"] = {{"details-icon.png"}}
  stock["rox-select"] = {{"select-icon.png"}}
}
 
widget "*" style "normal"
after editing path to icons folder and icon names restart X or get gtkrefresh binary from thread mentioned and new toolbar icons should apear in rox, this is what i got, see screenshot attached[/quote]

How Can I change the Rox background like of yours to silver also how to change folder icons (Linux noob)

User avatar
alienjeff
Posts: 2265
Joined: Sat 08 Jul 2006, 20:19
Location: Winsted, CT - USA

#24 Post by alienjeff »

Code: Select all

[jeff@kayak ~]$ rox --help
Usage: ROX-Filer/AppRun [OPTION]... [FILE]...
Open each directory or file listed, or the current working
directory if no arguments are given.

  -b, --border=PANEL	open PANEL as a border panel
  -B, --bottom=PANEL	open PAN as a bottom-edge panel
  -c, --client-id=ID	used for session management
  -d, --dir=DIR		open DIR as directory (not application)
  -D, --close=DIR	close DIR and its subdirectories
  -h, --help		display this help and exit
  -l, --left=PANEL	open PAN as a left-edge panel
  -m, --mime-type=FILE	print MIME type of FILE and exit
  -n, --new		start new copy; for debugging the filer
  -p, --pinboard=PIN	use pinboard PIN as the pinboard
  -r, --right=PANEL	open PAN as a right-edge panel
  -R, --RPC		invoke method call read from stdin
  -s, --show=FILE	open a directory showing FILE
  -S, --rox-session	use default panel and pinboard options, and -n
  -t, --top=PANEL	open PANEL as a top-edge panel
  -u, --user		show user name in each window 
  -U, --url=URL		open file or directory in URI form
  -v, --version		display the version information and exit
  -x, --examine=FILE	FILE has changed - re-examine it

Report bugs to <rox-devel@lists.sourceforge.net>.
Home page (including updated versions): http://rox.sourceforge.net/
And don't forget to RTFM.
[size=84][i]hangout:[/i] ##b0rked on irc.freenode.net
[i]diversion:[/i] [url]http://alienjeff.net[/url] - visit The Fringe
[i]quote:[/i] "The foundation of authority is based upon the consent of the people." - Thomas Hooker[/size]

User avatar
walter90
Posts: 282
Joined: Wed 26 Aug 2009, 03:53
Location: Pennsylvania, USA

#25 Post by walter90 »

I might have missed something here but I just wanted to add for those who say dealing with large amounts of files is a pain...

Just drag a box around the files you want to select and select them that way. Then, hold down ctrl and click on any you want to add or subtract to or from that group. Then move them as you normally would.

brymway
Posts: 407
Joined: Sun 09 Dec 2007, 01:08

#26 Post by brymway »

Interesting tip. Hadn't seen that one.
[url]http://wellminded.com/puppy/pupsearch.html[/url]

User avatar
TwoPuppies
Posts: 77
Joined: Wed 29 Dec 2010, 05:13
Location: Melbourne, Australia

#27 Post by TwoPuppies »

technosaurus wrote:To replace the default images see
/usr/local/apps/ROX-Filer/images
/usr/local/apps/ROX-Filer/ROX/MIME
(note that while you are in the apps directory you may need to right click and "look inside")
‭In Puppy 4.2.1 the only toolbar icons for the standard ROX-filer window in /usr/local/apps/ROX-Filer/images are:
‎rox-select.png
‎rox-show-details.png
‎rox-show-hidden.png

‎/usr/local/apps/ROX-Filer/ROX/MIME contains none at all.

‎Where might I find the others?

‎Moreover, what is the location of the commonly used button icons, such as the “Quit
Last edited by TwoPuppies on Wed 10 Oct 2012, 04:13, edited 1 time in total.
[color=#006699]What you really need is two puppies:
Puppy Linux, and the sort with four legs and a tail.[/color]

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#28 Post by technosaurus »

If that is gtk1 version of rox, I think it has a folder in /use/share
Amigo has a nice tarball on his amigo Linux repo at ibiblio

Edit - his rox stuff is here:
ftp://distro.ibiblio.org/pub/linux/dist ... ROX-Filer/

I posted a pet in the pupngo thread a while back too.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply