similar to: Request: Add XDG Base Directory paths as fallback locations

Displaying 20 results from an estimated 4000 matches similar to: "Request: Add XDG Base Directory paths as fallback locations"

2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
Since I can't help but feel like my previous email is already being flat-out ignored, I would just like to reiterate: - I am not asking for ~/.ssh to stop being used. - I am happy to contribute this myself with the blessing of the devs. All I would like is to be able to move files within ~/.ssh to their appropriate XDG paths and have OpenSSH continue to find these files without me needing to
2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
On Fri, 2 Feb 2024, 90 wrote: > Since I can't help but feel like my previous email is already being flat-out ignored, I would just like to reiterate: > > - I am not asking for ~/.ssh to stop being used. > - I am happy to contribute this myself with the blessing of the devs. > > All I would like is to be able to move files within ~/.ssh to their appropriate XDG paths and
2012 Dec 08
20
[Bug 2050] New: Support XDG basedir specification
https://bugzilla.mindrot.org/show_bug.cgi?id=2050 Bug ID: 2050 Summary: Support XDG basedir specification Classification: Unclassified Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous
2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
2 February 2024 at 12:37, "Damien Miller" <djm at mindrot.org> wrote: > > No, sorry. This has been discussed extensively before, leading to the > > most uncivil discussion our bugtracker has ever seen and the only > > permanent user bans I've ever had to implement. Myself and the other > > developers have zero desire to relitigate this and no
2008 Feb 11
1
Use xdg-open ?
Hi, are there any plas to implement xdg-open feature along with old "hardcode" style ? Not all people likes to use xpdf or firefox, switching to xdg-open would be a great enchancement. Cheers. -- Regards, TPG - MandrivaLinux's contributor www.mandriva.com _ ( ) X ascii ribbon campaign - against html e-mail / \ www.asciiribbon.org - against proprietary attachments
2017 Apr 04
2
[PATCH v2] builder: Don't hard-code /etc for configuration files.
Use ./configure --sysconfdir setting. --- builder/paths.ml | 2 +- mllib/guestfs_config.ml.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/paths.ml b/builder/paths.ml index cbd9d4bd0..d7c4820bf 100644 --- a/builder/paths.ml +++ b/builder/paths.ml @@ -35,7 +35,7 @@ let xdg_config_home () = let xdg_config_dirs () = let dirs = try Sys.getenv
2011 Dec 23
3
Using xdg-open by default under Wine
Hello. Is there a way to make Wine use the xdg-open program by default when opening file types it does not know about? For example, I have XArchive with RAR support, but don't have WinRAR installed on Wine. I want to make Wine use xdg-open, which will call XArchive which in turn will use the `rar' program to operate on the file. Any help on this topic?
2011 Apr 10
1
[fdo] $XDG_CONFIG_HOME/vcsd/config.d vs $XDG_CONFIG_HOME/vcsd.d
Dear all, I am wondering if there are any best practices when you need a subdirectory in a program's config namespace. Basically, I have two choices: $XDG_CONFIG_HOME/vcsd/config.d $XDG_CONFIG_HOME/vcsd.d I think I am leaning towards the latter, but I would prefer going after established best practices. FWIW, the latter option follows what is done in /etc by most programs. In case
2014 Feb 25
12
[PATCH 0/8] virt-builder: use .conf files for configuration
Hi, attached there is a serie of patches that completes the work on making virt-builder use .conf files, shipped in XDG directories, to configure all the available sources of indexes used. This also removes the hardcoded default location, replaced now with a configuration file (which may be not used at all). Thanks, Pino Toscano (8): builder: allow "no key" as key in Sigchecker
2009 May 05
1
kghostview and xdg-open. Need to fix problem across whole system
In Centos 5.3, a bad problem has surfaced in user land. We want to use either Evince or Adobe acroread as the pdf view, but the update of kdegraphics has somehow screwed up these systems so that the odious, horrible, awful pdf viewer kghostview is used. It is what you get when you doubleclick on pdf files, it is what programs get when they try to use xdg-open framework. This happens even though
2008 Nov 18
1
Problem with the Linux R 2.8.0 rpm for 64 bit REL 4
Hi, I am trying to update my version of R on Centos 4. $uname -a Linux 2.6.9-78.0.5.ELsmp #1 SMP Wed Oct 8 07:06:30 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux I tried to update the current version of R (2.6.2) which was installed locally as an rpm $R --version R version 2.6.2 (2008-02-08) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 I used yum to
2016 Oct 20
3
xdgurl
Has anyone figured out how to make Firefox 45.4.0 on CentOS 6 use xdgurl to handle xdg:// URLs? Google is full of suggestions that don't work. When I select a an xdg:// link I don't get a dialog asking me what to do like Google says I will. Instead I get a message that says Firefox doesn't have a clue how to handle this URL. Do you want to try again? I tried about:config I added:
2008 Nov 04
5
Where did C:\ go?
I was running wine with no problems until I upgraded ubuntu to 8.10 Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve. Was there something else I had to do after the upgrade? Thanks
2017 Oct 18
3
gdevilspie on mate
Hello, On Tue, 17 Oct 2017 22:11:22 +0000 Ian Mortimer <i.mortimer at uq.edu.au> wrote: > On Tue, 2017-10-17 at 12:29 -0400, H wrote: > > > Do you know if it is supposed to work with the Mate desktop or just > > Gnome? > > I don't know but with the dependencies installed and the fix of > commenting out line 374, it starts on MATE. > > A couple of
2019 Oct 05
2
How to add an application icon?
> > > How to add an application icon to gnome 3 classic desktop on centos 8? > > TIA > > Using firefox as an example, > > cp /usr/share/applications/firefox.desktop $(xdg-user-dir DESKTOP)/ > > or > > ln -s /usr/share/applications/firefox.desktop $(xdg-user-dir DESKTOP)/ > I've already tried something like this but the icon is that of a text document
2014 Mar 02
2
Re: [PATCH 3/8] builder: add functions to read XDG_CONFIG_DIRS and XDG_CONFIG_PATH
On Tue, Feb 25, 2014 at 05:29:08PM +0100, Pino Toscano wrote: > +let xdg_config_dirs ~prog = > + let dirs = > + try Sys.getenv "XDG_CONFIG_DIRS" > + with Not_found -> "/etc/xdg" in This seems to put the virt-builder config files into /etc/xdg/virt-builder which is kind of annoying. Can we move them to a regular default location (/etc/virt-builder)? I
2019 Jun 14
2
Text-Extraction Libraries for Omindex
This is a list with some libraries that I have been looking at. The idea is to discuss the advantages and disadvantages of adding some of these libraries to Xapian. If anyone knows another library that could be add to the list it would be great! Libfreexl: * For Excel (.xls) * Last release: 2018-02 * Info: gaia-gis.it/fossil/freexl/index * License: MPL tri-license
2016 Aug 14
3
Custom desktop menu entries: weird behavior with menu categories
Hi, For my client's desktops, I'm usually customizing the various Linux desktops I'm installing. I'm using custom icon themes (Elementary), custom system fonts (Droid Sans), and one of the things I also customize are desktop menu entries. Here's an example of what I do on a Slackware+Xfce-based desktop, so you get the idea. Once all applications are installed, I run the
2019 Oct 05
2
How to add an application icon?
How to add an application icon to gnome 3 classic desktop on centos 8? TIA
2015 Sep 29
4
[PATCH v2 1/2] builder: add opensuse images sources
--- builder/Makefile.am | 3 ++- builder/opensuse.conf.in | 3 +++ builder/opensuse.gpg | 21 +++++++++++++++++++++ configure.ac | 1 + 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 builder/opensuse.conf.in create mode 100644 builder/opensuse.gpg diff --git a/builder/Makefile.am b/builder/Makefile.am index 4bed54c..e8f8dfb 100644 ---