Gnome not working -- cannot execute "usr/kde/bin/kdm"

gnome-session does not invoke anything except the error message:
INIT: cannot execute "usr/kde/bin/kdm"
INIT: Id "x" respawning too fast: disabled for 5 minutes.
My xorg.conf is generated by hwd -x. After rebooting, I can log in, but the resolution is stuck in 680x***.
If I try to open gnome by gnome-session, it give the error message:
(gnome-session:10890): Gtk-WARNING **: cannot open display?
Any way to solve it?
Any help is greatly appreciated.

Please do not cross-post:
http://bbs.archlinux.org/viewtopic.php?pid=229780

Similar Messages

  • Links not working in executable jar

    I have a problem with my java application
    html and images files do not work in executable jar
    though the application works normally
    I tried some suggestion but I received an exception thread indicating problem at
    ImageIcon iChing = new ImageIcon(imageURL);
    Please could you help me thank you so much
    here is the class
    public class Main extends JFrame
    * objects required for the GUI: JFrame,JLabel, JButton, ImageIcon, JPanel,
    * Dimension
    private static final long serialVersionUID = 1L;
    JButton jbEnter;
    ImageIcon iChing, logo;
    JPanel buttonPanel, ImagePanel;
    JLabel jlbIching;
    Dimension dim;
    URL imageURL;
    File fileName;
    // Class constructor to create the GUI
    public Main()
    Container container = getContentPane();
    URL imageURL = this.getClass().getClassLoader().getResource("src/myFiles/iching.gif");
    ImageIcon iChing = new ImageIcon(imageURL);
    jlbIching = new JLabel(iChing);
    // button to go to the Title class
    jbEnter = new JButton("Enter ");
    jbEnter.setBorderPainted(false);
    jbEnter.setFont(new Font("Edwardian Script ITC", Font.BOLD, 42));
    jbEnter.setBackground(new Color(0, 0, 50));
    jbEnter.setForeground(Color.YELLOW);
    jbEnter.addActionListener(new ActionListener() {
    // method to render the current frame invisible and trigger the
    // Welcome Menu
    public void actionPerformed(ActionEvent e)
    setVisible(false);
    // this line does not work...............
    new Title();
    } // close the actionPerformed(ActionEvent e) Method
    }); // close the addActionListener(new ActionListener() method
    // Panel holding the decorative image and Button
    ImagePanel = new JPanel();
    ImagePanel.add(jlbIching);
    ImagePanel.setBackground(new Color(0, 0, 50));
    buttonPanel = new JPanel();
    buttonPanel.add(jbEnter);
    buttonPanel.setBackground(new Color(0, 0, 50));
    // setting up of the panels position
    container.add(ImagePanel, BorderLayout.CENTER);
    container.add(buttonPanel, BorderLayout.SOUTH);
    dim = Toolkit.getDefaultToolkit().getScreenSize();
    dim.width = dim.width / 2 - 300;
    dim.height = dim.height / 2 - 250;
    setBounds(dim.width, dim.height, 400, 400);
    setSize(600, 500);
    setResizable(false);
    setVisible(true);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //To set the icon for the application. Top left hand corner.
    //this.setIconImage(Image);
    setIconImage(new ImageIcon("src/myFiles/ichingRose.gif").getImage());
    } // close the Constructor
    * the main method for the program.
    * @param args
    * The command-line arguments.
    public static void main(String[] args)
    new Main();
    } // close the main method
    } // close the Main class

    Thank you very much for your quick reply and really hope you can help me a little more
    it's so frustrating
    I do not really know about the relative path but here is my xml file
    <?xml version="1.0" encoding="UTF-8" ?>
    <project default="jar">
    <!-- Compile and zip the source code into a jar -->
    <target name="jar">
    <!-- Make the folders we'll need -->
    <mkdir dir="ant"/>
    <mkdir dir="work"/>
         <mkdir dir="ant/myFiles"/
    <!--
    Compile all the .java files into .class files
    debug = yes Include debug information in the .class files
    destdir Where to put the .class files
    source and target Use Java version 1.6.0_06
    -->
    <javac
    debug="yes"
    destdir="ant"
    source="1.6"
    target="1.6">
    <!-- Folders that have trees of .java files to compile -->
    <src path="src"/>
    </javac>
         <copy todir="ant/myFiles"><fileset dir="src/myFiles"></fileset></copy>
    <!--
    Zip files together to make a jar
    jarfile Where to make the .jar file, overwrite something there
    basedir Find the files to zip in the jar here
    -->
    <jar
                   jarfile="work/BookOfChanges.jar"
    basedir="ant"
    >
    <!-- Write a manifest inside the jar -->
    <manifest>
    <!-- The class Java will run when the user double-clicks the jar -->
    <attribute name="Main-Class" value="iChing.Main"/>
    </manifest>
    </jar>
    </target>
    </project>

  • My adobe is not working cannot open pdf i am going to deleted it

    my adobe is not working cannot open pdf
    i am going to delted it
    typing is not for me phone call is bettr

    Dog so that your inquiry can be directed to the correct forum.  What Adobe software or service are you referring too?  Please see Ned's post for information on how to contact our support team directly.

  • Unix script not working when executed from SAP PI communication channel

    Hi Experts,
    I am currently using the Run OS command after message processing functionality of the file adapter.
    However, the unix script doesn't seem to work when run via communication channel.
    The script runs properly when executed manually.
    The communication channel logs don't show any error as well.
    Do you have any ideas as to where the error might be.
    Thanks,
    Mike

    Hi All,
    Thank you for your replies. I appreciate this.
    @Anand, here is the script:
    #!/usr/bin/sh
    #version 1
    hostname=$(uname -a | cut -f 2 -d " ")
    MAILTO="[email protected] "
    homedir=$PWD
    echo $homedir | mailx -m -s "OB10 $hostname" $MAILTO
    /opt/java6/bin/jar -xvf OB10.zip
    ll | mailx -m -s "OB10 $hostname" $MAILTO
    What's puzzling me is that I am able to receive the email alerts.
    This means that the user has sufficient authorization to execute the script.
    But the unzip command is not working.
    I have seen the unzip work when run manually.
    Thanks,
    Mike

  • Suspend2ram via pm-utils in gnome not working

    Hello Everyone,
    I am new to Arch, and all signs indicate that it is finally my long-after-searched distro. Specifically, I switched from a very short dip into gentoo (gnome compilation...) and now really like arch docs and experience so far.
    I managed easily to get through installation, helped by the excellent docs. After getting gnome to work, I now want to enable suspend to ram and suspend to disk. Suspend to ram (from gnome power applet) does not work, it blanks my screen, computer still runs normally and I can not get gnome back. Always need to do a hard reset.
    I installed pm-utils, acpi, gnome-extra etc. as pointed out on the pm-utils and gnome wiki.
    I understood that gnome uses hal for suspend by default, so this is a starting point I guess. The output of suspend in /var/log/pm-suspend.log is not helpful, since all hooks are run and it reads "performing suspend"
    Thu Jan 27 21:34:52 CET 2011: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux anvil 2.6.36-ARCH #1 SMP PREEMPT Mon Jan 24 18:34:55 UTC 2011 i686 AMD Athlon(tm) AuthenticAMD GNU/Linux
    Module Size Used by
    ipv6 244945 10
    ext2 55656 1
    snd_seq_dummy 1079 0
    usbhid 32169 0
    hid 60432 1 usbhid
    radeon 814837 2
    snd_seq_oss 25040 0
    snd_seq_midi_event 4528 1 snd_seq_oss
    snd_intel8x0 22230 0
    snd_seq 41688 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_wavefront 28237 0
    ttm 43438 1 radeon
    snd_cs4236 21996 0
    snd_ac97_codec 87943 1 snd_intel8x0
    drm_kms_helper 23055 1 radeon
    snd_wss_lib 17822 2 snd_wavefront,snd_cs4236
    snd_pcm_oss 33694 0
    snd_opl3_lib 7266 2 snd_wavefront,snd_cs4236
    drm 142807 4 radeon,ttm,drm_kms_helper
    snd_hwdep 4764 2 snd_wavefront,snd_opl3_lib
    snd_mixer_oss 14654 1 snd_pcm_oss
    ac97_bus 762 1 snd_ac97_codec
    analog 7715 0
    lp 6652 0
    snd_mpu401 3800 0
    snd_mpu401_uart 4927 3 snd_wavefront,snd_cs4236,snd_mpu401
    snd_pcm 59136 5 snd_intel8x0,snd_cs4236,snd_ac97_codec,snd_wss_lib,snd_pcm_oss
    i2c_algo_bit 4183 1 radeon
    snd_rawmidi 15288 2 snd_wavefront,snd_mpu401_uart
    ohci_hcd 19051 0
    usblp 9636 0
    ppdev 4862 0
    snd_timer 15583 4 snd_seq,snd_wss_lib,snd_opl3_lib,snd_pcm
    parport_pc 27832 1
    ehci_hcd 32908 0
    snd_seq_device 4369 5 snd_seq_dummy,snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
    i2c_nforce2 4408 0
    ns558 2007 0
    usbcore 115866 5 usbhid,ohci_hcd,usblp,ehci_hcd
    snd 43219 17 snd_seq_oss,snd_intel8x0,snd_seq,snd_wavefront,snd_cs4236,snd_ac97_codec,snd_wss_lib,snd_pcm_oss,snd_opl3_lib,snd_hwdep,snd_mixer_oss,snd_mpu401,snd_mpu401_uart,snd_pcm,snd_rawmidi,snd_timer,snd_seq_device
    gameport 6917 3 analog,ns558
    parport 25499 3 lp,ppdev,parport_pc
    nvidia_agp 4112 1
    i2c_core 15762 5 radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_nforce2
    tpm_tis 6132 0
    fuse 56816 3
    processor 22776 0
    sg 21028 0
    button 3746 0
    shpchp 23037 0
    forcedeth 47178 0
    soundcore 4929 1 snd
    tpm 9505 1 tpm_tis
    evdev 6692 7
    thermal 9690 0
    agpgart 22816 3 ttm,drm,nvidia_agp
    pci_hotplug 21523 1 shpchp
    snd_page_alloc 5981 3 snd_intel8x0,snd_wss_lib,snd_pcm
    pcspkr 1359 0
    tpm_bios 4661 1 tpm
    ext4 288261 2
    mbcache 4298 2 ext2,ext4
    jbd2 58404 1 ext4
    crc16 1053 1 ext4
    sd_mod 24384 5
    sr_mod 13217 0
    cdrom 31378 1 sr_mod
    pata_acpi 2308 0
    pata_amd 7988 4
    libata 140436 2 pata_acpi,pata_amd
    scsi_mod 106955 4 sg,sd_mod,sr_mod,libata
    floppy 48264 0
    total used free shared buffers cached
    Mem: 769776 247124 522652 0 27036 92212
    -/+ buffers/cache: 127876 641900
    Swap: 1052252 0 1052252
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Thu Jan 27 21:34:52 CET 2011: performing suspend
    Any ideas or hints on this?
    Thanks in advance
    edit: After some time trying to get it to run with UPower, HAL and User Permission Method, I will end my attempts before I get mad. Fortunately, this machine was set up just to play with arch, and that was really fun. The stinging itch remains: If I could just pin down the error with debugging...
    Last edited by phaebz (2011-01-27 21:48:33)

    Thanks for your reply MadTux!
    I have a radeon 7500 with RV200 QW VGA controller.
    I use the open driver xf86-video-ati.
    I tried both the proprietary and the open driver. To no avail.
    One thing though: Through experimenting with both, pc now suspends (drives and cpu down). After resume, drives and cpu start up again, but screen remains black - no control.
    I read on the wiki somewhere about vbetool - tried it also with that installed...
    I am lost
    edit: Will try with KMS disabled...
    Last edited by phaebz (2011-01-29 14:02:46)

  • My excel report is not working in executable file ,however,it works well in vi

    Hi all ,
         Could any one please help me in getting the reason behind the executable file not working for excel report generation,however I can get the same function without any problem in main vi.
    I am attaching my code and executable file also ,please have a look into it and let me know where I am wrong.
    Thanks & Regards !
    sarita
    Message Edited by MindPower on 10-24-2007 01:40 AM
    Message Edited by MindPower on 10-24-2007 01:43 AM
    Attachments:
    test datalog.vi ‏264 KB
    test datalog-NEW.zip ‏1020 KB

    I can't open the vi in the moment. But by your description I think that I know the solution.
    When you build the executable you've to add dinammically the vi's from report generator that aren't in your main vi hierarchy. So, you've to open the vi's and find those that are open trough "open vi reference" and add them dinamicaly.
    And don't know if these tips are enough.
    From NI Zvezdana S.
    "When you use the Report Generation Toolkit to build a stand-alone application with the Application Builder, you must add _Word Dynamic VIs.vi from _wordsub.llb and _Excel Dynamic VIs.vi from _exclsub.llb as dynamic VIs. These two VIs contain subVIs that are called dynamically by the high-level Report Generation VIs. I believe that if you grab these VIs from the (desired office version part of the) installation CD instead of from the development machine, then everything should work. "
    Software developer
    www.mcm-electronics.com
    PS: Don't forget to rate a good anwser ; )
    Currently using Labview 2011
    PORTUGAL

  • Report runs fine in Analyzer but not working when executed fromQuerydesig

    Hi,
    I have a issue with the Bw report which is not showing any data for Keyfigureswhen i execute the report related to APO from Bex query designer in Web.
    But the same report executes fine in the Bex Analyzer.
    If any one has faced this issue earlier,update us reg that.
    We are doubting any prob related to catch memory as the java link for the report is not working.Report works fine in RSRT.
    Vamsi

    Hi there,
    Can you please let us know what cache settings you changed, as we are having the same issue.
    Many thanks

  • Report runs fine in Analyzer but not working when executed fromQuerydesiger

    Hi,
    I have a issue with the Bw report which is not showing any data for Keyfigureswhen i execute the report related to APO from Bex query designer in Web.
    But the same report executes fine in the Bex Analyzer.
    If any one has faced this issue earlier,update us reg that.
    We are doubting any prob related to catch memory as the java link for the report is not working.Report works fine in RSRT.
    Vamsi

    Hi there,
    Can you please let us know what cache settings you changed, as we are having the same issue.
    Many thanks

  • Navigation bar not working cannot add a new one says there is a warning but does not indicate what kind of warning

    In the space where you would add a widgit there is a warning so a new navigation bar cannot be added.  I tried uninstalling and reinstalling but that did not help.  When I pulishedd my website the navigation bar did not work.  It only linked to one page but I cannot fix the problem because of the warning. 

    Hi
    Are you creating a manual menu and while adding another menu item you are facing error ?
    Please elaborate more as what are the steps you are taking and upload screenshots of navigation bar that you are using in design mode , if site is published then share the url.
    Thanks,
    Sanjit

  • Windows 7 Product key Not working, Cannot download iso

    First sorry if this post to to simar to the other windows 7 product key one but the soultion dosnt work anymore.
    My hdd in my y580 started to give me the tick of death so i brought a new ssd to replace it and backed up my files to my external. i was going to make a bootable copy of windows 7 on my usb so i could install it on the ssd and this is were i ran into issue.
    All offical download links now lead to a dead page that redirects you to a new windows download form where you are required to put in your product key before you can download. i put in my product key from the sticker on the back but it just returns with this "http://prntscr.com/62eyxp"
    So even if i am able to get a copy of windows 7 will my cdkey work at all? and how can i get a copy when it keep giving me the message.
    Anyhelp would be welcome.

    First I am not a Microsoft employee, but I am a Microsoft MVP. As such I have to stick with the position Microsoft takes on downloading ISO files. They have given some users a way to redownload the ISO file. The other ways that are posted on the web Microsoft says that the official resellers (Digital River) downloads are for those who purchase the Windows OS thru the reseller's website. Anyone else that wants to download from there is not authorized to have such a downloaded file. All other sources of those file (other than the Microsoft site or the resellers site) are not legitimate sources of the file and can be infected.
    This leaves users who purchased a computer from an OEM with no viable download source.  While my personal opinions may differ from the official Microsoft position, I cannot really express them. But you may want to check out the DMCA Title III. Of course this only matters if you are in the US. If you are not, I have no idea what laws would apply.
    While the downloaded ISO will not work with the key that you have from an OEM, if it is a real ISO from Microsoft and has not been altered in anyway and is a complete download, you can use it for repairs. Which is what almost everyone I deal with needs it for, repairs not reinstall. To be honest I hate telling someone to wipe their harddrive and reinstall windows.
    I do believe that ALL OEM's are now charging for a copy of the factory image that is originally on the harddrive. But they cannot be used for repair in the manner that the Windows install disc can be.
    What you do with all this information is entirely up to you. I hope it helps.
    Hoov
    Microsoft MVP - Consumer Security
    SpywareHammer.com

  • Ggmap not working in Execute R module

    Hi, I am trying to use ggmap package with the following command:
    library(ggmap);
    library(mapproj);
    map=get_map(location = c(lon=77.302,lat=28.57), zoom = 15);
    mapPoints <- ggmap(map) + geom_point(aes(x = long, y = lati,col=vehicle_s), data = cleandata, alpha = .5);
    plot(mapPoints)
    This should plot my data in the google map
    But after running the module, I am getting error that the there is no ggmap package... install.package function is also not working as then the module continue to run indefinitely.
     pls advice...

    Hello,
    Unfortunately at this time network access is blocked off from the Execute R/Python script modules. We are investigating removing this restriction.
    Both ggmap and the default install.packages() rely on network usage, though there are instructions both here and in the documentation on how to install custom packages. There is unlikely to be a similar workaround for ggmap.
    Regards,
    AK

  • BT Vision not working, cannot get help, cannot eve...

    Rang BT approx June to enquire about the advertised Sport Package. Agreed to go ahead, but had to agree to a new 12 month contract.
    Later, rang to request an update on the Sport activation, only to be told it was from 1st August.
    Apologised, as that was my oversight, and looked forward to the date.
    Rang again 5th August, as BT Sport channel not working, only to be told I had not ordered this !
    Requested this was corrected, and advised I could expect it within 15mins to 15 hours.
    Rang again 6th August, told it was only ordered from 7th August.
    Rang again today, to be told, it should be working but it must be a technical problem.
    Placed on hold twice to the Technical team (Total 1.5 hours) without speaking to anybody.
    Decided to complain, but was told I still needed to be put through to the technical team (another wait on hold).
    Declined that option, and advised I wanted to just cancel my entire contract, phone, Broadband, TV, as this was ridiculous.
    Put through to the cancellation team, but put on hold, for another 15 minutes.
    Decided to post on here...cant get the channel I ordered, cannot even cancel my service....
    Will put my request in wiriting, hopefully that cant go wrong, on the other hand, better send it recorded.

    notpayingbill wrote:
    Just upgraded to the X1 package and have a cable box for livingroom and bedroom, only livingroom box works, bedroom is not working and have called comcast support 10 times.  Only reach someone 4 time and was drop from the call 6 times.  I have been trying to get this to work now for 8 days.  Will be cancelling the service this week.   Comcast if you are monitoring this blog, if my issue is not resolve by Thursday, I will be cancelling my service with you and moving on to APPLE TV, which I should have done in the first place.Did you do a Self-Install?   Are you suee that wallplate is ACTIVE?   Have you tried swapping box locations to check for that?  You should get a TECH onsite to evaluate your inside connections and make your system work.  If phone has failed, try the online chat here:  https://www.comcastsupport.com/ChatEntry/Protected.aspx

  • IMessage and Facetime Not Working - Cannot Log Into Apple ID.

    Hello,
    Some background: iMessage and Facetime are not working. Both applications are saying that I am not typing in the correct password for my Apple ID. Needless to say, the applications are wrong and I am using the correct password.
    Some background:
    1) This is an iPhone 5.
    2) It is running iOS 6.0.2.
    3) I am on Verizon.
    4) I am located in the continental US.
    5) I have a full e-mail address for my Apple ID username.
    6) iMessage and Facetime are both working on my iPad, using the same login information.
    7) All other applications that use Apple ID, such as the App Store, are not having this type of log in issue.
    8) This issue occurs regardless of whether I am connected to wi-fi or just the mobile carrier, or both.
    Troubleshooting I have tried to fix this issue:
    1) I have changed my Apple ID password. This did not work.
    2) I have changed my Apple ID username/email. This did not work.
    3) I have played around with Date/Time setting changes. This did not work.
    4) I have reset all settings. This did not work.
    5) I have tried hard restarts of the phone. This did not work.
    6) I have performed a restore from backup of the phone. This did not work.
    7) I have performed a full factory restore of the phone. This did not work.
    Apple Support is at a total loss on how to fix this. I have now had multiple frustrating phone support sessions with them with zero results. If you do some searching, it appears there is no way that anyone knows of to fix this issue once all the troubleshooting I have listed above has failed. People have had to acquire brand new phones in order for these applications to work again.
    Obviously this is unacceptable.
    There are a lot of smart people on these forums fixing tech issues like this. Anyone have any input?

    randers4, thank you for the suggestions.
    1) I have contacted Verizon and they are not blocking "premium" or 3rd party text messages.
    2) The Apple ID login issue occurs regardless of wi-fi network location, or even if I am not on wi-fi at all. Router settings are irrelevant to this problem.
    3) I have already played around extensively with date and time settings. This did not fix any issues.
    Any other suggestions? I had another call with Apple support and they are of the opinion that I may need to have the phone totally replaced, which is unacceptable unless it is free of charge.

  • Bridge Raw not working, cannot see Raw image in Bridge

    The RAW setting in Bridge is not working. When I open Bridge I can see only icons, no images. The RAW tool icon is grey, not active. I am going on a trip Tomorrow and I need Bridge to be working. It was working earlier.

    My Photoshop and bridge is CS4, purchased in 2008, and the canon 5D Mark
    11, purchased earlier. I have CR2. The camera and software worked
    together fine for all those years.
    Now, however, when I click Bridge to open a file containing several
    images, I do not get thumbnail images, just a circle with CR 2 and the
    file name, no image.
    If I double click one of the circles, the image will open in camera Raw,
    and I can edit, and open photoshop and edit again. If I then save a Jpeg
    version, I will be able to open it and see the image in Bridge.
    The problem is that now if I shoot 100 pictures, I can open Bridge but
    there are no thumbnail images, only CR2 and file name.
    I hope this can clarify the problem. Camera and software have not been
    changed.
    Thank you very much. Please help.

  • At the very foot of the window - showing firefox website - there has been "firefox synch is not working - cannot find - (something like that what's to do

    This has been so - since my Fox Tabs and top sites went missing and the operation of firefox - tabs and ALL was subjected to an invasion my search/conduit - I need my Techie friend - he recommended firefox - but after search /conduit barged in every thing was quite spoiled - My Techie buddy called them Spy-Wares - I have malware bytes and that clears most of it - but I do not find it easy to get the tabs back

    Hi Patricia,
    A notification that Firefox sync is not working can be compared to the official timestamp of the last Firefox sync in the about:config page. search for "lastsync" and that will have a value of when it last synced.
    I am happy to hear that the virus scan cleared most of the issues. In order to get the tabs back from the last session you can click sessionrestore on the home page. [[How do I restore my tabs from last time?]] may be helpful, however if you have restarted Firefox since the tabs may no longer be there.
    This add on allows session restore called [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager]

Maybe you are looking for

  • Error message when starting Sun Studio express IDE

    When I start the Sun Studio express IDE version 3/09 I get the following error message: java.lang.IllegalArgumentException: Instance_urn = urn:st: already exists in the registration data.      at org.netbeans.modules.servicetag.RegistrationData.addSe

  • OAF Personalization-Making a field Required.

    I have a custom OAF page which has a Message text input field and is currently is a required field, Using personalization i wanted to make this a optional filed. But when i select that personalization properties, i dont see the option "required" and

  • Improvements for Safari

    As I see it, Safari is a very primitive browser. I have several Windows browsers that are infinitely better than Safari. The toolbars are customizable along with other aspects of the browser. When will Safari come up to the 21st century?

  • Do we need frequency to voltage converter to connect photo interrupter to NI myDAQ

    i need to find the RPM of a motor using photo interrupter and NI myDAQ. Do we need frequency to voltage convertor for it. If yes were can i find the correct circuit for it.

  • Time machine restore destroys the recovery partition

    Hi I wanted to restore my Lion installation with a Time Machine backup. So I restarted the computer with cmd+r and choose Time Machine restore. After the restore everything works except FileVault. I can't enable it and when I try I get the error mess