You are not logged in.

#1 2016-05-27 18:14:30

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

[SOLVED] Thunar stopped recognizing external devices

Hello, it happened suddenly, I remember I purged lightdm and lightdm -locker, but I remember last time before that it was working fine, is there a connection between that and the external devices to be shown in Thunar?  8.(  I mean is there any  startup items to be run with lightdm...  roll

Offline

#2 2016-05-27 18:30:25

pvsage
Internal Affairs
Registered: 2015-09-29
Posts: 1,433

Re: [SOLVED] Thunar stopped recognizing external devices

^ Might be related to this thread. sad


Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009

Offline

#3 2016-05-27 18:33:31

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

pvsage wrote:

^ Might be related to this thread. sad

Currently, I don't use gresec kernel, till I figure out how to work with it  roll

Offline

#4 2016-05-27 18:35:50

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] Thunar stopped recognizing external devices

Did anything else get removed when you purged lightdm? Or perhaps later on when you ran autoremove?
You can check in /var/log/apt/history.log or one of the older history.log.gz files.

Are you using another DM now or no DM at all?

Offline

#5 2016-05-27 18:38:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Thunar stopped recognizing external devices

What are thunar's settings ref. Volume Management in Preferences?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#6 2016-05-27 19:04:41

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

okay my system lost its connection with gvfs and not loading it any more, well I'm going to use mount  for now and  sort out the gvfs issues later ..  roll

Offline

#7 2016-05-27 19:16:25

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

damo wrote:

What are thunar's settings ref. Volume Management in Preferences?

you its those messages show like
   thunar-volman: Unsupported USB device type.
    thunar-volman: Unsupported USB device type.
    thunar-volman: Unknown block device type.
    thunar-volman: Unknown block device type.

Offline

#8 2016-05-27 19:44:11

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [SOLVED] Thunar stopped recognizing external devices

Try this:

dbus-launch thunar

Does it work now?

Online

#9 2016-05-27 20:06:31

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

Head_on_a_Stick wrote:

Try this:

dbus-launch thunar

Does it work now?

Exactly it worked just with that method, but not with thunar alone  8)

Offline

#10 2016-05-27 20:08:47

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [SOLVED] Thunar stopped recognizing external devices

How are you starting your X session?

Online

#11 2016-05-27 20:13:40

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

Head_on_a_Stick wrote:

How are you starting your X session?

since I purged lightdm  when I need the X i use startx  I put exec openbox-session  there,, also I think there is no problem since the autostart file going to load the rest for me.. roll

Offline

#12 2016-05-27 20:17:09

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [SOLVED] Thunar stopped recognizing external devices

bonbonboi wrote:

I put exec openbox-session  there

Try this:

mv ~/.xinitrc ~/xinitrc.bak # or mv ~/.xsession ~/xsession.bak if you use that file

Does `startx` launch your desktop with a working dbus session now?

If not, run:

sudo update-alternatives --config x-session-manager

and make sure that "openbox-session" is set.

Online

#13 2016-05-27 20:26:29

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

Head_on_a_Stick wrote:
bonbonboi wrote:

I put exec openbox-session  there

Try this:

mv ~/.xinitrc ~/xinitrc.bak # or mv ~/.xsession ~/xsession.bak if you use that file

Does `startx` launch your desktop with a working dbus session now?

If not, run:

sudo update-alternatives --config x-session-manager

and make sure that "openbox-session" is set.

Aaah tell me that in the beginning that bunsenlabs uses a global xinitrc file, since I blindly after purging lightdm I thought to help myself by creating  my  own .xinitrc file as the old-school methods to avoid wide/global configuration if not  strictly needed  O:)  ]:D

Offline

#14 2016-05-27 20:31:36

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [SOLVED] Thunar stopped recognizing external devices

bonbonboi wrote:

tell me that in the beginning that bunsenlabs uses a global xinitrc file

BunsenLabs does not use a global xinitrc file, the desktop is decided by the Debian alternatives system and launched with the appropriate permissions automatically.

If ~/.xinitrc is present it will override the automation and the file should thus be ended with:

exec dbus-launch --exit-with-session openbox-session

Is your problem [SOLVED]?

Online

#15 2016-05-27 20:35:26

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

Head_on_a_Stick wrote:
bonbonboi wrote:

tell me that in the beginning that bunsenlabs uses a global xinitrc file

BunsenLabs does not use a global xinitrc file, the desktop is decided by the Debian alternatives system and launched with the appropriate permissions automatically.

If ~/.xinitrc is present it will override the automation and the file should thus be ended with:

exec dbus-launch --exit-with-session openbox-session

Is your problem [SOLVED]?

Where could I find

exec dbus-launch --exit-with-session openbox-session

?

Offline

#16 2016-05-27 20:39:06

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: [SOLVED] Thunar stopped recognizing external devices

You don't need it at all, just (re)move any ~/.xinitrc and use `startx` without it.

If you want to use ~/.xinitrc then add that line at the bottom of the file.

Online

#17 2016-05-27 20:41:55

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

Head_on_a_Stick wrote:

You don't need it at all, just (re)move any ~/.xinitrc and use `startx` without it.
If you want to use ~/.xinitrc then add that line at the bottom of the file.

Just for my information I'm asking, is it that line in /etc/X11/Xsession.options >  use-session-dbus ?  roll

Offline

#18 2016-05-28 03:02:44

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,553
Website

Re: [SOLVED] Thunar stopped recognizing external devices

@bonbonboi the answer is in /etc/X11/Xsession.d/75dbus_dbus-launch

If you have the time, here is a long boring exploration of the  Debian startx process, written in 2012 but still mostly valid I think.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#19 2016-05-28 11:48:58

bonbonboi
Member
Registered: 2016-02-18
Posts: 48

Re: [SOLVED] Thunar stopped recognizing external devices

johnraff wrote:

@bonbonboi the answer is in /etc/X11/Xsession.d/75dbus_dbus-launch

If you have the time, here is a long boring exploration of the  Debian startx process, written in 2012 but still mostly valid I think.

Yea I see that /etc/X11/Xsession.options and /etc/X11/Xsession.d/75dbus_dbus-launch both responsible  for launching dbus with X roll
Tthanks for the help regarding to this issue and consider  it solved  O:)

Offline

#20 2016-05-28 23:17:52

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Thunar stopped recognizing external devices

Marking this [SOLVED].


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

Board footer

Powered by FluxBB