You are not logged in.

#1 2009-01-03 20:05:36

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

[Solved] How to properly install tint2?

The title says almost all; how would I go about doing this? The only reference to tint in the ArchWiki is kind of outdated. yaourt -S tint2-svn-21-1 put tint2-svn-21-1-x86_64.pkg.tar.gz in /tmp, but I don't know what to do with it. Google hasn't really helped. Is there something in the Wiki that I'm missing?

Last edited by soupcan (2009-01-03 21:17:41)

Offline

#2 2009-01-03 20:06:30

FaN_OnLy1
Member
From: Montpellier, France
Registered: 2008-09-22
Posts: 126

Re: [Solved] How to properly install tint2?

yaourt -S tint2-svn ?

Offline

#3 2009-01-03 20:07:57

SamC
Member
From: Calgary
Registered: 2008-05-13
Posts: 611
Website

Re: [Solved] How to properly install tint2?

Use "pacman -U" on that file

Offline

#4 2009-01-03 20:09:52

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] How to properly install tint2?

FaN_OnLy1 wrote:

yaourt -S tint2-svn ?

Does the same thing. Puts a .tar.gz in /tmp after saying it can't install in /var/something.

Offline

#5 2009-01-03 20:20:08

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] How to properly install tint2?

SamC wrote:

Use "pacman -U" on that file

Thanks. That worked. Is there an article in the Wiki that will tell me more about this? Will tint2 now update when I run pacman -Syu or the like?

Offline

#6 2009-01-03 20:30:07

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: [Solved] How to properly install tint2?

soupcan wrote:

Is there an article in the Wiki that will tell me more about this?

makepkg wiki is a good starting point.  yaourt is just a tool that can help automate the makepkg process for AUR packages.
http://wiki.archlinux.org/index.php/Makepkg

soupcan wrote:

Will tint2 now update when I run pacman -Syu or the like?

no, you'll have to recompile each new version (unless/until tint2 gets added to an official repo).

Last edited by tdy (2009-01-03 20:47:14)

Offline

#7 2009-01-03 21:17:25

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: [Solved] How to properly install tint2?

tdy wrote:
soupcan wrote:

Is there an article in the Wiki that will tell me more about this?

makepkg wiki is a good starting point.  yaourt is just a tool that can help automate the makepkg process for AUR packages.
http://wiki.archlinux.org/index.php/Makepkg

soupcan wrote:

Will tint2 now update when I run pacman -Syu or the like?

no, you'll have to recompile each new version (unless/until tint2 gets added to an official repo).

Thank you. I'll mark this solved now.

Offline

#8 2009-01-13 22:19:44

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] How to properly install tint2?

Can i get more explanation on installing it?

I tried pacman -U tint2-svn, that doesn't work.
Tried yaourt -S tint2-svn, doesn't work
tried pacman -U /tint2-svn-17-1-i686.pkg.tar.gz, doesn't work...

Offline

#9 2009-01-14 04:26:57

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: [Solved] How to properly install tint2?

@chance
What error does yaourt -S tint2-svn give?


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#10 2009-01-14 23:09:40

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] How to properly install tint2?

@ u_no_hu

It says:

loading package data...
error: './tint2-svn-17-1-x86_64.pkg.tar.gz': cannot open package file
Your package is saved in /tmp/tint2-svn-17-1-x86_64.pkg.tar.gz
cp: cannot stat  './tint2-svn-17-1-x86_64.pkg.tar.gz' : No such file or directory
Unable to copy  ./tint2-svn-17-1-x86_64.pkg.tar.gz to /tmp/ directory


I tried using pacman -U tint2-svn as someone above suggested but it doesn't work either.

Offline

#11 2009-01-14 23:13:27

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: [Solved] How to properly install tint2?

I suggest reading the makepkg wiki linked above.  Your pkg file is called tint2-svn-17-1-x86_64.pkg.tar.gz:

# pacman -U /tmp/tint2-svn-17-1-x86_64.pkg.tar.gz

Last edited by tdy (2009-01-14 23:18:09)

Offline

#12 2009-01-15 01:05:11

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] How to properly install tint2?

Solved with help of makepkg site. Although there were a few tricks to it. Thanks for the help.

the only problem that's left now, is that when i tried to theme tint2 by 'nano ~/.config/tint/tintrc' and then saving the file, it says: Error writing /home/chance/.config/tint/tintrc: No such file or directory

I then tried 'tint -c $HOME/tint.conf' it says 'tint: command not found'.

Last edited by Chance (2009-01-15 01:47:08)

Offline

#13 2009-01-15 01:52:26

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: [Solved] How to properly install tint2?

You probably don't have a tint directory in .config, mkdir .config/tint first. Are you sure the tint executable is tint, and not tint2 or ttm?

Offline

#14 2009-01-15 02:42:03

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: [Solved] How to properly install tint2?

The binary is called tint2.

Offline

#15 2009-01-15 03:33:00

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: [Solved] How to properly install tint2?

tdy wrote:

The binary is called tint2.

Thanks. After changing all the tint's to tint2's i found the file. It's wierd because the pdf file for tint2 said it was 'tint' and not 'tint2'. Anyways, everything's solved! Thanks everyone!!! big_smile

Offline

Board footer

Powered by FluxBB