You are not logged in.

#1 2010-01-13 17:51:17

wbeyda
Member
Registered: 2010-01-13
Posts: 28

( Not Solved) Arch user comming from Ubuntu

I'm a Ubuntu user and recently installed Arch (after the 6th attempt btw) And just wondering about somethings I used in Ubuntu and if there is an equivalent for Archlinux?

Ubuntu-restricted-extras (flash, java, gstreamer)
jockey-gtk (3d-acceleration)
compiz (spinnin cubez lulz!)
Add/Remove / Synaptic Package manager (or a graphical package manager? does this exist or do I have do a ls /usr/sbin to know what I have and what I don't?)
gnome-network-manager-applet (can't place one in the panel for some reason?!? you know right click > add to panel > network manager ? yeah its not there so I'm affraid to unplug the ethernet cable.)

Other than that I'm already seeing a 30-40% speed increase in Arch on my Toshiba Satellite. And GRUB is booting in about 10 seconds rather then 45. having a slight trouble with the customization script for the Hydroxygen Icon Pack but I'll just reinstall the pack.

Last edited by wbeyda (2010-01-13 23:49:37)

Offline

#2 2010-01-13 18:03:22

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: ( Not Solved) Arch user comming from Ubuntu

First of all there is no default graphical package manager for Arch. There is pacman. Have you read the beginners guide? If not read it: http://wiki.archlinux.org/index.php/Beginners%27_Guide

pacman -S flashplugin jre gstreamer0.10-plugins

will install what you call ubuntu-restricted-extras.

Read the wiki, use pacman and forget ubuntu while you're doing it.

Last edited by Ashren (2010-01-13 18:03:59)

Offline

#3 2010-01-13 18:15:27

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

So how does everyone maintain their packages? one at a time? Also what about the Network manager I thought that was GNOME not Ubunutu. Why can't I add to a panel?

Offline

#4 2010-01-13 18:18:35

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: ( Not Solved) Arch user comming from Ubuntu

Use pacman.

Upgrade system:

pacman -Syu

Search package

pacman -Ss network-manager

Read beginners guide: http://wiki.archlinux.org/index.php/Beginners%27_Guide

Offline

#5 2010-01-13 18:23:29

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

So upgrading the system via pacman -Syu upgrades all my packages? yes I installed network-manager and have not been able to add it to a panel.

Offline

#6 2010-01-13 18:28:13

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: ( Not Solved) Arch user comming from Ubuntu

Yes, "pacman -Syu" updates your system.

Execute "pacman -S network-manager-applet" and then press Alt-F2 and write "nm-applet" to start the networkmanager applet.

Last edited by lucke (2010-01-13 18:29:51)

Offline

#7 2010-01-13 18:29:33

SleepyFloyd
Member
Registered: 2008-06-11
Posts: 91

Re: ( Not Solved) Arch user comming from Ubuntu

Which desktop are you using?

Install network-manager-applet for gnome, kdeplasma-applets-networkmanager for KDE. (Here: http://wiki.archlinux.org/index.php/Net … p_2:_GUIs)

Offline

#8 2010-01-13 18:33:38

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: ( Not Solved) Arch user comming from Ubuntu

Yes you have installed networkmanager, but have you installed network-manager-applet?

http://wiki.archlinux.org/index.php/Network_manager

http://wiki.archlinux.org/index.php/Pacman_Rosetta

Last edited by Ashren (2010-01-13 18:34:13)

Offline

#9 2010-01-13 18:37:39

robrene
Member
Registered: 2009-04-16
Posts: 168

Re: ( Not Solved) Arch user comming from Ubuntu

That's because network-manager doesn't have a panel applet, it has a notification applet. To start it do:

$ nm-applet --sm-disable

If you want to see what packages you have installed, do:

$ pacman -Ql

I recommend you take a closer look at the Beginners' Guide and the Beginner's Guide Appendix. You seem to expect Arch to be like Ubuntu a lot, but it's not.

An example: In Ubuntu, the network-manager is installed for you, Ubuntu will make sure it runs at every boot and that the icon gets displayed in your panel automatically (if I remember correctly that is). Pacman will only install the program files to their correct location. If you want to set it up to actually manage your network and start at every boot and whatnot, read the ArchWiki article about it. Essentially, almost everything you want to set up can be found in the ArchWiki as long as you search for it.


smile neutral sad big_smile yikes wink hmm tongue lol mad roll cool

Offline

#10 2010-01-13 18:54:17

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

ok thanks alot guys I'll try all of this as soon as I get home.

Offline

#11 2010-01-13 19:04:36

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

how do I change the status of this post to solved?

Offline

#12 2010-01-13 19:13:17

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: ( Not Solved) Arch user comming from Ubuntu

Edit the first post.

Offline

#13 2010-01-13 20:04:26

IgnorantGuru
Member
Registered: 2009-11-09
Posts: 640
Website

Re: ( Not Solved) Arch user comming from Ubuntu

There are some graphical frontends for pacman (so I was told), but it's good to master pacman first I believe.  yaourt is good to check out for AUR use.

For pacman, it's handy to add some aliases to your ~/.bashrc file.  Here's what I use...

alias pmc='sudo pacman -Sy && pacman -Qu'
alias pmi='sudo pacman --needed -Sy'
alias pmq='pacman -Q'
alias pmqi='pacman -Qi'
alias pmql='pacman -Ql'
alias pmr='sudo pacman -Rs'
alias pms='pacman -Ss'
alias pmu='sudo pacman -Sy && sudo pacman -Su'

So for example to search for firefox I just enter 'pms firefox'

For network managers, I really liked wicd that I installed on my netbook (with LXDE).
http://wiki.archlinux.org/index.php/Wicd

Offline

#14 2010-01-13 20:18:03

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

I ran LXDE for a few weeks and really liked it. If only I could get a good icon pack for it I think I would switch from GNOME. Because it goes vroom vroom! But I can make gnome look really good and on a minimal install not so bloated.  So its a small sacrifice for added comfort.

Offline

#15 2010-01-13 20:23:16

IgnorantGuru
Member
Registered: 2009-11-09
Posts: 640
Website

Re: ( Not Solved) Arch user comming from Ubuntu

wbeyda wrote:

I ran LXDE for a few weeks and really liked it. If only I could get a good icon pack for it I think I would switch from GNOME. Because it goes vroom vroom! But I can make gnome look really good and on a minimal install not so bloated.  So its a small sacrifice for added comfort.

I installed crystal cursors with LXDE which I like (I can provide links if needed).  I actually like the way LXDE looks, but I like things simple.  Also note that you can put a gtk theme in your home folder that will be used by gnome and gtk apps.  I added a few icons too.

I've never really used gnome seriously - was always a KDE guy (Kubuntu) until KDE4 drove me to Arch/Openbox.  smile

Offline

#16 2010-01-13 21:27:39

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

I came from a Design background so I'm really picky about things like that.

Offline

#17 2010-01-13 21:32:34

Profjim
Member
From: NYC
Registered: 2008-03-24
Posts: 658

Re: ( Not Solved) Arch user comming from Ubuntu

Does anyone else find the current title of this thread:

(Solved) Arch user comming from Ubuntu

hilarious. (Sounds like we sent him running away.)

Offline

#18 2010-01-13 21:36:08

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: ( Not Solved) Arch user comming from Ubuntu

wbeyda wrote:

I came from a Design background so I'm really picky about things like that.

Then check out the screenie thread.
You may get some good ideas, inspiration and information. And welcome to Arch.

Offline

#19 2010-01-13 21:48:07

IgnorantGuru
Member
Registered: 2009-11-09
Posts: 640
Website

Re: ( Not Solved) Arch user comming from Ubuntu

Profjim wrote:

Does anyone else find the current title of this thread:

(Solved) Arch user comming from Ubuntu

hilarious. (Sounds like we sent him running away.)

lol - It's happened before!

Offline

#20 2010-01-13 23:49:12

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

k guys I'm home and I did everything you recommended and I'm getting this error:

** (nm-applet:2082): WARNING **: <WARN>  request_name(): Could not acquire the session service as it is already taken.  Return: 3


** (nm-applet:2082): WARNING **: <WARN>  constructor(): Couldn't initialize the D-Bus manager.

Offline

#21 2010-01-14 00:23:49

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

On boot HAL isn't found either. And the Hydroxygen customization script is not working. This is turning into a total sh**storm!

Offline

#22 2010-01-14 00:45:05

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

I installed wcid from http://wiki.archlinux.org/index.php/Wicd but now I'm getting a dbus error : cannot connect to wicd's D-Bus interface. Check the wcid's log for errors. I don't know where the stupid error log is. And it looks like I'm just posting to myself tonight.

Offline

#23 2010-01-14 00:48:38

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: ( Not Solved) Arch user comming from Ubuntu

post DAEMONS from rc.conf and describe the way you are logging in gnome


Give what you have. To someone, it may be better than you dare to think.

Offline

#24 2010-01-14 00:54:38

IgnorantGuru
Member
Registered: 2009-11-09
Posts: 640
Website

Re: ( Not Solved) Arch user comming from Ubuntu

Well I'm no expert being new to Arch myself, but I assume you've added hal and/or dbus to your daemons in rc.conf?  Maybe check if dbus is running and also run qdbus and see if it lists wicd.  Also note that you're not supposed to run more than one network manager at a time, so you may need to disable something.

What happens if you run

/etc/rc.d/dbus start
/etc/rc.d/hal start

Error logs are in /var/log   I don't remember having any trouble with it so I didn't do any troubleshooting.

I do recommend doing one thing at a time with Arch, and patiently.  If you get too many things boiling its going to be trouble.

Last edited by IgnorantGuru (2010-01-14 00:54:58)

Offline

#25 2010-01-14 01:09:18

wbeyda
Member
Registered: 2010-01-13
Posts: 28

Re: ( Not Solved) Arch user comming from Ubuntu

I edited my /etc/rc.conf and rebooted and now I have a network manager OMG!! don't remember what I did exactly but it worked and I don't care cause now I can unplug the ethernet cable! woot! woot! Now on to the Hydroxygen Icon Pack script . . .

Offline

Board footer

Powered by FluxBB