07-15-2015, 06:03 AM
with the exception of the 'grey' issue which if I'm not mistaken, has been resolved.
![[Image: gTvktXl.png]](http://i.imgur.com/gTvktXl.png)
![[Image: 6m8mahV.png]](http://i.imgur.com/6m8mahV.png)
(07-15-2015, 07:51 AM)UltraCookie link Wrote:The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.This is now fixed and will be in future updates.
graying out:
[img height=600 width=800]http://i.imgur.com/gTvktXl.png[/img]
(07-15-2015, 07:51 AM)UltraCookie link Wrote:wrong update date:Are you certain you've run updates recently?
stat /var/lib/apt/periodic/update-success-stampsudo apt-get update && sudo apt-get upgrade(07-15-2015, 07:51 AM)UltraCookie link Wrote:The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.
(07-15-2015, 08:25 AM)Shady link Wrote:[quote author=UltraCookie link=topic=2056.msg15551#msg15551 date=1436946719]Lil bug, tis fixed now. Update eventaully will come out. Thanks for reporting, helps find bugs people miss lol.
The Screenshot feature causes some graying out for me. And it seems like it does not recognize updating.
stat /var/lib/apt/periodic/update-success-stamp File: ‘/var/lib/apt/periodic/update-success-stamp’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 801h/2049d Inode: 524910 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2015-06-23 19:55:17.346557217 +0200
Modify: 2015-06-23 19:55:17.346557217 +0200
Change: 2015-06-23 19:55:17.346557217 +0200
Birth: -sudo apt-get update && sudo apt-get upgradestat /var/lib/apt/periodic/update-success-stamp(07-15-2015, 09:13 AM)UltraCookie link Wrote:Output:Code:stat /var/lib/apt/periodic/update-success-stamp
Code:File: ‘/var/lib/apt/periodic/update-success-stamp’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 801h/2049d Inode: 524910 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2015-06-23 19:55:17.346557217 +0200
Modify: 2015-06-23 19:55:17.346557217 +0200
Change: 2015-06-23 19:55:17.346557217 +0200
Birth: -
I ranCode:sudo apt-get update && sudo apt-get upgrade
Output from
stayed exactly the same.Code:stat /var/lib/apt/periodic/update-success-stamp
cat /etc/apt/apt.conf.d/15update-stampsudo rm /var/lib/apt/periodic/update-success-stampcat /etc/apt/apt.conf.d/15update-stampAPT::Update::Post-Invoke-Success {"touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";};sudo rm /var/lib/apt/periodic/update-success-stampsudo apt-get update && sudo apt-get upgradestat /var/lib/apt/periodic/update-success-stampstat: cannot stat ‘/var/lib/apt/periodic/update-success-stamp’: No such file or directory