RSS/Atom feed Twitter
Site is read-only, email is disabled

move brushes between machines

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

move brushes between machines Helen 05 Apr 13:32
  move brushes between machines Patrick Shanahan 05 Apr 13:53
   move brushes between machines Helen 05 Apr 14:12
    move brushes between machines Patrick Shanahan 05 Apr 16:11
move brushes between machines Kevin Brubeck Unhammer 05 Apr 19:16
  move brushes between machines Patrick Shanahan 05 Apr 19:23
move brushes between machines Helen 05 Apr 21:42
Helen
2011-04-05 13:32:00 UTC (almost 14 years ago)

move brushes between machines

I bought a new computer - still have access to the old one through ssh. The old computer running suse11.3 has many gimp brushes that I made. New computer running suse11.4, gimp 2.6.11 How can I get my brushes (the ones I made) over to the new computer/new Gimp?
If ssh is not the best way, I can also get into the old computer gui-ly with ssh -X
Thanks for any help!

Patrick Shanahan
2011-04-05 13:53:03 UTC (almost 14 years ago)

move brushes between machines

* Helen [04-05-11 09:33]:

I bought a new computer - still have access to the old one through ssh. The old computer running suse11.3 has many gimp brushes that I made. New computer running suse11.4, gimp 2.6.11 How can I get my brushes (the ones I made) over to the new computer/new Gimp?
If ssh is not the best way, I can also get into the old computer gui-ly with ssh -X

Your brushes are under ~/.gimp-2.6/brushes

use scp/mc/dolphin/krusader/... to copy them to your new install at: ~/.gimp-2.6/brushes
or another local directory and make sure that gimp --> edit --> preferences --> folders --> brushes points to your chosen destination.

assuming you have gimp-2.6 on your 11.3 install.

Helen
2011-04-05 14:12:22 UTC (almost 14 years ago)

move brushes between machines

Patrick,
The old machine has gimp 2.6.8, the new one is 2.6.11. And I'm a little over my head here. I assume scp/mc/dolphin/krusader/
is not the actual command but rather some suggested options. so maybe something like, from old machine scp ~/.gimp-2.6/brushes >
no, that would copy the file onto itself... I guess I'm more than a little over my head. But you've told me where they are and that's a good first step.
H.

On Tue, Apr 5, 2011 at 9:53 AM, Patrick Shanahan wrote:

* Helen [04-05-11 09:33]:

I bought a new computer - still have access to the old one through ssh. The old computer running suse11.3 has many gimp brushes that I made. New computer running suse11.4, gimp 2.6.11 How can I get my brushes (the ones I made) over to the new computer/new Gimp?
If ssh is not the best way, I can also get into the old computer gui-ly

with

ssh -X

Your brushes are under ~/.gimp-2.6/brushes

use scp/mc/dolphin/krusader/... to copy them to your new install at: ~/.gimp-2.6/brushes
or another local directory and make sure that gimp --> edit --> preferences --> folders --> brushes points to your chosen destination.

assuming you have gimp-2.6 on your 11.3 install.

-- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://counter.li.org _______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Patrick Shanahan
2011-04-05 16:11:33 UTC (almost 14 years ago)

move brushes between machines

* Helen [04-05-11 10:15]:

Patrick,
The old machine has gimp 2.6.8, the new one is 2.6.11. And I'm a little over my head here. I assume scp/mc/dolphin/krusader/
is not the actual command but rather some suggested options. so maybe something like, from old machine scp ~/.gimp-2.6/brushes >
no, that would copy the file onto itself... I guess I'm more than a little over my head. But you've told me where they are and that's a good first step.
H.

On Tue, Apr 5, 2011 at 9:53 AM, Patrick Shanahan wrote:

* Helen [04-05-11 09:33]:

I bought a new computer - still have access to the old one through ssh. The old computer running suse11.3 has many gimp brushes that I made. New computer running suse11.4, gimp 2.6.11 How can I get my brushes (the ones I made) over to the new computer/new Gimp?
If ssh is not the best way, I can also get into the old computer gui-ly

with

ssh -X

Your brushes are under ~/.gimp-2.6/brushes

use scp/mc/dolphin/krusader/... to copy them to your new install at: ~/.gimp-2.6/brushes
or another local directory and make sure that gimp --> edit --> preferences --> folders --> brushes points to your chosen destination.

assuming you have gimp-2.6 on your 11.3 install.

-- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://counter.li.org _______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

scp = secure copy
mc = midnight commander
dolphin = dolphin
krusader = krusader

scp --help or man scp
will explain scp

scp user@192.168.1.3:/home/user/gimp-2.6/brushes/brush1 \ user@192.168.1.5:/home/user/gimp-2.6/brushes/

would be easier for you to ssh -X ... and use dolphin or krusader

> Helen Etters
> using Linux, using openSUSE11.0

> _______________________________________________
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Kevin Brubeck Unhammer
2011-04-05 19:16:30 UTC (almost 14 years ago)

move brushes between machines

Patrick Shanahan writes:

* Helen [04-05-11 10:15]:

Patrick,
The old machine has gimp 2.6.8, the new one is 2.6.11. And I'm a little over my head here. I assume scp/mc/dolphin/krusader/
is not the actual command but rather some suggested options. so maybe something like, from old machine scp ~/.gimp-2.6/brushes >
no, that would copy the file onto itself... I guess I'm more than a little over my head. But you've told me where they are and that's a good first step.
H.

On Tue, Apr 5, 2011 at 9:53 AM, Patrick Shanahan wrote:

scp user@192.168.1.3:/home/user/gimp-2.6/brushes/brush1 \ user@192.168.1.5:/home/user/gimp-2.6/brushes/

Or just copy over the whole brush directory to the machine you're on, with the -r option, e.g.:

scp -r username@192.168.1.3:~/gimp-2.6/brushes ~/.gimp-2.6/
(this will overwrite brush files with the same name on your local machine)

-Kevin

Patrick Shanahan
2011-04-05 19:23:39 UTC (almost 14 years ago)

move brushes between machines

* Kevin Brubeck Unhammer [04-05-11 15:19]:

Or just copy over the whole brush directory to the machine you're on, with the -r option, e.g.:

scp -r username@192.168.1.3:~/gimp-2.6/brushes ~/.gimp-2.6/
(this will overwrite brush files with the same name on your local machine)

to bypass the overwrite situation, copy the present brushes directory to another place and replace it after the transfer.

Helen
2011-04-05 21:42:31 UTC (almost 14 years ago)

move brushes between machines

Thanks everyone! I got the brushes moved. In the end, I decided on the gui method -- but I learned
a lot from reading each of these.

Thanks! Helen

On Tue, Apr 5, 2011 at 3:52 PM, Bertrand Denoix

wrote:

On 04/05/2011 03:32 PM, Helen wrote:

I bought a new computer - still have access to the old one through ssh. The old computer running suse11.3 has many gimp brushes that I made. New computer running suse11.4, gimp 2.6.11 How can I get my brushes (the ones I made) over to the new computer/new Gimp?
If ssh is not the best way, I can also get into the old computer gui-ly with
ssh -X
Thanks for any help!

Copy the contents of ~/home/.gimp-2.6/brushes to the same place on the new. But you can also copy the whole ~/.gimp-2.6 to bring other stuff you have created or downloaded over time: patterns, scripts, plugins, filter options...