Project

General

Profile

Bug #709

script aliases dont work

Added by igungor almost 15 years ago. Updated almost 15 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (KDE)
Target version:
-
Start date:
05/29/2009
Due date:
% Done:

0%

Estimated time:
Version:
0.4.2
OS:
Linux

Description

These lines in aliasmanager.cpp are skipped or dont work:

#ifdef Q_OS_LINUX
// let's add aliases for scripts that only run on linux
aliases << Alias("inxi", "/exec inxi $0")
<< Alias("sysinfo", "/exec inxi -d");
#endif

I'm using Linux and Quassel master branch fed4298befe8e00a082b9f96bc166368faffb54b.

In mono and core-client build, there are only default aliases, not these linux specific ones.

History

#1 Updated by EgS almost 15 years ago

  • Status changed from New to Rejected

As discussed on IRC:

Those defaults are only used when your aliases are set up the first time and if you reset them to default values.

So if there are new default aliases added over the time those will only be visible to older users if they reset their aliases to default values. Of course the can be added manually at any time.

Also available in: Atom PDF