Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Dolphin only allowing a single instance after update
Date: Fri, 23 Aug 2019 01:16:19
Message-Id: b5290614-3415-3690-5748-b4cc6b990ea7@gmail.com
1 Dave Fellows wrote:
2 >> P Levine wrote:
3 >>> On Fri, Aug 16, 2019 at 10:56 PM Dale <rdalek1967@×××××.com
4 >>> <mailto:rdalek1967@×××××.com>> wrote:
5 >>>
6 >>> Howdy,
7 >>>
8 >>> I upgraded my system last night.  I logged out and back in earlier and
9 >>> have noticed something new.  It seems to only allow one instance of
10 >>> Dolphin to run at a time.  I usually have three or four running for
11 >>> doing different things in different locations.  It just makes it
12 >>> easier
13 >>> for me to multi-task at times.  What I've noticed with the new version
14 >>> is that if I have a instance open on say desktop 7 and then want
15 >>> to open
16 >>> a new instance on desktop 4, it moves the already running dolphin from
17 >>> desktop 7 to 4.  It doesn't open a new instance.  I then lose
18 >>> where I am
19 >>> when I get ready to go back to work on something in the previous
20 >>> instance. 
21 >>>
22 >>> Current version of Dolphin and USE flags:
23 >>>
24 >>> kde-apps/dolphin-19.08.0:5::gentoo  USE="handbook -activities -debug
25 >>> -semantic-desktop -test"
26 >>>
27 >>> Previous version that worked normally:
28 >>>
29 >>> kde-apps/dolphin-19.04.3
30 >>>
31 >>> Has anyone else noticed this?  I've looked in the Configure section to
32 >>> see if I can change the behavior but can't find anything related.  I
33 >>> checked to see if I could add a option on the command line as well.  I
34 >>> even poked around System Settings but can't find anything there
35 >>> either. 
36 >>> Is this a new thing, a bug or what? 
37 >>>
38 >>> Thanks for the help.
39 >>>
40 >>> Dale
41 >>>
42 >>> :-)  :-) 
43 >>>
44 >>>
45 >>> The behaviour was changed such that dolphin opens new instances in
46 >>> tabs by default.  If you want to change that, edit the desktop file
47 >>> and add the *--new-window* option to the command.
48 >>>
49 >>
50 >> Added that and it still opens in another instance and adds a tab.  After
51 >> my edit, it looks like this:
52 >>
53 >> Exec=dolphin %u --new-window
54 >>
55 >> The file I edited is located here including the file name:
56 >>
57 >> /usr/share/applications/org.kde.dolphin.desktop
58 >>
59 >> Did I add it to the wrong place or does it require more than that? 
60 >> There are several .desktop files as listed here:
61 >>
62 >>
63 >> root@fireball / # equery f kde-apps/dolphin | grep desktop
64 >> /usr/share/applications/org.kde.dolphin.desktop
65 >> /usr/share/dbus-1/interfaces/org.freedesktop.FileManager1.xml
66 >> /usr/share/kglobalaccel/org.kde.dolphin.desktop
67 >> /usr/share/kservices5/dolphinpart.desktop
68 >> /usr/share/kservices5/kcmdolphingeneral.desktop
69 >> /usr/share/kservices5/kcmdolphinnavigation.desktop
70 >> /usr/share/kservices5/kcmdolphinservices.desktop
71 >> /usr/share/kservices5/kcmdolphinviewmodes.desktop
72 >> /usr/share/kservicetypes5/fileviewversioncontrolplugin.desktop
73 >> root@fireball / #
74 >>
75 >>
76 >>
77 >> Thanks.
78 >>
79 >> Dale
80 >>
81 >> :-)  :-) 
82 >>
83 > Try
84 > Exec=dolphin --new-window %u
85 >
86 > DaveF
87 >
88
89
90 Same results.  It opens a new tab in a already running instance.  For
91 something that can be disabled, it would seem they would document how to
92 do so or at least link to it.  I've read the online documentation for
93 Dolphin and can't find any mention of this or how to disable it.  Either
94 it isn't there or I missed it somehow, well hidden maybe.  ;-) 
95
96 Open for ideas tho. 
97
98 Thanks.
99
100 Dale
101
102 :-)  :-) 

Replies

Subject Author
Re: [gentoo-user] Dolphin only allowing a single instance after update P Levine <plevine457@×××××.com>