Summary: | Define application which are used within all activities, always | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kevin Bader <kde> |
Component: | activities | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bruno_kindt, chanika, deadbabylon, devel, eugene.shalygin+bugzilla.kde, florent, halsmit, kde, kwin-bugs-null, list-ener, m.krasilnikov, marko.kn, meyerm, scarpino, tim.climis |
Priority: | NOR | Flags: | mgraesslin:
ReviewRequest+
|
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | http://git.reviewboard.kde.org/r/104972/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/bf0a241c2462072fbc52012784fa51b9b42a1baf | Version Fixed In: | 4.9.0 |
Sentry Crash Report: |
Description
Kevin Bader
2011-10-26 23:43:01 UTC
another thing I haven't run into, because I leave such apps running all the time. :) also, you're wrong on point 2, "all activities" really means "all", no matter how many you add, stop or start. the persistency comment is somewhat valid, though. right now I've been leaving kmail on one activity because of a bug that makes me restart it every few days (yes, I ought to upgrade). Does anyone have an elegant solution to this? rrix got halfway through adding activity support to the "special window settings" dialog, but I think the code was lost in a disk failure. Besides, that dialog is kinda scary; it would be nice to have an easier way to apply such things to windows & apps. CC'd kwin because this is likely to end up in their code. (In reply to comment #1) > also, you're wrong on point 2, "all activities" really means "all", no > matter how many you add, stop or start. Yes, you're right, I'm sorry. > the persistency comment is somewhat valid, though. right now I've been leaving > kmail on one activity because of a bug that makes me restart it every few days > (yes, I ought to upgrade). My workflow looks like this: every time I start my computer, I start Kontact, Firefox, Skype and Clementine and set them to display on all activities, one by one. I'd be so happy if I wouldn't have to do that :) why don't you just leave them running when you log out? or have you set it to not restore your windows when you log in? there are other ways to make applications start automatically (I could have sworn skype had its own option for it)... but, those other ways might not end up on the right activity (I totally forgot to test that!) so please tell me what happens if you try it :) (In reply to comment #1) > Does anyone have an elegant solution to this? -> kcmshell4 kwinrules, there's already one for the VD (what means that using one activity per VD will likely allow Kevin what he wants to do, but i don't know for sure) (In reply to comment #4) > why don't you just leave them running when you log out? > > or have you set it to not restore your windows when you log in? there are other > ways to make applications start automatically (I could have sworn skype had its > own option for it)... The problem is that I don't want applications like skype to start always when I log in. But when I do run them, I always want them visible on every activity :) > but, those other ways might not end up on the right activity (I totally forgot > to test that!) so please tell me what happens if you try it :) so here's what happened: inconsistency. Firefox is still assigned to all activities after restart, but every application running in system tray (like Kontact or Clementine) is assigned to the current activity only. I've not tried if the system remembers in which activity a certain application was (I think it does) but it certainly does not remember which window of an application was where: multiple firefox windows in different activities end up being in the activity you had open when you shutdown your computer. (In reply to comment #5) > -> kcmshell4 kwinrules, there's already one for the VD (what means that using one activity per VD will likely allow Kevin what he wants to do, but i don't know for sure) Will activities be included in the kwinrules dialog? As of 4.7.2 it isn't. Using multiple desktops instead of activities is not what the activity concept is all about and it prevents me from having multiple desktops per activity (maybe I misunderstood you). (In reply to comment #6) > Will activities be included in the kwinrules dialog? Not as of now, but Chani asked. I know virtually nothing about activities. thomas: I can confirm what kevin said: vds are completely separate from activities, we need a separate addition to kwin rules (rrix' code I mentioned) kevin: firefox is its own set of problems, it hits lots of corner cases in its attempts to be smart. :P it's going to need some patching to make its smartness activity-friendly, I think. as for skype and the others; fair enough. the kwinrules thing would resolve that :) (although I'm still kinda hoping someone will invent a non-scary alternative to that dialog) I have the opposite issue with "Apper". When I launch it it appears on all activities by default. So I guess there must be some way to configure this. I have reported my problem as bug #293215. (In reply to comment #9) > I have the opposite issue with "Apper". When I launch it it appears on all > activities by default. Yea, this is annoying. *** Bug 275622 has been marked as a duplicate of this bug. *** *** Bug 271925 has been marked as a duplicate of this bug. *** *** Bug 274931 has been marked as a duplicate of this bug. *** note to self: when fixing please ensure to fix bug #274931, ie. remove implicit activity stickiness of borderless clients *** Bug 251270 has been marked as a duplicate of this bug. *** Handling Activities just like the Desktops would be a good approach (from the UI perspective). At least that's where I looked for such a setting first. Please do not introduce any "intelligence" like always handle clementine differently than konqueror. My use case are Kopete chat windows. They are shown on every desktop due to a KWin-rule I created (KWin is awesome!). Adding the possibility to configure activity behaviour at this dialog would be nice. And who knows, if I am bored one day I can create special rules for work and private contacts (so friends only appear on the private acitivity :) ). (In reply to comment #1) > Does anyone have an elegant solution to this? rrix got halfway through > adding activity support to the "special window settings" dialog, but I think > the code was lost in a disk failure. Besides, that dialog is kinda scary; it > would be nice to have an easier way to apply such things to windows & apps. Adding that to the dialog would be really nice. Could that be revived? Generally, I think there should never be an activity switch when clicking on anything in the tray! In my opinion those are kind of global tools (music, irc, etc). If that poses some problems, it would at least be nice if a stopped activity would not be started. I stop activities a lot so that I don't have editor lock files and such around all the time when I don't need them (and of course memory). Or maybe could the persistence of the "On All Activities" setting be improved ? It does not survive it for apps in the tray (at least not when some activities are stopped). Anyway, a "Special Application Setting" would be really nice. Two cents: How about using such global tasks instead of sharing tasks between activities. You would choose to make a non-tray task global and then it would get a special item in the tray, with the (at least for my usage) usual behavior of "closing minimizes to tray" and really closing with right-click=>Quit. I see this more like concurrently running desktop sessions with some globally available tasks. I think an activity switch should always be explicit, and not implicit. But maybe there could be a separate task switch pop-up menu (or similar) that lists all tasks grouped by activity so that there is a way to find any task on the machine. Window Rule support available in 4.9: ID: bf0a241c2462072fbc52012784fa51b9b42a1baf Added by Ivan Čukić 1 day ago Adds activity window rules to KWin - adds the kcm rule option to set the activity - one or all option like for virtual desktops - makes the windows obey the rule - makes the rule enforced even when the user tries to change the window's activity via the alt+f3 menu REVIEW:104972 *** Bug 300878 has been marked as a duplicate of this bug. *** |