You are not logged in.

#1 2005-10-02 01:16:48

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Aw shucks - no clean update for me!

My cursors are buggered and I somehow lost my root .bash_profile - very annoying - I moved .pacsave back but it was blank sad

Offline

#2 2005-10-02 01:19:19

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Aw shucks - no clean update for me!

LOL! everything went smooth here 8)

Offline

#3 2005-10-02 01:30:03

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Aw shucks - no clean update for me!

smooth here, too...


oz

Offline

#4 2005-10-02 01:33:53

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

I have no idea how to fix the cursors - it's one of those things I set up once a year ago and now I can't remember how to do it...

Offline

#5 2005-10-02 01:46:05

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Aw shucks - no clean update for me!

Ah ha... Looks like the copy-format-reinstall shuffle was the right thing to do. I hope you've got separate root and /home partitions, Dibble. :shock:

Sorry about the bash_profile anyway, can't do anything about that. But would you mind describing how the cursors are messed up?

Offline

#6 2005-10-02 01:49:50

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

Er...it's hardly serious enough to warrant all that Gullible!

The mouse theme I use is not working basically - the regular arrow, grip hand etc are ok but some are just defaulting.  It is defined in Xdefaults and the cursors are installed in /usr/X11R6/lib/X11/icons.

Xcursor.theme: jimmac
Xcursor.size: 18

PKGBUILD for my fav cursors

# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>

pkgname=jimmac-x11-cursors
pkgver=1.0
pkgrel=1
pkgdesc="X11 mouse theme based on Jimmac's cursors"
url="http://kde-look.org/content/show.php?content=6550"
license="GPL"
depends=('x-server')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://kde-look.org/content/files/6550-Jimmac.tar.gz)
md5sums=('46fb39d5e176dfc3bfa2c65743301f03')

build() {
  mkdir -p $startdir/pkg/etc/X11/cursors
  mkdir -p $startdir/pkg/usr/X11R6/lib/X11/icons
  
  cp $startdir/src/Jimmac/default/index.theme $startdir/pkg/etc/X11/cursors/jimmac.theme
  cp -r $startdir/src/Jimmac/jimmac $startdir/pkg/usr/X11R6/lib/X11/icons
}

Offline

#7 2005-10-02 01:50:23

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Aw shucks - no clean update for me!

cursors are defined in the ~/.icons/ directory, if that's what you mean.


I am a gated community.

Offline

#8 2005-10-02 01:53:53

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

stonecrest wrote:

cursors are defined in the ~/.icons/ directory, if that's what you mean.

Well, mine aren't so no, that's not what I mean!  Are you suggesting an alternative?

Offline

#9 2005-10-02 01:57:02

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

Weird:

Busy, hyperlink hand, text insert and bottom right resize are wrong.
Normal arrow, grab hand and bottom left resize are ok...

Offline

#10 2005-10-02 02:07:44

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

Well, adding the to .icons seems to have worked >< - cheers stonecrest - wonder why it broke tho?  It didn't upgrade xorg yet...

Offline

#11 2005-10-02 02:54:56

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: Aw shucks - no clean update for me!

dibble. the package 'filesystem' has the root profile files in it.
pacman -Ql filesystem | grep root


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#12 2005-10-02 04:55:06

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: Aw shucks - no clean update for me!

dibble could you elaborate on what you did to get your cursors back to normal? My custom cursor theme works great in everything except firefox and thunderbird where it reverts to the default. I have the custom set of cursor files in .icons and specified in .Xdefaults. Is there something I'm missing?

Otherwise a smooth upgrade!

Offline

#13 2005-10-02 11:14:00

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

To save me explaining just google for google:install x11 cursors. Or check out a read me in a cursor tarball for kdelook etc

Offline

#14 2005-10-02 20:56:37

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: Aw shucks - no clean update for me!

I did follow the kdelooks install and got custom cursors working. The only place they dont work is in firefox and thunderbird. It switches to the default cursors there.. anyone else getting this?

Not a big deal, I can live with it smile

Offline

#15 2005-10-02 21:30:46

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: Aw shucks - no clean update for me!

alexmat wrote:

I did follow the kdelooks install and got custom cursors working. The only place they dont work is in firefox and thunderbird. It switches to the default cursors there.. anyone else getting this?

Not a big deal, I can live with it smile

Have you killed X and restarted it since doing that?

Offline

#16 2005-10-03 02:02:37

Centare
Member
Registered: 2005-10-02
Posts: 11

Re: Aw shucks - no clean update for me!

I'm having the same problem as alexmat. Cursors look great everywhere except in Firefox, Thunderbird, and Beep Media Player's main screen, where they revert to the default cursors.

I've set the cursor theme in kcontrol->Peripherals->Mouse->Cursor Theme, copied the directory containing that cursor theme into ~/.icons, set XCursor.theme in ~/.Xdefaults, and ensured that $XCURSOR_THEME is set properly. X was killed and restarted after each step.

It's still not working, unfortunately.

Offline

#17 2005-10-03 14:05:13

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: Aw shucks - no clean update for me!

in /usr/X11R6/lib/X11/icons/default/index.theme, change Inherits=core to Inherits=jimmac (or whatever you use -- must be in the icons directory, of course wink). then restart X. that usually works for me no matter which distro.

i'm upgrading now, and i'm already noticing that my (heavily modified) root .bashrc is gone -- i should have read this thread first. tongue what other fun changes can i anticipate?

Offline

#18 2005-10-03 14:13:12

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

I still have no idea how I lost mine - it should have been moved to pacsave...but wasn't...

Offline

#19 2005-10-03 14:26:21

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: Aw shucks - no clean update for me!

good thing i had a fairly recent backup, just have to tweak a few things. big_smile

i notice there's also a .bashrc.arch in /root that's identical to .bashrc, just 3 lines setting ls color, etc. but no .bashrc.pacsave here, either.

[5] root:/var/log # cat pacman.log |grep bash
[08/26/05 18:59] warning: /root/.bashrc saved as /root/.bashrc.pacsave

looks like someone forgot something this time. lol

Offline

#20 2005-10-03 15:00:17

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Aw shucks - no clean update for me!

Looks like it fixed in CVS but won't take affect until the next upgrade booooo!

Offline

#21 2005-10-03 17:13:15

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: Aw shucks - no clean update for me!

BTW there is a new version of you cursor theme: http://kde-look.org/content/show.php?content=28281

Offline

#22 2005-10-03 21:25:28

Centare
Member
Registered: 2005-10-02
Posts: 11

Re: Aw shucks - no clean update for me!

slackhack wrote:

in /usr/X11R6/lib/X11/icons/default/index.theme, change Inherits=core to Inherits=jimmac (or whatever you use -- must be in the icons directory, of course wink). then restart X. that usually works for me no matter which distro.

Righto, that worked well. Putting the Inherits line in ~/.icons/default/index.theme also works.

Offline

#23 2005-10-04 06:24:11

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: Aw shucks - no clean update for me!

Centare: THANK YOU! smile

I did it the /usr/X11R6/lib/X11/icons/default/index.theme way this morning, and it worked, then later today xorg upgraded and I had the pleasure of redoing it, now that I can keep it in my home folder it's (hopefully) permanent across upgrades.

Offline

Board footer

Powered by FluxBB