Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1489773 Details for
Bug 1635465
[abrt] Make sure message_list_folder_changed() is called from the main/UI thread
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: environ
environ (text/plain), 6.08 KB, created by
krinkodot22
on 2018-10-03 02:06:53 UTC
(
hide
)
Description:
File: environ
Filename:
MIME Type:
Creator:
krinkodot22
Created:
2018-10-03 02:06:53 UTC
Size:
6.08 KB
patch
obsolete
>MODULES_RUN_QUARANTINE=LD_LIBRARY_PATH >LANG=en_CA.UTF-8 >GDM_LANG=en_CA.UTF-8 >HISTCONTROL=ignoredups >DISPLAY=:0 >HOSTNAME=lappierfedora >EDITOR=/usr/bin/vimx >USERNAME=mr_johnson22 >XDG_VTNR=2 >XDG_SESSION_ID=2 >MODULES_CMD=/usr/share/Modules/libexec/modulecmd.tcl >USER=mr_johnson22 >ENV=/usr/share/Modules/init/profile.sh >DESKTOP_SESSION=gnome-xorg >PWD=/home/mr_johnson22 >HOME=/home/mr_johnson22 >XDG_SESSION_TYPE=x11 >BASH_ENV=/home/mr_johnson22/.bash_noninteractive >XDG_DATA_DIRS=/home/mr_johnson22/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/ >XDG_SESSION_DESKTOP=gnome-xorg >LOADEDMODULES= >MAIL=/var/spool/mail/mr_johnson22 >SYSTEM_BASH_ENV=/usr/share/Modules/init/bash >WINDOWPATH=2 >SHELL=/bin/bash >XDG_CURRENT_DESKTOP=GNOME >SHLVL=1 >XDG_SEAT=seat0 >MODULEPATH=/etc/scl/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles >GDMSESSION=gnome-xorg >LOGNAME=mr_johnson22 >DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus >XDG_RUNTIME_DIR=/run/user/1000 >XAUTHORITY=/run/user/1000/gdm/Xauthority >MODULEPATH_modshare=/usr/share/modulefiles:1:/etc/modulefiles:1:/usr/share/Modules/modulefiles:1 >PATH=/home/mr_johnson22/.local/bin:/home/mr_johnson22/bin:/usr/share/Modules/bin:/usr/lib64/ccache:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin >MODULESHOME=/usr/share/Modules >HISTSIZE=-1 >LESSOPEN=||/usr/bin/lesspipe.sh %s >BASH_FUNC_gtitle%%=() { if [[ $1 == \'-r\' ]]; then\n PROMPT_COMMAND=__vte_prompt_command;\n else\n PROMPT_COMMAND=\'echo -ne \"\\033]0;\'$*\'\\007\"\';\n fi\n} >BASH_FUNC_cprepd%%=() { echo Preparing cscope database for leaf directories...;\n for dir in $(find . -type d -links 2);\n do\n echo \"Entering $dir\";\n cd $dir;\n cprep;\n cd - > /dev/null;\n done\n} >BASH_FUNC_grepl%%=() { grep --color=auto --color=always $* | less -R\n} >BASH_FUNC_cprep%%=() { if [[ $1 == \'-p\' ]]; then\n if ! upsearch -g cscope.out; then\n return 1;\n fi;\n fi;\n echo -n \'Running cscope...\';\n if ! find -type f -regextype egrep -regex \'.*\\.(c(pp)?|h(pp)?)\' -printf \'\"%P\"\\n\' | cscope -bqi-; then\n return 1;\n fi;\n echo done;\n echo -n \'Running ctags...\';\n if ! ctags; then\n return 1;\n fi;\n echo done;\n if [[ $1 == \'-p\' ]]; then\n cd - > /dev/null;\n fi\n} >BASH_FUNC_psfind%%=() { pids=$(pgrep -u $(whoami) -fd, $1);\n if [[ -n $pids ]]; then\n ps u -p $pids;\n fi\n} >BASH_FUNC_module%%=() { unset _mlre _mlIFS _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = \'1\' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg=\'vx\'\n ;;\n *v*)\n set +v;\n _mlshdbg=\'v\'\n ;;\n *x*)\n set +x;\n _mlshdbg=\'x\'\n ;;\n *)\n _mlshdbg=\'\'\n ;;\n esac;\n fi;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=\' \';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval \'echo ${\'$_mlv\'+x}\'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar=\'`eval \'echo ${\'$_mlv\'}\'`\' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}=\'`eval \'echo ${\'$_mlrv\':-}\'`\' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre}/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash \'\"$@\"\'`;\n else\n eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlre _mlv _mlrv _mlIFS _mlshdbg;\n return $_mlstatus\n} >BASH_FUNC_cscopep%%=() { ( upsearch -g cscope.out 2> /dev/null;\n if [[ $? -ne 0 ]]; then\n echo \'Error: no cscope.out in parent directory\' 1>&2;\n return $?;\n fi;\n cscope -d )\n} >BASH_FUNC_cclean%%=() { if [[ $1 == \'-p\' ]]; then\n upsearch -g cscope.out;\n if [[ $? -ne 0 ]]; then\n return $?;\n fi;\n fi;\n if ls cscope.* > /dev/null 2>&1; then\n rm -i -f cscope*;\n fi;\n if [[ -e tags ]]; then\n rm -i -f tags;\n fi;\n if [[ $1 == \'-p\' ]]; then\n cd - > /dev/null;\n fi\n} >BASH_FUNC_spsfind%%=() { pgrep -u $(whoami) $1\n} >BASH_FUNC_switchml%%=() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = \'1\' ]; then\n typeset swname=\'main\';\n if [ -e /usr/share/Modules/libexec/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname=\'compatibility\';\n if [ -e /usr/share/Modules/libexec/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source /usr/share/Modules/init/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n} >BASH_FUNC_scl%%=() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n /usr/bin/scl \"$@\";\n fi\n} >BASH_FUNC_mkd%%=() { mkdir -p $1 && cd $1\n} >BASH_FUNC_ccleand%%=() { for dir in $(find . -type d -links 2);\n do\n cd $dir;\n cclean;\n cd - > /dev/null;\n done\n} >BASH_FUNC_upsearch%%=() { local item;\n local gothere;\n while [[ $# -gt 0 ]]; do\n if [[ $1 == \'-g\' ]]; then\n gothere=1;\n else\n if [[ $1 == \\-* ]]; then\n echo \"Invalid argument: $1\" 1>&2;\n return 1;\n else\n if [[ -n $item ]]; then\n echo \"Too many search terms.\" 1>&2;\n return 1;\n fi;\n item=\"$1\";\n fi;\n fi;\n shift;\n done;\n local slashes=${PWD//[^\\/]/};\n local directory=\"$PWD\";\n for ((n=${#slashes}; n>0; --n ))\n do\n if [[ -e \"$directory/$item\" ]]; then\n if [[ $gothere -eq 1 ]]; then\n cd $directory;\n else\n echo \"$directory/$item\";\n fi;\n return 0;\n fi;\n directory=\"${directory%/*}\";\n done;\n echo \"Item not found: $item\" 1>&2;\n return 1\n} >QT_IM_MODULE=ibus >XMODIFIERS=@im=ibus >GNOME_DESKTOP_SESSION_ID=this-is-deprecated >XDG_MENU_PREFIX=gnome- >SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2239,unix/unix:/tmp/.ICE-unix/2239 >SSH_AUTH_SOCK=/run/user/1000/keyring/ssh >GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/org.gnome.Evolution.desktop >GIO_LAUNCHED_DESKTOP_FILE_PID=3089 >GJS_DEBUG_OUTPUT=stderr >GJS_DEBUG_TOPICS=JS ERROR;JS LOG >DESKTOP_STARTUP_ID=gnome-shell-2312-lappierfedora-evolution-1_TIME139969
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1635465
:
1489768
|
1489769
|
1489770
|
1489771
|
1489772
| 1489773 |
1489774
|
1489775
|
1489776
|
1489777
|
1489778
|
1489779
|
1489780