Author Topic: dolphin annoyances  (Read 415 times)

Offline nwtpclnxs

  • Full Member
  • ***
  • Posts: 61
dolphin annoyances
« on: June 05, 2012, 06:05:40 AM »
Hi,

Dolphin is set to open with dolphin %i --caption "%c" %u .  I would like to know what the variables mean and which man page to access to get that info. Also when I open dolphin as root I want the caption to remain "ROOT" on the titlebar even if I click a folder. When I click a folder the folder name followed by -Dolphin is now set in the titlebar. I do not need to be reminded that I am using dolphin. Even if I open dolphin without options at the prompt it still puts -Dolphin after everything. Thanks for your help.

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: dolphin annoyances
« Reply #1 on: June 05, 2012, 07:45:19 AM »
Try
dolphin --help-all
in a terminal.

You can create your own config file and use that for any changes you make.

From what I can see  '--caption' is there by default but you can change what it displays

dolphin --caption "My FileManager"

You should be able to find the options you can in the help file.

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline nwtpclnxs

  • Full Member
  • ***
  • Posts: 61
Re: dolphin annoyances
« Reply #2 on: June 05, 2012, 08:43:15 AM »
Try
dolphin --help-all
in a terminal.

You can create your own config file and use that for any changes you make.

From what I can see  '--caption' is there by default but you can change what it displays

dolphin --caption "My FileManager"

You should be able to find the options you can in the help file.

Hi,

I checked the --help, help-kde and help-qt. I noticed the --caption and --title options. The problem is that the first time I click a folder name the titlebar is replaced with the folder name and "- Dolphin". I am looking for a way to keep "ROOT" in the titlebar when I type a folder and also remove "-Dolphin". Is there a config file that sets "-Dolphin" in the titlebar?

« Last Edit: June 05, 2012, 09:33:34 AM by Old-Polack »

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10607
  • MLUs Forever!
Re: dolphin annoyances
« Reply #3 on: June 05, 2012, 09:23:54 AM »
Try
dolphin --help-all
in a terminal.

You can create your own config file and use that for any changes you make.

From what I can see  '--caption' is there by default but you can change what it displays

dolphin --caption "My FileManager"

You should be able to find the options you can in the help file.


Hi,

I checked the --help, help-kde and help-qt. I noticed the --caption and --title options. The problem is that the first time I click a folder name the titlebar is replaced with the folder name and "- Dolphin". I am looking for a way to keep "ROOT" in the titlebar when I type a folder and also remove "-Dolphin". Is there a config file that sets "-Dolphin" in the titlebar?


I do not know of one .....  might be something in the KDE.org help files on line ...

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6372
  • I'm going South
Re: dolphin annoyances
« Reply #4 on: June 05, 2012, 04:34:09 PM »
Hi,

Dolphin is set to open with dolphin %i --caption "%c" %u .  I would like to know what the variables mean and which man page to access to get that info.


For the meaning of %i, %c, and %u look at the bottom of this page:

http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html


Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline nwtpclnxs

  • Full Member
  • ***
  • Posts: 61
Re: dolphin annoyances
« Reply #5 on: June 06, 2012, 03:10:15 AM »
Hi,

Dolphin is set to open with dolphin %i --caption "%c" %u .  I would like to know what the variables mean and which man page to access to get that info.


For the meaning of %i, %c, and %u look at the bottom of this page:

http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html


Hi,

Thanks for the link. I had been looking for a site to explain those characters.

« Last Edit: June 06, 2012, 10:42:13 AM by Old-Polack »