LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-04-2016, 05:47 PM   #1
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Question: Chrome popup asking to unlock keyring


This just started popping up yesterday every time I start Google Chrome, asking me to unlock my keyring (see attached screenshot below). This has never happened before. I don't use Chrome to store any passwords, so I don't understand why now it has decided that it needs access to my keyring. Which is nonexistent to the best of my knowledge - I never used it or set anything up in this regard.

This popup started happening (coincidentally or because of?) the updates that in installed yesterday.

How do I get rid of this? There are reports of this popup across the internet from years past, and they seem to refer to it happening on login. I don't see it on login, but I'm seeing it every time I start Chrome.

System: LinuxMint 18 Mate
Attached Thumbnails
Click image for larger version

Name:	prompt.jpg
Views:	116
Size:	20.7 KB
ID:	22935   Click image for larger version

Name:	updates.jpg
Views:	141
Size:	146.0 KB
ID:	22936  
 
Old 09-04-2016, 07:23 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
You may want to use a wrapper script to start chrome with --password-store=basic.
 
Old 09-05-2016, 01:44 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
so chrome installs gnome-session as a dependency (*)? another reminder to always check what you are installing, before pressing enter.

(*) according to the 2nd screenshot

Last edited by ondoho; 09-05-2016 at 11:48 AM. Reason: added clarification
 
Old 09-05-2016, 06:21 AM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
No, but I think it is auto-detecting its presence now and using it (or kwallet) if it is found.

--password-store=<basic|gnome|kwallet>
 
Old 09-05-2016, 01:24 PM   #5
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by ondoho View Post
so chrome installs gnome-session as a dependency (*)? another reminder to always check what you are installing, before pressing enter.

(*) according to the 2nd screenshot
No, the second screenshot shows that gnome-session was upgraded, meaning it had been there previously. Chrome was an update too, not a fresh installation. My guess it that gnome-session was installed originally as part of the Mate desktop. And I also guess that the Mate desktop could possibly be in a world of hurt if gnome-session was uninstalled.

All that other "ruby" stuff in the second screenshot was installed as a new dependency of one of the upgraded packages however. I looked at that, questioned it, then allowed it to install. I have no problems installing Ruby. It's just another programming/scripting language like Perl, Python, etc. It is used on demand, not some constantly running package that would drain system resources. I have plenty of disk space available to hold the Ruby executables and libraries.
 
Old 09-05-2016, 01:25 PM   #6
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
I added --password-store=basic to the desktop launcher for Chrome, and it didn't make any difference.
 
Old 09-05-2016, 02:15 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
You sure launcher passes the option properly? Did you try from terminal?
 
Old 09-05-2016, 02:44 PM   #8
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
It asks to unlock the keyring when invoked from the command line too. From the command line, I can see it's also complaining about Flash, but Flash appears to work just fine despite the complaints.

Code:
david@Davids-Linux-Desktop ~ $ /usr/bin/google-chrome-stable --password-store=basic
[1:1:0905/133816:ERROR:chrome_content_client.cc(335)] Failed to locate and load the component updated flash plugin.
[13091:13091:0905/133816:ERROR:chrome_content_client.cc(335)] Failed to locate and load the component updated flash plugin.
[13153:13153:0905/133817:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process. 
** Message: Remote error from secret service: org.freedesktop.Secret.Error.IsLocked: Cannot create an item in a locked collection
 
Old 09-05-2016, 02:52 PM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Hmmm, does your system have /etc/chrome/default ?
 
Old 09-05-2016, 03:07 PM   #10
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by Emerson View Post
Hmmm, does your system have /etc/chrome/default ?
No it does not. This is the closest thing I can find:

Code:
Davids-Linux-Desktop chrome # pwd
/opt/google/chrome
Davids-Linux-Desktop chrome # ls -l
total 146604
-rwxr-xr-x 1 root root 104730952 Sep  1 17:10 chrome
-rw-r--r-- 1 root root    648738 Sep  1 17:10 chrome_100_percent.pak
-rw-r--r-- 1 root root    966063 Sep  1 17:10 chrome_200_percent.pak
-rwsr-xr-x 1 root root     14464 Sep  1 17:10 chrome-sandbox
drwxr-xr-x 2 root root      4096 Sep  3 22:13 cron
-rw-r--r-- 1 root root       482 Sep  1 17:11 default-app-block
drwxr-xr-x 2 root root      4096 Sep  3 22:13 default_apps
-rwxr-xr-x 1 root root      2112 Sep  1 17:10 google-chrome
-rw-r--r-- 1 root root  10127200 Sep  1 17:10 icudtl.dat
-rw-r--r-- 1 root root     71984 Sep  1 17:10 libwidevinecdmadapter.so
-rw-r--r-- 1 root root   7961404 Sep  1 17:10 libwidevinecdm.so
drwxr-xr-x 2 root root      4096 Sep  3 22:13 locales
-rwxr-xr-x 1 root root   2137320 Sep  1 17:10 nacl_helper
-rwxr-xr-x 1 root root      8960 Sep  1 17:10 nacl_helper_bootstrap
-rw-r--r-- 1 root root   3737136 Sep  1 17:10 nacl_irt_x86_64.nexe
-rw-r--r-- 1 root root    367250 Sep  1 17:10 natives_blob.bin
drwxr-xr-x 2 root root      4096 Sep  3 22:13 PepperFlash
-rw-r--r-- 1 root root      8791 Sep  1 17:10 product_logo_128.png
-rw-r--r-- 1 root root       714 Sep  1 17:10 product_logo_16.png
-rw-r--r-- 1 root root      1080 Sep  1 17:10 product_logo_22.png
-rw-r--r-- 1 root root      1111 Sep  1 17:10 product_logo_24.png
-rw-r--r-- 1 root root     22754 Sep  1 17:10 product_logo_256.png
-rw-r--r-- 1 root root      1575 Sep  1 17:10 product_logo_32.png
-rw-r--r-- 1 root root      7279 Sep  1 17:10 product_logo_32.xpm
-rw-r--r-- 1 root root      2465 Sep  1 17:10 product_logo_48.png
-rw-r--r-- 1 root root      3653 Sep  1 17:10 product_logo_64.png
-rw-r--r-- 1 root root  18339871 Sep  1 17:10 resources.pak
-rw-r--r-- 1 root root    814532 Sep  1 17:10 snapshot_blob.bin
-rwxr-xr-x 1 root root     37394 Sep  1 17:10 xdg-mime
-rwxr-xr-x 1 root root     33273 Sep  1 17:10 xdg-settings
Davids-Linux-Desktop chrome #
 
Old 09-05-2016, 03:13 PM   #11
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
OK, if I look at man page (I'm using Chromium), I see this:
Code:
       --password-store=<basic|gnome|kwallet>
              Set the password store to use.  The default is to automatically detect based  on  the  desktop
              environment.   basic  selects  the  built in, unencrypted password store.  gnome selects Gnome
              keyring.  kwallet selects (KDE) KWallet.  (Note that KWallet may  not  work  reliably  outside
              KDE.)
Does your man page have the same option?
 
Old 09-05-2016, 04:11 PM   #12
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
"man google-chrome" shows that same option as being available, with an identical manpage description of what you posted. But using the option does not stop the popup.
 
Old 09-05-2016, 04:14 PM   #13
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
If you do ps ax | grep chrom while chrome is running, do you see the option passed to binary?
 
Old 09-05-2016, 04:30 PM   #14
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
This happens to me with Chrome on Fedora when I've changed the login password. Using seahorse to change the password for the default keyring to match your login password may solve the issue.
 
Old 09-05-2016, 06:47 PM   #15
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Original Poster
Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Took a while to track down how Chrome gets started up, what's a symlink, what's a shell script wrapper, and what's the final executable ... but I eventually found that yes indeed, --password-store=basic was successfully passed to the executable. I think the Chrome developers must have a really bizarre and unnatural love affair with symlinks.

Code:
david@Davids-Linux-Desktop ~ $ which google-chrome
/usr/bin/google-chrome

david@Davids-Linux-Desktop ~ $ file /usr/bin/google-chrome
/usr/bin/google-chrome: symbolic link to /etc/alternatives/google-chrome

david@Davids-Linux-Desktop ~ $ file /etc/alternatives/google-chrome
/etc/alternatives/google-chrome: symbolic link to /usr/bin/google-chrome-stable

david@Davids-Linux-Desktop ~ $ file /usr/bin/google-chrome-stable
/usr/bin/google-chrome-stable: symbolic link to /opt/google/chrome/google-chrome

david@Davids-Linux-Desktop ~ $ file /opt/google/chrome/google-chrome
/opt/google/chrome/google-chrome: Bourne-Again shell script, ASCII text executable

david@Davids-Linux-Desktop ~ $ cat /opt/google/chrome/google-chrome
#!/bin/bash
#
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Let the wrapped binary know that it has been run through the wrapper.
export CHROME_WRAPPER="`readlink -f "$0"`"

HERE="`dirname "$CHROME_WRAPPER"`"

# We include some xdg utilities next to the binary, and we want to prefer them
# over the system versions when we know the system versions are very old. We
# detect whether the system xdg utilities are sufficiently new to be likely to
# work for us by looking for xdg-settings. If we find it, we leave $PATH alone,
# so that the system xdg utilities (including any distro patches) will be used.
if ! which xdg-settings &> /dev/null; then
  # Old xdg utilities. Prepend $HERE to $PATH to use ours instead.
  export PATH="$HERE:$PATH"
else
  # Use system xdg utilities. But first create mimeapps.list if it doesn't
  # exist; some systems have bugs in xdg-mime that make it fail without it.
  xdg_app_dir="${XDG_DATA_HOME:-$HOME/.local/share/applications}"
  mkdir -p "$xdg_app_dir"
  [ -f "$xdg_app_dir/mimeapps.list" ] || touch "$xdg_app_dir/mimeapps.list"
fi

# Always use our versions of ffmpeg libs.
# This also makes RPMs find the compatibly-named library symlinks.
if [[ -n "$LD_LIBRARY_PATH" ]]; then
  LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH"
else
  LD_LIBRARY_PATH="$HERE:$HERE/lib"
fi
export LD_LIBRARY_PATH

export CHROME_VERSION_EXTRA="stable"

# We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME

# Sanitize std{in,out,err} because they'll be shared with untrusted child
# processes (http://crbug.com/376567).
exec < /dev/null
exec > >(exec cat)
exec 2> >(exec cat >&2)

# Make sure that the profile directory specified in the environment, if any,
# overrides the default.
if [[ -n "$CHROME_USER_DATA_DIR" ]]; then
  # Note: exec -a below is a bashism.
  exec -a "$0" "$HERE/chrome"  \
    --user-data-dir="$CHROME_USER_DATA_DIR" "$@"
else
  exec -a "$0" "$HERE/chrome"  "$@"
fi

david@Davids-Linux-Desktop ~ $ file /opt/google/chrome/chrome
/opt/google/chrome/chrome: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26, BuildID[sha1]=58c909fb82b9859e207f41d62bde5ab36a870023, stripped

david@Davids-Linux-Desktop ~ $ google-chrome --password-store=basic
[1:1:0905/172459:ERROR:chrome_content_client.cc(335)] Failed to locate and load the component updated flash plugin.
[28604:28604:0905/172459:ERROR:chrome_content_client.cc(335)] Failed to locate and load the component updated flash plugin.
[28666:28666:0905/172500:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process. 
** Message: Remote error from secret service: org.freedesktop.Secret.Error.IsLocked: Cannot create an item in a locked collection

...

david@Davids-Linux-Desktop ~ $ ps -ef | grep chrome
david    28604  2386 14 17:24 pts/0    00:00:04 /opt/google/chrome/chrome --password-store=basic
david    28613 28604  0 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=zygote
david    28614 28613  0 17:24 pts/0    00:00:00 /opt/google/chrome/nacl_helper
david    28617 28613  0 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=zygote
david    28666 28604  2 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=gpu-process --channel=28604.0.637866862 --mojo-application-channel-token=C29AA7D2F4A2760F7B1919A6AFC0E614 --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCe ors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --window-depth=24 --x11-visual-id=33 --supports-dual-gpus=false --gpu-driver-bug-workarounds=5,6,17,22,32,38,51,55 --gpu-vendor-id=0x1002 --gpu-device-id=0x9610 --gpu-driver-vendor=Mesa --gpu-driver-version=11.2.0 --gpu-driver-date --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28674 28617  2 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=888E0C990B1DA725F16F6DCAAB41E6D6 --lang=en-US --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=234C75B24E0653DADA61742C22932957 --mojo-application-channel-token=888E0C990B1DA725F16F6DCAAB41E6D6 --channel=28604.1.1570078482 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28701 28617  1 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=5F48F07BEC13F7359FEB9A6B825CAC9F --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=8BBAB8D72700922596A1DA4A397FF2B5 --mojo-application-channel-token=5F48F07BEC13F7359FEB9A6B825CAC9F --channel=28604.2.558726765 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28711 28617  1 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=02E7176DC9C8D476EA32D5F2FC584884 --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=7A4F44F49F38ED5C83312C433361B159 --mojo-application-channel-token=02E7176DC9C8D476EA32D5F2FC584884 --channel=28604.3.123523151 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28713 28617  5 17:24 pts/0    00:00:01 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=116DC185A3F77E903426DC56E1378320 --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=AAFA87A6A15ED3EBA05689AF299C5364 --mojo-application-channel-token=116DC185A3F77E903426DC56E1378320 --channel=28604.4.880791108 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28726 28617  0 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=51E02C48E8DCB3A9006AD373DD08BA8B --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=C0956C7FAD7FFC821BABB37FA23746D2 --mojo-application-channel-token=51E02C48E8DCB3A9006AD373DD08BA8B --channel=28604.5.293552043 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28727 28617 11 17:24 pts/0    00:00:03 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=1D7BC81C899E24CE3D45D654C3A5BC4D --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=E2A9A54EFDAEA08BE410FA3658E04ED0 --mojo-application-channel-token=1D7BC81C899E24CE3D45D654C3A5BC4D --channel=28604.6.1874989081 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28729 28617  0 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=9F36117AAA6E1A2D9880C71F118B0DC8 --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=963F8794E3B53AF113B0A50C17DD49CC --mojo-application-channel-token=9F36117AAA6E1A2D9880C71F118B0DC8 --channel=28604.7.676646532 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28733 28617  1 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=F9B5B5FBE3F952EC4AE6330B3ADA740C --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=D3E61E9655CC383F078131F1C503DEBF --mojo-application-channel-token=F9B5B5FBE3F952EC4AE6330B3ADA740C --channel=28604.8.78998239 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
david    28735 28617  1 17:24 pts/0    00:00:00 /opt/google/chrome/chrome --type=renderer --enable-features=*PreconnectMore<PreconnectMore,*TranslateUI2016Q2<TranslateUI2016Q2,UsePasswordSeparatedSigninFlow<PasswordSeparatedSigninFlow --disable-features=DocumentWriteEvaluator<DisallowFetchForDocWrittenScriptsInMainFrame --force-fieldtrials=*AppBannerTriggering/Control/CaptivePortalInterstitial/Enabled/ChildAccountDetection/Disabled/*ClientSideDetectionModel/Model0/*DisallowFetchForDocWrittenScriptsInMainFrame/DocumentWriteScriptBlockGroup_20160627/*EnableMediaRouter/Enabled/*ExtensionDeveloperModeWarning/Default/*GFE/Default/GoogleBrandedContextMenu/default/InstanceID/Enabled/MaterialDesignDownloads/Enabled/OfferUploadCreditCards/Enabled/*OmniboxBundledExperimentV1/StandardR7/PasswordBranding/Control/*PasswordGeneration/Disabled/*PasswordManagerSettingsMigration/Disable/PasswordSeparatedSigninFlow/Enabled/PasswordSmartBubble/3-Times/*PreconnectMore/Default/*QUIC/EnabledPreferAesJuly/ReportCertificateErrors/ShowAndPossiblySend/SHA1IdentityUIWarning/Enabled/SHA1ToolbarUIJanuary2016/Warning/SHA1ToolbarUIJanuary2017/Error/SSLCommonNameMismatchHandling/Enabled/*SafeBrowsingIncidentReportingService/Default/SafeBrowsingUnverifiedDownloads/DisableByParameterMostSbTypes2/SafeBrowsingUpdateFrequency/Default/SignInPasswordPromo/Default/SyncHttpContentCompression/Enabled/TranslateUI2016Q2/DefaultTranslateUI2016Q2/*UMA-Population-Restrict/normal/*UMA-Uniformity-Trial-1-Percent/group_45/*UMA-Uniformity-Trial-10-Percent/default/*UMA-Uniformity-Trial-100-Percent/group_01/*UMA-Uniformity-Trial-20-Percent/group_01/*UMA-Uniformity-Trial-5-Percent/group_18/*UMA-Uniformity-Trial-50-Percent/default/ --primordial-pipe-token=7831BC42EE2A2F05C36A1275D93FFBEE --lang=en-US --extension-process --enable-webrtc-hw-h264-encoding --disable-client-side-phishing-detection --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --blink-settings=disallowFetchForDocWrittenScriptsInMainFrame=false,disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections=true --enable-pinch --num-raster-threads=3 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --disable-accelerated-video-decode --mojo-channel-token=E7627FE295F6354C57D36F314AB3D425 --mojo-application-channel-token=7831BC42EE2A2F05C36A1275D93FFBEE --channel=28604.9.469210929 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd

david@Davids-Linux-Desktop ~ $

Last edited by haertig; 09-05-2016 at 06:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xrdp, auto-login and keyring unlock tonj Linux - Software 1 04-20-2018 02:19 AM
[SOLVED] enter password for default keyring to unlock paruhang Linux - Newbie 5 03-28-2013 05:57 PM
enter password for default keyring to unlock paruhang Linux - Newbie 1 01-21-2012 08:38 PM
Enter password to unlock your login keyring TigerLinux Ubuntu 4 06-29-2011 12:45 PM
Enter Password for Default Keyring to Unlock Ubuntu213 Linux - Newbie 4 12-30-2010 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration