Try to learn something about everything, and everything about somethingThomas Huxley “Darwin's bulldog” (1824-1895)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:computers:dbus_automount [10/02/26 11:29 GMT] – created johnpublic:computers:dbus_automount [16/02/26 08:40 GMT] (current) – [Further Information] john
Line 29: Line 29:
  
 nm-applet & nm-applet &
- 
-/home/g4slv/Downloads/Nextcloud-4.0.3-x86_64.AppImage & 
  
 exec dwm exec dwm
Line 66: Line 64:
 But Thunar complained that ''it appears you don't have gvfs'' or similar... But Thunar complained that ''it appears you don't have gvfs'' or similar...
  
-I briefly tried installing the ''MATE'' Desktop environment - and then spent a log time forcing it to use ''DWM'' as window manager, and turning off as much as I could+I briefly tried installing the ''MATE'' Desktop environment - and then spent a long time forcing it to use ''DWM'' as window manager, and turning off as much as I could
  
   * uninstalled ''caja''   * uninstalled ''caja''
Line 72: Line 70:
   * edited via ''dconf-editor'' to make ''dwm'' start as window manager....   * edited via ''dconf-editor'' to make ''dwm'' start as window manager....
  
-Then ''Thunar'' was happy with ''gvfs'' and would ''automount'' a USB drive (or Swiss Micros calculator's USB drive).+Then ''Thunar'' //**was**// happy with ''gvfs'' and would ''automount'' a USB drive (or more importantly my Swiss Micros calculator's USB drive).
  
 But I wasn't happy with this as a solution - too messy and too much crap going on - messing up the appearance of GTK-aware apps like ''claws-mail'' and ''GNUCASH'' But I wasn't happy with this as a solution - too messy and too much crap going on - messing up the appearance of GTK-aware apps like ''claws-mail'' and ''GNUCASH''
Line 85: Line 83:
 The answer isn't to add an invocation of ''DBUS'' into my ''~/.xinitrc'' as I first thought. The answer isn't to add an invocation of ''DBUS'' into my ''~/.xinitrc'' as I first thought.
  
-The answer is to let ''X11'' start via the **SYSTEM** ''xinitrc'' **AS LONG AS DON'T HAVE A ''~/.xinitrc'' ** - which will start various other things, including ''DBUS'' as the ''XSession'' is spun-up via ''startx''+The answer is to let ''X11'' start via the **SYSTEM** ''xinitrc'' which only happens **as long as don't have my own ''~/.xinitrc''**
  
-Then the process finished by running my ''~/.xsession'' file - which is just my ''~/.xinitrc'' file renamed to ''~/.xsession''+Starting ''X'' this way which will then run various other things, including ''DBUS'', as the ''XSession'' is spun-up via ''startx'' 
 + 
 +Then the process is finished by running my file ''~/.xsession'' - which is actually just my ''~/.xinitrc'' file renamed to ''~/.xsession''
  
 I found this at [[https://momi.ca/posts/2021-10-11-startxdebian/]] which describes my own situation perfectly, and the solution works perfectly. I found this at [[https://momi.ca/posts/2021-10-11-startxdebian/]] which describes my own situation perfectly, and the solution works perfectly.
Line 100: Line 100:
  
  
 +
 +Updated : ~~LASTMOD~~

Navigation