After the last update the YAD message:"Session is loading. Please wait.." Is always present.
Any advice?
-
Posts: 243
- Joined: 09 Aug 2013
#1
Last edited by Aleph on 16 Jan 2016, 18:28, edited 1 time in total.
-
Posts: 521
- Joined: 20 Apr 2015
#2
I have that problem also.
-
Posts: 2,238
- Joined: 16 Dec 2007
#3
hmmm...
does conky finish loading and everything work otherwise?
does conky finish loading and everything work otherwise?
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#4
Disable it in control centre/session/global-desktop-session/desktop-session.conf
Change line 50 Startup dialog to read false
You might need to logout and in again
Change line 50 Startup dialog to read false
You might need to logout and in again
-
Posts: 521
- Joined: 20 Apr 2015
#5
Yes, conky loads fine.
line 50 reads:
STARTUP_DIALOG="false"
to start with.
Line 37 maybe?
line 50 reads:
STARTUP_DIALOG="false"
to start with.
Line 37 maybe?
Last edited by Shay on 16 Jan 2016, 17:06, edited 1 time in total.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#6
Have you rebooted?
-
Posts: 2,238
- Joined: 16 Dec 2007
#7
its line 37"Notification Dialog".
desktop-session video here
desktop-session video here
Last edited by dolphin_oracle on 16 Jan 2016, 17:09, edited 1 time in total.
-
Posts: 521
- Joined: 20 Apr 2015
#8
Several times as that was what I found to start with when I opened it.
-
Posts: 521
- Joined: 20 Apr 2015
#9
Code: Select all
43. #Notification Dialog
35. #This is where to enable / disable the session loading dialog
36. #Options: true | false
37. NOTIFICATION_DIALOG="true"
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#10
Whoops! Yes, as d_o says - change it to false
-
Posts: 521
- Joined: 20 Apr 2015
#11
That has been done and worked like a champ when I rebooted.
Now to watch the desktop-session video a couple more times.
Thanks!!!!
Now to watch the desktop-session video a couple more times.
Thanks!!!!
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#12
I made this issue a sticky.
desktop-session-upgrade-t6151.html
desktop-session-upgrade-t6151.html
-
Posts: 243
- Joined: 09 Aug 2013
#13
I changed the line 37 to"false" but the problem persists. Yes I rebooted.
Code: Select all
#This is the desktop-session config file.
#This is structured in a bash script format, so all options must be option="desired-option
#Session service delay.
#This is to set how long to delay startup to give enough time for the wm to completely load.
#before starting to load other applications. This wait period will be started after the
#window manager has been found running.
#TIME is expressed in seconds
#Options: 0-9...
STARTUP_DELAY="2"
#Session window manager check
#This is to set the amount of times desktop-session checks for a running window manager
#before giving up and denying the session to load.
#Options: 0-9...
TIMES_TO_CHECK="20"
#Session give up override
#This is to set the override if the window manager is never found to be running by
#desktop-session. This will force the session to load if set to true.
#Options: true | false
FORCE_LOAD="false"
#Session Protect.
#This is how to protect the user from automatic updating of any file within desktop-session.
#Examples are the menu, any file compare within file_compare, etc
#Options for this are:
#SESSION_PROTECT="true #Strictly protect the user, leave the user to deal with any of the updating
#SESSION_PROTECT="ask #Notify me at startup of any changes and allow me to choose what to update
#SESSION_PROTECT="false #Just update me, I dont want to worry about falling behind.
SESSION_PROTECT="false"
#Notification Dialog
#This is where to enable / disable the session loading dialog
#Options: true | false
NOTIFICATION_DIALOG="false"
#Notification text or program
#This is where the text is set for the notification that the session is loading.
#This can be a specified text string or a program that will return a text string
#Examples:
#NOTIFICATION_TEXT="Session is Loading, Please Wait....."
#NOTIFICATION_TEXT=" / usr/games/fortune"
NOTIFICATION_TEXT="Session is Loading, Please Wait....."
#Startup Dialog
#This is where to enable / disable the session startup dialog
#Options: true | false
STARTUP_DIALOG="false"
#Startup Dialog Command
#This is where to set the startup dialog command
#Examples:
#STARTUP_DIALOG_CMD="leafpad ~/ .startup-text
#STARTUP_DIALOG_CMD="yad --image='info' --text='this is my startup dialog'"
STARTUP_DIALOG_CMD=" / usr/local/lib/desktop-session/startup-dialog.py"
#Session load conky
#This will load a window manager specific conky from ~/ .conky
#There must be a corresponding conkyrc in ~/ .conky in the form of windowmanager-conkyrc
#Else we will load conky without the -c parameter
#Options: true | false
LOAD_CONKY="true"
#Session load xdg autostart
#This will load any application that is setup to autostart via xdg autostart directories /
#.desktop files.
#Options: true | false
LOAD_XDG_AUTOSTART="false"
#Session load startup
#This will load any application that is setup to autostart via / etc/desktop-session/startup
#Options: true | false
LOAD_STARTUP_FILE="true"
#Session screen blank
#This is to set the amount of time that the screen stays visible.
#Desktop-session sets the dpms settings according to the screen blank value set here.
#TIME expressed in seconds
#Options: 0-9...
SCREEN_BLANK_TIME="3600"
-
Posts: 521
- Joined: 20 Apr 2015
#14
Nice to know where I goofed.
-
Posts: 243
- Joined: 09 Aug 2013
#15
I also changed the line 37 on the user desktop session. Now no notification appears.