Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: 6.2.1 .xsession-errors

  1. #21
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    knoppix@Microknoppix:~$ ls -l ~/.config/autostart
    total 12
    -rw-r--r-- 1 knoppix knoppix 4832 Jul 7 09:05 nm-applet.desktop
    -rw-r--r-- 1 knoppix knoppix 2532 Jul 7 09:05 polkit-gnome-authentication-agent-1.desktop

    knoppix@Microknoppix:~$ ls -l /etc/xdg/autostart
    total 8
    -rw-r--r-- 1 root root 4831 Jan 26 23:53 nm-applet.desktop
    -rw-r--r-- 1 root root 2531 Jan 15 23:40 polkit-gnome-authentication-agent-1.desktop

    knoppix@Microknoppix:~$ cat -n /etc/xdg/lxsession/LXDE/autostart
    1 @xscreensaver -no-splash
    2 @lxpanel --profile LXDE
    3 @pcmanfm --desktop --profile LXDE
    4 @/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1

    Desktop Session Settings gui has two boxes checked:
    Policy Authentication Agent; and Network Manager.
    Perhaps the first box shouldn't be checked? Might that be the problem?

  2. #22
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    You can safely delete both .desktop files and just leave the line in /etc/xdg/lxsession/LXDE/autostart
    This way you have 3 instances of polkit not 2
    This will fix the error.

  3. #23
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @mecho

    Thanks again, mecho.

    Concerning my .xsession-errors, 'types one and two':
    I'm not having much luck deleting the .desktop entries. Anyway,
    I'd like to understand this PolicyKit stuff a little better before
    just deleting these entries. These came with the distro;
    I didn't invent them (at least knowingly).

    **************

    Concerning my .xsession-errors, 'types three & four', Compiz 0.8.2-6
    in Knoppix 6.2.1 does not look in the right places for theme material.
    Clearlooks is part of gtk2-engines 1:2; Ubuntu Human would also be
    available if gtk2-engines-ubuntulooks 0.9 were added to the basic
    Knoppix 6.2.1.

  4. #24
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    Hi Utu. One more time - you can safely delete the 2 .desktop files. If you want to know where all they come frrom - the starting link in /etc/xdg/lxsession/LXDE/autostart came with your last update of lxsession and is in conformance with the new pcmanfm2. The original starting .desktop file for polkit is /etc/xdg/autostart/policykit-1-gnome/polkit-gnome-authentication-agent-1, I am not sure about the one that you have in your home folder, but it was not originally there. One thing is certain, that is you should only have 1 starting link for policykit-1-gnome/polkit-gnome-authentication-agent-1 otherwise errors occur

  5. #25
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Summary regarding observed .xsession-errors in Knoppix 6.2.1, Flash/usb version:

    By far, the greatest number of .xsession errors were due to 'XID collision warning's
    due to Flash-content. The amount of errors logged per unit time at varied greatly
    with the site. Results for a number of sites are summarized in 'Flash-content errors'.
    Adobe, Hulu and Newegg sites showed the highest rates of these errors.

    A smaller, but more persistent set of six error types were also consistently noted.
    These are summarized in 'Non-Flash-content errors'. The first two of these types seem
    both to be related to PolicyKit problems associated with the Desktop Session Setting gui.
    The third and fourth of these types of errors seem both to be related to Compiz
    and/or another program not finding Clearlooks and Ubuntu Human theme material where it
    expects to find it. The Sixth of these types of errors is due to an unset gnome
    interface setting.

    In response to these observations we have done the following.
    1. Changed our /etc/X11/Xsession script to keep only the current .xsession-errors,
    rather than concatenate each new session with all the previous;
    2. Added SQLite Manager to IceWeasel and instituted an occasional compaction
    of the urlclassifier3 cache;
    3. Set /desktop/gnome/interface/accessibility to false (unchecked the box);
    4. Reported the notes concerning Non-Flash-content error types one thru' four
    to Klaus Knopper; and
    5. Reported the notes concerning Non-Flash-content error types three & four
    also to the Compiz forum.

    The 'XID collision warning' problem has been reported everywhere for most every distro.
    It seems to lie somewhere between Adobe and gtk as a responsibility to fix. In my
    case, I see no performance penalty or crashes to worry about, and I've cut back on
    the overhead to record all these otherwise meaningless (to me) .xsession-error reports.

  6. #26
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    There is a new flash player available for Linux which will supposedly solve all our problems. It is called lightspark. It is still in alpha stage, but it has very promising future. Unlike Gnash, it is build on the official documentation released by Adobe. Hopefully soon Linux community will enjoy quality hardware accelerated flash content, because like it or not flash is not going away any time soon

  7. #27
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    I have a better idea regarding .xsession-errors, or at least sounds better to me.
    Edit /etc/X11/xsession line61
    ERRFILE=$HOME/.xsession-errors to ERRFILE=/var/log/xsession-errors
    then create symlink ln -s /var/log/xsession-errors ~/.xsession-errors

    /var/log uses tmpfs in Knoppix and exist only in RAM, This way you will save unnecessary writes to the flash drive. And since it exist only in RAM there is no need for changing the survival option
    exec >>"$ERRFILE" 2>&1

    The gain is longer flash drive life expectancy

  8. #28
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @mecho

    I think this idea has some elegance.

    However, If X dies, won't we want a log to refer to
    on next boot to a command line to see what went wrong?

  9. #29
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    By now I only use xsession-errors to troubleshoot applications. Knock on wood X did no die on me and if it dies I doubt you will find anything in xsession-errors

  10. #30
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @mecho, re your post #27

    Is there any way to know how many writes have been made
    to a flash card? Or how many are left?

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


HITACHI HUS724040ALA640 4TB 7200RPM 64MB SATA 6.0Gb/s 3.5

HITACHI HUS724040ALA640 4TB 7200RPM 64MB SATA 6.0Gb/s 3.5" HARD DRIVE ZERO HOURS

$52.00



Seagate ST8000NM0055 8TB 7200RPM 256MB SATA 6.0 Gb/s 3.5

Seagate ST8000NM0055 8TB 7200RPM 256MB SATA 6.0 Gb/s 3.5" Enterprise Hard Drive

$34.34



Seagate ST1000VM002 1TB 64MB SATA6Gb/s 3.5

Seagate ST1000VM002 1TB 64MB SATA6Gb/s 3.5" (Low Power) Hard Drive -PC, CCTV DVR

$24.99



Western Digital DC HC320 Ultrastar 8TB 7200RPM SATA HD, HUS728T8TALE6L4, 0B36404 picture

Western Digital DC HC320 Ultrastar 8TB 7200RPM SATA HD, HUS728T8TALE6L4, 0B36404

$99.00



HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5

HGST Ultrastar DC HC520 12TB SATA 6Gb 256MB 3.5" Enterprise HDD- HUH721212ALE601

$74.99



CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD picture

CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD

$9.00



Seagate ST12000NM0127 12TB 256MB 7200RPM 3.5

Seagate ST12000NM0127 12TB 256MB 7200RPM 3.5" SATA 6.0Gb/s Enterprise Hard Drive

$93.99



WD Ultrastar DC HC530 14TB SATA 6G 3.5

WD Ultrastar DC HC530 14TB SATA 6G 3.5" 7200RPM Enterprise HDD - WUH721414ALE604

$110.00



Western Digital WD4000FYYZ RE 4TB 7200 RPM 64MB Cache SATA 6Gb/s 3.5

Western Digital WD4000FYYZ RE 4TB 7200 RPM 64MB Cache SATA 6Gb/s 3.5" Hard Drive

$24.11



Internal HDD SATA 3.5

Internal HDD SATA 3.5" 250GB-2TB Hard Drive with Legacy Windows 11 Pro Installed

$38.15