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
  •  


Dell PowerEdge R630 Server 3.50Ghz 8-Core 192GB 10x NEW 2TB SSD H730P Rails picture

Dell PowerEdge R630 Server 3.50Ghz 8-Core 192GB 10x NEW 2TB SSD H730P Rails

$2877.90



Dell PowerEdge R730 Server 3.50Ghz 8-Core 32GB 9x NEW 2TB SSD HBA330 Rails picture

Dell PowerEdge R730 Server 3.50Ghz 8-Core 32GB 9x NEW 2TB SSD HBA330 Rails

$2522.35



Dell 9020 Optiplex Micro-Intel Core i5 - 1TB SSD 8GB RAM Window 11 picture

Dell 9020 Optiplex Micro-Intel Core i5 - 1TB SSD 8GB RAM Window 11

$119.49



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$234.98



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$24.00



Intel Core i7-13700KF - 13th Gen Raptor Lake 16-Core (8P+8E) Desktop CPU picture

Intel Core i7-13700KF - 13th Gen Raptor Lake 16-Core (8P+8E) Desktop CPU

$295.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



Intel Core i5-13600KF - 13th Gen Raptor Lake 14-Core (6P+8E) 3.5GHz LGA CPU picture

Intel Core i5-13600KF - 13th Gen Raptor Lake 14-Core (6P+8E) 3.5GHz LGA CPU

$220.99



HP Z420 Workstation Xeon E5-2690 v2 3ghz 10-Cores 64gb  240gb SSD  1TB  Win10 picture

HP Z420 Workstation Xeon E5-2690 v2 3ghz 10-Cores 64gb 240gb SSD 1TB Win10

$199.99



Lenovo IdeaCentre 3 07IRB8 Desktop Intel Core i5-13400 16GB 512GB SSD W11H picture

Lenovo IdeaCentre 3 07IRB8 Desktop Intel Core i5-13400 16GB 512GB SSD W11H

$429.99