Public bug reported:
the value of the XDG_CURRENT_DESKTOP of the following is:
Generic GNOME 3 Session: GNOME
Generic GNOME 3 Flashback Session: GNOME-Flashback
Unity Session: Unity
Ubuntu's GNOME 3 Flashback Session: GNOME-Flashback:Unity
so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
window.c" (Line 1557) should be:
if (desktop && !strstr (desktop, "Unity"))
not: if (desktop && strstr (desktop, "GNOME"))
Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
Flashback" work well like it under Unity Session, otherwise, window
border of nautilus cannot resize!
------
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
Uname: Linux 4.4.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Wed Apr 6 23:39:56 2016
GsettingsChanges:
b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size',
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions',
'mime_type', 'where']"
JournalErrors:
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
file-roller 3.16.4-1ubuntu3
gnome-terminal 3.18.3-1ubuntu1
** Affects: nautilus (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug xenial
** Description changed:
the value of the XDG_CURRENT_DESKTOP of the following is:
Generic GNOME 3 Session: GNOME
Generic GNOME 3 Flashback Session: GNOME-Flashback
Unity Session: Unity
Ubuntu's GNOME 3 Flashback Session: GNOME-Flashback:Unity
-
so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
window.c" (Line 1557) should be:
- if (desktop && !strstr (desktop, "Unity"))
+ if (desktop && !strstr (desktop, "Unity"))
not: if (desktop && strstr (desktop, "GNOME"))
+ Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
+ Flashback" work well like it under Unity Session, otherwise, window
+ border of nautilus cannot resize!
- Fixing this bug will make nautilus window under "Ubuntu
Gnome-Session-Flashback" work well like it under Unity Session, otherwise,
window border of nautilus cannot resize!
+
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
Uname: Linux 4.4.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Wed Apr 6 23:39:56 2016
GsettingsChanges:
- b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
- b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size',
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions',
'mime_type', 'where']"
+ b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
+ b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size',
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions',
'mime_type', 'where']"
JournalErrors:
- Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000']
failed with exit code 1: Hint: You are currently not seeing messages from other
users and the system.
- Users in the 'systemd-journal' group can see all messages. Pass -q to
- turn off this notice.
- No journal files were opened due to insufficient permissions.
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
- file-roller 3.16.4-1ubuntu3
- gnome-terminal 3.18.3-1ubuntu1
+ file-roller 3.16.4-1ubuntu3
+ gnome-terminal 3.18.3-1ubuntu1
** Description changed:
the value of the XDG_CURRENT_DESKTOP of the following is:
Generic GNOME 3 Session: GNOME
Generic GNOME 3 Flashback Session: GNOME-Flashback
Unity Session: Unity
Ubuntu's GNOME 3 Flashback Session: GNOME-Flashback:Unity
so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
window.c" (Line 1557) should be:
if (desktop && !strstr (desktop, "Unity"))
not: if (desktop && strstr (desktop, "GNOME"))
Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
Flashback" work well like it under Unity Session, otherwise, window
border of nautilus cannot resize!
-
+ ------
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
Uname: Linux 4.4.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Wed Apr 6 23:39:56 2016
GsettingsChanges:
b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size',
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions',
'mime_type', 'where']"
JournalErrors:
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
file-roller 3.16.4-1ubuntu3
gnome-terminal 3.18.3-1ubuntu1
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566950
Title:
error juding nautilus window by XDG_CURRENT_DESKTOP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1566950/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs