KDE 3.5.4 question SOLVED

This issue was solved by just waiting for the mirrors to sync with the new kdebase 3.5.4.
I'm sure I'm doing something stupid here;)
I see 3.5.4 is in the extra repo. When I run pacman  -S kdebase it says I'm current (including extra) at 3.5.3-4.
So.......I'm coming from gentoo so maybe I'm miss configuring something in /etc/pacman.conf? I currently have current, extra and community enabled and with pacman -Syu they are all reporting to be up to date.
Any help would be appreciated.
McRae

wow,
You guys respond quickly :shock:
Glad to hear I'm not just missing something obvious - that's always a bit embarrassing on the forum.
No problem waiting. Loving Arch so far though. Just hoping to see a package for e17 but I already see people with more skill than me working on it. Gotta love it.
Thanks to both of you for your responses.
McRae

Similar Messages

  • How do I unmark a question "Solved?"

    I inadvertently marked my question "Solved," choosing my own follow up post. Can this be reversed? This question has NOT been solved.
    https://discussions.apple.com/message/25726191#25726191

    Weird because I marked that my user name had solved the issue. But no points... Probably to prevent users from generating their own points. Oh well.
    Thanks for helping me with the original posts babowa. Frustrating to get it fixed only to screw it up again. What happened was I was looking at your post, I clicked on the link to check and see that my original post had indeed been relocated, and then I was distracted by something. When I got back to what I was doing, I wanted give you the solve credit, but didn't bother to look closely at which post was displaying. Since they had a similar structure, I didn't notice I wasn't looking at our thread... Oh well. Crapzilla.

  • Madwifi-ng preup/predown script question [solved]

    Hi,
    I recently installed Arch 0.7.1 on my laptop.
    So far I am very impressed with the speed and the simplicity :-)
    I just have one small problem: madwifi-ng
    Currently, I have to manually create the ath0 interface with wlanconfig, which is annoying. On the Gentoo forum I have found a partial script with preup/predown functions (the thread is located here)
    preup() {
    if [ "${IFACE}" == "ath0" ]; then
    /sbin/wlanconfig ath0 create wlandev wifi0 wlanmode sta > /dev/null
    return $?
    fi
    if mii-tool ${IFACE} 2> /dev/null | grep -q 'no link'; then
    ewarn "No link on ${IFACE}, aborting configuration"
    return 1
    fi
    return 0
    predown() {
    if [ "${IFACE}" == "ath0" ]; then
    killall wpa_supplicant
    /sbin/wlanconfig ath0 destroy
    return $?
    fi
    return 0
    I am using a Netgear WG511T pcmcia card.
    I would really appreciate any suggestions on where to put this code, and how to modify it for use with Arch Linux, or if I should use something else alltogether.
    Thanks in advance!

    Another interesting problem: I recently upgraded to the latest madwifi-ng code with svn update and also started using wpa_supplicant 0.5.0 (upgraded from 0.4.7)
    The netcfg script stopped working and after a little tinkering I discovered that  the following section from start_profile() in the netcfg script was killing wpa_supplicant before it could connect:
    while ! wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do
    if [ $i -gt 10 ]; then
    wpa_cli terminate >/dev/null 2>&1
    ifconfig $WIFI_INTERFACE down
    stat_fail && return
    fi
    sleep 2
    let i++
    done
    fi
    I have now commented out the loop and running the command "netcfg netgear" no longer halts there and so far everything seems to be fine again. I am guessing more than a 20 second timeout is needed, so I'll try having the iterator increment to 30 or something and see if that solves it.
    [EDIT]
    Now using  [ $i -gt 30 ]; and it works. On second thought, since everything  now really just works and my main question was essentially answered, I am adding [solved] to the title.
    Thanks again!
    [/EDIT]

  • KDE Desktop disappeared after update [SOLVED]

    Hiya folks,
    I have just updated my system with pacman -Syu. There were several kde updates, among others, and now, upon reboot, the desktop is completely blank: no taskbar, clock, wallpaper, icons, etc... All I see after logging in to the desktop environment is a black screen and a mouse cursor. I can still fire up programs using Alt+F2, internet works and everything else seems fine, but no desktop or launcher. I have tried downgrading packages (kdebase-plasma and kdebase-workspace), but to no avail, and figured I would ask for help before any more blind downgrades. If it changes anything, virtualbox-ose was also updated.
    As an aside, I have been using Arch since last January and this the first time I have encountered a problem I could not solve by browsing the wiki or forums. This is an awesome distribution and community.
    Thanks in advance,
    François
    Last edited by flamirande (2010-10-09 15:04:26)

    Rename the ~/.kde4/ directory (maybe .kde4.old or .kde4.backup) and try logging back in. That should create new configuration files and you'll (hopefully) have a usable desktop. Then you can copy over any application configs (Kmail, Amarok, etc)

  • KDE kuickshow fails after upgrade(Solved-reboot)

    KDE kuickshow reports " malformed URL".  Does not display jpeg images....
    EDIT:  Reboot solved the problem...
    Last edited by lilsirecho (2007-05-22 04:29:54)

    Whenever I do a "pacman -Suy" and see kde stuff about to download, I abort and do:
    1) pacman -Suw
    2) init 1
    3) pacman -Su
    4) init 5

  • Sony Vaio VGN-N27LH - some questions SOLVED

    SOLVED - I installed the sony_acpi module from AUR and run the following to dim:
    echo "4" > /proc/acpi/sony/brightness
    Would still be grateful if anyone could advise on what else I need to consider when running linux on a laptop.  My original questions/post is below.
    So I took the plunge and bought my first latop.
    However, running linux is significantly more difficult and I'm feeling somewhat swamped.  On my desktop I just installed Arch and it ran fine.  With the laptop there are issues of power management, speed-stepping,suspend to disk, ACPI, etc, which are all new terms for me.  As I say, on the desktop I just installed Arch and it ran fine.  Nothing else to worry about.
    Let's start at the beginning.  I installed the beta version as I couldn't get an internet connection with my older version.  Having done some reading I've installed a few things and added some daemons but am still struggling to lower the brightness of the laptop.
    Below are some details:
    [darrendowlut@MyBoX Linux Stuff]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 16)
    06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    08:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
    08:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
    08:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    # /etc/rc.conf - Main Configuration for Arch Linux
    MODULES=(sky2 ipw3945 sonypi speedstep_centrino cpufreq_powersave cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace freq_table)
    DAEMONS=(syslog-ng ipw3945d network cpudyn acpid hal powersaved alsa netfs !crond)
    I'll be honest, I've no idea what half of those modules and daemons do!  I just know they are installed and load fine - there are no errors when the system boots.  What's more, I haven't edited any configuration files so whether those daemons are actually doing anything is anyones guess.
    So, any ideas on how to get the brightness down?  Equally, are there issues that I need to be aware of when running linux on a laptop.  It seems to be running quite hot and I dont know whether this is normal or not?
    Please don't shoot the noob.  Help greatfully received.  Be gentle.
    Thanks.
    Last edited by Ipsofacto (2007-04-09 16:56:39)

    wiki has some info, one of the Vaio pages is written by
    although its quite outdated it might give some hints (laptop-mode-tools for example) and inspire you to writte a new wikipage
    they say kernel 2.6.21 has the vaio brightness control inside him, so I'm waiting for 2.6.22 to see how things work with Vaios
    laptops aren't more difficult than desktops, Vaios are pain in the butt (its the first and the last I'll ever buy )

  • KDE Personal Files weird behaviour [SOLVED]

    Well, I had this problem and I solved it, but it was odd enough that I thought I should post about it in case anyone else has a problem like this.
    In my KMenu, if I clicked on Personal Files (Home), I expect to go to /home/$USER.  Of course, it decided that I should rather go to /mnt/c, which is an NTFS mount I have.  Anyway, I checked in the Control Center to make sure $HOME actually pointed to the right place, and it did.  I could not find out how to change this Personal Files entry in the GUI to point to the right location!
    Anyway, it turns out the answer is in the file
    /home/$USER/.kde/share/apps/konqueror/profiles/filemanagement
    and the entry to change is right near the bottom (in my case):
    ViewT0_URL=file:/mnt/c
    Ah Ha!  Changed that to $HOME and everything is great again.

    Well, I had this problem and I solved it, but it was odd enough that I thought I should post about it in case anyone else has a problem like this.
    In my KMenu, if I clicked on Personal Files (Home), I expect to go to /home/$USER.  Of course, it decided that I should rather go to /mnt/c, which is an NTFS mount I have.  Anyway, I checked in the Control Center to make sure $HOME actually pointed to the right place, and it did.  I could not find out how to change this Personal Files entry in the GUI to point to the right location!
    Anyway, it turns out the answer is in the file
    /home/$USER/.kde/share/apps/konqueror/profiles/filemanagement
    and the entry to change is right near the bottom (in my case):
    ViewT0_URL=file:/mnt/c
    Ah Ha!  Changed that to $HOME and everything is great again.

  • Forum question [solved]

    This is probably obvious to all, but I have what I hope to be a simple question. 
    As a courtesy I would like to mark a couple of my recent postings as solved.  I see that others have done that, but I'm at a loss as to how. 
    How do you mark one of your postings as solved?
    I did a search here and looked at the wiki.  It's probably a button right here somewhere, but I can't see it.  Sorry!
    Thx in advance.

    desertViking wrote:It's probably a button right here somewhere
    Yeah, my "Solved" button fell off a few weeks ago - I really need to get a new laptop ........

  • [KDE] font and hotkey question

    Hello,
    I have two small problems with my notebook using KDE 4.2.
    First I changed the font for everything from Sans Serif to DejaVu Sans (in the Control Center). But there is no visible change. Where is the problem?
    The second small thing is a problem with my multimedia key for muting my soundspeaker. It then should glow until I unmute it by pressing the key again. But presently it stop glowing after several setting.
    Thanks for your help.
    Last edited by problemkenner (2009-03-24 14:01:33)

    problemkenner wrote:
    One last question, just for interess. Why isn't it possible to change the font of the fixed width into something normal instead of using such ugly fonts like monotype, terminal etc?
    I mean that font represents the whole desktop, menus of okular or dolophin - I would prefer to change them into for example Verdana to have one font for all.
    I tried that several times on diverse WM/DMs. It is not worth the effort.
    - Some applications select a font based on the monospaced property. There is no chance to select a varying spaced font at all.
    - Variable spaced fonts distort any tabular layout based on fixed spacing, e.g. man pages, which makes them less apprehensible.
    Better try to find a good looking monospaced fonts suiting your preferences. I currently use DejaVu Sans Mono and am very pleased with it. And in the Xterms I extensively use in my IceWM system I even use lucidatypewriter, which is rather ugly but best readable in as small as possible windows. Thus it all depends on your current needs.
    Last edited by bernarcher (2009-03-25 12:18:34)

  • Glest - stupid question [SOLVED]

    I'll make this short and sweet:
    I ran pacman -S glest which installed everything fine, but when I run "glest" from the terminal it says that the command is not found.
    I guess this is a dumb question, but how the heck do I run this game?
    Last edited by will1911a1 (2009-06-09 11:45:35)

    Well glest adds a .desktop file which can be seen from the gnome menu or the kde menu.  Glest installs into /opt which is kinda a failsafe for unknown apps.  Gentoo uses a special games (/usr/bin/games?) directory which would be nice if Arch got.  Anyways if you don't have a menu dealie you can just type '/opt/glest/./glest' or something like that to start it.  Most programs install to '/bin' or '/usr/bin'.  The shell (aka the terminal) has a known PATH variable that makes available programs '/usr/bin/' and '/bin'.  Anyways, off topic again   You can check out the list of files installed by a program with:
    pacman -Ql <program-name>

  • Kde and Pam related problems[solved]

    And here they are, from /var/log/errors:
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM unable to dlopen(/lib/security/pam_console.so)
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM [dlerror: /lib/security/pam_console.so: cannot open shared object file: No such file or directory]
    Jun 28 14:47:58 DreaM kdm: :0[2780]: PAM adding faulty module: /lib/security/pam_console.so
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Jun 28 14:47:58 DreaM kde-np(pam_unix)[2780]: unrecognized option [service=system-auth]
    Any way to disable Pam in Kde?

    Thanks a ton for this tip. Finally my logs will not be polluted with junk. I agree with you that the troublesome entries should be commented by default. Just like this:
    #%PAM-1.0
    auth required pam_nologin.so
    auth required pam_permit.so
    account required pam_unix.so #service=system-auth
    password required pam_unix.so #service=system-auth
    session required pam_unix.so #service=system-auth
    session optional pam_console.so
    session required pam_limits.so
    EDIT: 

  • Erp question solve this

    Fitter Snacker is a medium size company, employing 200 employees. It operates 3 factories (plants) which are based in 3 different cities and produces snack bars. The company sells two types of snack bars. NRG-A and NRG-B. Each bar contains the following ingredients:
    •     Vitamins and minerals
    •     Dry base mixture (including oats, wheat germ, protein powder and spices)
    •     Wet base mixture (including honey and canola oil)
    Additionally
    NRG-A contains raisins while NRG-B contains hazelnuts and dates.
    The company’s sales force is organised in two divisions: the wholesale division (including 150 customers) and the direct sales division (including 50 customers). The wholesale division sells to middle-men who distribute snack bars to small shops, vending machines operators and health food stores. The direct sales division sells directly to large grocery stores and sporting good stores. The company has a number of legacy systems which are not integrated to each other and this creates problems such as incorrect pricing, excessive calls to customers for information, delays in producing orders and missed delivery dates.
    The general manager of the company is contemplating replacing these problematic legacy systems with an integrated ERP system. You are the head of the IT department in the company and it is your responsibility to:
    •     Argue about the usefulness of an ERP system, lead the package selection process and have an overview of the ERP implantation process.
    •     Design a pilot process using SAP terminology in order to show the functionality of either the production planning (PP), controlling (CO) or logistics (LO) process within the fitter snacker case study .

    Hi All,
      1. I you are in SAP you can say to the client overview of SAP.
      2. I can say in general with regards to your input. This Company need the Following Module in SAP FI-CO, MM, SD, PP & HR. or you can go with SAP Business One Solution. as your is a Medium size company.
       You need to understand the business process & develop a POC how each department is integrated & how it works in sap. Functional Team has to do that.
    Hope this will solve your problem,
    Regards,
    Pherasath

  • Usb 3.0 purchase question [solved]

    Just thought I would ask the community a question before I make any hasty decisions. I have a Lenovo Y510 laptop ... it's coming up on 2 years old and is not as nearly as flash as it used to be, at least compared to the lappys my friends are now purchasing. I have no reason at all to buy a new laptop but I really want to be able to use USB 3.0. The only way I see this happening is with something like this: http://www.newegg.com/Product/Product.a … -_-Product
    Of course they don't advertise linux support, but I was wondering what IS support for these types of devices like on linux?
    Last edited by MattSmith (2010-05-10 11:01:52)

    MattSmith wrote:thanks for all your replies guys, I'll take your advice and wait a while. Have any of you had problems with getting express cards recognized on ur arch systems? That is if you have a laptop running arch (or any other distro for that matter)
    There's a big catch-regardless of compatibility.
    USB3.0 is designed for throughput of 5 Gigabit/second on each port.  PC ExpressCard 1.x only supports 2.5 Gigabit/second.  Even PC ExpressCard 2.0 (recently unveiled if memory serves), and a full PCi rail on an ATX mainboard only support a max of 5Gigabit/second, i.e. only ONE USB3 port at full bandwidth.  You see the problem, no?
    The lesson here is that USB3.0 as a PC card on a laptop is only worth the trouble if you have a PCExpress 2.0 slot, and even then it only gives you 1 full speed port and nothing more.
    Of course, I can't think of ANY peripheral device that can even take advantage of 5 Gigabit/second (or 600+Megabyte/second) of throughput.  No peripheral device to my knowledge out there can feed that much data through a bus at that speed today.
    Last edited by Skripka (2010-05-10 02:49:23)

  • Compton-git question [Solved]

    Hi
    After doing a little bit of research and installing compton-git and removing xcompmgr  i added
    compton -f
    to .xinitrc and i concur it works and is way better than xcompmgr (with xcompmgr tilda,tmux would stay on top no matter if it was set not too) anyways my question is i do like the shadow,shade option in xcompmgr , can someone let me know the switches to use in .xinitrc so compton will start with these shadow,shade features ?
    Regards
    [EDIT] for future travellers ,  the command in .xinitrc wouldnt cut it i ended up adding
    compton -cC -I 0.7 -O 2.7 -D 390 -m 0.7 -G -b -i 0.9 -e 0.9 -fF &
    and
    sleep 2s &
        (give the  composition 2 seconds to kick in)
    to .config/openbox/autostart and all was well.
    Last edited by cirrus (2012-09-21 19:46:19)

    nTia89 wrote:
    today I discover a new software, thank you!
    anyway, possible switches are listed here:
    https://github.com/chjj/compton
    Thank you too , that was just what i needed.

  • Newbie Pacman question [SOLVED]

    I am very new to ArchLinux (less than 24 hours exposure) and have one simple question so far...
    I cannot seem to figure out why when I run:
    pacman -Q apache
    I get an error saying it cannot find any packages named apache, but when I do:
    pacman -S apache
    It magically finds apache and its required dependencies...what am I missing here? Just trying to understand this system a bit better.
    Thanks in advance!
    Last edited by ckeck (2009-10-05 15:36:16)

    Thanks everyone -- I had read through it but I guess I missed that option. My mistake.
    Loving Arch so far...any thoughts or advice if coming from mostly a Debian background? Finding a lot of little differences that are throwing me off

Maybe you are looking for

  • Problem with display of applet

    Hi, I have the a code which compiles but and displays in appletviewer. However, it does not display in the Web Browser (IE). I was wondering why is it. I appreciate any help, in advance. Thanks. THE CODE: import javax.swing.*; import java.awt.*; impo

  • Interpretation of Fiscal year variant

    Hello Experts, Ok, using the Tcode OB29, I could see the fiscal year variant K4, K6,  K7 as follows: Variant----Yr Dependent--Calendar Yr--Posting Periods----Special Per. K4---- Unchecked---- Checked---- 4---- 2         K6---- checked---- Unchecked--

  • I licensed PS Tuesday and used it fine but today it is not reactive - What is the problem

    I recenly decided PS3 was no longer working for me so installed the trial for new PS and it worked great so I licensed it Tuesday and it worked well but cant get it to work today. it opens but is not reactive. Spent hours on hold but cant get any hel

  • How to test and cast an object to a generic

    Hi all, my problem is the following: I have a list of notifications from a transaction listener of the Eclipse Modeling Framework. Each element of that list is of type Notification, but I have to cast it to something else to work with it since it is

  • Problem with error message that pop up

    Hi guys, using this code: Message e000(otc) with v_curr. Is it possible that this message will pop up to the user? Thanks!