** Changed in: unity-lens-applications
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838023
Title:
[dash] Category filters is sorted according to their e
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-lens-applications
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/7844
** Changed in: unity-lens-applications
Milestone: 0.4.6 => 0.4.8
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/762821
Title:
Apps Lens doesn't handle Software Center Index Corruption
To manage
** Changed in: unity-lens-applications
Milestone: 0.4.6 => 0.4.8
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740561
Title:
unity-applications-daemon crash in
dee_shared_model_flush_revision_
** Changed in: unity-lens-files
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/838023
Title:
[dash] Category filters is sorted according to their english
Half a year without duplicates or any way to reproduce. Marking as
invalid.
** Changed in: dee
Status: Triaged => Incomplete
** Changed in: unity
Status: Triaged => Incomplete
** Changed in: dee (Ubuntu)
Status: Triaged => Incomplete
--
You received this bug notification b
The Google+ API has been out for *several hours* now and still no
support in Gwibber. Surely it must be because Linux sucks :-O
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/805452
Title:
Add Google
Wow, that is an interesting stack trace. I assume you have less than
1,462,895,201 items in your index? ;-)
Looking at that monstrous doc id it would seem that this is either
memory corruption in the zg process or that it is a corrupted index,
that xapian somehow doesn't detect.
Can you report wh
I have an idea for a fix. You can help me know if it'll work or not by
running this command in a terminal:
dbus-send --print-reply --session --dest=org.gnome.zeitgeist.Engine
/org/gnome/zeitgeist/index/activity
org.gnome.zeitgeist.Index.ForceReindex
It will rebuild your Zeitgeist index (you will
It looks like we're accessing freed memory here. Either the whole model
has been freed, or just the row. Maybe there is some race when we're
removing rows.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
** Changed in: unity
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851243
Title:
Make the dash darker
To manage notifications about this bug go to:
https:/
Right @Izo, that's also ok. This means that it is rebuilding your index.
If you log out and back in, or reboot - do you then still see the bug?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851389
Tit
Can everyone confirm that this only happens when using alt-f2, and *not*
when using the normal dash (ie. hit and type 'gedit'). That's
the behavior I am seeing here at least.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
(forgot to add) ... and *only* for gedit, correct?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827414
Title:
gedit fails to start on first try, but does on the second
To manage notifications abou
I've never seen this myself, but there can be two reasons:
1) zeitgeist-daemon is not running - in this case you should be able
to see some messages about this on stdout if you run the apps place
daemon manually
2) It's a bug in Unity's rendering layer - in this case you need
someone from the s
I want to clear up the reason why I am hesitating a bit to jump right
into this. Not saying we shouldn't fix it, definitely we should! Just
that I am hesitating, to contemplate it a bit.
The XDG desktop file spec (or is it the menu spec?) dictates that to
compute the desktop file id of something n
@Damjan: Sure, but that would otoh mean I'd have to scan all application
dirs recursively. In order to get the smallest hit on startup I fetch
everything lazily. But as said; it's not that it's super tricky to
optimize or anything, it just requires a little more than 3 lines of
code to do properly.
I can not reproduce this here on my own netbook (Eee 1001) - I wonder if
this is really related to the slowness bug (bug #657976) that gets a lot
of heat these days? I'm willing to bet that it has a i945 or i950 chip
in there? Colin?
--
applications search doesn't work from live USB stick
https:/
I guess the menu bar problem is a problem for all Java apps, or
perhaps Eclipse is special. In any case you can get the menus back by
running 'unset UBUNTU_MENUPROXY' in a terminal and then launching
eclipse from that terminal.
The icon mess up is prolly also related to Java apps somehow, that
BAM
Completely agree with Alex. Check if com.canonical.Unity is owned. If
this doesn't work for some reason, then that's the thing we need to
fix.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/687958
Titl
For reference:
The relevant DBus method is org.freedesktop.DBus.NameHasOwner(in s
name) -> out b has_owner
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/687958
Title:
should provide an IsUnityRunni
d in: dee
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709264
Title:
Unity freezes when launched with places installed
--
As it turns out this wasn't a bug in Unity or Compiz, but a double unref
in dee.
** Changed in: unity
Status: Triaged => Invalid
** Changed in: unity
Assignee: Sam "SmSpillaz" Spilsbury (smspillaz) => (unassigned)
--
You received this bug notification because you are a member of Ubu
With latest rounds of updates (2011-01-17) I can't reproduce this
anymore. Annoying to not know what caused this, but seems like a wasted
effort to track down at this point.
** Changed in: unity
Status: Confirmed => Fix Released
** Changed in: xorg (Ubuntu)
Status: New => Fix Releas
Well, that would require a sync dbus call. The idea is that you connect
to the notify signal on that property to track updates. You need to do
that anyway if you plan to make use of that value.
So I guess the solution here is just documentation?
--
You received this bug notification because you
According to my research quicklists are not rendered by unity yet. So
changing the project to unity instead of libunity.
** Project changed: libunity => unity
** Changed in: unity
Importance: Undecided => High
** Changed in: unity
Status: New => Triaged
** Package changed: libunity (U
For the record - we are looking in to how we can make this situation
better in the future - maybe hinting to the user *why* the message
indicator is highlighted. I think there may even be a tracking bug
somewhere for this?
--
You received this bug notification because you are a member of Ubuntu
B
I'm concerned how this is gonna work with progress bar, count and
emblems. I see from the branch log that the progress bar is handled,
that's great Andrea :-D
Emblems can probably also be handled fairly gracefully without too much
fuzz, but I'm more concerned about scaling up the counter without h
The only sync call is get_bus() and that doesn't touch the bus in
99.% of the times you call it :-)
I realize now, however, that my logic is flawed - I assumed that you can
always just listen for "notify::unity-running", but that signal may have
fired before you ever connect to it (say - if th
I just got it as well.
Seems the places are racing on startup to get the top spot or something.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737379
Title:
Dash: Applications should have higher pre
The merged branch makes the bookmarked folders searchable, but not
generally folders in your homedir. The jury is still out on that one, on
whether it's a good or bad idea.
** Changed in: unity-foundations
Status: Triaged => Fix Committed
** Changed in: unity
Status: Triaged => Fix
** Branch linked: lp:~kamstrup/unity-place-files/auto-update
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737088
Title:
recent documents do not appear in the dash
--
ubuntu-bugs mailing list
ubun
** Changed in: unity-foundations
Status: Triaged => Fix Committed
** Changed in: unity-place-files
Status: Triaged => Fix Committed
** Changed in: unity
Status: Triaged => Fix Committed
** Changed in: unity-place-files (Ubuntu)
Status: Triaged => Fix Committed
--
Yo
** Changed in: unity-foundations
Status: Triaged => Fix Committed
** Changed in: unity-place-files
Status: Triaged => Fix Committed
** Changed in: unity
Status: Triaged => Fix Committed
** Changed in: unity (Ubuntu)
Status: Triaged => In Progress
** Changed in: unity
So here's what I committed:
In global search (aka Dash search) and only there, and *not* in
dedicated file search, can you enter something that looks or smells like
a web URL and the first hit in the Dash will become a link that launches
the URL in your preferred browser. I tested that this works
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
** Changed in: libunity
Status: Fix Committed => Fix Released
** Changed in: unity-place-files
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
** C
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-place-files
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
** Changed in: unity-place-applications
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-place-applications (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: unity-place-applications
Status: Fix
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
** Changed in: unity-place-files
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-place-applications
Status: Fix Committed => Fix Released
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of
** Changed in: unity-place-files
Status: Fix Committed => Fix Released
** Changed in: unity
Status: Fix Committed => Fix Released
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
** Changed in: unity-foundations
Milestone: unity-3.6.6 => unity-3.8.0-beta
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/731019
Title:
Certification System 201101-7174 boots 7.93 seconds slower
** Changed in: unity
Importance: Undecided => Medium
** Changed in: unity
Status: Confirmed => Triaged
** Changed in: unity
Milestone: None => 3.8
** Changed in: unity
Assignee: (unassigned) => Neil J. Patel (njpatel)
--
You received this bug notification because you are a m
I've been given this quite a lot of thought lately.
My conclusion is that I think it's a really dangerous path starting to
match apps to stuff they really shouldn't. A crucial example to me that
involve people near and dear to me (hence they remain unnamed ;-)) is
that they'd likely search for "op
*** This bug is a duplicate of bug 734042 ***
https://bugs.launchpad.net/bugs/734042
@TheGhost: It appears that you are running Ubuntu 10.10 (aka Maverick
Meerkat). I committed some fixes for this to the upcoming 11.04 (aka
Natty Narwhal) release and this feature should be working there. If yo
** Changed in: unity-place-applications
Status: New => Confirmed
** Changed in: unity-place-applications (Ubuntu)
Status: New => Confirmed
** Changed in: unity-place-applications
Importance: Undecided => Medium
--
You received this bug notification because you are a member of U
*** This bug is a duplicate of bug 738884 ***
https://bugs.launchpad.net/bugs/738884
** This bug has been marked a duplicate of bug 738884
unity-applications-daemon crashed with SIGABRT in raise()
* You can subscribe to bug 738884 by following this link:
https://bugs.launchpad.net/ubuntu/
Just a note: This is *not* a dupe of bug #738884
** Also affects: unity-place-applications
Importance: Undecided
Status: New
** Changed in: unity-place-applications
Importance: Undecided => Medium
** Changed in: unity-place-applications
Status: New => Confirmed
** Summary ch
*** This bug is a duplicate of bug 738884 ***
https://bugs.launchpad.net/bugs/738884
** Visibility changed to: Public
** This bug has been marked a duplicate of bug 738884
unity-applications-daemon crashed with SIGABRT in raise()
* You can subscribe to bug 738884 by following this link:
** Summary changed:
- unity-applications-daemon crashed with SIGABRT in raise()
+ unity-applications-daemon crash in unity_package_searcher_get_random_apps()
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/b
*** This bug is a duplicate of bug 738884 ***
https://bugs.launchpad.net/bugs/738884
** Summary changed:
- unity-applications-daemon crashed with SIGABRT in raise()
+ unity-applications-daemon crash in unity_package_searcher_get_random_apps()
--
You received this bug notification because yo
*** This bug is a duplicate of bug 737396 ***
https://bugs.launchpad.net/bugs/737396
** This bug has been marked a duplicate of bug 737396
Apps Place: SIGABRT when monkey-typing global searches
* You can subscribe to bug 737396 by following this link:
https://bugs.launchpad.net/unity-plac
** Summary changed:
- unity-applications-daemon crashed with SIGSEGV in
g_atomic_int_exchange_and_add()
+ unity-applications-daemon crash in dee_shared_model_flush_revision_queue()
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
http
*** This bug is a duplicate of bug 737396 ***
https://bugs.launchpad.net/bugs/737396
** This bug is no longer a duplicate of bug 740833
unity-applications-daemon crashed with SIGABRT in raise()
** This bug has been marked a duplicate of bug 737396
Apps Place: SIGABRT when monkey-typing g
0.2.44
** Changed in: unity-place-applications
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
** Changed in: unity-place-applications (Ubuntu)
Status: New => Triaged
** Changed in: unity-place-applications (Ubuntu)
Assignee: (unassigned) => Mikkel Kam
Given the space is limited to 4 ascii chars (which I think is fair) I
think the "right" solution is for Unity to render all numbers > 999 as
999+. Alternatively the container could be allowed to grow, but that
seems a little trickier to get right in all the corner cases.
--
You received this bug
This is related to the classical problem that the application .desktop
files gives us desperately little metadata to search on, and the
metadata there is is not optimized for searching.
I've closed similar bugs with Wont Fix because fixing this in general is
vastly outside the scope of Unity (ther
If anyone can reproduce it would be very helpful if you could attach
your ~/.xsession-errors file
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/742085
Title:
compiz crashed with SIGSEGV in PlaceEntr
It appears the crash happen when dereferencing the row->len member of a
GPtrArray. The code in this particular place is extremely defensive in
Dee (as you can see for yourself in dee_sequence_model_get_value()) and
we've just asserted that row != NULL.
This probably means that the row has been rem
** Changed in: unity-foundations
Milestone: unity-3.6.8 => unity-3.8.0-beta
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/727089
Title:
indicator-datetime-preferences crashed with SIGSEGV in
g
** Changed in: unity-foundations
Milestone: unity-3.6.8 => unity-3.8.0-beta
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/718926
Title:
Some apps don't integrate to appmenu after having their wi
** Changed in: unity-place-files
Milestone: None => 0.5.48
** Changed in: unity
Milestone: None => 3.8.14
** Changed in: unity
Status: Triaged => Fix Committed
** Changed in: unity-place-files
Status: In Progress => Fix Committed
** Changed in: unity
Assignee: (unassi
That looks like what I'd expect as well Manish, but I don't think
that's what I get into my log... At least judging by the output from
the Unity files lens it's not :-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launc
Nautilus is not shown because it has NoDisplay=true in its .desktop
file. Just like it is not shown in the Gnome menus. What you can do to
open the file manager is to type the first few letters of any of your
bookmarked folders. Like typing "do" to access ~/Documents.
--
You received this bug not
Or hold on... I see that there is actually a /usr/share/applications
/nautilus-home.desktop which doesn't have the NoDisplay key set. Not
sure why that's not being indexed... Looking into it.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
With the attached branch you can now find
gnome-search-tool.desktop
nautilus-computer.desktop
nautilus-home.desktop
network-scheme.desktop
ubuntu-about.desktop
yelp.desktop
** Changed in: unity
Milestone: None => 3.8.14
** Changed in: unity
Assignee: (unassigned) => Mikkel Ka
** Changed in: unity
Importance: Undecided => Low
** Changed in: unity
Status: New => In Progress
** Changed in: unity
Milestone: None => 3.8.14
** Changed in: unity
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
** Changed in: unity-place-
Putting stuff in ~/.local/share/applications is completely to the spec
afaic. ~/.local/share is the default XDG_DATA_HOME and one must look in
$XDG_DATA_DIRS/applications and $XDG_DATA_HOME/applications for .desktop
files. If bamf doesn't do this then it's a bug.
--
You received this bug notifica
** Changed in: unity
Status: In Progress => Fix Committed
** Changed in: unity-place-applications
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/77215
A DBus dump reveals that the LeaveEvent gets (correctly) marked as
ScheduledActivity but that the AccessEvent when transitioning to the
next track is still a UserActivity (should also have been a
ScheduledActivity since this was an automatic track change without user
action).
** Attachment added:
Ah, sorry, I misunderstood you Treviño. I think it makes kinda sense to
monitor apps inside ~/Desktop
(g_get_user_special_dir(G_USER_DIRECTORY_DESKTOP) to be precise). The
important thing is the best user experience not being anal about specs
:-).
Where's the fix you mention?
--
You received thi
The reason that we are not using tools like Tracker and Beagle is that
we didn't find them "reasonable performance-wise", nor providing the
quality of results, or fine control of queries we wanted. And working
"reasonably well" is just not good enough in my book.
That said, there's nothing saying
** Also affects: unity
Importance: Undecided
Status: New
** Changed in: unity
Status: New => Confirmed
** Also affects: ayatana-design
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
I have a hunch as to why this happens. It's probably related to the way
we do incremental filtering of the result sets. You can confirm my
suspicion if typing "el" fast and then proceeding with e, l, e, m, ...
slowly after that produces the desired results?
--
You received this bug notification b
@Travis: Well, I *know* that the monitor api works from the vapi as I am
using it in the Unity place daemons right now :-) Maybe it's a sezen
issue that remains?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Also affects: sezen
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739653
Title:
libzeitgeist vapi needs an update
--
ubuntu-bugs mailing list
ubuntu-
@Jorge: How do you launch your apps? I am asking because launching from
command line and some other ways escapes the logging mechanism used for
these stats.
I personally always the launcher or the dash and things look ok here...
--
You received this bug notification because you are a member of U
** Changed in: unity-foundations
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757916
Title:
Leak in DeeSharedModel when commiting remote transaction
--
I am looking at this article on Phoronix
http://www.phoronix.com/scan.php?page=article&item=ubuntu_natty_boot&num=1
and it seems that none of the tested systems there indicate ZG as a
culprit for slower startup.
The fact that ZG is even started on login is bug #772265, which will
likely be fixed f
@Olly: Agreed - that's not a situation we want to get into. That's also
why we'll kick this off from a PPA so one has to specifically opt in to
this and we can put a big fat Caveat Emptor sticker on it.
Then if we can guarantee database- and result set compatibility with
vanilla libxapian for non-
Thanks lawenlerk, this is exactly the info I need :-)
So the reason why this happens is that in order to do incremental
narrowing down of the result set we grab a huge chunk of search results
from Zeitgeist. We can't just grab all of the results because there
might be umpteen gajillion of them and
Marked as Won't Fix for source modules since there will be no resolution
for this in Natty. New designs in Oneiric will rethink the structure
here.
** Changed in: ubuntu-translations
Status: New => Invalid
** Changed in: unity
Status: Incomplete => Won't Fix
** Changed in: unity-pl
@manish: I'm testing out from the ppa:banshee-team/banshee-daily ppa and
have:
banshee-2.0.0+git20110427.r1.7fd9361-0ubuntu1+natty
banshee-extension-zeitgeistdataprovider-2.0.0+git20110426.r1.59395ec-0ubuntu1+natty1
libzeitgeist0.1-cil-0.1.1.0-2~natty1
Is that good enough? I am still seeing t
*** This bug is a duplicate of bug 771513 ***
https://bugs.launchpad.net/bugs/771513
** This bug is no longer a duplicate of bug 758626
There is no way to include searches using tracker
** This bug has been marked a duplicate of bug 771513
File search should use Tracker when available
*
*** This bug is a duplicate of bug 771513 ***
https://bugs.launchpad.net/bugs/771513
Please see my comment on bug #771513
** This bug has been marked a duplicate of bug 771513
File search should use Tracker when available
* You can subscribe to bug 771513 by following this link:
https://
On 28 April 2011 14:28, Seif Lotfy <748...@bugs.launchpad.net> wrote:
> Are you sure your requesting UserActivities and not WorldActivities
> ?
Yes :-) http://bazaar.launchpad.net/~unity-team/unity-place-
files/trunk/view/head:/src/daemon.vala#L505
--
You received this bug notification because y
FWIW this was the initial implementation (or at least there was a
proof concept done this way) of the launcher's accordion effect in the
early Maverick cycle if I recall correctly. I personally preferred
that as well and I don't know exactly why it was changed. I guess
there is a good reason, but I
** Changed in: unity
Status: Confirmed => Triaged
** Changed in: unity-place-files
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/764352
Title:
Unity searc
Indeed. Disabling the Fade effect on the close animation fixes it for
me on my i945 card.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/687567
Title:
Global menu causes white "flashes" when scrubbin
** Changed in: unity
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
** Changed in: unity (Ubuntu)
Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup)
** Also affects: unity-foundations
Importance: Undecided
Status: New
** Changed in:
** Changed in: libunity
Milestone: None => 3.8.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/749428
Title:
When we press Enter to run the first search result, Unity should wait
until searchi
** Changed in: libunity
Milestone: None => 3.8.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747311
Title:
Launcher - Remove the capability for Launcher icons to be overlaid
with emblems
--
I had the same feeling, but I thought it was just me...
** Also affects: unity
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752721
Title:
Regression in
** Changed in: libunity
Milestone: None => 3.8.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747677
Title:
[FFE] Need API to set urgency from background process
--
ubuntu-bugs mailing list
u
I committed Bilal's branch and added the more generic ability to open
any kind of URL from the alt-f2 dialog
** Changed in: unity
Assignee: (unassigned) => Bilal Akhtar (bilalakhtar)
** Changed in: unity
Importance: Undecided => Low
** Changed in: unity
Status: In Progress => Fix
** Changed in: unity-foundations
Status: In Progress => Fix Committed
** Changed in: libunity
Status: In Progress => Fix Committed
** Changed in: unity
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which
** Changed in: unity-foundations
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747311
Title:
Launcher - Remove the capability for Launcher icons to be overl
** Changed in: unity-foundations
Status: Confirmed => Fix Released
** Changed in: libunity
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747677
Title:
** Changed in: unity
Milestone: 3.8.4 => None
** Changed in: unity-foundations
Milestone: unity-3.8.4 => None
** Changed in: unity-place-applications
Milestone: 0.2.46 => None
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
901 - 1000 of 1275 matches
Mail list logo